{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}.
4
votes
1answer
92 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 ...
0
votes
1answer
97 views
Displaying sections in table of contents/side bar of pdf viewer
I wasn't sure how to search for this as I'm not sure what's it's called. Apologies if this is a duplicate though.
Sometimes when I open a PDF, the sidebar will list the table of contents and I'll be ...
1
vote
3answers
156 views
How can the thesis structure be defined for PDF generation?
My thesis consists of these hierarchical elements:
\documentclass{report}
\begin{document}
\tableofcontents
\include{020-tex}
\end{document
where 020-tex.tex contains
\input{030-preface}
...
3
votes
2answers
144 views
Too much vertical space when displaying formulas in LyX
When I display formulas in LyX, it leaves way too much space between the text. The commands I have used are Insert -> Math -> Display Formula and Insert -> Math -> AMS multline Environment. However, ...
6
votes
1answer
171 views
Included PDF gets corrupted after Acrobat’s color conversion
I found a strange error … I’m typesetting a musical score with Sibelius 7. And to add some text and notes I use LaTeX (i.e. xelatex but the error is the same with pdflatex). To get a complete PDF of ...
1
vote
0answers
41 views
Can include text which conditionally appears depending on PDF viewer? [duplicate]
Can you have a message in a document which only appears when particular PDF viewers are used?
I am using pdflatex to create a PDF document. I am including pdf image which, unfortunately, does not ...
2
votes
1answer
163 views
Plotting floating point data with pgfplots
Is there a binary file structure supported by pgfplots to allow floating point numbers to be loaded and plotted? I understand the time taken to convert floating point data to a text file is small, ...
0
votes
2answers
307 views
Insert pdf in latex
I have a problem when I insert a pdf file in latex:
\usepackage[final]{pdfpages}
\includepdf[pages=-]{file.pdf}
The problem is that the pdf page is not centered:
I've tried to place tags ...
0
votes
1answer
114 views
How to merge two files : djvu and PDF?
I have two files one f1.pdf and other is f2.djvu. I want to join them and the output file will be pdf. Already I have tried to do this by the following command. But these are not working. Is there any ...
0
votes
0answers
73 views
Fillable form: checkbox linked to hide/unhide sections; pushbutton to add/delete rows
I'm wondering if it would be possible to create a fillable form, where you have a few checkboxes.
Default when the checkboxes aren't ticked, some forms are hidden. When you check the appropriate ...
2
votes
1answer
87 views
Adding metadata using pdfx fails
I'd like to generate a PDF/A-compliant document. Thus I need to embed the metadata using XMP but somehow the following MWE doesn't work.
\RequirePackage{pdf14}
\documentclass{article}
...
4
votes
1answer
84 views
automatic PDF bookmark manipulation
This is a follow-up question to PDF bookmark customization
How is it possible, to set in an report/scrreprt all chapters with bold bookmarks in the pdf bookmarks? I've found a discussion about it (in ...
1
vote
0answers
87 views
Font problems with pslatex
I am not really familiar with pslatex, I usually prefer pdflatex.
I prepared a document, compiled with pdflatex many times and everything works perfectly. Now I have to recompile it with pslatex.
I ...
6
votes
1answer
55 views
Open PDF to a Prescribed Bookmark
Background:
I have a one page document with header information at the top.
I would like the document to automatically scrolling past this header when it is opened.
The following theorem is only ...
2
votes
0answers
317 views
How do I set variables in latex template used for pandoc markdown to pdf conversion [closed]
I'm sorry if this is a bit of a pandoc question, but I'm hoping you tex users have some familiarity with latex templates within pandoc. I'm very new at this, but am excited to get a good work flow ...
6
votes
0answers
210 views
Is LuaLaTeX producing faulty pdfs?
If I compile the following minimal code with LuaLaTeX I seem to get a faulty pdf:
\documentclass{article}
\usepackage{fontspec}
\setmainfont{Times New Roman}
\begin{document}
text
\end{document}
...
3
votes
1answer
296 views
Issue with TeXMaker on win7 and beamer [closed]
Not sure if this question is appropriate for this forum...
Just wondering if others can confirm this before sending it to the developers.
Setup:
TeXMaker
TeXLive 2012
pdflatex with synctex enabled
...
3
votes
0answers
126 views
Convert PDF figures to PS figures without pixelation [closed]
I have a tex document (called foo.tex) that includes several PDF figures. I need to generate a PostScript version as well as a PDF version of the final document. Running pdflatex foo.tex works just ...
0
votes
0answers
70 views
Counting and Displaying number of views of the pdf file, using pdfLaTeX [closed]
I am looking for a method that can keep track of how many times a PDF file is viewed and display the information in the PDF file itself.
Ex. suppose the file is viewed for the first time (the system ...
2
votes
1answer
91 views
Can we have viewer specific text in a pdf generated by pdfLaTex?
I am wondering if we could have a pdf file, which can tell what viewer its being viewed with. I was looking for some tex command, which says something like:
If viewer is Acrobat, print "Hi You are ...
3
votes
1answer
139 views
Producing TikZ-made .pdfs and using /includegraphics on them?
I'm helping TeX a professor's handwritten notes for publishing/pre-print purposes, and for producing certain graphics, I use PGF/TikZ. However, it seems he is having trouble compiling the code ...
1
vote
0answers
80 views
How to make a link to a chapter in a local pdf file?
The title is self-explanatory.
Anything of that sort
\href{run:path/to/file.pdf#chapter2}{go to chapter 2 of file.pdf}
?
2
votes
0answers
83 views
PGF: Externalize + Fadings differences in viewer
I've been working with the fadings library in PGF and I was having trouble getting it working with externalize.
I finally figured out that it was working, but Apple's Preview does not display the ...
3
votes
3answers
85 views
Insert a piece of PDF file as image [duplicate]
Recently I learned how to include just one page of a PDF file as image using \includegraphics, but now I need to include just part of the page and not the entire page.
How can I include just ...
1
vote
1answer
67 views
import/(copy in) math from Pdf
Is it possible to import/(copy in) a pdf-file including formulas and math to Lyx while keeping the math unchanged/editable/usable?
0
votes
0answers
49 views
LyX/ClassicThesis mysterious problem [closed]
I am relatively new to LyX/TeX and have a issue with exporting my document to PDF. I am using the ClassicThesis package for Lyx, without any major modifications. I am currently working on a separate ...
1
vote
0answers
51 views
Wrapped Text Search? [closed]
This is an excerpt from a PDF generated with PDFLaTeX (3.1415926-2.4-1.40.13 from TeX Live 2012):
when the disease is still spreading undetected and mitigation
measures are not being made.
When I ...
1
vote
0answers
85 views
Display PDF page with sidewaysfigure in landscape
I want to have a landscape figure with the same portrait page geometry as the rest of the document. Additionally, I want only that page to be displayed in landscape in the PDF and the figure to float ...
3
votes
1answer
119 views
How to make a really basic reference?
I'm trying to make a really basic reference.
Let's say I have theses lines in my document :
Lorem Ipsum ...
Lorem Ipsum ... [1] here ... Lorem Ipsum ...
Lorem Ipsum ...
I want to anywhere in my ...
2
votes
0answers
81 views
How do I prevent pdflatex from making strange symbols when text is copied? [duplicate]
I use LyX to create my LaTeX files. Recently, when I've used LyX's pdflatex to view my file, the text looks fine, but when I attempt to copy it, I just get strange symbols. If I use LyX's dvipdfm, I ...
2
votes
1answer
95 views
Change font to computer modern for includegraphics
Is it possible to change the font to computer modern for an included pdf in LaTeX?
I know its possible to save texified text with Inkscape, but i'm looking for a solution with just LaTeX.
"Example":
...
4
votes
1answer
100 views
Embed distributed LaTeX file/code to the PDF?
I have read of the possibility to embed the LaTeX source in a generated PDF, see the question here.
Do you know of a way to do this with distributed TeX file, i.e. for a TeX file which is stored in ...
5
votes
1answer
101 views
In LaTeX, how to have a TextField with limited number of characters
I am using LaTeX to make a fillable PDF file.
I use the \TextField command in the hyperref package to get the fillable field in the PDF file.
In some places, I want to have a field which has a ...
5
votes
0answers
197 views
Embedded fonts - Verification: Different tools give different answers [closed]
I want to produce a PDF file that has all fonts embedded. I prefer to avoid the detour of postscript/dvi and use pdflatex instead.
My PDF is basically a publication containing only OmniGraffle figures ...
0
votes
1answer
78 views
I'm having problems with PDF preview
I just started using TeXworks, and for some reason, I'm having problems with PDF preview.
For example, when I type,
\documentclass[12 pt, a4paper]{article}
\begin{document}
\section{}
$x^2 + y^2 ...
2
votes
1answer
138 views
UTF-8 characters not displayed with xelatex (pandoc)
I'm using XeLaTeX with pandoc to generate PDFs from markdown files: but the "⇒" character (UTF8) does not get correctly generated (it's not show in the output file). Is it possible to get the "⇒" ...
3
votes
1answer
233 views
\includegraphics{*.pdf } substitutes in-figure symbols
I am using TeXstudio with its default settings. My figure is saved as PDF because I was unable to include *.eps because of the Unknown graphics extension: .eps-error. The figure opens without faults ...
2
votes
0answers
61 views
For figures in PDF format, what version and standard is ideal?
What PDF version and standard is ideally suited for the current version of pdflatex? Primarily for press, but online distribution will follow (large scientific publication).
Bonus: Include some of ...
1
vote
0answers
86 views
What is the most efficient way to render LaTeX to a viewable format on a server?
I am working on an online web-app that incorporates LaTeX document generation.
Currently, as a beginner to LaTeX (but the most experienced developer in my team), I am trying to determine the most ...
2
votes
0answers
116 views
Is it possible to replace empty space in form with dots?
I want to create an empty form which will have several blocks.
After adding text to boxes empty spaces will be replaces with dots.
Is it possible?
\documentclass[10pt]{extarticle}
...
0
votes
1answer
66 views
Issue Viewing my LyX in Pdf on my netbook when I click the eyeballs
I admit that this may be a netbook problem rather than a LyX problem, but I am doubtful since I have adobe and everything else in LyX is working fine. When I click the eyeballs in LyX, which usually ...
1
vote
0answers
84 views
How can I get a PDF with copyable text if I need to use \usepackage[T1]{fontenc}? [duplicate]
Consider the following situation:
A .tex file with the following content:
\documentclass{article}
\usepackage[T1]{fontenc}
\begin{document}
Let it be.
\end{document}
The file is compiled by ...
13
votes
1answer
396 views
Perfect Print and Screen Quality
I'm going to finish my thesis which leads me to the wish of polishing my document at it's best.
Currently I'm running in some minor problems with my black values and I observed some table blurring ...
0
votes
0answers
59 views
pdf pages in ps output file and eps figures in pdf output file
I am facing the following issue: I have got several graphs in eps format and several pdf pages to insert into one ps document. Now, the eps figures are correctly included in my ps file, but the pdf ...
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
0answers
92 views
How do I ensure my images/graphics are embedded in the output document? [closed]
I am new to LaTex and I am learning the concept and terminology by using Lyx (TeX live under Linux).
I created my first document using the Book class, added some images (combination of jpgs/pngs), ...
2
votes
0answers
83 views
\pdfmarkupcomment works in MWE, but doesn't work in my thesis [closed]
I have no idea why, but \pdfmarkupcomment doesn't show anything in my document. I tried to create MWE and it highlights text perfectly.
I guess some of the commands interfere with pdfcomments. Could ...
4
votes
0answers
92 views
Illustrator pdfs displaying incorrectly in LaTeX [duplicate]
I've made quite a few images in Illustrator that have gone into LaTeX documents before with no problem, but now I'm having an issue with a graphic that has some gradients in it.
I've tried ...
1
vote
1answer
209 views
How to make Times-Roman appear instead of NimbusRomNo9L-Regu in the PDF document properties in LaTeX?
When we generate a simple document in LaTeX using the times package (\usepakage{times} @ 9pt), the resultant PDF will contain NimbusRomNo9L-Regu instead of Times-Roman. (I know, this is because, LaTeX ...
4
votes
1answer
47 views
Hypertarget within an embedded .tex file
I am creating a PDF from multiple latex files.
Within my mainFile.tex file I am embedding other .tex files using \input{embeddedFile.tex}. I want to create a hyperlink to a line in embeddedFile.tex ...




