You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
321 B

%DO_NOT_MODIFY{
%Dummy command used as marker for the autofill
\newcommand{\autofill}[2]{#2}
%command for easy glossary, requires to run: 'makeglossaries filename'
\usepackage[nonumberlist]{glossaries}
\newcommand{\dictentry}[2]{%
\newglossaryentry{#1}{name=#1,description={#2}}%
\glslink{#1}{}%
}
\makeglossaries
%}