General ⇒ Glossary page not generated
Glossary page not generated
I am trying to generate Glossary page for my Phd thesis. I am using TexMaker editor on Windows. My minimum working example is shown below. I put my glossary entries in a separate .tex file and call it in the main file. When I compile with PDFLaTex command, the output message does not contain any error, but the Glossary does not appear on the PDF file.
Kindly suggest me how to solve this.
Thanks a lot.
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Glossary page not generated
Just add the
automake
option, such as\usepackage[toc,automake]{glossaries}
Stefan
Glossary page not generated
Many thanks for the reply.
Unfortunately it still doesn't work. Can you please have a look again.
Am I missing something fundamental here.
Vinay
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Glossary page not generated
can you please post your .log file as attachment, of compiling with the
automake
option.Stefan
Glossary page not generated
Please find the attached .log files for both main and glossary file.
Thanks a lot for your time!!
Glossary page not generated
I think I figured out my stupid mistake. I was not calling (using \gls{key}) the glossary items in my text. Sorry for that!
However, I need following modifications:
(a) I don't want to have hyperlinks activated for glossary items in the text. ( I can disable hyperlink in the preamble, but it disables globally, which is undesired)
(b) I want to disable the reference page numbers for glossary items in the Glossary page.
(c) The glossary items are not sorted alphabetically
Please see the attached pdf file. Please see if you can give short hints to these queries.
Thanks a lot.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm