blob: b2f5a9bc4f642a1fad9d253896207a955034a9d0 (
plain)
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
41
|
% +AMDG
\documentclass{book}
\title{A Base Twelve Test}
\author{Donald P.\ Goodman}
\date{\today}
\usepackage{dozenal}
\begin{document}
\maketitle
\tableofcontents
\chapter{Just}
\chapter{Checking}
\chapter{To}
\chapter{See}
\chapter{If}
\chapter{The}
\chapter{Dozenal}
\chapter{Package}
\chapter{Is}
\chapter{Working}
\chapter{Properly}
\chapter{As}
\chapter{Expected.}
\end{document}
|