{errors} is for questions regarding or including compilation or similar errors.

learn more… | top users | synonyms (1)

1
vote
1answer
321 views

LuaLaTeX + fontspec: Font not found

This refers to my previous thread How to use the calibri font. I am using the Calibri font with lualatex. MWE: \documentclass[11pt,table,a4paper]{article} \usepackage{fontspec} ...
0
votes
1answer
103 views

Display LaTeX code in a document [duplicate]

I have a LaTeX document in which I want to display in the main document the way a LaTeX function is used, for example: \documentclass{name} is bla bla bla the thing is that LaTeX always ...
0
votes
0answers
83 views

Error:! Argument of \documentclass has an extra } [closed]

I have input file check.ddist x,y,xx,yy,gg 0,0,11,11,0 0,11,11,21,0 0,21,11,32,0 11,0,19,14,0 11,14,19,20,1 11,20,19,26,1 11,26,19,32,3 And my code is: \documentclass{article} ...
0
votes
0answers
202 views

Koma-Script Error Message [closed]

I am writing my dissertation and using a template my supervisor has given. I have TeXworks installed with MiKTeX 2.9. Everything was working fine and a PDF was being created. After closing the program ...
2
votes
1answer
106 views

TeXLive problem with the default MLA package, \ifpdf seems to be undefined

As I'm compiling an example document to a PDF, which worked on the Ubuntu repository's version of TeXLive, but now on the install that I ran last night, things are broken. This is the output I get ...
2
votes
1answer
207 views

\includegraphics caused missing number, treated as zero error [closed]

I was trying to include an image in my file but this error came up: ! Missing number, treated as zero. <to be read again> o l.207 ...
0
votes
1answer
36 views

Placing the rows in tables

I have code for creating a table but I came up with a problem: \documentclass[11pt, a4paper, twoside]{Thesis} % Paper size, default font size and one-sided paper \graphicspath{{./Pictures/}} % ...
0
votes
0answers
187 views

Problem with Miktex installation [duplicate]

my miktex distribution has started playing up! Everything compiled yesterday, but after an automatic update, it has started to do funny things. It doesn't seem to be able to find the amsmath package ...
5
votes
1answer
85 views

\polyset and greek letters

