Tagged Questions
0
votes
0answers
39 views
How can I fix the zoom for viewing landscape pages in pdf-readers?
Consider this MWE and pdflatex:
\documentclass{article}
\usepackage{pdflscape}% 2008/08/11 v0.10
\usepackage[pdfpagelayout=TwoColumnRight]{hyperref}% 2012/11/06 v6.83m
\begin{document}
x \newpage
x ...
0
votes
0answers
93 views
The spaces in a URL are wrongly encoded [closed]
My browser fails to navigate when I click the hyperlink on the produced PDF.
\documentclass{article}
\usepackage{filecontents}
\begin{filecontents*}{"a b c.tex"}
one
two
\end{filecontents*}
...
2
votes
1answer
129 views
How to set page display in pdflatex?
I've never used LaTeX before, but a few months ago I decided to write my thesis report in LaTeX, so I'm pretty new to it.
I am using MiKTeX on Windows 7, and pdflatex as typesetting engine. The thing ...
16
votes
1answer
261 views
How to configure Latex to open the last page in PDF reader?
I edit big documents, so it is useful for me to open the last page after compilation. Normally, the first page is opened, but by using hyperref, I can configure it to open any page at start.
...
15
votes
1answer
295 views
Which hyperref variable can I set to make a pdf open with the “Comment” tool displayed in the right panel of the window?
We are using Adobe Acrobat X when viewing our pdf files produced by pdflatex and the hyperref package. To make the commenting process more intuitive for users not familiar with Adobe Acrobat X, I ...
2
votes
1answer
482 views
Hyperlink in Beamer [closed]
I have used hyperlink(say fig.pdf) for my presentation in main pdf. In the fig.pdf I have again used hyperlink to main document. But my problem is when I come back to main document its starting from ...
7
votes
1answer
635 views
Going “back” when using hyperref
I'm including \usepackage{hyperref} so that each instance of \ref (as well as each page number in the index and the table of contents) automatically links to that page.
When I'm viewing the document ...
1
vote
1answer
311 views
beamer hyperlinks not correct
I've got the following problem. When clicking on a section in a presentation using hyperref, I'm not brought to the page itself, but a little bit below. What could be causing this?
MWE as follows.
...
0
votes
3answers
254 views
Are there any document viewers that use Tex as a backend?
I know that many people use editing programs like MikTeX and TexWorks for TeX documents; these programs (and others like them) provide a pseudo-WYSIWIG (what you see is what you get) interface to TeX. ...
4
votes
1answer
527 views
How can I make the content list of a PDF expanded by default?
I am using pdflatex to create a rather long document. The document also has a table of contents, and the PDF naturally has some metadata of this list of contents that I can view in my PDF viewer ...
18
votes
1answer
2k views
Creating a PDF bookmark that goes straight to a section heading, not above or below it.
Is it possible to create a new bookmark to a section heading that is not listed in the Table of Contents (i.e., using the starred form — \section*{A title})?
\pdfbookmark (part of hyperref.sty) or ...
6
votes
3answers
760 views
Hyperref “enquotes” metadata
EDIT: As Bill B. and Caramdir point out in their comments after Bill B. produced his results posted below, more information is needed in order to make a better call. To remedy, my output was ...
