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{
|
||||
\printindex[vocabindex]
|
||||
}
|
||||
\NewDocumentCommand{\PrintVocabIndex}{ }
|
||||
{
|
||||
\printindex[vocabindex]
|
||||
}
|
||||
\else
|
||||
\NewDocumentCommand{\vocab}{O{} m }{
|
||||
\textbf{\color{blue} #2}
|
||||
|
|
Loading…
Reference in a new issue