Created
February 9, 2021 11:20
-
-
Save jonathanvoelkle/a62f7a2de0c763bb8f78d622545e4e57 to your computer and use it in GitHub Desktop.
Tufte Handout Empty Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{tufte-handout} | |
\title{An Example of the Usage of the Tufte-Handout Style\thanks{Inspired by Edward~R. Tufte!}} | |
\author[The Tufte-LaTeX Developers]{The Tufte-\LaTeX\ Developers} | |
%\date{28 March 2010} % without \date command, current date is supplied | |
%\geometry{showframe} % display margins for debugging page layout | |
\usepackage{graphicx} % allow embedded images | |
\setkeys{Gin}{width=\linewidth,totalheight=\textheight,keepaspectratio} | |
\graphicspath{{graphics/}} % set of paths to search for images | |
\usepackage{amsmath} % extended mathematics | |
\usepackage{booktabs} % book-quality tables | |
\usepackage{units} % non-stacked fractions and better unit spacing | |
\usepackage{multicol} % multiple column layout facilities | |
\usepackage{lipsum} % filler text | |
\usepackage{fancyvrb} % extended verbatim environments | |
\fvset{fontsize=\normalsize}% default font size for fancy-verbatim environments | |
% Standardize command font styles and environments | |
\newcommand{\doccmd}[1]{\texttt{\textbackslash#1}}% command name -- adds backslash automatically | |
\newcommand{\docopt}[1]{\ensuremath{\langle}\textrm{\textit{#1}}\ensuremath{\rangle}}% optional command argument | |
\newcommand{\docarg}[1]{\textrm{\textit{#1}}}% (required) command argument | |
\newcommand{\docenv}[1]{\textsf{#1}}% environment name | |
\newcommand{\docpkg}[1]{\texttt{#1}}% package name | |
\newcommand{\doccls}[1]{\texttt{#1}}% document class name | |
\newcommand{\docclsopt}[1]{\texttt{#1}}% document class option name | |
\newenvironment{docspec}{\begin{quote}\noindent}{\end{quote}}% command specification environment | |
\begin{document} | |
\maketitle% this prints the handout title, author, and date | |
% Write Here | |
\bibliography{sample-handout} | |
\bibliographystyle{plainnat} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment