Update Footer and Header
Not entirely sure what changes these are, but it's an update that I hope works.
This commit is contained in:
parent
5d138d85d1
commit
8301baf794
|
@ -8,6 +8,20 @@
|
|||
%% Half Letter Production
|
||||
\geometry{paperheight=8.5in,paperwidth=5.5in,margin=0.5in}
|
||||
|
||||
\usepackage[acronym,nopostdot]{glossaries}
|
||||
|
||||
\makeglossaries
|
||||
|
||||
\usepackage{xparse}
|
||||
\DeclareDocumentCommand{\newdualentry}{ O{} O{} m m m m } {
|
||||
\newglossaryentry{gls-#3}{name={#5},text={#5\glsadd{#3}},
|
||||
description={#6},#1
|
||||
}
|
||||
\makeglossaries
|
||||
\newacronym[see={[Glossary:]{gls-#3}},#2]{#3}{#4}{#5\glsadd{gls-#3}}
|
||||
}
|
||||
|
||||
\loadglsentries[main]{glossary-defs}
|
||||
|
||||
\title{My Basic Roleplaying Resources}
|
||||
\author{Jigme Datse Yli-Rasku}
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
\chapter{No idea what we're putting here}
|
||||
|
||||
\backmatter
|
||||
\include{glossary}
|
||||
\chapter{Bibliography}
|
||||
\chapter{Other Titles}
|
||||
|
||||
|
||||
\end{document}
|
Loading…
Reference in New Issue