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 ...
0
votes
0answers
373 views
Paragraph ended before \@iinput was complete [closed]
I have a larger document.
main.tex
\--> \include{chapter1.tex}
\--> \input{oneline.tex}
When compiling I get this error
main.tex:285:Pragraph ...
6
votes
1answer
557 views
Temporarily changing document class in LaTeX/resetting pdfLaTeX
How can I temporarily cause pdfLaTeX to forget everything that I've told it and start with a new document class?
I've modified the example environment from the lshort document:
...