From 532781c0ac7793543dc67341eb6d8ec962dfef22 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 8 Mar 2017 02:05:07 -0500 Subject: [PATCH] slides.org: Initial bibtex config --- .gitignore | 4 ++-- slides.org | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 16cc137..64a5ea0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -*.pdf -*.tex +# bibtex +*.bbl diff --git a/slides.org b/slides.org index 39fe6dd..c101647 100644 --- a/slides.org +++ b/slides.org @@ -8,6 +8,7 @@ #+LaTeX_CLASS_OPTIONS: [presentation] #+BEAMER_THEME: Warsaw #+BEAMER_HEADER: \beamertemplatenavigationsymbolsempty +#+BIBLIOGRAPHY: sapsf plain #+TODO: RAW(r) DEVOID(v) LACKING(l) DRAFT(d) REVIEWED(R) | READY(+) REHEARSED(D) #+COLUMNS: %40ITEM %10DURATION{:} %TODO %BEAMER_ENV(ENVIRONMENT) @@ -177,6 +178,22 @@ GOAL: Captivate; Startle #+END_COMMENT +* LaTeX Configuration :export:ignore: +#+LATEX_HEADER: \usepackage{color} +#+BEGIN_LATEX +% citations will be grayed and pushed to the right margin +\let\origcite\cite +\renewcommand*{\cite}[1]{{% + \hfill + \scriptsize + \raisebox{1ex}{% + \color{gray}% + \origcite{#1}% + }% +}} +#+END_LATEX + + * LACKING Slides :export:ignore: ** DRAFT Introduction / Opening :B_fullframe: :PROPERTIES: @@ -1375,6 +1392,15 @@ International License #+END_CENTER +** References :B_appendix: +:PROPERTIES: +:BEAMER_env: appendix +:END: + +\bibliographystyle{plain} +\bibliography{sapsf} + + * Exporting You should be able to simply export this buffer as a Beamer presentation (=C-c C-e l P=) and get a slideshow.