GeneralGlossary page not generated

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
vkavata
Posts: 4
Joined: Wed Jun 19, 2019 2:14 pm

Glossary page not generated

Post by vkavata »

Hello,
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.
main_1.tex
(1.3 KiB) Downloaded 179 times
mygloss.tex
(273 Bytes) Downloaded 163 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Glossary page not generated

Post by Stefan Kottwitz »

Welcome to the forum!

Just add the automake option, such as

\usepackage[toc,automake]{glossaries}

Stefan
LaTeX.org admin
vkavata
Posts: 4
Joined: Wed Jun 19, 2019 2:14 pm

Glossary page not generated

Post by vkavata »

Hello Stefan,

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
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Glossary page not generated

Post by Stefan Kottwitz »

Hi Vinay,

can you please post your .log file as attachment, of compiling with the automake option.

Stefan
LaTeX.org admin
vkavata
Posts: 4
Joined: Wed Jun 19, 2019 2:14 pm

Glossary page not generated

Post by vkavata »

Sure, Stefan.
Please find the attached .log files for both main and glossary file.

Thanks a lot for your time!!
main_1.log
(43.16 KiB) Downloaded 177 times
mygloss.log
(7.55 KiB) Downloaded 158 times
vkavata
Posts: 4
Joined: Wed Jun 19, 2019 2:14 pm

Glossary page not generated

Post by vkavata »

Hi Stefan,

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.
main_1.pdf
(77.35 KiB) Downloaded 174 times
Please see if you can give short hints to these queries.

Thanks a lot.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Glossary page not generated

Post by Johannes_B »

The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply