{pdf} is specifically about the PDF file format. If your question is about producing PDF output, choose an appropriate tag such as {pdftex} or {ps2pdf}. If your question concerns PDF reader software, also use {viewer} or a reader specific tag such as {acrobat}, {evince} or {okular}.
3
votes
1answer
176 views
No Bibliography is printed and citations shown bibtex key
I writing a document in LyX (2.0.5) with references. For displaying references I use biblatex.
(http://wiki.lyx.org/BibTeX/Biblatex). My latex environment is MiKTeX 2.9
Since I switched my Desktop, ...
1
vote
1answer
194 views
pdfpages/hyperref - Contents link jumps to wrong part of page
I'm using pdfpages to combine multiple pdf documents; I would also like a front 'contents' page for the new file, using hyperref to allow me to jump directly to the correct page. The 'addtotoc' option ...
6
votes
1answer
121 views
How to emulate \pdfstartlink and \pdfendlink with xetex?
In my ocgx package, I would use the new ocg-p package instead of the ocg package. With pdflatex or lualatex, all is good. But with xelatex, I obviously can't use \pdfstartlink and \pdfendlink (these ...
2
votes
1answer
141 views
PDF-images -> slow scrolling
I use LaTeX for writing my Thesis.
I recently added 7 pdf-images rendered in matlab. These images are placed one after another. When I scroll over this part of the thesis in pdfTex or Apple Preview ...
3
votes
1answer
288 views
Including graphic outside bounding box using graphicx and pdflatex
I am including graphics from .pdf files into my latex document using the graphicx package. Some objects in the graphics files extend beyond the pdf page area, which is used as the bounding box for ...
1
vote
0answers
92 views
Is it possible to get the source code of a LaTeX rendered PDF file if one has the hard copy? [duplicate]
Possible Duplicate:
How to convert PDF to (La)TeX?
Lost LaTeX-file - but served pdf - File
I know there are a couple of apps floating around where you can get the source code if you ...
1
vote
2answers
257 views
Is there are way to annotate pdfs with LaTeX? [duplicate]
Possible Duplicate:
How to annotate PDF files generated by pdflatex?
Is there a way to annotate pdfs with LaTeX annotations? I mean a pdf that I do not have the source code for (or may not ...
4
votes
1answer
206 views
Creating PDF with external link to open another PDF
I am preparing a PDF file which will be put on the web. People will access it and should be able to open other pdf files from my PDF.
My commands works well for local pdf:
...
13
votes
1answer
145 views
Is it possible to specify page numbers that are words, e.g. “Title”?
I suppose this might also go on SuperUser, but I'm only interested in it insofar as implementing it in LaTeX, so I'll ask here.
I feel certain that I've seen PDF's where the actual PDF page number of ...
5
votes
2answers
156 views
PDF preview on other monitor
Is there any way that allows me to have my pdf preview on a different monitor? I know that you can have Adobe open your pdf automatically instead of the built in previewer, but when I use this I ...
2
votes
2answers
694 views
PDF viewer with auto update for WinEdt
Is there a PDF viewer featuring auto update for WinEdt? [WinEdt V 5.5 on WinVista machine]
I find WinEdt very comfortable to work with but the fact that one has to re-open Acrobat after every ...
12
votes
2answers
351 views
How to convert a png into pdf using LaTeX?
I have a larger png image: width is 5400 pixels and height is 3850 pixels. I need to transform it into a pdf file in SPA3 size, which means 320mm x 450mm. Is there a way to do it with LaTeX? What I ...
34
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 ...
2
votes
1answer
171 views
Using ps2pdf colour and fonts change when TikZ picture added on beamer slide
When compiled with LaTeX + dvi2ps + ps2pdf the pdf output of the below MWE shows a strange behaviour:
On the first slide (without TikZ picture) fonts and colours are slightly different from the ones ...
4
votes
0answers
151 views
OCG using latex->dvips
I want to generate a ps file with layers. Ocg.sty does not support ps, so I want to write a simple example by myself to see if its possible.
I took a pdf version from here and tried to change the ...
0
votes
0answers
92 views
how to set the margin of the included pdf with pdflatex [closed]
I have a pdf and I use the plugin "Prinect PDF Assistant: Geometry Control" to split that into 3 equal-width pdfs. If I open each of the seprated pdf, the right margin of the first pdf is ZERO, the ...
16
votes
1answer
263 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.
...
6
votes
0answers
173 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 ...
2
votes
0answers
245 views
How to insert pdf (as a graphic file) in LaTeX [closed]
I am trying to insert some ready image-pdf files to my LaTeX code.
(I use pdfLaTeX and my distributor is TeXnicCenter.)
But I will get this error:
Package pdftex.def Error: File 'fig1.pdf' not ...
4
votes
1answer
155 views
inserting png introduces inputenc error
I want to write an article in Chinese, which needs to insert pictures.
It's fine when I insert pictures as .pdf but the following problem occurs if .png is inserted:
! Package inputenc Error: ...
2
votes
0answers
89 views
“Charset missing or incomplete” error during creating PDF/A by pdfx.sty [closed]
I'm trying to compile my thesis written in LaTeX to PDF/A format as required by our university. I used pdfx package. However, I got some errors when doing the preflight check of the generated PDF ...
7
votes
1answer
368 views
“Dynamic” picture in beamer presentation
Is there a way in beamer to have some kind of dynamic picture that will change if the mouse is moved over it or if the button is clicked?
5
votes
2answers
379 views
Have XeLaTeX use the default Times font in Ubuntu
Using the Texlive PPA backport to Ubuntu 12.04, I am having trouble getting XeLaTeX to use a standard times font (i.e. one that would not be embedded).
I am using e.g. \setmainfont{times} and ...
1
vote
1answer
54 views
Preserving “\label” in the final PDF to retrieve it with poppler?
Our PDF contains lots of \label{foo} commands, where we jump to from links from within the PDF (using the hyperlinks package)
When I tried to jump to there from within our PDF displaying application, ...
6
votes
1answer
153 views
Copy Czech characters from PDF with charter font
I wanna be able to copy czech characters from PDF, but for some reason it doesn´t work.
here is my code:
\usepackage{cmap}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{charter}
...
25
votes
1answer
475 views
Bifurcating a PDF: choosing a “Plan B” during a talk
I think this is a greenhorn's question, but anyway. It is sometimes difficult to measure time for a talk, according to unknown places and audiences.By this and other reasons I'd like to subtly launch ...
2
votes
0answers
154 views
How to generate PDF/A using XeTeX?
Title says it all. I need to generate PDF/A compliant documents, and I'm using XeTeX. I couldn't find anything about this; here there's only info about pdfLaTeX (using pdfx) and ConTeXt.
Any help is ...
0
votes
1answer
174 views
Output to PDF doesn't print out everything
I have the following text in a file:
1 A2:
1.1 General Information
1.1.1 About This Manual
1.1.2 Typographical and Syntax Conventions
1.1.3 Overview of the MySQL Database Management System
1.1.4 ...
17
votes
2answers
589 views
Generating PDF/A-1b compliant documents using pdfx and pdfLaTeX
There are several discussions on the web on how to generate PDF/A-1b compliant documents.
One approach can be found on ...
4
votes
0answers
192 views
Make latexmk and pdfviewer robust against latex errors [closed]
Sometimes latexmk fails because the file was saved premature.
For example the user forgets to close a { bevore he saves the .tex file.
The user has to get latexmk back on the road again and usually ...
1
vote
1answer
128 views
PDFs included by XeLaTeX are rotated
When I include an image in pdf format, the image in the file is normal when compiling with pdfLaTeX, but it is rotated counterclockwise 90 degree when using XeLaTeX. The questions are:
Why?
How to ...
0
votes
0answers
368 views
PDFs made with TeXLive won't print from Ubuntu 12.10 from one particular computer [closed]
I'm having a strange problem with one of my two Ubuntu 12.10 installs. One system works perfectly for creating PDFs with Texmaker and printing the PDFs from Document Viewer to networked printers. The ...
8
votes
3answers
293 views
Quickly extracting individual pages from a document
Let's say I have created a 100-page book with the book document class.
What is the quickest way to extract, say, pages 3, 67-70, and 80 from the book into six separate PDF files? Is there any ...
11
votes
1answer
274 views
Store information about which paper tray to use in PDF
Searching here, I found the question Embedding printer settings in pdf - while related, this appears to apply to printer settings for the entire PDF, not for changing printer settings per page.
Our ...
1
vote
1answer
113 views
Preview in auctex on debian stable works in dvi mode, but fails on pdf mode
My auctex renders preview images on my debian stable system (6.0.6) if I set it to dvi mode, but it fails if I set auctex to pdf mode.
I assume there is either a mistake in my emacs configuration ...
1
vote
1answer
1k views
Texmaker's internal pdf-viewer doesn't work
I have just downloaded TeXmaker ("a free, modern and cross-platform LaTeX editor for linux, macosx and windows systems that integrates many tools needed to develop documents with LaTeX, in just one ...
10
votes
1answer
569 views
How to force pdfminorversion globally?
I have a problem with opening PDF files in Acrobat Reader. It comes up with error 131.
I have solved this issue thanks to How to overcome Acrobat Reader error 131 with a pdfLaTeX doc? The solution to ...
5
votes
2answers
377 views
How can i import a 3D SolidWorks Model into my PDF using LaTeX
Acrobat Adobe supports 3D PDFs to be included into LaTeX.
I could use another tool to create a PDF and import that PDF into my build, but i would rather use a package o include a solid works model ...
3
votes
0answers
120 views
Vertical position after navigating to hyperref hypertargets from hyperlinks seems too low
The vertical scroll position after navigating to a \hypertarget from a \hyperlink (described in the hyperref manual) seems to be too low. The scroll position is at the baseline of the \hypertarget, so ...
1
vote
0answers
102 views
Figures (pdf) do not contain any text in the final document [closed]
I am creating some plots in Matlab and saving them as pdf files. When I include these pdf files in latex (i am using MikTex and pdflatex) using \includegraphics, all text from plots (legends, xlabel, ...
18
votes
3answers
2k views
Multiple pdfs with page group included in a single page warning
I updated TexLive to the Ubuntu Quantal version (2012.20120611-4) and I suddenly got this warning:
PDF inclusion: multiple pdfs with page group included in a single page
This is a minimal example ...
4
votes
1answer
147 views
On how double precision numbers are encoded in a pdf file
Imagine the following tikz/pgfplots code:
% compile as: lualatex --jobname=figname-f1 figname.tex
\documentclass[10pt]{book}
\usepackage{tikz}
\usepackage{pgfplots}
\pgfplotsset{compat=1.6}
...
3
votes
1answer
533 views
Changing the default TeXlipse compiler to PDFLatex
I just installed TeXlipse, and want to make my .tex-file alongside my Java-code (in the same Java-project). Right now, I can compile, but only to .dvi, which I dislike because of the bad viewer.
Is ...
5
votes
1answer
137 views
Including same PDF image many times: how to optimize?
I am include (with graphicx’s \includegraphics) the same small PDF vector graphics many many times in my LaTeX file, always at the same size. I then compile my document with pdflatex. While the size ...
0
votes
0answers
76 views
How do I compress PDFs generated by pdflatex? [duplicate]
Possible Duplicate:
How to create small PDF files for the Internet
The PDF files generated by pdflatex are quite large. If I bring these into Acrobat and save compressed I can typically ...
6
votes
1answer
143 views
After a series of nested \includegraphics, some PDF viewers fail to display the image
I'll admit this is a convoluted example, but I like drawing with TikZ and LaTeX and this particular issue has come up for me more than once.
The minimal working example takes a few files, but in a ...
2
votes
1answer
80 views
Why can't I set hyperref's pdfinfo from within a group? (Is it a bug?) [closed]
When I run the following code (using hyperref version 2012/09/27 v6.83g), I do not get any errors or warnings, but the metadata I set using pdfinfo doesn't appear. If I uncomment the \@firstofone ...
13
votes
3answers
156 views
Need alt text for images in pdf for screen readers
I need the generated PDF to have "alt" text associated with each image so that a screen reader can read the alt text to the visually impaired user. I understand that essentially just including the ...
8
votes
1answer
278 views
Fill rectangular area with PDF pattern like graph paper
Short version
I want to fill one or more rectangular areas on a page using a regular pattern. The area should span the page width and stretch vertically to fill remaining space. The pattern should be ...
6
votes
1answer
248 views
How to use CMYK-Colors in the whole document
I found out, that my color laser printer prints graphics with gray color in RGB-Representation instead of using black (they are more red then gray). So it seems, that PDFLaTeX is creating ...
