Tagged Questions
1
vote
0answers
44 views
Cross-referencing (input) multiple tex. files on multiple levels
I´ve recently discovered this site and you might be able to give me some advice working with LaTeX.
Here´s my problem:
My company is working on several user manuals. Each user manual is located in ...
10
votes
1answer
74 views
Including section multiple times
I have a few sections of content I want repeated in multiple chapters. When I include it twice it looks fine in the document but references within that section always go to the section that is ...
4
votes
1answer
163 views
How to display Arabic numerals with \ref but Roman numerals otherwise?
To show all chapter numbers as Roman numerals, I’m using
\renewcommand\thechapter{\Roman{chapter}}
The fourth chapter, for instance, is therefore “Chapter IV” everywhere.
Is it possible to show ...
8
votes
2answers
186 views
Can I re-use section labels across chapters?
I'm formatting a long document with many chapters. Most chapters contain some generic sections (e.g. "Introduction," "Results," ...) and most of them are already labeled accordingly (e.g. ...
1
vote
1answer
268 views
nameref changes header when referencing a chapter*
I'm writing a LaTeX document with book as document class and compiled with pdflatex. TexLive version is latest 2012.
For introduction (and conclusions) chapter, I'm using:
\chapter*{Introduction ...
1
vote
2answers
543 views
Chapter reference not displaying
I am involved in a writing a large document with a co-author who set up the LaTex files that we're using (i.e., I don't have complete autonomy in what I change).
We have a root file which does two ...
2
votes
1answer
104 views
Printing selected chapters without affecting cross-referencing
I am writing my thesis in Lyx and for some reason, probably due to the style sheet, I am unable to print the complete thesis. It gives weird errors. However, individually all chapters are easily ...