From 8381ac0fcc6dd22e3d1a7c34b230a716b6f601fa Mon Sep 17 00:00:00 2001 From: xvrabcov <xvrabcov@fi.muni.cz> Date: Mon, 22 Mar 2021 14:33:24 +0100 Subject: [PATCH] Added printglossary to example --- example/mu/example.dtx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/example/mu/example.dtx b/example/mu/example.dtx index 022d922..f1d4375 100644 --- a/example/mu/example.dtx +++ b/example/mu/example.dtx @@ -544,6 +544,17 @@ \makeatother %</econ> +% \end{macrocode} +% \changes{v1.0.0}{2021/03/22}{Added \cs{printglossary} to print out +% Dictionary and List of Abbreviations. [TV]} +% \begin{macrocode} +%% Uncomment the following lines (by removing the %% at the beginning) +%% and to print out List of Abbreviations and/or Dictionary in your +%% document. Titles for these tables can be changed by replacing the +%% titles `Abbreviations` and `Dictionary`, respectively. + +%% \printglossary[title={Abbreviations}, type=\acronymtype] +%% \printglossary[title={Dictionary}] \chapter*{Introduction} \addcontentsline{toc}{chapter}{Introduction} -- GitLab