0
votes
0answers
30 views

Cannot update and run my PDF file

I am using Texmaker and I was able to compile and view my PDF file at first but now, after going back to it after several days, I can't seem to update and run it. Under Configure Texmaker, under ...
2
votes
0answers
64 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 ...
0
votes
0answers
38 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 ...
2
votes
1answer
53 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 ...
5
votes
2answers
97 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. ...
1
vote
1answer
81 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 ...
10
votes
1answer
466 views

Which version of LaTeX permits more than 16 alphabets?

Sometimes I receive a message: ! LaTeX Error: Too many math alphabets used in version normal. I know that there is a limit of 16 alphabets at most allowed to one article. However this message ...
0
votes
0answers
429 views

What do these error messages mean? [closed]

My article is \documentclass[11pt]{aomart} \usepackage{mdwtab,amsmath,dsfont,amssymb,amsthm,ifthen} \usepackage{mathrsfs} \usepackage{yfonts} \usepackage{bbding} \usepackage{mathtools} ...
0
votes
0answers
60 views

Could not compile pdf after updated [duplicate]

I have updated my MiKTeX to 2.9. But unfortunately it cannot compile pdf file by either PdfLaTeX and XeLaTeX. When use XeLaTeX it lag at the begining, and for PdfLaTeX it returns errors: Command ...
2
votes
0answers
35 views

Strange Error with Libertine and pdfpages [duplicate]

Frequently I have to make a compilation of documents. Each document has been produced with pdfLaTeX, and the compilation is done with pdfLaTeX and the package pdfpages. MWE of my file ...
4
votes
2answers
233 views

Is pdftex 1.40.13 outputting malformed pdfs?

I have several preexisting projects that produced valid pdf output on versions of pdftex up to 1.40.10. Now with version 1.40.13 I'm getting pdfs that the iText library complains are malformed. My ...
2
votes
0answers
72 views

How to tell which package is defining \ifpdf?

I'm experiencing a problem similar to this one: Package ifpdf Error After upgrading to a more recent version of TeX Live, my pre-existing documents stopped compiling, with complaints that \ifpdf was ...
3
votes
1answer
179 views

Libertine/Biolinum suddenly missing/corrupted?

I'm working with Miktex 2.9 64 Bit on Windows 8 with Texniccenter. Up until yesterday I compiled all my documents without any problems. Today everything seems fine, too, I did not run any Miktex ...
0
votes
0answers
168 views

Unable to compile file with pdflatex, possible pdftex.map error [closed]

I used to be able to compile the TeX file. Although I used to be able to compile it earlier using pdflatex, now it fails to compile.The log file is as below: ***** ***** PDFLaTeX output: ***** ...
1
vote
1answer
139 views

How to get error messages from pdflatex tool (specially running from php)

