-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathmmd-tufte-book-header.tex
41 lines (31 loc) · 1.1 KB
/
mmd-tufte-book-header.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
%
% tufte-latex book for MultiMarkdown
% http://code.google.com/p/tufte-latex/
%
% Creates a basic handout emulating part of Edward Tufte's style
% from some of his books
%
% * Only h1 and h2 are valid
% * \citep may be better than \cite
% * \autoref doesn't work properly, may get better results with \ref
% * footnotes don't work inside of tables
%
\documentclass{tufte-book}
%\documentclass[justified]{tufte-handout}
% Use default packages for memoir setup
\usepackage{fancyvrb} % Allow \verbatim et al. in footnotes
\usepackage{graphicx} % To enable including graphics in pdf's
\usepackage{booktabs} % Better tables
\usepackage{tabulary} % Support longer table cells
\usepackage[utf8]{inputenc} % For UTF-8 support
\usepackage[T1]{fontenc} % Use T1 font encoding for accented characters
\usepackage{xcolor} % Allow for color (annotations)
\usepackage{listings} % Allow for source code highlighting
\usepackage{subscript}
\usepackage{acronym} % Support acronyms
\usepackage{glossaries}
\glstoctrue
\makeglossaries
\makeindex
% Configure default metadata to avoid errors
\input{mmd-default-metadata}