Allow for glossary in texnote. Implies ruuning makeglosaries in latex_tools and changes in template files.
parent
62e3c8e9e4
commit
8524b9d5b8
@ -1,4 +1,11 @@
|
|||||||
%DO_NOT_MODIFY{
|
%DO_NOT_MODIFY{
|
||||||
%Dummy command used as marker for the autofill
|
%Dummy command used as marker for the autofill
|
||||||
\newcommand{\autofill}[2]{#2}
|
\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
|
||||||
%}
|
%}
|
||||||
|
Loading…
Reference in new issue