add PrintVocabIndex macro
This commit is contained in:
parent
fab3fa1f8c
commit
9f5af1d669
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ __IF__(index)
|
||||||
\newcommand\printvocabindex{
|
\newcommand\printvocabindex{
|
||||||
\printindex[vocabindex]
|
\printindex[vocabindex]
|
||||||
}
|
}
|
||||||
|
\NewDocumentCommand{\PrintVocabIndex}{ }
|
||||||
|
{
|
||||||
|
\printindex[vocabindex]
|
||||||
|
}
|
||||||
\else
|
\else
|
||||||
\NewDocumentCommand{\vocab}{O{} m }{
|
\NewDocumentCommand{\vocab}{O{} m }{
|
||||||
\textbf{\color{blue} #2}
|
\textbf{\color{blue} #2}
|
||||||
|
|
Loading…
Reference in a new issue