pdfTeX is an extension of TeX which is capable of directly generating PDF output. Use this tag if your question is about pdf(La)TeX specific problems and is not related to standard (La)TeX.

learn more… | top users | synonyms (1)

2
votes
0answers
68 views

Some errors with a little document

I have some errors with my paper in LaTeX, and I don't understand how to fix the problems : The first is : pdfTeX warning (ext4): destination with the sa me identifier (name{page.1}) has been ...
3
votes
1answer
81 views

Export Beamer doc to 2 slides per page

I'm a total LaTeX/beamer newbie looking for a way to export a slide deck I created into a sort of "book" form. I tried "handout" but that didn't seem to be what I'm looking for. Basically, I want to ...
0
votes
1answer
79 views

Error with ASCII characters [closed]

I have an apostrophe as in educator's, which is displayed as eductaor's and prevents TeX from generating a pdf. I have used this as well: \usepackage[utf8]{inputenc} how can I fix that? ...
4
votes
1answer
203 views

Ghostscript 9.07: Error: A pdfmark destination … points beyond the last page

I use gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -dFirstPage=$2 -dLastPage=$3 -sOUTPUTFILE=$4 $1 in a script to extract pages from a pdf file with Ghostscript 9.07. I obtain a lot of warnings (as in ...
3
votes
1answer
123 views

How to run LaTeX and lilypond-book in one command?

I was wondering if there was any command which would let me create a PDF from a LyTeX source in one step. Currently, I am first executing lilypond-book: lilypond-book --latex-program=pdflatex --pdf ...
5
votes
1answer
156 views

“shell escape” is not enabled - chemscheme/chemstyle

I am having issues with -shell-escape. I do not know really what this is, and how to apply it. Furthermore, I have read elsewhere that I is possibly dangerous to summon this command. Any help would be ...
0
votes
0answers
44 views

Strange PDF error in IEEEtran twocolumn

I am having an issue to compile a document. It gives the following error: pdfTeX error (ext4): \pdfendlink ended up in different nesting level than \pdfstartlink. I am using IEEEtran class, in ...
3
votes
1answer
102 views

Make entire document heavier using pdfrender

This is a follow up question to this answer of this question. The code given in the answer above seems to break for any extensible horizontal bars such as the vinculum, square root bar, and ...
0
votes
1answer
46 views

libertineGlyph and pdflatex [duplicate]

This is a follow-up question to How to get Wikipedia W from Linux Libertine? How can \libertineGlyph{W.alt} set with pdflatex? This MWE works fine \documentclass{article} \usepackage[T1]{fontenc} ...
2
votes
1answer
70 views

Cannot compile using the newpx package

As basic as: \documentclass[letterpaper]{article} \usepackage{newpxtext} \begin{document} test \end{document} does not compile. It issues an error: !pdfTeX error: pdflatex (file ...
4
votes
0answers
103 views

Mathscr fonts from the mathrsfs package not showing up in PDF [closed]

Long time lurker, first time poster: I am having trouble getting mathscr to work properly. In the past, I have always created PDFs by LaTeX->DVI->PDF, and when I do this, the package has always worked ...
0
votes
0answers
118 views

Unable to set Times New Roman as the font type [closed]

I am unable to set the font as Times New Roman. I am using TeXWorks in Linux Mint. I am a beginner, so unable to figure this out. Help me. This didn't work \usepackage{fontspec} \setmainfont{Times ...
9
votes
2answers
249 views

It is possible to make fonts appear heavier (darker) in pdf output of Latex?

[Edited to include what I have learned from the answers.] I am using Latex in TeX Live on my Mac, through TeXLive. I compile .pdf files using Pdflatex. I use the default fonts. [These fonts are ...
4
votes
1answer
55 views

How do I customize a WikiPublisher tex file?

I've been using WikiPublisher (an addon for pmwiki) with quite a bit of success. Lately though, I have been wanting to customize the tex file that is used to generate the final pdf file from a ...
2
votes
0answers
18 views

How to automatically add a dereferencing tooltip to eqrefs, footnotes etc.? [duplicate]

Similar to what Wikipedia does when you hover over reference links I would like the internal links placed by hyperref to automatically have tooltips containing the contents linked to, be that a ...
2
votes
1answer
62 views

Missing Font in Apache

I have a tex file that compiles from the command line when I run pdflatex. However, when I run the same command from PHP/Apache, I get a fatal error. I also get a file called "missfonts.log" produced, ...
2
votes
1answer
102 views

pdfoutput=1 can't replace pdflatex for auto-pst-pdf

It is frequently mentioned that latex and pdflatex are the same program invoked with different defaults for the variable \pdfoutput (0 in the former, 1 in the latter case); see What is the practical ...
7
votes
1answer
148 views

How to make the math font slightly thicker?

I'd like to use TeX Gyre Schola as my text font and the default LaTeX font for the math mode. (Side question: is the default font Latin Modern in math mode or another font?) MWE: ...
0
votes
1answer
60 views

Problem with sumatra+beamer [closed]

I installed SumatraPDF and followed the instructions in the tutorial to set up a new profile in TeXnicCenter - however for some reason the pdf file is locked and when I try to compile it for the ...
1
vote
0answers
56 views

How to put synctex file in different directory than pdf without segmentation fault?

I want to put output files (.pdf) into a _out dir and auxiliary files such as .synctex.gz or .toc into a _aux subdir. From the help it seems that the -d option is what allows one to do it, but if I ...
7
votes
1answer
197 views

Problem getting MyriadPro package to work

I just managed to install MinionPro and MyriadPro by following the FontPro installation manual. Everything seems fine, only the pdf output is not in MyriadPro with the following MWE. ...
3
votes
1answer
113 views

Font embedding problem with EPS figures in LaTeX

I have an EPS figure generated by Microsoft Visio with PDFCreator. I want to add this EPS figure to my document using pdflatex by declaring \usepackage{epstopdf} but the fonts in the EPS figure are ...
3
votes
0answers
96 views

pgfplots — Patterns are not displaying correctly in PDF version 1.4 [closed]

I am using this method to plot a pattern in-between two curves. If I save the file as PDF version 1.5 everything looks great. Unfortunately the journal that I am submitting the paper to requires PDF ...
6
votes
3answers
75 views

Special non-standard font sizes for different types

The more I read about fontsizes in LaTeX, the more confused I've become. I don't know how to meet my requirements, which are the following: text = 11pt --> This works. footnotes = 9pt --> This ...
5
votes
2answers
104 views

Error using Minted for syntax highlighting in custom document class

I am writing Master thesis in LaTeX and want to use minted package for source code syntax highlighting. I have installed it successfully and minimal example from minted documentation works just fine. ...
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 ...
2
votes
1answer
50 views

Figures from PDF pages according to their labeleing in latex

I have dozens of figures in my latex named all differently. I want to put them into a single PDF file and call each figure from there via something like \includegraphics[page="label3"]{foo} instead of ...
6
votes
3answers
131 views

How to set size of pdf page in pixels and put a background image

I need to create certificates in pdf. I have an image, where the text must be put to the appropriate place. I managed to set the correct pdf page size and all margins, except the top: ...
0
votes
0answers
14 views

Pdf not generating after attaching figures in PdfteXt [duplicate]

I am using scientific Linux 6.3 and pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) and elsarticle document class. I have to attach figures and iam doing it as, %%%%%%%%%%%%%%% begin figure 1 ...
2
votes
1answer
136 views

How to make this matrix in LaTeX? [duplicate]

Ok, so I am trying to find a way to make this matrix shown here, in LaTeX: I tried to search for this type, but I frankly do not know what one would call this, so I had to draw a picture shown here ...
2
votes
0answers
167 views

Resolution (dpi) for \includeimage pictures and pdflatex

I am trying to create a pdf file with some pictures in it. Those are PNG files with 300dpi. I use texlive and pdflatex from Debian Squeeze. A simple code of my document would be: ...
7
votes
2answers
180 views

PSTricks and LaTeX vs. pdfLaTeX

I'm trying to convert my thesis to pdfLaTeX, as latex + dvips behaves ugly when it comes to break (really long) URLs... I'm using up-to-date TeXLive 2012 on Linux. The only problem is (so far), that ...
6
votes
1answer
162 views

List of all post original TeX control commands

Is there a well documented list of all control commands added by all post Knuth's Tex like PdfTeX, e-TeX, XeTex, LuaTeX?
9
votes
1answer
225 views

Package animate is great but could it have a better animation compression?

I just tried the animate package to get pdf files with animations and it works great! However, I noticed that the size of the files generated is 10 times larger that what it could be for the ...
23
votes
2answers
192 views

What are lccode and uccode used for?

In TeX, each of the 256 bytes has an associated \lccode and an \uccode, integers in the range [0,255] which indicate among other things how \lowercase and \uppercase act. There are of course a bunch ...
2
votes
0answers
54 views

How to automate a workflow: several files in 1 master .tex

I have the following situation: I have to produce 60+ files in latex, each one from a .txt file, and with one master file (tex): I mean, I have a 1- or 2-page file per situation (a .txt file, in UTF8 ...
1
vote
1answer
145 views

pdflatex “Required Page Does Not Exist” error with beamerarticle

I have several beamer tex files and need to create a manual (using beamerarticle) that incorporates all of the beamer files (with their notes) as one document. The original basis of the articlebeamer ...
7
votes
1answer
123 views

Why I shouldn't load pdftex option with hyperref?

According to @percusse in this post, I shouldn't load the pdftex option with the hyperref package. Why is it?
7
votes
1answer
248 views

How do I know which ligatures are used in my document?

In order to know which ligatures I might consider disabling, I would like to know which ones are actually used in my document. (Which ligatures are provided by a font is a more general question; I ...
11
votes
1answer
136 views

Loading latex from tex

I decided venture into the very basics of the world of TeX and LaTeX. I have been playing around with tex, pdftex and latex and after paying close attention to the binaries and not being able to ...
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
187 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, ...
3
votes
0answers
110 views

How do the various LaTeX compilers (LaTeX, XeLaTeX, PDFLaTeX, ???) differ in terms of use(s), purpose(s), pros and cons? [duplicate]

How do the various LaTeX compilers (LaTeX, XeLaTeX, PDFLaTeX, ???, ConTeXt, fill-in-the-gap) differ? Is there an authoritive list of all currently available LaTeX-related compilers? Which are the ...
3
votes
1answer
101 views

Determine required number of pdflatex runs to generate complete document [closed]

Background Looking to generate a PDF using latexmk. The LaTeX document, which is automatically generated from a web-based application, will include many large images, Tikz graphics, table of ...
4
votes
1answer
152 views

Why does pasting the contents of a tikz file into my main file compile properly but not when using \input

If I place the contents of my tikz picture in my main.tex file it works like a charm using \usepgfplotslibrary{external} \tikzexternalize and subsequently: pdflatex --enable-shell ...
0
votes
0answers
28 views

TiKz: TeX capacity exceeded [main memory size=3000000] using \tikzexternalize [duplicate]

When wanting to use pdflatex --enable-shell to run TiKz code externally by: \usepgfplotslibrary{external} \tikzexternalize I get the error: ! Package tikz Error: Sorry, the system call ...
9
votes
1answer
182 views

How to use hyph-utf8 correctly?

I'm using MiKTeX and pdfLaTeX and the package manager tells me that hyph-utf8 is installed and auto-download of packages is activated, too. But when I do \usepackage{hyph-utf8}, because I hope that ...
3
votes
1answer
112 views

Creating Interactive graphs like Stack exchange reputation tab

I like to prepare an interactive timeline graph (static on load, but dynamic on MouseHover event). Somehow is similar to the Stack-exchange reputation tab for an user. One classic example is here. ...
4
votes
2answers
113 views

How to disappear text or figures by printing?

As you know, the option ocgcolorlinks of the hyperref package disables colors of all links presented in a PDF file by printing it from Adobe Reader (and by compiling with e.g. pdflatex); as a result, ...
8
votes
1answer
71 views

Hyphenation does not work with acro and luatex, but with pdftex

I'm using luatex 0.70.1 together with acro 1.2 and I have the following MWE. \documentclass{minimal} \usepackage[ngerman]{babel} \usepackage{acro} \DeclareAcronym{DNA}{ short=DNA, ...

1 2 3 4 5 17