The polynom style (version “2006/04/20 0.17 (CH,HA)” from texlive 2012) has to be told about which tokens represent variables. The manual has an example like this: \polyset{vars=XYZ\xi, % make X, Y, ...
0
votes
0answers
55 views

Manual Line Breaks not Counted by Log

I have been adding manual line breaks to paragraphs in my document using the \linebreak command because I have been suffering badly from overfull horizontal boxes. However when I compile my document ...
1
vote
1answer
88 views

newclude has destroyed my application

I added \usepackage{newclude} with commands such as \include*{myfile} in an attempt to include myfile without the concomitant \clearpage. This didn't work, so I removed this new code and ...
0
votes
0answers
79 views

TeXnicCenter doesn't jump to error line [closed]

Two days ago had to reinstall TeXnicCenter (current version Beta 1 which works with MiKTeX 2.9 – Windows Vista); Problem is: when I click the error symbol I hear the sound (the same for warnings and ...
5
votes
1answer
145 views

Undefined control sequence \coloneqq

I'm trying to export a PDF of a LyX document (it has never caused a problem before). Below I have posted pictures of the error message along with the equation LyX highlighted for me. I don't know what ...
2
votes
2answers
92 views

Error with \DeclareRobustCommand, \usepackage{hyperref,xcolor} and \usepackage{graphicx}

In order to tie capital letters with a capital hyphen, I created a command \DeclareRobustCommand{\capitalhyphen}{\raisebox{0.24ex}{\resizebox{0.4em}{\height}{-}}\kern-0.07em} which uses graphicx ...
4
votes
2answers
230 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 ...
1
vote
1answer
254 views

Problems using \nocite with multibbl

I get some problems with package multibbl. On one hand, if I write \bibliographystyle{ref}{alpha} \bibliography{ref}{books} and anything more until \appendix, a new section or \end{document} I get ...
3
votes
0answers
79 views

includepdf does not find file with comma

I am already using grffile to ensure that all files are found on the file system (windows 7), but now I have an example where the second file is not found. \documentclass[]{scrbook} % \usepackage[% ...
1
vote
0answers
99 views

Error in loading font

I have MiKTeX 2.9 and TeXstudio 2.5.2 installed on a Windows 7 64bit OS. I have downloaded a latex template from ...
1
vote
1answer
31 views

Avoid: multicol Error: Error saving partial page

In my package I am using in the dtx file the ltxdoc class which uses multicol for the index. Currently I get this error: ! Package multicol Error: Error saving partial page. See the multicol ...
3
votes
1answer
56 views

bug in listings package?

It seems as if the listings package can not be loaded after all other packages using \AtBeginDocument \documentclass[]{scrbook} % \AtBeginDocument{\RequirePackage{listings}} \begin{document} ...
0
votes
0answers
48 views

Horizontal Rule Across page [duplicate]

Possible Duplicate: What is the \rule equivalent for \hrule? I found this online to produce a horizontal line across the page: \begin{center} \line(1,0){250} \end{center} But I want ...
0
votes
0answers
21 views

Weird pmatrix error [duplicate]

Possible Duplicate: How to create a matrix with 20 columns in latex I am trying to present a matrix with the following code: $$ B_{1}=\begin{pmatrix} ...
0
votes
0answers
107 views

! missing $ inserted in abbreviation [closed]

I made a abbrevation section for my thesis but I came up with the problem plz guide me on this matter. "! missing $ inserted " The code: \documentclass[11pt, a4paper, oneside]{Thesis} % Paper ...
0
votes
0answers
119 views

Beamer and table error [closed]

I don't know what's wrong here, I just copy my table from the article into the beamer, and it's not working. I keep gettning: Illegal character in array arg. \end{frame} Here's the MWE: %&latex ...
6
votes
2answers
112 views

lastpage package: incompatibility with nameref package

When I try to use the nameref package together with the lastpage package (version earlier than 2013/01/28, of course) I have following two errors: ! Package lastpage Error: no auxiliary file allowed ...
10
votes
2answers
181 views

All (La)TeX warnings and errors

For testing purposes, I am looking for a comprehensive list of all errors and warnings that TeX, and LaTeX can output. I don't mean errors and warnings produced by all packages, as this would give an ...
0
votes
1answer
471 views

BibTeX can't open file `myfile.bib.aux'

I have created a document called "myfile.tex" with the following code. \documentclass{article} \begin{document} As we can see in \cite{goossens93}... \bibliographystyle{plain} ...
2
votes
1answer
130 views

Quotes problem in beamer

I'm trying to make nice big quotes work in my presentation, but there is some error, a clashing of packages I assume, and I don't know how to resolve this :\ So my mwe is here: %&latex ...
22
votes
2answers
341 views

“That makes 100 errors” and one question

Although I never make any misteyk, occasionally I compile a TeX file in non-stop mode (that's how I roll) so wonderful that it just starts stuttering and spits out this and provides some moral ...
0
votes
0answers
196 views

“missing number treated as zero” because of newenvironment

I always get the same errors with these environments. "missing number treated as zero" and "leading text: \begin{satz}" and "Illegal unit of measure (pt inserted)." \documentclass{article} ...
0
votes
0answers
140 views

EastLansing beamer theme not found [closed]

I wanted to use the EastLansing theme in beamer but during the compilation LaTeX gives me the following error: latex error : File 'beamerthemeEastLansing.sty' not found So how do I do to correct ...
8
votes
1answer
82 views

A question about a macro definition errors

Given: \documentclass{minimal} \newcommand{\emrule}[1]{\rule[4pt]{#1em}{0.2pt}} \newcommand{\endash}{\emrule{.5}} \begin{document} 2000\endash2013 \end{document} I get: ! LaTeX Error: Command ...
2
votes
2answers
430 views

Error including a .png: Cannot determine size of graphic

I have a little problem: I am not able to put an image in my document. This is how I start: \documentclass[a4paper,12pt,titlepage]{report} \usepackage{fontenc} \usepackage[italian]{babel} ...
4
votes
2answers
68 views

dialogue environment beginning with \direct fails

I am using the dialogue environment, and I want to start a dialogue with a setting, using the \direct command. However, the following code does not compile: \documentclass{article} ...
6
votes
1answer
108 views

“No room for a new \read” with writing a journal

I'm fairly new to TeX and learning as I go. I am trying to keep a journal in LaTeX. I'm using the solution provided at Using LaTeX to keep a diary . It's essentially a setup where each day's entry is ...
4
votes
2answers
341 views

Package PGF Math Error: Unknown operator `o' or `of'

I am getting a weird error while trying to place a node above another node using the below= syntax. \documentclass{article} \usepackage{tikz} \begin{document} \begin{tikzpicture} \node[] (node1) at ...
3
votes
1answer
149 views

\neq (not equal) command does not work anymore

I experience the following LaTeX-Preamble, which causes the "\neq" command to cause an error. Has anyone experienced similar things before or an idea why this might happen? Some Info: - TeX: MikTex ...
-1
votes
1answer
496 views

Using Latex in Matplotlib plot title/axis label [closed]

Sorry if this is a repost; I'm sure this question gets asked often but I couldn't find exactly what I was after in the search. I'm trying to write a scientific plotting program in matplotlib (using ...
0
votes
0answers
151 views

\appendix doesn't use letter, but still numbers [closed]

I'm try to insert an appendix on my thesis, but the command \appendix seems just to be ignored! In fact, after it chapter are still numbered! Here is the minimal working example: ...
3
votes
1answer
41 views

Error Table Creation

I have code for table creation but it doesn't work: the code: \begin{table} \caption{Hourly mean values of WSN Observations in $2007-09-29$. } \label{tab: wsnhmn29} \centering ...
3
votes
0answers
255 views

Error, command already defined - IOP article with mhchem

I am using LyX to prepare an article. The document class is 'IOP article' and I am using the mhchem package to typeset chemical formulae in the paper. I include \usepackage[version=3]{mhchem} in the ...
0
votes
0answers
98 views

pgf add axis leads to following error message: ! Undefined control sequence -> what to do [closed]

I would like to add a coordinate plot with pgf plot to my document. Used it before in a latex beamer presentation and it worked. For my usual document it gives me the following error message: ...
1
vote
0answers
118 views

MiKTeX can't find fkob.cfg [closed]

I'm trying to compile this document. I am using Winedt 7, MiKTeX under Windows 7 pro 64 bits. This is the message I get the error below. ------ LaTeX document ...
3
votes
2answers
237 views

Conversion problem using standalone and imagemagick

I'm trying to convert a table to png format using Imagemagick \documentclass[12pt,a4paper,border=8pt,convert=true]{standalone} \usepackage{booktabs} \usepackage{caption} \usepackage{siunitx} ...
2
votes
1answer
393 views

error float.sty line99

Well, here is my problem. My friends can compile this document. I can't, and I don't know why. The error is: File: "C:\Program Files\MikTex\tex\latex\float\float.sty Type: Error Line: Line99 ...
0
votes
1answer
215 views

Latex error during make [closed]

make -C doc html latexpdf yields this: Package hyperref Message: Driver (autodetected): hpdftex. (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def ...
0
votes
1answer
192 views

Does Winedt 6.0 jump to the line with error?

Is it possible for Winedt 6.0 to highlight the line with error? How may I turn such feature on? EDIT: Thank you for your help! My settings are the same as default, so the problem seems to be that I ...
2
votes
0answers
42 views

Starting with LaTeX. Immidiately get an error [duplicate]

Possible Duplicate: the memory dump file could not be found Just trying to get started here with LaTeX, but I immediately get this strange error. I'm not much of a computer scientist to ...
5
votes
1answer
733 views

What does Misplaced \cr in latex error mean

What does it mean ! Misplaced \cr. \math@cr@@@ ->\cr In latex error. in this document \documentclass[12pt]{article} \usepackage{amsmath,amsfonts,amsthm,amssymb,color} ...

1 3 4 5 6 7 19