add appendix and make it work as appendix: \renewcommand{\inserttotalframenumber}{\insertpresentationendpage}
diff --git a/vortrag.org b/vortrag.org --- a/vortrag.org +++ b/vortrag.org @@ -4,7 +4,7 @@ #+bind: org-export-publishing-directory "./foobartest" #+startup: beamer -#+Options: H:2 toc:nil C:t +#+Options: H:2 toc:nil C:t ^:nil #+LaTeX_CLASS: beamer # switch the options to handout to generate a handout. @@ -42,6 +42,8 @@ #+LaTeX_HEADER: \colorbox{\minted@bgcol}{\usebox{\minted@bgbox}}} #+LaTeX_HEADER: \makeatother +#+LATEX: \renewcommand{\inserttotalframenumber}{\insertpresentationendpage} + #+BEGIN_LaTeX \definecolor{mintedbg}{rgb}{0.95,0.95,0.95} #+END_LaTeX @@ -196,6 +198,52 @@ Bitte stellen Sie Ihre Fragen *** Kontakt arne.babenhauserheide@kit.edu oder arne_bab@web.de +* Appendix :B_appendix: + :PROPERTIES: + :BEAMER_env: appendix + :END: + +** Hier genutzte Werkzeuge + +- Autoconf (configure.ac) +- Automake (Makefile.am) +- Emacs + org-mode (vortrag.org) + +** configure.ac + +*** :B_block: + :PROPERTIES: + :BEAMER_env: block + :END: + +\small + +#+include: "configure.ac" src sh + +** Makefile.am (1/2) + +*** :B_block: + :PROPERTIES: + :BEAMER_env: block + :END: + +\small + +#+include: "Makefile.am" src sh :lines "-15" + + + +** Makefile.am (2/2) + +*** :B_block: + :PROPERTIES: + :BEAMER_env: block + :END: + +\small + +#+include: "Makefile.am" src sh :lines "16-" + # Local Variables: # org-latex-minted-options: (("bgcolor" "mintedbg") ("frame" "single") ("framesep" "6pt") ("mathescape" "true") ("fontsize" "\\footnotesize")) # End: