Page Layout ⇒ Remove only 1 entry from table of contents
Remove only 1 entry from table of contents
So I am writing my thesis and I need a glossary. The package I am using for that is the gloss package. Problem is, it is apparently incorporated into the package to create an entry in the table of contents but the entry it produces is quite terrible, misaligned, misfonted etc... so I would like to remove it, but I just can't figure out how.
Anyone would have an idea?
Thanks!
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
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Remove only 1 entry from table of contents
welcome to the board!
Before we fix that - are you sure that you would like to use the gloss package? Did you check if the glossaries package would be good for your purpose? Because this package is a very good one, provides many options and some styles, allows many customizations and is very well documented.
Stefan
Re: Remove only 1 entry from table of contents
Thanks for answering so fast

So here is the problem, I am using a cls file which I haven't made and to which I don't understand much! I tried using the glossaries package instead and while it doesn't per say bug, it doesn't output anything either... I didn't get any error message but when using makeindex it would tell me that the .glo is empty and so is the .gls, even if I had added entries... And no glossary page was actually showing up so I gave up... I just guessed that somewhere there was an incompatibility with the cls file or something and that's why I switched back to the gloss package...

- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Remove only 1 entry from table of contents
Do you have to use it? Or did you just get it from somewhere?Moustique wrote:So here is the problem, I am using a cls file which I haven't made and to which I don't understand much!
Perhaps this can be solved, with the log file or better aMoustique wrote:I tried using the glossaries package instead and while it doesn't per say bug, it doesn't output anything either...

I think it's compatible to common classes. Perhaps attach your class file to a post, if it's not confidential.Moustique wrote:I just guessed that somewhere there was an incompatibility with the cls file or something and that's why I switched back to the gloss package.
Stefan
Remove only 1 entry from table of contents
Yeah I do have to use it. And everything works fine in it (except the glossary) so I don't want to try to make one myself.. I don't have time (nor skill) for that.Do you have to use it? Or did you just get it from somewhere?
So I can't give you a minimal example because I have no idea how to reproduce the problem but here is what I do, and maybe you will find soemthing that I do wrong:Perhaps this can be solved, with the log file or better a minimal working example which shows that problem. The author of the package also visits this forum and helps with questions regarding the package.
In my thesis.tex:
Code: Select all
\usepackage{glossaries}
\makeglossary
.
. blah blah blah bunch of includes
Code: Select all
\printglossary
Code: Select all
\newglossaryentry{greekletter}{name={Greek letters},description={ploum}}
Code: Select all
makeindex -s thesis.ist -t thesis.glg -o thesis.gls thesis.glo
This is makeindex, version 2.15 [TeX Live 2009] (kpathsea + Thai support).
Scanning style file ./thesis.ist...........................done (27 attributes redefined, 0 ignored).
Scanning input file thesis.glo...done (0 entries accepted, 1 rejected).
Nothing written in thesis.gls.
Transcript written in thesis.glg.

Oh btw maybe I should mention I use kile? Who knows if that's the problem!
You mean the cls file? I don't think I have the right to... it's the university onePerhaps attach your class file to a post

Thanks again for your help btw! I appreciate it alot!