1
vote
3answers
37 views
Problem with LaTeX hyperref
i have an url with cyrilic characters:
http://www.pravoslavie.bg/Възпитание/Духовно-и-светско-образование
when i compile the document, i get following as url:
…
0
votes
1answer
112 views
LaTeX: disable or turn off hyperlinking for table of contents?
I want a table of contents, but I don't want each line to be a clickable hyperlink. How do I do this?
Details:
I am using the \anothertoc command from the shorttoc package to "import" the TOC from …
1
vote
2answers
114 views
How to explicitly end a \part in LaTeX with hyperref
I have a LaTeX document which contains the following:
\tableofcontents
\chapter{Chapter One}
\part{Part One}
...
\part{Final Part}
\chapter{Final Part Chapters}
\chapter{Chapter not Part of Part}
…
0
votes
1answer
125 views
Bookmark level difference when using hyperref
When creating my output with miktex in texniccenter I get the following warning
Difference (2) between bookmark levels is greater than one, level fixed on input line 3
Can someone explain this …
0
votes
1answer
133 views
LaTeX makeindex with gind.ist style combined with hyperref package
Hello *,
I am currently having a problem with makeindex package and gind.ist style when combined with hyperref package with TeXnicCenter and LaTeX=>PDF conversion.
Without using gind.ist everything …
4
votes
2answers
472 views
Latex: hyperref to individual longtable rows
Hi,
I have a few longtables that stretch several pages and I want to use pageref and hyperref to link to these rows.
But whatever I try, the links always refer to the start of the table.
When I look …
2
votes
1answer
114 views
Display the URL after the link?
I use LaTeX with the hyperref package and I have things like:
hyperref is
\href{http://www.tug.org/applications/hyperref/}{documented in detail}.
It allows...
In the PDF output, it shows:
…
2
votes
2answers
230 views
Incorrect hyperlinking in LaTeX
So far the hyperref package in LaTeX has automatically linked all the items in my report correctly. But there is one that did not get linked properly, possibly because I manually added it to the table …
