0
votes
0answers
121 views

Bibliography Problem in LyX [closed]

I'm currently writing for the first time a paper in LyX and I'm having some trouble with it: The document class I chose is "article (AMS)" . When I'm trying to add a Bibliography, I chose ...
6
votes
1answer
122 views

Bibliography and Index \label for cross-reference

I have each chapter of my book class in a different file all linked up in a master file. I also have bibliography in refs.bib file and also have an index. I'm trying to create a cross-reference to the ...
15
votes
3answers
287 views

Why do we need add on programs like Biber and MakeIndex?

The creation of biblatex has made bst files obsolete allowing the formatting to be done by LaTeX and not an add on program like BibTeX, but it didn't completely eliminate the need for an add on ...
5
votes
2answers
331 views

Order of appendices

I'm not sure whether it fits on TeX.SE or some other SE site, but anyways: I wonder whether there's a good standard on the order of the common appendices when writing the thesis. I have in mind the ...
4
votes
2answers
1k views

Running head in LaTeX book is wrong

I have a book with 14 chapters, two appendices (each chapter and appendix in a separate file), and a bibliography and index. This is set up as: Preamble \mainmatter include chapters \appendix ...