{viewers} are GUI tools to render or visualise the .dvi, .ps and .pdf files generated after a LaTeX or pdfLaTeX compilation. Its synonymous tag is {pdf-reader} for PDF viewers like Sumatra or Acrobat X.

learn more… | top users | synonyms (1)

95
votes
10answers
3k views

How was TeX output visualised on screen, back in the day?

I've been using LaTeX for about two years; I'm only learning TeX now, to get a better understanding of the foundations. In Chapter 6 : Running TeX of his TeXbook (more specifically, on page 23), ...
37
votes
4answers
2k views

Is there a specialized Pdf viewer for Latex-Beamer presentations on Linux?

Most of the time when presenting a talk people connect their laptop to a video projector. So they effectively have an extra screen at their disposal. Because of that many Software options for ...
35
votes
7answers
7k views

How to annotate PDF files generated by pdflatex?

I want to annotate some PDF files (created with pdflatex), e.g. word x is missing here this part of a sentence should be moved to the front replace word x by y highlight this sentence insert a note ...
19
votes
7answers
2k views

PDF reader on Linux capable of continuous updating

I am using latexmk on a Red Hat 5 machine. I use it as: latexmk -pdf -pvc I would like to have my PDF reader automatically update the PDF as it is changed. What PDF reader do I need for this? What ...
19
votes
1answer
623 views

How to set LaTeX so that PDF reader opens PDF file in a prespecified view?

When I open PDF file generated from .tex files in Adobe Reader I obtain 200% view and I'd like it to have much smaller? Are there some settings for my .tex files allowing to do that?
18
votes
2answers
2k views

Using opacity in TikZ causes strange rendering in Acrobat.

I have a problem using opacity in TikZ. Whenever I use it somewhere in a picture, I get weird side-effects: colors in (some) other parts of the documents are changed apparently randomly and it makes ...
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 ...
17
votes
1answer
593 views

How to make text copy in PDF previewers ignore lineno line numbers?

I'm using lineno for a document. I have it configured to put line numbers in the margins of the document. I generate PDF using pdflatex. Here's the problem: when people copy a region of text in a ...
16
votes
12answers
1k views

Output viewers for use with LaTeX

What viewers do you use for reviewing the beautifully-styled output of your LaTeX source? List PDF, DVI and PostScript options. Possibly, one entry per answer, and list platform availability, ...
16
votes
1answer
282 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
3answers
1k views

Start pdf viewer in presentation mode

Is there a way to let pdf viewers automatically start in presentation mode?
15
votes
3answers
4k views

Free PDF viewer allowing to measure in a document?

Adobe Acrobat allows to measure distances in a document, which is helpful and saves making test printouts when trying to get a certain layout right point-perfect. Is there a free (as in beer) PDF ...
15
votes
1answer
310 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 ...
14
votes
1answer
375 views

Google Docs' PDF viewer

I downloaded the cm-super package and for comparison, created 5 versions of my document with different fonts: Computer Modern CM-Super CM-Super with microtype Latin Modern Latin Modern with ...
12
votes
0answers
288 views

Fancytooltips causes “Please fill out the following form” dialogue [closed]

I observed this strange behaviour of fancytooltips: If more than 101 tooltips are defined, the Adobe Reader 11.0 or Adobe Acrobat 9.5.2/11.0.0 asks to "Please fill out the following form. You can save ...
11
votes
1answer
117 views

Wrong rendering in PDF viewer?

Consider the following example: Code \documentclass{article} \usepackage{pstricks-add} \begin{document} \begin{figure} \centering \psset{xunit=0.09cm,yunit=1.8cm} ...
11
votes
1answer
419 views

Adding a keyboard shortcut to the compile process in TeXnicCenter

I am using TeXnicCenter, and have just updated to Adobe Reader X. All in all I'm doing okay with the change, but I have one minor tweak that I'd want to make: I prefer the "Read Mode" view in Adobe ...
10
votes
3answers
3k views

