Search found 51 matches
- Mon Oct 06, 2014 3:17 pm
- Forum: Graphics, Figures & Tables
- Topic: How to add "Page" to "Chapter 1" like toc & lof
- Replies: 6
- Views: 4689
- Thu Oct 02, 2014 5:13 pm
- Forum: Graphics, Figures & Tables
- Topic: How to add "Page" to "Chapter 1" like toc & lof
- Replies: 6
- Views: 4689
- Fri Sep 26, 2014 5:52 pm
- Forum: Graphics, Figures & Tables
- Topic: How to add "Page" to "Chapter 1" like toc & lof
- Replies: 6
- Views: 4689
How to add "Page" to "Chapter 1" like toc & lof
Please try to explain what you have in mind. There might be a very clean solution.
I have, slightly, edited the code in my first post.
What I want to do is I have serveral links to sections in chapter 5 . These links have page numbers associated with them. (My actual LaTex was created by Doxygen ...
I have, slightly, edited the code in my first post.
What I want to do is I have serveral links to sections in chapter 5 . These links have page numbers associated with them. (My actual LaTex was created by Doxygen ...
- Fri Sep 26, 2014 3:01 pm
- Forum: Graphics, Figures & Tables
- Topic: How to add "Page" to "Chapter 1" like toc & lof
- Replies: 6
- Views: 4689
How to add "Page" to "Chapter 1" like toc & lof
How can I add the word "Page" to chapter 1. In chapter 1, what I have are links to items with page numbers (at the far right).
And, I'd like to add the word "Page" at the start of chapter 1 above the column of page numbers. (I've already added the word to the table of contents and listoffigurs ...
And, I'd like to add the word "Page" at the start of chapter 1 above the column of page numbers. (I've already added the word to the table of contents and listoffigurs ...
- Wed Sep 10, 2014 4:40 pm
- Forum: Graphics, Figures & Tables
- Topic: How To Breakup List Of Figures For Bookmarks In PDF File
- Replies: 5
- Views: 5045
How To Breakup List Of Figures For Bookmarks In PDF File
Per the reference, this code should do two things:
Add sections to the list of figures.
Add line to the list of figures.
Warning: I don't think this below example always works. It gives errors!
And, this gives an error when I add lines to the list of figures in my actual (real) document. It ...
Add sections to the list of figures.
Add line to the list of figures.
Warning: I don't think this below example always works. It gives errors!
And, this gives an error when I add lines to the list of figures in my actual (real) document. It ...
- Tue Sep 09, 2014 9:48 pm
- Forum: Graphics, Figures & Tables
- Topic: How To Breakup List Of Figures For Bookmarks In PDF File
- Replies: 5
- Views: 5045
Re: How To Breakup List Of Figures For Bookmarks In PDF File
If I cannot do what I want to do which is to add more links to the bookmarks area then is it possible to put horizontal lines across sections of the list of figures, themselves. I.E.: Could I alternately visually isolate specific parts of the list of figures via a horizontal line.
Thanks,
Thanks,
- Tue Sep 09, 2014 9:00 pm
- Forum: Graphics, Figures & Tables
- Topic: How To Breakup List Of Figures For Bookmarks In PDF File
- Replies: 5
- Views: 5045
Re: How To Breakup List Of Figures For Bookmarks In PDF File
Is there an easier way to bookmark (sections of figures) then the following implied technique:
\usepackage{tocloft}
...
\newcommand{\listlemmaname}{List of Lemmas}
\newlistof{lemma}{lem}{\listlemmaname}
\newcommand{\lemma}[1]{%
\refstepcounter{lemma}
\par\noindent\textbf{Lemma \thelemma. #1 ...
\usepackage{tocloft}
...
\newcommand{\listlemmaname}{List of Lemmas}
\newlistof{lemma}{lem}{\listlemmaname}
\newcommand{\lemma}[1]{%
\refstepcounter{lemma}
\par\noindent\textbf{Lemma \thelemma. #1 ...
- Tue Sep 09, 2014 6:35 pm
- Forum: Graphics, Figures & Tables
- Topic: How To Breakup List Of Figures For Bookmarks In PDF File
- Replies: 5
- Views: 5045
How To Breakup List Of Figures For Bookmarks In PDF File
Within the bookmarks of PDF files, I'd like to be able to divide the output from the \listoffigures command into a few sections.
In general \listoffigures gives a listing of all the figures in the document. The "pdflatex" command produces a PDF file with a list of bookmarks on the left side of the ...
In general \listoffigures gives a listing of all the figures in the document. The "pdflatex" command produces a PDF file with a list of bookmarks on the left side of the ...
- Mon Sep 08, 2014 9:51 pm
- Forum: Page Layout
- Topic: Review Page Alternatives
- Replies: 1
- Views: 2068
Review Page Alternatives
How can I put a nice page in my document that somehow lists the people who have signed off on it.
I.E.: A signature next to a person's name indicates they have read it. An "X" next to the name indicates they have accepted it as the final document. A checkmark indicates that they have accepted it ...
I.E.: A signature next to a person's name indicates they have read it. An "X" next to the name indicates they have accepted it as the final document. A checkmark indicates that they have accepted it ...
- Mon Sep 08, 2014 7:40 pm
- Forum: Graphics, Figures & Tables
- Topic: DoxyParams Unwanted Page Break
- Replies: 10
- Views: 9991
DoxyParams Unwanted Page Break
It would be nice of to provide a link to the doxygen.sty you are using. I get undefined commands again.
Also, and this is much more important, you are missusing the subsection command.
btw: you posted two posts, on containing the other completely. Can we delete the minimal one?
The Doxygen ...
Also, and this is much more important, you are missusing the subsection command.
btw: you posted two posts, on containing the other completely. Can we delete the minimal one?
The Doxygen ...