瀏覽代碼

To add comments.

git-svn-id: https://tufte-latex.googlecode.com/svn/trunk@39 516e2f36-ce3a-0410-bea4-1d4a03f5df72
master
Bil Kleb 18 年之前
父節點
當前提交
69572d2f0b
共有 1 個文件被更改,包括 10 次插入8 次删除
  1. +10
    -8
      sample-handout.tex

+ 10
- 8
sample-handout.tex 查看文件

@@ -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…
取消
儲存