MacOSX PDF viewer: Automatic reload on file modification

Is there a PDF viewer out there for MacOSX that support automatic reload of (in my case LaTex generated) PDFs when they're modified by another application?
10
votes
4answers
5k views

Configure TexnicCenter with something else than Adobe Reader X

My Adobe decided it should be version X now, and it misbehaves in so many ways. One way is that it is impossible to get it to open a pdf document from within TexnicCenter (or I missed something...) ...
9
votes
2answers
463 views

How to set preferred PDF viewer for texdoc in TeXLive 2010 pretest.

I had evince, installed TexLive 2010 pretest (ubuntu lucid linx, fresh install). texdoc was using evince. Then I installed kubuntu ontop, and texdoc switched to okular. Now I've installed acroread and ...
9
votes
3answers
988 views

How to set up forward search: from .tex under Emacs to position .pdf under Okular

I edit .tex file under Emacs and view them with Okular. I have already set up the backward search: from .pdf to .tex by pressing Shift+Left click on the .pdf file. The related part of .emacs file is ...
8
votes
2answers
2k views

Why does my PDF render differently in Windows and Linux?

I'm not trying anything fancy just a plain vanilla \title{Practical Node.js } However, in Linux the results look great (Document Viewer 3.2.1) In windows it looks absolutely terrible (Adobe ...
8
votes
2answers
340 views

Words of more than 32765 characters

When I compile the following document: \documentclass[10pt, oneside, a4paper]{report} \begin{document} xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \end{document} where the number of x's is greater than ...
8
votes
1answer
696 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 ...
8
votes
1answer
206 views

How do I make the command texdoc latex2e to open the PDF version by default?

I found a latex2e.pdf in my MiKTeX installation tree. How do I make texdoc latex2e open the PDF version by default? UPDATE: I tried renaming latex2e.html to something else, and now the PDF version is ...
7
votes
2answers
1k views

Suppress TeXworks PDF preview

Is there any way to suppress the PDF preview appearing? I really don't like the internal PDF viewer and I prefer using Acrobat. (I know that on Windows, Acrobat makes the .pdf file read-only, but I'm ...
7
votes
3answers
783 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 ...
6
votes
3answers
379 views

How to force MikTeX' texdoc to open package manuals with a PDF reader rather than the DVI viewer?

I am working on a machine with MikTeX installed. When I want to open a certain package manual, I type texdoc packagename. However, I don't want to open it with Yap (the DVI viewer in MiKTeX). Acrobat ...
6
votes
3answers
6k views

TeXnicCenter & Adobe Acrobat 10

I already tried Adobe Acrobat, Adobe Acrobat Reader and Sumatra PDF but all doesn't work.. The first time if I use latex -> pdf output profile it works. But if something is changed I still get the ...
6
votes
1answer
709 views

Copy pasting of underscore

When I use \textunderscore to print an underscore "_" character, the copy-paste functionality of Adobe Acrobat Reader does not appear to work properly. For instances, when I copy test_case from ...
6
votes
1answer
317 views

Text selection in generated pdf misbehaves with two-column layout + equations

I'm using pdf(la)tex to generate a document laid out in two columns. There are equations in both columns. I noticed that if I select text in the PDF (using either evince or Apple's Preview - haven't ...
6
votes
1answer
128 views

How to create text-to-speech compatible header?

In Adobe Professional I can add editable header and footer which will be skipped by the text-to-speech module. How can I achive this with latex?
6
votes
0answers
174 views

PDF that can be scanned faster by a PDF reader [closed]

Searching words with Ctrl+F in common PDF readers takes sometimes very long. The time does not correlate with the number of pages, or the number of embedded pictures. What causes slow fulltext ...
5
votes
1answer
258 views

Issues with the viewer in TeXworks

I've just switched from mac to windows and have just started using TeXworks. I like it, but I find that the default pdf viewer is difficult to use. For example, there doesn't seem to be a key command ...
5
votes
2answers
1k views