I am executing pdflatex from php script and it gives me very long list of log entries mixed with errors e.g system('/usr/texbin/pdflatex -output-directory=./temp/tex '.$tex_output . " 1> ...
0
votes
0answers
198 views

Problem with Millennial font [closed]

I have downloaded and installed the Millennial font from this website. http://www.math.unl.edu/~shartke2/computer/latex/latex.php I am using MiKTeX on Windows. When I compile the file, I am getting ...
0
votes
0answers
127 views

Error after compiling [closed]

Every time I try to compile my TeX code to PDF the compiler runs and at the end there is a message like: process ends with an error But neither the log file nor the error message shows me the ...
0
votes
0answers
777 views

Unable to use libertine in Windows MiKTeX [closed]

\documentclass[14pt]{article} \usepackage{libertine} \usepackage[T1]{fontenc} \title{Hello World} \begin{document} Lorem Ipsum \end{document} I have trouble with my MiKTeX installation. I tried ...
5
votes
2answers
1k views

How to overcome Acrobat Reader error 131 with a pdfLaTeX doc?

I'm generating a PDF document with pdflatex (more precisely, latexmk invoked from TexMaker 3.4. My LaTeX install is TeXLive 20120719). I can read the document fine in Okular and Gmail's attachment ...
10
votes
3answers
528 views

mysterious error: \pdfendlink ended up in different nesting level than \pdfstartlink

I ran into the "mysterious" \pdfendlink ended up in different nesting level than \pdfstartlink error. According to http://www.tug.org/errors, "this happens when hyperref is used under pdftex and a ...
0
votes
0answers
775 views

Sudden error using TEXStudio [closed]

I was trying to implement this tutorial: http://educ.jmu.edu/~arnoldea/latex_setup_and_tutorial.htm and it worked the first time using TEXStudio. However, the tutorial suggests to make some changes in ...
2
votes
1answer
302 views

Why is LaTeX refusing to create a new page to place content?

Ihave stumbled upon strange behavior (at least for me). I am generating a document composed of a set of blank framed boxes, each with a text attached above, and it will always be most likely necessary ...
2
votes
1answer
788 views

md-chr7y source file could not be found

I am trying to build a document with pdflatex (MikTeX) but it fails. It seems to be the used font on the title page. The error is as follows: miktex-makemf: The md-chr7y source file could not be ...
0
votes
0answers
458 views

Error compiling a TeX file [closed]

I just upgraded to TeX Live 2011 a few minutes ago and when I try to compile, I get the error below: ! TeX capacity exceeded, sorry [parameter stack size=10000]. \aliasctr@f@llow #1#2\@nil #3-> ...
19
votes
1answer
2k views

libertine font package doesn't work anymore (December 2011)

If you're using an up-to-date system and you're having trouble with using the Linux Libertine fonts, you should probably check out Linux Libertine package and fonts not working any more (fall 2012), ...
2
votes
0answers
859 views

pdflatex hangs during compiling (every 2nd run) [closed]

Newly, it frequently happens that pdflatex hangs during compile. The system: TeXLive 2010 (yes, I know that 2011 is out already) MacOS X 10.6.8. Texstudio as editor Currently, I'm compiling in ...
9
votes
1answer
657 views

Linux Libertine and pdfTeX: glyph `a' undefined

I have little doubt, usually, in the Linux Libertine font with LaTeX / pdflatex, but a couple of weeks ago, the following happened to me: I have the file with the following test.tex ...
6
votes
2answers
2k views

pdflatex bash script to supress all output except error messages?

I have a bash script which I use to compile a file with pdflatex twice (to make sure it sorts out references properly, etc.). This is the 'latexbuild' script I use: module load ctan pdflatex ...
5
votes
1answer
6k views

epstopdf warning: “Shell escape feature is not enabled.”

I'm having a bit of trouble trying to include .eps files in a LaTeX document compiled with pdfLaTeX. I've been told that I should use the epstopdf package to convert .eps files to .pdf on the fly. ...
0
votes
1answer
233 views

Problems with error message when using listings-package and inputenc.

I want to include the code of some script in my LaTeX document. In a "minimal" example, it works perfectly well - but only if I leave out the line \usepackage[latin1]{inputenc}: ...
2
votes
1answer
6k views

Package pdftex.def error PDF mode expected

Took me 6 hours today and still doesn't work, the error is : Package pdftex.def error PDF mode expected mf-texlive/tex/latex/pdftex-def/pdftex.def Example document: \documentclass{article} ...
2
votes
2answers
1k views

pdftex.def Error: 'pix/quadratic.pdf' not found : Beamer

I am using a beamer template to make a presentation. When I compile the code I am getting the following error which I have no idea about. <Package pdftex.def Error: File 'pix/quadratic.pdf' not ...
3
votes
3answers
2k views

Problem with AUCTeX, graphicx, pdfTeX and \pdfoutput not equaling 1

I've been using Emacs + AUCTeX for several years now, and all of a sudden I started getting the follow error on all documents that have compiled fine before: ERROR: Package pdftex.def Error: PDF mode ...
2
votes
1answer
857 views

pdflatex with index suddenly fails with undefined control sequences

The document I have been working on has built the index fine in the past. I have since made some changes to Part and Chapters, and re-arranged things in the preamble a little. Now pdflatex, mkindex, ...
0
votes
1answer
2k views

MiKTeX and Sphinx : problems on complex TeX output

I've installed the complete package of MiKTeX 2.8 because I have to manage the PDF rendering of a TeX file generated by Sphinx 1.0.4 (Python 2.6) from a ReST source file. I underline that the HTML ...
3
votes
3answers
1k views

Math symbols not showing while using fontspec

Math, symbols are not showing when i am using the fontspec package. Here i paste the command and output please tell me as to how i can rectify this. Command: \documentclass[10pt,amssymb]{revtex4} ...
2
votes
2answers
294 views

Meaningful error messages when using latex instead of pdflatex

When I have TikZ images or I include .png graphics, I need to use pdflatex instead of plain vanilla latex. (That is, I need to use pdflatex all the time, rather than just when I want to produce the ...