Conversion ToolsMissing ToC and References in compiled PDF Output

Information and discussion about output converters related to LaTeX (e.g. dvips, ps2pdf, ...)
Post Reply
ZamanX90
Posts: 2
Joined: Tue Oct 29, 2013 7:13 am

Missing ToC and References in compiled PDF Output

Post by ZamanX90 »

I wrote my article using LyX, used JabRef for reference management, From LyX I can generate the output PDF without any problem, ToC is there, citations are working and reference is generated.

But when I converted the LyX file to .tex file and compile it on the command line, the generated output doesn't contain the ToC, Citations and References list. Where is the error?

Recommended reading 2024:

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

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

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

Missing ToC and References in compiled PDF Output

Post by Johannes_B »

There is no error at all, you just have to run multiple times. In fact, thats

Code: Select all

latex (or pdflatex/lualatex/xelatex)
bibtex (or biber)
latex 
latex
This can go on, if you have an index/glossary etc.

LyX does the same in the background, but it didn't tell you.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Missing ToC and References in compiled PDF Output

Post by localghost »

ZamanX90 wrote:[…] Where is the error?
Perhaps somewhere in the exported code?


Best regards and welcome to the board
Thorsten
Post Reply