Skip to content

nomencl 宏包使用问题 #692

Closed Answered by zepinglee
jwen15 asked this question in Q&A
Discussion options

You must be logged in to vote

nomencl 的正常用法就是需要调用 makeindex 的。建议用 latexmk 编译,已经配置好了可以自动调用 makeindex

thuthesis/latexmkrc

Lines 14 to 18 in 1288c42

add_cus_dep('nlo', 'nls', 0, 'nlo2nls');
sub nlo2nls {
system("makeindex -s nomencl.ist -o \"$_[0].nls\" \"$_[0].nlo\"");
}
push @generated_exts, 'nlo', 'nls';

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jwen15
Comment options

Answer selected by jwen15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #691 on July 05, 2021 02:02.