General ⇒ Nomenclature and bibliography at end of each chapter
Nomenclature and bibliography at end of each chapter
I'm not entirely sure if this is the right place to post this, but I can't think of where else it would be more appropriate. If it's not in the right place, I'd be most grateful if the mods moved it to where they think is better.
Now on to my problem (which I've searched for here and Googled as extensively as I could, with no luck):
I'm writing my Master's dissertation using the "book" class. What I'd like to do is include a "Nomenclature" and "References" section at the end of each chapter, with a list of symbols and references used in that chapter.
I was initially using the "nomencl" package for the nomenclature, and while it produces the right output, I can't see a way of producing chapter-specific nomenclatures.
After searching a bit, I came across the "glossaries" package, which seems appropriate in that one can define a number of glossaries. The problem is that I can't seem to get it to make the glossary. I even tried with the simple example here (http://www.eng.cam.ac.uk/help/tpl/textp ... aries.html) and still no glossary.
I imagine it must be something installation-specific here. I use MikTeX 2.7 complete install, and I've tried the example both with LyX and TeXnicCenter, with no luck. The text in the main body with \gls{label} displays correctly, but there's no glossary. Any ideas as to why this might be?
Is there a way of doing this with "nomencl" rather (I prefer the way it works to "glossaries"). Either way, a solution -- with any package -- is what I'm after! Any thoughts?
Also, as I mentioned at the beginning, I'd like to do the same with references/bibliography. I haven't gotten around to trying this yet, but I imagine it's a similar problem to the previous one.
Any help would be greatly appreciated!
Regards,
ChE
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Nomenclature and bibliography at end of each chapter
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Nomenclature and bibliography at end of each chapter
Also have a look at the list of possible causes in One or more of my glossaries haven't appeared
Regards
Nicola Talbot
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/
Nomenclature and bibliography at end of each chapter
After a bit of battling and some reading, I managed to get "glossaries" working in LyX (it still refuses to do so with TeXnicCenter, bizarrely enough, but I only use it for parts where LyX is stubborn). There is one small issue, however: the page header isn't quite right. The header style that the "book" class has is:
Code: Select all
2 CHAPTER 1. MY SECTION NAME
Code: Select all
10 Nomenclature
Thanks!
Regards,
ChE