Tagged Questions
0
votes
1answer
48 views
'slashbox.sty' not found
I am not the best when it comes to working with programs like LaTeX and I am unable to open a .tex document, or rather 'LaTeX it' since it keeps coming up with this error. I have downloaded ...
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
1answer
472 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}
...
6
votes
3answers
171 views
Using full stops in figure name to replace spaces: error (confusion of file extension)
I am not sure this has been asked before, but I couldn't find it and I am hoping to get a solution or at least a good explanation of why this is a bad idea. (there are questions about using underscore ...
0
votes
1answer
248 views
MLA Package and Thumbpdf
I'm currently trying to set up a template for MLA format. There's one warning that never goes away, however:
Package thumbpdf Warning: Thumbnail data file `Project*Name.tpt' not found.
Does ...
0
votes
0answers
1k views
! LaTeX Error: File “adjustbox.sty” not found [closed]
How to fix the following problem:
! LaTeX Error: File `adjustbox.sty' not found.
I am using the TeXworks editor and I run Ubuntu 12.04 LTS.
Simple Working Example:
...
3
votes
1answer
533 views
What could cause repeated NULL characters in an .aux file? [closed]
I have a LaTeX document that was compiling fine until this evening. I was playing around with synctex and latexmk when I noticed the error, but I'm not sure what is causing it.
There are over 100 of ...