smart way to add glossary in latex
摘要:In latex, glossary could be formatted by table. Here is a simple example. It is quite easy to extend with more items. \renewcommand\arraystretch{1.5}\newcommand{\myitem}[2] { \textbf{#1} & #2 \\}\begi...
阅读全文
posted @ 2012-09-24 22:41