Tagged Questions
1
vote
1answer
79 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 ...
2
votes
1answer
94 views
Complex latex document: how to locate offending package dependency [solved: was using dirty build] [closed]
For final distribution, certain appendix includes the pdfpages package. However, appendices should be skipped for normal "draft" versions, or while working on individual chapters.
I am having ...
0
votes
0answers
44 views
error messages always appear in main file when files are loaded by \input [closed]
I am writing my thesis in Latex report class, using TexMakerX. Because it is a large document I decided to make separate tex files and load the chapters into my main file where the preambles and the ...
4
votes
1answer
194 views
Add offset to line number (in error message) when using input files
I am compiling a latex document, and when I have errors, I get nice messages like
l.1041 \end{frame}
which tells me that there is an error somewhere before line 1041. So far, so good. I can use my ...
5
votes
3answers
509 views
How to make nonstopmode really not stop on a missing input file
I have a file test.tex with these contents:
\input{missing}
\input{present}
When I run PDFLaTeX with --interaction=nonstopmode it stops after the first missing input file:
$ pdflatex ...
3
votes
1answer
520 views
tabular, siunitx and input - `Extra }, or forgotten $.`
I'm trying to include data into a tabular environment
\usepackage{booktabs}
\usepackage{siunitx}
\begin{table}
\begin{center}
\begin{tabular}{SSSS}
\toprule
{$na^3$} & ...
4
votes
1answer
6k views
input index file not found
Dear experts
I am using TeXnicCentre. After compiling, while I get an output pdf file, an error is found that says Could't find input index file *pathname* nor *pathname*.idx
I am afraid I cant ...