{bookmarks} is about PDF bookmarks, which are usually displayed in the side bar of the PDF reader for easy navigation.
2
votes
1answer
38 views
How do I add section/subsection numbers to pdf bookmarks?
I'm writing up solutions to some exercises, and having problems with the bookmarks produced in the resulting pdf file. In the document I'm using \section (slightly modified) and \exercise (based on ...
0
votes
1answer
19 views
Support sections on the bookmark in landscape mode
I'm writing a book and I want to put a unnumbered chapter (chapter*), where I will discuss the results and then put the results in tables. These results are divided into three options, so I want to ...
3
votes
1answer
32 views
How to get the bookmark and the index (tableofcontents) with links to each section
I want to make a book without chapters are listed. Have an index (also don't want that chapters are listed in the index) and have the bookmark in the file.pdf. The problem is that I appear twice ...
6
votes
1answer
56 views
The chapters appear twice in the bookmark
First of all sorry for my bad English. I am designing a book and I have problems with the bookmark when I compile the file.tex in file.pdf. The chapters appear twice. In my code I don't want to list ...
6
votes
2answers
71 views
Funny but unreadable bookmarks with backslash in section
The following document gives me a "good" document, but garbled bookmarks.
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{luacode}
\usepackage[unicode]{hyperref}
\begin{document}
...
9
votes
1answer
85 views
Change format of hyperref generated PDF bookmarks
In a generic way, how can I change the format of bookmarks generated automatically by hyperref (or bookmark)?
By generic, I mean the ability the customize the bookmark format for part, chapter, ...
10
votes
3answers
130 views
Which package should I load first: hyperref or bookmark?
I came to this question after looking for a way to explicitly end a \part (as described in this question: ...
1
vote
1answer
25 views
References in bookmarks
The references does not appear in bookmarks. I am using the following environment.
\documentclass[12pt]{article}
\usepackage[bookmarks]{hyperref}
\begin{document}
\begin{thebibliography}{1}
...
1
vote
0answers
35 views
bookmarks: diacritics, umlauts and special characters [closed]
Why are the bookmarks in my pdf documents (created by LuaLaTeX) not correct? E.g., I get Faḫr al-DÄ«n al-RĆzÄ« instead of Faḫr al-Dīn al-Rāzī. In general diacritics, umlauts and special characters ...
2
votes
1answer
45 views
Additional bookmarks with moderncv
I finished my cv with moderncv and have some trouble getting rid of the errors, hope someone can help me out. I use moderncv 1.4 and tried to add additional bookmarks to the document for the ...
3
votes
1answer
42 views
PDF bookmarks according to figure titles or labels
I have dozens of figures that I am going to include in one PDF file using the following code combination:
% allpdfs.tex
\documentclass{article}
\usepackage{pdfpages}
...
5
votes
1answer
70 views
List section in pdf bookmarks, but omit in LaTeX table of contents
Normally (under pdflatex with hyperref) a section added with \section will appear in both the LaTeX table of contents, and the pdf metadata; while a \section* will be omitted from both.
Is it ...
10
votes
1answer
68 views
Refer to labels of merged pdfs?
Do I need to use an extra program (pax) in order to bookmark labels of merged pdfs?
For my application, I use KOMA-Script for the letter and moderncv for the CV. Therefore, I have to use two ...
0
votes
1answer
102 views
Displaying sections in table of contents/side bar of pdf viewer
I wasn't sure how to search for this as I'm not sure what's it's called. Apologies if this is a duplicate though.
Sometimes when I open a PDF, the sidebar will list the table of contents and I'll be ...
7
votes
1answer
47 views
Change the name of a bookmark
I have long titles for sections in a TeX-Beamer presentation. By default, hyperref uses the name of the section for the pdfbookmark. This means the bookmark is too long. I would like to use a shorter ...
4
votes
1answer
86 views
automatic PDF bookmark manipulation
This is a follow-up question to PDF bookmark customization
How is it possible, to set in an report/scrreprt all chapters with bold bookmarks in the pdf bookmarks? I've found a discussion about it (in ...
4
votes
3answers
124 views
Links do not lead to right pages
The problem is that the links (as well as the PDF bookmarks) of abstract, explanation, CV and appendix do not lead to the right pages. abstract leads to the titlepage and appendix to introduction etc. ...
6
votes
1answer
56 views
Open PDF to a Prescribed Bookmark
Background:
I have a one page document with header information at the top.
I would like the document to automatically scrolling past this header when it is opened.
The following theorem is only ...
5
votes
3answers
82 views
Removing footnotes from pdf bookmarks
I have
\section{My Title\footnote{ My Footnote 1}\footnote{My Footnote 2}}
.
Both pdfLatex and Latex automatically creates bookmarks from my section headers. That's what I want. But they also ...
0
votes
1answer
58 views
part bookmarks and toc style
Within the book.cls class, I redefined the \part section to customize the respective toc entry as follows:
\def\@part[#1]#2{%
\ifnum \c@secnumdepth >-2\relax
\refstepcounter{part}%
...
6
votes
1answer
107 views
How to solve the problem “bookmarks are not allowed” when submit a paper?
I need to upload a paper (pdf). But the system informed me that "bookmarks are not allowed". However, I have no idea how to forbid bookmarks in the Tex file. Should I add any command? Thank you in ...
2
votes
1answer
49 views
invisible subsection
I've tried adapting the answer here, to make invisible subsections by changing 'section' to 'subsection' everywhere.
It didn't seem to work.
Basically, what I want is to have subsections that appear ...
4
votes
1answer
93 views
How to add the pdf-bookmark of TOC without its name “Contents” in TOC
Since the link of TOC itself in TOC looks stupid,
\usepackage[nottoc]{tocbibind} % no `Contents` in TOC
is used to remove it.
However, The Bookmark Contents will disappear in the index (on the ...
10
votes
1answer
125 views
Partial italic text in PDF bookmarks
In my LaTeX file I've got some chapter titles with partial italicised text. With the hyperref package, I get the required bookmarks, etc. but the style for these partial italicised text disappears.
...
3
votes
1answer
93 views
Renew table of contents level and pdf bookmarks
I'm using the labbook class which uses the commands \labday, \experiment, and \subexperiment as the 0,1,2 table of contents levels. I want to add my own chapters with TOC level of 1 and have the ...
3
votes
1answer
76 views
Remove a part of chapter title from sidebar href and page header
My chapter title is "{some special symbol} some text" and that special symbol does not show up properly in the sidebar clickable menu (in the compiled pdf file) as well as in the page header. I was ...
1
vote
0answers
44 views
Hiding Bookmarks in PDFLaTeX [duplicate]
Possible Duplicate:
How to disable initial view of PDF bookmarks panel?
I would like to hide bookmarks in my pdf which are appearing at left side of the PDF like chapters. I'm using ...
4
votes
1answer
105 views
TOC entry and PDF bookmark for colophon do not match
I am compiling a book in memoir class using xelatex and am having problems getting the TOC entry and PDF bookmark to match. Moreover, both point to the wrong page. Here is my MWE:
...
4
votes
2answers
161 views
How to make appendices like section in bookmarks
I had a problem as I wanted to make my appendices look like sections.
I already found a solution to do this for the table of contents by using this code just before the \chapter command in the ...
1
vote
0answers
106 views
Bookmarks not automatically generating [closed]
I have \usepackage{hyperref} in the preamble of a very simple document, which has defined sections. However, the output pdf file has no bookmarks.
In 4.1 of this manual, it's stated that
Usually ...
0
votes
1answer
137 views
pdflatex tex issue with section which contains underscore
I have a tex file which is like this :
\cleardoublepage
\phantomsection
\includepdf[pages=-,addtotoc={ 1,section,1, 200_project_title: , p1,
1,subsection,1,Section A - Project ...
0
votes
0answers
15 views
ToC links to front matter are broken [duplicate]
Possible Duplicate:
Incorrect bookmarks and page number in table of contents
I have finally figured out how to format the front matter of my thesis according to my university's standards. ...
3
votes
1answer
101 views
bookmark language isn't Greek {LyX}
I am using LyX in order to write my thesis in Greek Language.
When I press the preview button on LyX, everything is ok with the greek language on my thesis except the bookmarks on the side of pdf. ...
3
votes
1answer
172 views
XeTeX + polyglossia: Trying to get greek text in PDF bookmarks
Although I've googled extensively to find a solution, most of the related information online is about babel. I'm working with polyglossia and can't get the pdf bookmarks to appear in greek, although I ...
7
votes
1answer
77 views
hyperref generated bookmarks pointing too low
I'm using the hyperref package to create a Table of Contents with internal links (bookmarks in Acrobat Reader). However, I don't like the fact that it jumps a little too low when the links are ...
2
votes
0answers
71 views
Bookmark - hyperref are a couple of pages off [duplicate]
Possible Duplicate:
hyperref bad references
I'm sort of in an impasse, so I was hopping somebody can help me out.
I'm creating a report for an University project. I created the document ...
2
votes
1answer
77 views
Aditional levels in PDF bookmarks
I'm a novice in LaTeX and I use that code for having more sectioning levels, but when exporting to PDF the bookmarks of aditional levels are placed incorrectly. Does anyone know how can I place the ...
3
votes
2answers
169 views
Make a PDF bookmark point towards title
I've been using the bookmark package to add custom PDF bookmarks to my thesis. More specifically, I started using this package because I didn't want the the ToC, LoF and LoT to appear in the ToC, but ...
3
votes
1answer
56 views
global bookmark settings
As far as I know, there is no way to globally set-up the bookmark options for sections only. If I am wrong, what is the correct way to have sections (only) with respective blue bookmarks?
It can be ...
6
votes
2answers
162 views
How can I make \citetitle work in a hyperref section bookmark?
I'm trying to use hyperref on a very large number of section headings for pieces of artwork in a document, but I have to use a workaround to get the title of the artwork into a bookmark of the ...
2
votes
1answer
166 views
fncychap messes up bookmarks
When using fncychap, some of the bookmarks pointing to an appendix is linked to a random chapter. If I avoid using the package, which I am hoping not to, the bookmarks are all fine. I am using report.
...
7
votes
1answer
149 views
How can I add Section numbering and a Contents entry to the PDF bookmarks?
I'm having a bit of trouble with the PDF bookmarks. I am trying to
Add "Contents" as an entry to the PDF bookmarking.
Have numbering for my sections and subsections.
I am looking to achieve ...
1
vote
1answer
61 views
2up pdf with the toc as bookmarks
I left the world of postscript today, but now I wonder how to get a 2up pdf that still has the pdfbookmarks. I found pdfnup but this loses the pdfbookmarks. Is there a way to keep them? Previously I ...
3
votes
0answers
125 views
Using 'bigfoot' and 'hyperref' package - PDF bookmarks reference to wrong page/line [closed]
Please compile the following document:
\documentclass{book}
\usepackage{bigfoot}
\usepackage{hyperref}
\usepackage{blindtext}
\begin{document}
\chapter{Chapter}
\blindtext
\blindtext
...
5
votes
1answer
858 views
pdfTeX warning: has been referenced but does not exist, replaced by a fixed one, with German Umlaut
I'm new to LaTeX, and have been given a LaTeX draft for writing a thesis. Everything works fine except for this warning:
see the transcript file for additional information)pdfTeX warning (dest): ...
9
votes
2answers
1k views
Conflict between babel, hyperref and appendix package
While writing my thesis I use the hyperref and appendix packages like in the little example below.
test.tex
\documentclass{book}
\usepackage{hyperref}
\usepackage[titletoc]{appendix}
...
2
votes
1answer
196 views
Probem with Bookmarks and Linking and page numbering
I have several problems with my latex book:
I want the appendix bookmark as an extra bookmark on part level, now it is under my second part. In the table of content its is right, but not on the pdf ...
0
votes
0answers
90 views
Adding bookmarks - How do I remove annoying header [closed]
I would like to remove the heading surrounded by the red rectangle. Thanks in advance. Here is my code:
\documentclass{article} % Your input file must contain these two lines
...
2
votes
2answers
329 views
Overwrite pdfbookmarks created by \addcontentsline
I want a bookmark called "Frontmatter" at level=0 and bookmarks for "Preface", "Acknowledgements" and "Contents" at level=1.
My problem is that \addcontentsline{toc}{chapter}{<x>} ...
1
vote
1answer
208 views
Make each frame (not slide) appear in the PDF bookmarks with beamer
I have written a beamer presentation and I would like all the frames to have corresponding PDF bookmarks, much like as in this other question on here: Beamer: how to make each frame appear in the PDF ...



