Skip to content

Commit

Permalink
Added bibliography to article/report snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Apr 24, 2012
1 parent 4ec9d74 commit 91c1744
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 3 additions & 2 deletions snippets/tex/article.tex
Expand Up @@ -5,6 +5,8 @@

%\usepackage{mymacros}
\usepackage[utf8]{inputenc}
%\usepackage[numbers]{natbib}
%\bibliographystyle{apsrev}
\usepackage[
pdftitle={\Title},
pdfauthor={\Author},
Expand All @@ -16,10 +18,9 @@
\author{\Author}
\date{\today}



\begin{document}

\maketitle

%\bibliography{refs}
\end{document}
7 changes: 3 additions & 4 deletions snippets/tex/report.tex
Expand Up @@ -5,6 +5,8 @@

%\usepackage{mymacros}
\usepackage[utf8]{inputenc}
%\usepackage[numbers]{natbib}
%\bibliographystyle{apsrev}
\ifpdf
\pdfoutput=1
\usepackage[
Expand All @@ -19,12 +21,9 @@
\author{\Author}
\date{\today}



\begin{document}

\maketitle



%\bibliography{refs}
\end{document}

0 comments on commit 91c1744

Please sign in to comment.