From: Fletcher T. Penney Date: Mon, 6 Mar 2017 14:12:09 +0000 (-0500) Subject: ADDED: Improve LaTeX configuration files X-Git-Tag: 6.0.0-b1^2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80bb97ca7b29c037e0ca30766a3fcf58dcf38b29;p=multimarkdown ADDED: Improve LaTeX configuration files --- diff --git a/texmf/tex/latex/mmd6/mmd6-memoir-packages.tex b/texmf/tex/latex/mmd6/mmd6-memoir-packages.tex index ba64eca..646f76e 100644 --- a/texmf/tex/latex/mmd6/mmd6-memoir-packages.tex +++ b/texmf/tex/latex/mmd6/mmd6-memoir-packages.tex @@ -11,7 +11,6 @@ \usepackage{xcolor} % Allow for color (annotations) \usepackage{listings} % Allow for source code highlighting \usepackage[sort&compress]{natbib} % Better bibliography support -\usepackage{acronym} % Support acronyms \usepackage[normalem]{ulem} % Support strikethrough \input{mmd6-criticmarkup} diff --git a/texmf/tex/latex/mmd6/mmd6-memoir-setup.tex b/texmf/tex/latex/mmd6/mmd6-memoir-setup.tex index 5708bfb..7a5c4e7 100644 --- a/texmf/tex/latex/mmd6/mmd6-memoir-setup.tex +++ b/texmf/tex/latex/mmd6/mmd6-memoir-setup.tex @@ -6,7 +6,7 @@ % In case we need a glossary, or index -\usepackage{glossaries} +\usepackage[acronym]{glossaries} \glstoctrue \makeglossaries \makeindex diff --git a/texmf/tex/latex/mmd6/mmd6-tufte-book-leader.tex b/texmf/tex/latex/mmd6/mmd6-tufte-book-leader.tex index 21c57fc..357182e 100644 --- a/texmf/tex/latex/mmd6/mmd6-tufte-book-leader.tex +++ b/texmf/tex/latex/mmd6/mmd6-tufte-book-leader.tex @@ -27,10 +27,11 @@ \usepackage{xcolor} % Allow for color (annotations) \usepackage{listings} % Allow for source code highlighting \usepackage{subscript} -\usepackage{acronym} % Support acronyms +\usepackage[normalem]{ulem} % Support strikethrough +\input{mmd6-criticmarkup} -\usepackage{glossaries} +\usepackage[acronym]{glossaries} \glstoctrue \makeglossaries \makeindex diff --git a/texmf/tex/latex/mmd6/mmd6-tufte-footer.tex b/texmf/tex/latex/mmd6/mmd6-tufte-footer.tex index c25159f..7bbba87 100644 --- a/texmf/tex/latex/mmd6/mmd6-tufte-footer.tex +++ b/texmf/tex/latex/mmd6/mmd6-tufte-footer.tex @@ -1,5 +1,15 @@ +% Back Matter +\if@mainmatter + we're in main + \backmatter +\else +\newpage +\fi + + + % Bibliography \ifx\bibliocommand\undefined @@ -8,3 +18,8 @@ \bibliocommand \fi + +% Glossary +\renewcommand*{\acronymname}{Abbreviations} +\printglossaries + diff --git a/texmf/tex/latex/mmd6/mmd6-tufte-handout-leader.tex b/texmf/tex/latex/mmd6/mmd6-tufte-handout-leader.tex index be8ffc8..7af5ea9 100644 --- a/texmf/tex/latex/mmd6/mmd6-tufte-handout-leader.tex +++ b/texmf/tex/latex/mmd6/mmd6-tufte-handout-leader.tex @@ -27,10 +27,11 @@ \usepackage{xcolor} % Allow for color (annotations) \usepackage{listings} % Allow for source code highlighting \usepackage{subscript} -\usepackage{acronym} % Support acronyms +\usepackage[normalem]{ulem} % Support strikethrough +\input{mmd6-criticmarkup} -\usepackage{glossaries} +\usepackage[acronym]{glossaries} \glstoctrue \makeglossaries \makeindex