This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
paper:latex:pagestyle [2022/12/19 08:07] odagawa |
paper:latex:pagestyle [2022/12/19 11:43] (current) odagawa |
||
---|---|---|---|
Line 107: | Line 107: | ||
\clearpage % 次のページを作成 (\newpage だとうまくいかない,なぜなら \newpage は図表を出力しない) | \clearpage % 次のページを作成 (\newpage だとうまくいかない,なぜなら \newpage は図表を出力しない) | ||
\thispagestyle{empty} % そのページを白紙に | \thispagestyle{empty} % そのページを白紙に | ||
+ | </ | ||
+ | |||
+ | <code latex list_abbrev.tex> | ||
+ | \Nomenclature{SM}{Standard Model} | ||
+ | |||
+ | \printnomenclature | ||
+ | \clearpage | ||
</ | </ | ||