How to get TeXnicCenter to remember the last page viewed in output PDF (as done automatically by TeXworks)

I am using LaTeX=>PDF. When using TeXworks if I change the source .tex file the PDF viewer remembers the last page which was viewed and shows that page in the output PDF. Whilst using ...
5
votes
1answer
233 views

MiKTeX, TeXnicCenter: can't show PDF file [duplicate]

I've got a problem with my pdf output. When I click the button to create and show the active document I get the alert [DocOpen("%bm.pdf")][FileOpen(%bm.pdf")]. I wonder why, because only creating ...
5
votes
1answer
205 views

Launch video from pdf

I am using package multimedia to insert videos into my PDF document using the command: \movie[externalviewer]{Caption}{moviefile} which works fine. My problem is that when I click on the caption I ...
5
votes
1answer
93 views

How to configure TeXnicCenter 2.0 with Sumatra (2013 version)

Despite having gone through Configure TexnicCenter with something else than Adobe Reader X and having looked at the TeXnicCenter + Sumatra Tutorial, there seems to some little changes for ...
5
votes
2answers
155 views

Stop non-English documentation returns from `mthelp`?

How do I stop non-English documentation returns from mthelp? mthelp graphicx returns a Polish manual. mthelp amsldoc returns an Italian manual. How do I stop this? How do I get a hold of the English ...
5
votes
1answer
104 views

Unable to use pdftex if Adobe is still open

I'm sorry if this exact question has already been asked, but the similar duplicates I've found didn't have the same phrasing. Therefore, I'm asking a new question... I have WinEdt 7.0 on Windows 7 ...
5
votes
1answer
99 views

Opacity in PDF not rendered the same between Adobe Reader and TeXworks

When producing a PDF from the following example using pdflatex, I get different results between Adobe Reader and TeXworks. I think this is a bug in the way that Reader handles opacity/transparency. ...
5
votes
1answer
179 views

Does the pgfplots manual crash your Preview and/or Skim app on OSX?

The pgfplots manual consistently crashes both my Preview.app and my Skim.app. A quick google search yields a closed bug report on the pgfplots Sourceforge page and a related question on ...
4
votes
3answers
4k views

Which DVI viewer on linux?

Today, to my complete disbelief, I realized evince on Gnome 3 is not able to open DVI files. Which readers do you suggest, and why? It would prefer gnome applications of course, but I don't mind ...
4
votes
1answer
572 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 ...
4
votes
1answer
2k views

How to double-click in PDF document to go to source code?

When creating a document, I usually build a DVI document because the YAP viewer has a nice feature which allows me to double-click on a word in the DVI document which then causes the source-code ...
4
votes
3answers
101 views

PDF viewer with dual page option?

I wonder if there is a viewer, or a whole TeX package allowing me to display two pages side by side. I have two big monitors and I cannot use them effectively now. PCTEX comes close but not quite - it ...
4
votes
1answer
401 views

Strange PDF issue for Adobe Acrobat on Linux reading a document produced in latex

This is probably a well known bug or error, but I don't really know how to search for it. I have a PDF, which I have created on my computer running os X (10.6) in texshop. There are various figures ...
4
votes
1answer
438 views

How to setup Vim-Latex to run only 1 instance of SumatraPDF?

I'm trying to setup vim-latex plugin to do default compile and view using PDF, with SumatraPDF as the default reader. Here's the configuration I made in .vimrc: let g:tex_flavor='latex' let ...
4
votes
1answer
98 views

Can programs (e.g. Matlab) be made executable from within the PDF?

Is it possible to include a program (as in say Matlab, Maple, etc.) within a LaTeX file in such a way that clicking a button on the resulting PDF file will transport the program to the related ...
4
votes
1answer
581 views

From LaTeX to PDF/A

I have noticed that my PDFs (which I compile from LaTeX using PdfTexify on Windows 7 in MikTeX 2.9 with WinEdt) sometimes do not render properly on Mac OS X (e.g. the contents of some figures may not ...

1 2 3