{errors} is for questions regarding or including compilation or similar errors.
2
votes
1answer
59 views
Texmaker Illegal unit of measure
I've got problems with my Texmaker on Windows 7... I changed some text in the document and configured the colors for my listings.
Suddenly Latex throws an error by the optional parameter of the ...
2
votes
1answer
363 views
“Undefined control sequence” error with fontspec
As a result of the most recent TeXLive update, an XeTeX document I'm working on no longer compiles. I've narrowed down the problem to the "Color" declaration of a font I define. Here is a minimal ...
0
votes
1answer
80 views
Error message because of eqnarray, footnotes, tables or caption?
I know this is not a minimal example, but I have to have this much code, in order to create my error. I had this error already several times and I cannot get rid of it?! I don't know where the problem ...
2
votes
1answer
50 views
Error when compiling a 'minted' listings inside a 'memoir' subfloat
I'm trying to compile the following minimal example:
\documentclass{memoir}
% Enable subfloats within figures
\newsubfloat{figure}
\usepackage{minted}
\begin{document}
\begin{figure}
\subbottom{%
...
4
votes
1answer
117 views
Problem when using \nocite together with the standalone package
Given:
\documentclass{minimal}
\usepackage{standalone}
\begin{document}
\input{inclusion}
\nocite{*}
\bibliographystyle{plain}
\bibliography{test}
\end{document}
With:
\documentclass{minimal}
...
0
votes
0answers
23 views
need help about : Unknown environment tabular in jsmath [closed]
There is an error : Unknown environment "tabular" "\hline";
like this:
\begin{tabular}{c|c}
A&B\
\hline
C&D
\end{tabular}
,
how can i use 'tabular' '\hline'... in jsmath.
0
votes
0answers
185 views
Error installing livetex on Ubuntu 12.04 [closed]
I use Ubuntu 12.04. I had the texlive 2009 and wanted to upgrade to 2012 but it did not go very well. Now I am trying to get back to 2009. I removed texlive from the system (or so I think) and removed ...
8
votes
1answer
79 views
Why doesn't \mathord work to turn an Acc atom into Ord?
Writing ${\dot X^a}^b$ produces a very cryptic "double superscript" error: this has been explained here on this forum: the reason is that {\dot X}^a generates an Acc atom and that, for a reason that ...
2
votes
0answers
79 views
File error in non stop mode [closed]
I am trying to make a feynman diagram using feynmf. My code is
\documentclass[a4paper,11pt]{article}
\usepackage{xcolor}
\usepackage{amsthm}
\theoremstyle{definition}
\newtheorem{exe}{Exercise}
...
2
votes
1answer
242 views
Quickest way of applying thesis to tex template
I am trying to apply my thesis to a TeX template. I have pdflatex installed on a Linux box (in my university), but cannot get it to work. When I point to my TeX file as below, it gives an error:
...
1
vote
1answer
386 views
! Package inputenc Error: Unicode char \u8:äöü not set up for use with Latex — is my latex broken [duplicate]
When trying to compile the following document with xelatex:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[german]{babel}
\begin{document}
äöüÄÖÜ
...
0
votes
0answers
143 views
Too many math alphabets used in version normal error when using chemmacros package [closed]
When I load package chemmacros, suddenly the following error occurs:
Too many math alphabets used in version normal.
I've already made sure that I've updated my MikTeX distribution.
Edit: my code ...
3
votes
1answer
50 views
Problem with using multline and align
I am LaTeX begginer and when I run this equation, I am getting the error:
! Argument \align* has an extra {.
Here is the equation.
\begin{multline}
\begin{align*}
C_s & = \displaystyle ...
0
votes
0answers
28 views
error of Cannot determine size of graphic [duplicate]
I compile my LaTeX code as LaTeX ,it give an error Error: LaTeX Error: Cannot determine size of graphic in scope.jpg (no BoundingBox). If I compile as PdfLateX not errors...i need my output as a ...
2
votes
2answers
235 views
Problem with \maketitle: “there's no line here to end”
I'm using MiKTeX 2.9 and i'm new to TeX.
Simplified, I have this code:
\newcommand{\aone}{Anna}
\newcommand{\atwo}{Bob}
\newcommand{\topic}{Tpoic}
\subject{University \\ Paper}
\title{ \\topic\\ ...
3
votes
1answer
186 views
Hyperref option clash error because unknown package requires/loads it too
I am currently hunting for errors in my template and these two I cannot solve after reading the log and researching:
! LaTeX Error: Option clash for package hyperref.
See the LaTeX manual or LaTeX ...
6
votes
1answer
67 views
Problem regarding Errors after Theoremdefinition using thmtools
I am currently hunting for errors in my template and these two I cannot solve after reading the log and researching:
First:
! Argument of \strip@prefix has an extra }.
<inserted text>
...
2
votes
1answer
38 views
No %.aux file in a particular directory
I have the following line in my report.tex
\include{intro/introduction}
\include{prlm/preliminary}
\include{svy/survey}
and the corresponding directory structure. The directory structure is ...
1
vote
1answer
52 views
Consecutive longtables giving “…alignment error…”
in the appendices of my thesis I have two long tables for which I use the longtable package. Separately they work fine, no errors, but when I have after each other I get errors such as:
Extra ...
1
vote
1answer
210 views
MikTex can't find \begin(document} [duplicate]
I'm running into an error recently and am unsure why I get it.
Running this script:
\documentclass{article}
\begin{document}
hello
\end{document}
I get this error message (question being how do ...
1
vote
0answers
28 views
A package (installed according to TeX Live Utility) doesn't run [duplicate]
This is an example :
I've found here (What package allows Elvish in TeX?) that there existed a package called tengwarscript. I want to use it and when I used TeX Live Utility in order to download it, ...
0
votes
1answer
102 views
Code in \lstlisting breaks document (compile error) [closed]
I want to show a JSON object in my document. If I do the following, it works:
\begin{lstlisting}
{
"id": "5",
"key": "discardedCard"
}
\end{lstlisting}
But if I extend the code to the ...
3
votes
1answer
61 views
“Dimension too large” error with XY-pic
What's wrong with the following?
\documentclass{amsart}
\usepackage[all]{xy}
\begin{document}
\xymatrix{
\text{Long string of text that causes an error during the compilation of this ...
0
votes
2answers
78 views
How to right align content of pbox?
Lets have simple \pbox example like this:
\documentclass[twoside]{book}
\usepackage{pbox, calc}
\begin{document}
\noindent\fbox{\pbox{\textwidth}{Some text\\Text}}
\end{document}
Here is printed ...
10
votes
1answer
467 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 ...
1
vote
2answers
133 views
Can anyone solve my error and make the long multiline equation multiline please?
In case it matters, I'm using win edit as editor.
\documentclass[12pt,a4paper]{article}
\usepackage{amsmath}\usepackage{amssymb}
\textwidth=16.5cm \oddsidemargin=-0.10cm \evensidemargin=-0.10cm ...
7
votes
3answers
163 views
\uline within a pgfmath expression produces an error
Why does using \uline within a pgfmath expression result in an error?
\documentclass{article}
\usepackage[normalem]{ulem}
\usepackage{tikz}
\begin{document}
\pgfmathparse{width("\uline{blabla}")}
...
0
votes
0answers
441 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 ...
1
vote
1answer
264 views
Error during installation of TeXLive 2012 in Fedora [duplicate]
I am facing problems while trying to install TeXLive 2012 on fedora. I did the following-
Unzipped the package.
Navigated to the location of install-tl.
Typed in ./install-tl
I got the following ...
2
votes
0answers
187 views
What' wrong with this article? It failed in compilation via XeLaTeX [closed]
I wrote an article as follows.
\documentclass{article}
\usepackage{fontspec}
\usepackage{unicode-math}
\setmathfont{Asana Math}
\setmainfont{Bitstream Vera Serif}
...
2
votes
0answers
198 views
`macro parameter character #' in horizontal mode - Texmaker [closed]
I use Texmaker and I keep getting this error:
! You can't use `macro parameter character #' in horizontal mode.
However I can force compile it using cmdline as pdflatex foo.tex.
Any idea what the ...
0
votes
1answer
43 views
Bakoma - how to view errors
When my latex doc has errors, Bakoma displays the arrows at the bottom right corner used to navigate between errors, but I cannot see what is the actual error - I do not see a console window and do ...
0
votes
0answers
357 views
TeXmaker - cannot complie but TeXworks can [closed]
I installed MikTEX yesterday and TeXmaker, however I have some problems.
When I am trying to make a simple "hello world" document in Texmaker I get the following error "log file not found".
...
2
votes
1answer
56 views
Why do i have error by removing this `>{\stepcounter{tfno}\thetfno.}`
i followed the instructions by this link:
Remove the automatic generation of number?
and happily satisfied when it really prevented the automatic numbering of the text. But why is when i changed the ...
0
votes
0answers
246 views
error message - new miktex installation [closed]
I am getting an error message whenever I am installing miktex. The error message reads:
The operation could not be completed for the following reason:
The operation failed for some reason.
Details: ...
1
vote
0answers
57 views
Wraptable producing “ghost” table two pages later
A weird problem. I'm using wraptable and two pages after a table, there is an empty or "ghost" table put into the document a few pages later.
If I move the table to other places, it sometimes ...
1
vote
0answers
68 views
How do I debug the message “Argument of \XC@definec@lor has an extra }” [closed]
Can anyone provide me with some intuition about what might cause an error like this?
Argument of \XC@definec@lor has an extra }
I am unable to produce an MWE that demonstrates the error, as it ...
0
votes
0answers
59 views
How to use abundant math font features in one article in XeLaTeX? [duplicate]
It sounds like XeLaTex does not have limit to at most 16 alphabets. However when I declared some alphabets and included many fonts(I indeed included fontspec), the message "Too many math alphabets..." ...
0
votes
0answers
136 views
What wrong in convert a PdfTeX file to XeLaTeX? [closed]
Originally I usually use PdfTeX to make pdf file. However now I have to convert a TeX file(in template aomart) to XeLaTeX(in template SLEN) due to requirements in template SLEN.
Unfortunately it ...
3
votes
2answers
163 views
PS not rendering
Update 2: I've found the same error report here: http://latex-community.org/forum/viewtopic.php?t=11957&f=19 However this individual is using LyX and I'm using TeXWorks. So "So it seems the error ...
5
votes
0answers
3k views
amsmath.sty not found [closed]
I have been using LaTeX for a long time now. It has suddenly stopped working:
amsmath.sty not found
I downloaded that and similar files to the same directory. Now it gives the error
...
0
votes
0answers
356 views
TeXnicCenter: Cannot execute the command [closed]
I have re-installed my windows and subsequently LaTeX and TeXnicCenter, but when I re-load my previous files, I came up with this error.
Please guide me on this matter.
And settings are:
3
votes
1answer
270 views
Windows API error 32
I'm brand new to LaTeX; any idea how to overcome this error message?
"texify.exe: Windows API error 32: The process cannot access the file because it is
being used by another process.
texify.exe: ...
0
votes
1answer
241 views
! LaTeX Error: File `arial.sty' not found [duplicate]
i m using following command.
\renewcommand{\familydefault}{\sfdefault}
\usepackage{arial}
but getting error message:
! LaTeX Error: File `arial.sty' not found. How can i fix this error.
Regards
1
vote
1answer
122 views
I am trying to use circuitikz, but this error pops up whenever I compile
I am currently trying to run some examples in the circuitikz library, and I keep getting the following error and the document will not compile:
Package pgfkeys Error: I do not know the key ...
1
vote
1answer
68 views
ArsClassica Error (rm-iwonar not found), Iwonar Package Installed
I'm trying to use the arsclassica package for my document, and have some problem. Here's the simplest form of the document:
\documentclass[12pt,a4paper]{scrbook}
...
3
votes
1answer
164 views
Why does (La)TeX give errors now and again for seemingly no reason? [closed]
Now and again, when I've written some new 'code' (plain text, equations, special commands etc.) in my LaTeX editor and I compile the file, I get an error. Normally when I get an error, I check the ...
2
votes
0answers
83 views
Another “Dimension too large” question: PSTricks plot
I'm currently using Pstricks to plot a datafile into a basic x-y figure.
My actual code is:
\psset{xunit=.07cm,yunit=0.00025cm}
\begin{pspicture}(1915,10000)(2015,30500)
...
1
vote
0answers
72 views
TeX Live 2012 Graphics error
I am using TeX Live 2010 on Windows 7, I am getting following error after installing the TeX Live 2010 again after HD crash. My programs working well with previous images but for new images following ...



