MakeIndex, Nomenclature, Glossaries and Acronyms ⇒ How can print a nomencl list of abbreviations within a page
-
- Posts: 2
- Joined: Tue Feb 26, 2008 3:06 am
How can print a nomencl list of abbreviations within a page
Thanks in advance.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
How can print a nomencl list of abbreviations within a page
Can you please clarify that?lrblackstock wrote: include the list of nomenclature within a page rather than on its own page?
In case you just wanted to rename the nomenclature page, see pg 9 of the nomencl.pdf
There's a bunch of other neat tricks in there too.
-
- Posts: 2
- Joined: Tue Feb 26, 2008 3:06 am
How can print a nomencl list of abbreviations within a page
I thought there might be a way to define a \listofabbreviations command in the thesis.sty file to simply call the \printnomenclature command within the .sty file.
Here's what I have, but I'm not sure if it's even possible to add \printnomenclature here:
Code: Select all
\def\listofabbreviations{\@restonecolfalse\if@twocolumn\@restonecoltrue\onecolumn
\fi\fchapter{List of Abbreviations\@mkboth
{LIST OF ABBREVIATIONS}{LIST OF ABBREVIATIONS}}\@starttoc{lop}\if@restonecol
\twocolumn\fi}
Any ideas?
Thanks,
Lindsey