Top "Listings" questions

The listings package is a source code printer for LATEX.

Highlighting a Chunk of Code within a lstlisting

I have a bunch of code in a lstlisting environment. How can I highlight (color background) just a particular chunk …

latex listings pdftex
LaTex, issue with Beamer and Listings

I'm trying to add some code in a presentation made with LaTex. I used beamer, added some frames without problems …

latex beamer listings
Font for programming source code with LaTeX

Listing style is normally used for source code listing, but to me the default font used is not so pretty …

latex listings
Colour for R code chunk in listings package

I wish to insert a R code chunk in a LaTeX document. The default settings for the listings package also …

r latex listings
How do I emphasize parts of an lstlisting?

How can I set certain parts of an lstlisting in boldface? \begin{lstlisting}[escapechar=@] fun(foo, bar, @\textbf{baz}@ ); \end{…

latex listings
How can I provide directory listings for those viewing my Amazon S3 based static website?

I have an Amazon S3 account where I would like to store several directories of files. I would like a …

file amazon-s3 amazon listings
Formatting source listings with listings & framed packages

I currently have a problem, that listings package cannot spread source files across multiple pages. In the doc is written, …

formatting latex listings
Display TimeSpan type Data in Angularjs Listing

Trying to show time in table but it shows me time in this format {"Hours":16,"Minutes":8,"Seconds":45,"Milliseconds":0,"Ticks":581250000000,"Days":0,"…

angularjs timespan listings
How to list categories and subcategories in WordPress

How to display all CATEGORIES and SUB-CATEGORIES in wordpress if a category having 0 posts also. I tried but it is …

wordpress categories listings
How to read a NASM Assembly program .lst listing file

I wrote a NASM program and created a listing file from it using nasm -f elf -l rs.lst rs.…

assembly x86 nasm listings