Text FormattingWrong bookmark

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
spiegboy
Posts: 120
Joined: Thu Dec 06, 2007 9:58 am

Wrong bookmark

Post by spiegboy »

The bookmark of first chapter introduction and front matter including nomenclature, list of abbreviations all go to the wrong place. Have any idea how to correct it in the latex, surely i can do it in pdf. but i want to find out the base reason.

Code: Select all


\documentclass[12pt,a4paper,twoside,english]{report}
....
\usepackage{cite,varioref,appendix}
\usepackage[backref,breaklinks=true,colorlinks,hyperindex,citecolor=blue,linkcolor=blue,urlcolor=blue,plainpages=false,ps2pdf,pdfstartview=FitH]{hyperref}
...
\input{Abstract}
\input{ded}
\input{Acknowledgements}
\input{Autdec}
\input{publication}
\tableofcontents
\listoffigures
\listoftables
\input{nom}
\printnomenclature
\clearpage
\input{abbrevation}
...
\input{Introduction}
\cleardoublepage
\appendix
\addappheadtotoc
\input{append}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Wrong bookmark

Post by localghost »

So many posts on your account but still elementary mistakes.
spiegboy
Posts: 120
Joined: Thu Dec 06, 2007 9:58 am

Re: Wrong bookmark

Post by spiegboy »

dude, you are harsh :D
I pm you. many thanks.
meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Wrong bookmark

Post by meho_r »

spiegboy wrote:dude, you are harsh :D
I pm you. many thanks.
Extraordinary patient actually. If I really want to get help ASAP, I have to follow the rules and provide all necessary informations (or, simply put, do my homework and create a fully compilable MWE) so people can compile the doc right away, with a simple click/command, instead of writing a test doc from scratch.
spiegboy
Posts: 120
Joined: Thu Dec 06, 2007 9:58 am

Re: Wrong bookmark

Post by spiegboy »

hehe, for sure. fully appreciate your point.
thanks.
spiegboy
Posts: 120
Joined: Thu Dec 06, 2007 9:58 am

Re: Wrong bookmark

Post by spiegboy »

Problem solved, i should load the hyperref package in the end.
Post Reply