Selaa lähdekoodia

To add comments.

git-svn-id: https://tufte-latex.googlecode.com/svn/trunk@39 516e2f36-ce3a-0410-bea4-1d4a03f5df72
master
Bil Kleb 18 vuotta sitten
vanhempi
commit
69572d2f0b
1 muutettua tiedostoa jossa 10 lisäystä ja 8 poistoa
  1. +10
    -8
      sample-handout.tex

+ 10
- 8
sample-handout.tex Näytä tiedosto

@@ -4,17 +4,19 @@

\documentclass{tufte-handout}

\usepackage{amsmath}
\usepackage{amsmath} % \text in math mode

\usepackage{graphicx}
\setkeys{Gin}{width=\linewidth,totalheight=\textheight,keepaspectratio}
\graphicspath{{graphics/}}
\usepackage{graphicx} % images
\setkeys{Gin}{width=\linewidth,totalheight=\textheight,keepaspectratio} % defaults
\graphicspath{{graphics/}} % search path

\pagestyle{empty}
\pagestyle{empty} % no page numbers when printing on one sheet, folded in half.

\AtBeginDocument{
\nobibliography{sample-handout}
\bibliographystyle{plainnat}
\AtBeginDocument{ % setup bibliography
\nobibliography{sample-handout} % bibtex database
\bibliographystyle{plainnat} % style
% Note: you could put these commands at the end of document and
% change to \bibliography if you want a "References" section
}

\begin{document}


Loading…
Peruuta
Tallenna