Tagged Questions
0
votes
0answers
16 views
Trouble with cross referencing in the appendices
I'm trying to get the figures and labels in my appendices to have the same format as the rest of the document. In my main thesis.tex file I use:
\backmatter % book mode only
\appendix
...
0
votes
1answer
51 views
How to color the ToC and the references with a different color?
As the title reads, I'd like to color my ToC in let's say red and the references in my document with another color let's say blue.
here's a MWE of my document :
\documentclass{report}
...
6
votes
2answers
133 views
Hyperref within hyperref
I'm using the hyperref package in LaTeX. In the compiled PDF, in the table of contents (TOC), I correctly get all the links to the corresponding chapters and sections.
There is only one chapter which ...
6
votes
2answers
98 views
Automatic section body generation using text extracted from the rest of the document [duplicate]
Possible Duplicate:
Extract all emphasized words from latex document
I'm writing a report which involves a comparative analysis of some standards. Throughout the body of my report, I have a ...
7
votes
1answer
95 views
How do I get a chapter \ref in counting numbers when the ToC uses Roman numerals?
My university's formatting requirements for theses require Roman numerals for chapters in the table of contents (e.g. "Chapter II ..... Lions"), but for references to chapters within the text, ...
6
votes
1answer
114 views
A list of all the labelled sentences
I keep adding a class of sentences in different areas of my tex:
\section{...}
...
sentence1
...
\subsection{...}
...
sentence2
...
\section{...}
...
sentence3
...
I would like to make a add ...
2
votes
1answer
34 views
cross references different from tableofcontents
I have a document divided into \part \chapter \section and \subsection.
I have 3 parts and in each part I reset all the counters.
I want that, when I do a crossref to something that is in the 1st ...
5
votes
1answer
217 views
Hyperref, \noappendicestocpagenum appendix option, and table of contents
In my thesis, I am using both the appendix package and the hyperref package. When I get to the appendix, I use the following commands:
\appendix
\noappendicestocpagenum
\addappheadtotoc
\appendixpage
...
1
vote
1answer
264 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 ...
5
votes
3answers
191 views
list of occurences of references
I need a list like the list of figures for \ref entries in the text to instances of a custom Theorem environment. Here's a MWE with a handbuilt example. The solution should add features to this code I ...
9
votes
1answer
167 views
Numbering a figure with a symbol in a way that is compatible with \label and \ref
In a long paper, full of figures labeled as usual, there are two figures which I would like to single out and label with symbols. For instance, I would like to have them labeled Figure $\dag$ and ...
1
vote
1answer
309 views
cross reference doesn't work with memoir
I'm getting to know memoir, and I cannot make cross references work.
\usepackage[utf8]{inputenc}
\usepackage{lipsum}
\usepackage{graphicx}
\usepackage{subfig}
\usepackage{array}
\usepackage{color}
...
1
vote
2answers
671 views
How to achieve links in a part ToC in a beamer presentation?
I red \tableofcontents from \part commands in Beamer, and it was very helpful. However, I wanted the part titles to be links pointing to the pages the part began. The example without this works just ...
6
votes
1answer
6k views
Article appendix with sections and toc entries in the form “Appendix A”
I have been trying to get the appendix for my thesis done.
I've read a lot about it and as always you can chose between a fiddly way and a magic package that doas the job to solve a problem (I usually ...
1
vote
1answer
258 views
Cross-reference to an entry in the toc?
Is there any way to cross-reference to sections/subsections via their title? I find myself writing "Please see section 4 for more details", and it gets annoying very soon, especially when I have to ...
2
votes
1answer
350 views
Automated partial TOC [duplicate]
Possible Duplicate:
List sections of chapter at beginning of that chapter
Hello,
I need to make a small chapter TOC at each chapter. What I need is something like:
Chapter 3 - Chapter 3 ...
21
votes
1answer
4k views
How to make clickable links and cross-references in pdfs produced by LaTeX?
How can I make things link url references, my index, table of contents, and cross references clickable links in documents produced by LaTeX? I generally use pdflatex to produce my documents.