8
votes
2answers
97 views

Using listings package for documenting LISP code in two column mode

Using listings package, I am trying to write some LISP code. The issue is that LISP uses a lot of '-' in function name, and it makes the line width too large to break the boundary in two column mode. ...
2
votes
2answers
160 views

Make several pages of source code into 1 column within a twocolumn book format

I have a \documentclass[11pt, 12pt, oneside, twocolumn, fleqn, leqno]{book} which was given to us by our professor. My problem is, he want us to put the LaTex Code inside the pdf document that will ...
3
votes
2answers
778 views

Changing side of line numbering in two columns documents

I'm trying to type some report and I have a small problem with the twocolums document class and the line numbering in listings. The document is on two columns : ...
5
votes
2answers
2k views

Listing over two columns - how to page break?

I have a two column article: \documentclass[a4paper, twocolumn]{article} Inside this is a bigger lstlisting which has a float=* to merge the two columns. However this listing needs a page break. ...
9
votes
1answer
2k views

Double-column listing package

Not too well up on LaTeX, but I want to use the listings package for listings spanning a two-column format. Unfortunately, asterisks cannot save me (like for figures/tables); this doesn't work: ...