Tagged Questions

54
votes
4answers
11k views

Source code highlighting in LaTeX

I need to highlight source code in LaTeX. The package listings seems to be the best choice for most use-cases and for me it was, until now. However, now I need more flexibility. Generally, what I’m ...
5
votes
2answers
1k views

How to reduce the seperation from other text using LaTeX minted?

I want to use the minted package to give me syntax highlighting but it has a spacing of more than a centimeter. Setting: \setlength{\parskip}{0pt} \setlength{\parsep}{0pt} \setlength{\headsep}{0pt} ...
3
votes
1answer
316 views

Change highlight colors in minted

I was setting up a nice environment to present my code in printed documentations. First I was using the lstlisting package for Latex but then I stumbled upon minted. minted is really great, but is ...
3
votes
2answers
1k views

Latex: Using Minted package - how do I make it wrap the text (linebreaks=true)

Im using the Pygments for a lot of things, and I'd like to also use this in my latex report. I found the package Minted which interacts with Pygments, but some of the comments and some of the code ...
2
votes
3answers
591 views

Sensible python source line wrapping for printout

I am working on a latex document that will require typesetting significant amounts of python source code. I'm using pygments (the python module, not the online demo) to encapsulate this python in ...
1
vote
1answer
451 views

How to include a file in LaTeX wihout causing a newpage

I hope, this question is not too offtopic. I have a bigger school project which involves some documentation. The documentation is a LaTeX file, and looks like this: ... some explanation \section ...
1
vote
1answer
875 views

How to run minted package in TeXnicCenter using MiKTeX

I am working with LaTeX on Vista using TeXnicCenter 2.0 Alpha 3 (build 1118) having installed MiKTeX 2.8. I want to use code highlighting for Objective-C and read here that the minted package is ...
1
vote
2answers
459 views

Texments package not working on Ubuntu

I am trying to use the Texments Latex package on Ubuntu to do syntax highlighting. Texments is a wrapper around Pygments. I installed Texments and followed the steps to add the style file to the path. ...