0
votes
0answers
53 views

lstset highlight RDF examples code

I'm very new to TeX. So, my problem at the moment is to highlight some RDF code. I use the following code: \documentclass{scrartcl} \usepackage{listings} \begin{document} ...
2
votes
1answer
120 views

wrapping inline long lines and adding background color

Objective I'm trying to achieve the following output. Here's the code I used to produce it. I had to hack it \begin{document} \begin{description} \item In ...
3
votes
1answer
826 views

Is there a good definition for highlighting PHP code in listings?

Does someone have a good definition for highlighting PHP code with the listings package?
3
votes
1answer
380 views

Beamer: How to do src highlighting when src is split with \only<> command?

Thanks to Marc van Dongen there is a template of a "step by step" programming tutorial (with a sample layout in his question): How to create step by step annotated programming tutorial in LaTeX? . I ...
3
votes
0answers
309 views

Syntax highlighting blocks of code with LaTeX and literate programming tools [closed]

Using packages like minted (thanks to Pygments), LaTeX can generate beautifully highlighted/colored source code. Literate programming tools such as noweb and cweb can generate beautifully typeset and ...