Search found 4 matches
- Sun Dec 30, 2018 9:31 pm
- Forum: General
- Topic: Compile error: ...requires `listings.sty' version 1.7, but I have it
- Replies: 9
- Views: 33682
Compile error: ...requires `listings.sty' version 1.7, but I have it
Thanks Stefan. Yes, the thesis template you linked to is the one I was directed to use. Now I get what's going on, and it was simply a matter of removing the old listings.sty which got copied along when I downloaded all the template files without me realizing it. I doubt using the old version is a ...
- Sat Dec 29, 2018 10:29 pm
- Forum: General
- Topic: Compile error: ...requires `listings.sty' version 1.7, but I have it
- Replies: 9
- Views: 33682
Compile error: ...requires `listings.sty' version 1.7, but I have it
Here is the log file of the example that fails to compile. Indeed, it does contain the line:
Package: listings 2002/04/01 1.0 (Carsten Heinz)
Which I'm guessing is the unneeded version you are referring to, however, I have no idea where this is coming from. Also, how could you tell the template ...
Package: listings 2002/04/01 1.0 (Carsten Heinz)
Which I'm guessing is the unneeded version you are referring to, however, I have no idea where this is coming from. Also, how could you tell the template ...
- Sat Dec 29, 2018 8:33 am
- Forum: General
- Topic: Compile error: ...requires `listings.sty' version 1.7, but I have it
- Replies: 9
- Views: 33682
Compile error: ...requires `listings.sty' version 1.7, but I have it
Running the following does not produce the error:
\documentclass{article}
\usepackage{listings}
\begin{document}
Some input text.
\end{document}
Here is the log file.
input.log
For comparison, the code that throws the error is:
\newcommand{\mydriver}{pdflatex} %Making a PDF directly using ...
\documentclass{article}
\usepackage{listings}
\begin{document}
Some input text.
\end{document}
Here is the log file.
input.log
For comparison, the code that throws the error is:
\newcommand{\mydriver}{pdflatex} %Making a PDF directly using ...
- Sat Dec 29, 2018 6:56 am
- Forum: General
- Topic: Compile error: ...requires `listings.sty' version 1.7, but I have it
- Replies: 9
- Views: 33682
Compile error: ...requires `listings.sty' version 1.7, but I have it
Hi all,
I compile just fine until I try to include the listings package in my preamble. When I do I get the error below, suggesting that I am missing listings.sty version 1.7. However, I do have that file and that version. I tried uninstalling and reinstalling the listings package, but the problem ...
I compile just fine until I try to include the listings package in my preamble. When I do I get the error below, suggesting that I am missing listings.sty version 1.7. However, I do have that file and that version. I tried uninstalling and reinstalling the listings package, but the problem ...