add examples for org latex article exports to include references
This commit is contained in:
36
README.md
36
README.md
@@ -432,6 +432,42 @@ Examples for an article
|
||||
:CLEARPAGE: t
|
||||
:END:
|
||||
bla bla bla
|
||||
|
||||
# For PDF/LaTeX export we do not want to use org-ref ox-bibtex, as its output is
|
||||
# already defined in the preamble. The output for 'bibliography:references.bib'
|
||||
# is something like '\bibliography{references}'
|
||||
# reftex version
|
||||
# bibliography:references.bib
|
||||
# ox-bibtex version
|
||||
# #+BIBLIOGRAPHY: references mbunsrtdin option:-a option:-unicode option:-nobibsource limit:t
|
||||
* References-en :ignore:
|
||||
:PROPERTIES:
|
||||
:VISIBILITY: folded
|
||||
:END:
|
||||
#+LATEX: \newpage\thispagestyle{plain}
|
||||
#+LATEX: \sloppy\printbibliography
|
||||
#+LATEX: \begin{comment}
|
||||
#+BIBLIOGRAPHY: references acmu option:-a option:-unicode option:-nobibsource limit:t
|
||||
#+LATEX: \end{comment}
|
||||
|
||||
* References-de :ignore:
|
||||
:PROPERTIES:
|
||||
:VISIBILITY: folded
|
||||
:END:
|
||||
#+LATEX: \newpage\thispagestyle{plain}
|
||||
#+LATEX: \sloppy\printbibliography
|
||||
#+LATEX: \begin{comment}
|
||||
#+BIBLIOGRAPHY: references mbunsrtdin option:-a option:-unicode option:-nobibsource limit:t
|
||||
#+LATEX: \end{comment}
|
||||
|
||||
* References-rott :ignore:
|
||||
:PROPERTIES:
|
||||
:VISIBILITY: folded
|
||||
:END:
|
||||
#+LATEX: \newpage\thispagestyle{plain}
|
||||
# all references from the bib
|
||||
#+LATEX: \nocite{*}
|
||||
#+BIBLIOGRAPHY: references rottbibsty option:-a option:-unicode option:-nobibsource
|
||||
|
||||
|
||||
<a id="export-letter"></a>
|
||||
|
||||
36
README.org
36
README.org
@@ -178,6 +178,42 @@ a bunch of online resources.
|
||||
:CLEARPAGE: t
|
||||
:END:
|
||||
bla bla bla
|
||||
|
||||
# For PDF/LaTeX export we do not want to use org-ref ox-bibtex, as its output is
|
||||
# already defined in the preamble. The output for 'bibliography:references.bib'
|
||||
# is something like '\bibliography{references}'
|
||||
# reftex version
|
||||
# bibliography:references.bib
|
||||
# ox-bibtex version
|
||||
# #+BIBLIOGRAPHY: references mbunsrtdin option:-a option:-unicode option:-nobibsource limit:t
|
||||
,* References-en :ignore:
|
||||
:PROPERTIES:
|
||||
:VISIBILITY: folded
|
||||
:END:
|
||||
,#+LATEX: \newpage\thispagestyle{plain}
|
||||
,#+LATEX: \sloppy\printbibliography
|
||||
,#+LATEX: \begin{comment}
|
||||
,#+BIBLIOGRAPHY: references acmu option:-a option:-unicode option:-nobibsource limit:t
|
||||
,#+LATEX: \end{comment}
|
||||
|
||||
,* References-de :ignore:
|
||||
:PROPERTIES:
|
||||
:VISIBILITY: folded
|
||||
:END:
|
||||
,#+LATEX: \newpage\thispagestyle{plain}
|
||||
,#+LATEX: \sloppy\printbibliography
|
||||
,#+LATEX: \begin{comment}
|
||||
,#+BIBLIOGRAPHY: references mbunsrtdin option:-a option:-unicode option:-nobibsource limit:t
|
||||
,#+LATEX: \end{comment}
|
||||
|
||||
,* References-rott :ignore:
|
||||
:PROPERTIES:
|
||||
:VISIBILITY: folded
|
||||
:END:
|
||||
,#+LATEX: \newpage\thispagestyle{plain}
|
||||
# all references from the bib
|
||||
,#+LATEX: \nocite{*}
|
||||
,#+BIBLIOGRAPHY: references rottbibsty option:-a option:-unicode option:-nobibsource
|
||||
#+end_src
|
||||
|
||||
*** Letter export (LaTex)
|
||||
|
||||
Reference in New Issue
Block a user