Sha256: 01c4f5dda490b31ff1165fdf35a1487cb343e2bd705f386b1706a824387f5875
Contents?: true
Size: 998 Bytes
Versions: 7
Compression:
Stored size: 998 Bytes
Contents
\input{mmd-article-header} \def\mytitle{MultiMarkdown Glossary Test} \input{mmd-article-begin-doc} MultiMarkdown has a special format for footnotes that should represent glossary terms. This doesn't make much difference in XHTML (because there is no such thing as a glossary in XHTML), but can be used to generate a glossary within LaTeX documents. For example, let's have an entry for \texttt{glossary}.\newglossaryentry{Glossary }{name={Glossary },description={A section at the end {\ldots}}}\glsadd{Glossary } And what about ampersands?\newglossaryentry{& }{sort={ampersand},name={\& },description={A punctuation mark {\ldots}}}\glsadd{& } Since we want the ampersand entry to be sorted with the a's, and not with symbols, we put in the optional sort key \texttt{ampersand} to control sorting. \begin{verbatim} [^glossary]: glossary: Glossary A section at the end ... [^amp]: glossary: & (ampersand) A punctuation mark ... \end{verbatim} \input{mmd-memoir-footer} \end{document}
Version data entries
7 entries across 7 versions & 2 rubygems