Tagged Questions
2
votes
0answers
61 views
How do I get my comma back (C++ lstlisting section) [duplicate]
Possible Duplicate:
Comma inside \texttt{} does’nt show up
I've been writing code in my book and just noticed that the comma has gone. I've been moving between machines so I don't know if ...
1
vote
1answer
160 views
Looking for HAML and CoffeeScript support
I need support for HAML and CoffeeScript like other languages already got with the listings package.
Do you know any solutions?
0
votes
1answer
520 views
Code fails with Emergency stop, when using \expandafter\csname and such in listings
I am further working on my code for LaTeX Examples. I want to use the package showexpl for the simultaneus printing of code and results. Unfortunately I get an '! Emergency stop.'
...
0
votes
1answer
233 views
Problems with error message when using listings-package and inputenc.
I want to include the code of some script in my LaTeX document. In a "minimal" example, it works perfectly well - but only if I leave out the line \usepackage[latin1]{inputenc}:
...