#+BEAMER: \framesubtitle{Two blocks with a pause in between, noweb reference}
*** Here is some =julia= code :BMCOL:B_block:
*** Thanks to Eric Fraga
:PROPERTIES:
:PROPERTIES:
:BEAMER_env: block
:BEAMER_env: block
:BEAMER_envargs: C[t]
:BEAMER_envargs: C[t]
:BEAMER_col: 0.5
:BEAMER_col: 0.5
:END:
:END:
for the first viable beamer setup in Org
*** Thanks to everyone else
#+NAME: simple-code
#+BEGIN_SRC julia :exports code :eval never
2+3
print("hello, there!")
sqrt(5)
#+END_SRC
\pause
*** Here is the output :BMCOL:B_block:
:PROPERTIES:
:PROPERTIES:
:BEAMER_col: 0.5
:BEAMER_col: 0.5
:BEAMER_env: block
:BEAMER_env: block
:BEAMER_envargs: <2->
:BEAMER_envargs: <2->
:END:
:END:
for contributing to the discussion
**** This will be formatted as a beamer note
#+BEGIN_SRC julia :exports results :results output :noweb yes
:PROPERTIES:
<<simple-code>>
:BEAMER_col: 0.5
#+END_SRC
:BEAMER_env: note
:BEAMER_envargs: <2->
*** This is a beamer note :B_note:
:END:
:PROPERTIES:
:BEAMER_env: note
:END:
This subtree will not appear in the PDF. Notice the noweb call =<<simple-code>>= which is replaced by the named =simple-code= src block above (so we don't have to type the same code twice). It is activated by the =:noweb yes= header argument. You will notice those headline tags, such as =:BMCOl:B_block:= and =:B_note:=. Don't fret about those; they are just a visual aid.
** Frame 2
** Frame 2
#+BEAMER: \framesubtitle{where we will not use columns}
#+BEAMER: \framesubtitle{Horizontal block, text (list) animations, footnotes, hyperlinks}
*** Request
Please test this stuff!
*** This block extends horizontally
Be sure to put
: #+PROPERTY: session *julia*
at the top of the org file to ensure =julia= code block session evalation by default.
*** This block heading text is ignored :B_ignoreheading:
:PROPERTIES:
:BEAMER_env: ignoreheading
:END:
#+ATTR_BEAMER: :options <+->
- Enter Column View[fn:1] with =C-c C-x C-c= on headline
- Might like =S-TAB= to collapse headlines first
- Handy for editing headline properties
- Set =ignoreheading= with =C-c C-b i= on headline
[fn:1] See [[http://thread.gmane.org/gmane.emacs.orgmode/5107/focus=5134][this message]] on Gmane for more about Column View.
** Frame 3
#+BEAMER: \framesubtitle{Images and captions, font tweaks for source code}
*** The =julia= code :B_block:BMCOL:
:PROPERTIES:
:PROPERTIES:
:BEAMER_env: block
:BEAMER_env: block
:BEAMER_envargs: [T]
:BEAMER_col: 0.6
:END:
:END:
** Here is a graph
\footnotesize
#+BEGIN_SRC julia :exports results :results graphics :file example1.pdf :eval no-export
#+BEGIN_SRC julia :exports code :results graphics :file example1.pdf :eval no-export
\newblock The link is on Worg \href{http://orgmode.org/worg/exporters/beamer/tutorial.html}{\emph{here}}. Also see \href{http://orgmode.org/worg/exporters/beamer/ox-beamer.html}{\emph{here}} for info regarding the new exporter.
This subtree will not appear in the PDF. Notice the noweb call \texttt{<<simple-code>>} which is replaced by the named \texttt{simple-code} src block above (so we don't have to type the same code twice). It is activated by the \texttt{:noweb yes} header argument. You will notice those headline tags, such as \texttt{:BMCOl:B\_block:} and \texttt{:B\_note:}. Don't fret about those; they are just a visual aid.}
\end{frame}
\begin{frame}[fragile,label=sec-1-2]{Frame 2}
\framesubtitle{Horizontal block, text (list) animations, footnotes, hyperlinks}
at the top of the org file to ensure \texttt{julia} code block session evalation by default.
\begin{itemize}
\end{block}
\item amsdk
\begin{itemize}[<+->]
\item kdsalk
\item Enter Column View\footnote{See \href{http://thread.gmane.org/gmane.emacs.orgmode/5107/focus=5134}{this message} on Gmane for more about Column View.} with \texttt{C-c C-x C-c} on headline
\item adkfa
\item Might like \texttt{S-TAB} to collapse headlines first
\item jlksa
\item Handy for editing headline properties
\item Set \texttt{ignoreheading} with \texttt{C-c C-b i} on headline
\end{itemize}
\end{itemize}
\end{frame}
\end{frame}
\section[This is the first structural section]{This is the first structural section}
\begin{frame}[fragile,label=sec-1-3]{Frame 3}
\label{sec-2}
\framesubtitle{Images and captions, font tweaks for source code}
\newblock The link is on Worg \href{http://orgmode.org/worg/exporters/beamer/tutorial.html}{\emph{here}}. Also see \href{http://orgmode.org/worg/exporters/beamer/ox-beamer.html}{\emph{here}} for info regarding the new exporter.
\end{thebibliography}
\end{frame}
\end{frame}
% Generated by Org mode 7.9.3f in Emacs 24.3.50.1.
% Generated by Org mode 7.9.3f in Emacs 24.3.50.1.