slides.org: Initial bibtex config

master
Mike Gerwitz 2017-03-08 02:05:07 -05:00
parent 4783f44200
commit 532781c0ac
2 changed files with 28 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,3 +1,3 @@
*.pdf
*.tex
# bibtex
*.bbl

View File

@ -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.