Tagged Questions
-1
votes
0answers
27 views
Latex - Environment lstlisting undefined [closed]
Hi I have installed the listings package in order to display my code. I am running the following code within my document:
\begin{lstlisting}
public static void main(String[] args) {
...
0
votes
0answers
20 views
LaTeX - listings: Color digits but not in variable names [migrated]
I am using the listings LaTeX package to so some C code high-lighting and I am facing a slight issue. I would like my numbers to be coloured in red, but not when they are part of a variable name. For ...
2
votes
1answer
37 views
Display chunk as text in listing environment (knitr)
I want to let the chunk itself be displayed as text inside the listings environment. If I enter the chunk inside listings as below it is getting evaluated.
\documentclass{article}
...
4
votes
0answers
108 views
Outline and annotate source code with Latex [closed]
I am new to latex and would like outline and annotate source codes as follows (taken from the book "Real-World Functional Programming").
I highly appreciate if one can point me in the right ...
0
votes
0answers
86 views
How to center listings caption? [closed]
I would like to know how to center the listings gerenated caption in LaTeX. It always go to the left of the code.
0
votes
0answers
294 views
Latex techniques and templates for writing a book [closed]
I am about to write a couple of books using latex. I am fairly used to producing small latex articles using Sweave and R, but I have never written a book using latex and I am not conversant with the ...
3
votes
1answer
261 views
Preventing org-mode from translating a comment as an itemize environment
I have an org-mode document which I want to export as a PDF. I'm using the LaTeX listings package to generate nicely formatted code listings, which look like this in org:
#+BEGIN_LaTeX
...
0
votes
0answers
517 views
Syntax highlighting for numbers in LaTeX listings [closed]
I would like to define a language for lstlistings using \lstdefinelanguage that colors all numbers (e.g., 1, 0.123, 1e5, -12.01) that appear in the code in a particular color. Is this possible? Are ...
0
votes
1answer
429 views
LaTeX - two columns within the same listing?
I'm trying to achieve the following but with no problems in spacing.
The image is what I'm trying to achieve but without the spacing problems :
At the moment it's just a normal listing with ...
2
votes
1answer
2k views
No Line Spacing at Latex Code Listing
I use 'listings' and 'setspace' package for my latex document. And I have to use the \doublespacing for my document. The trouble is that the code listings seem to be affected by the \doublespacing ...
0
votes
3answers
3k views
How to embed LaTeX keywords inside a LaTeX document using 'listings'
I want to cite LaTeX code into my document but how do I embed the keywords "\begin{lstlisting}" and "\end{lstlisting}" correctly?
CODE BELOW DOES NOT WORK (obviously):
\lstset{language=TeX, ...
2
votes
1answer
346 views
Non-continuous line numbering with Sweave and listings
I'm writing a report in LaTeX, embedding several R scripts, which are reported in non-contiguous Sweave chunks.
I found some pretty useful comments on Stackoverflow on how to customize Sweave and the ...
2
votes
3answers
951 views
Latex listings strings and keywords
Hallo all,
I'm working on a latex document and I pull some code in with the listings package. I found some great stuff here on stackoverflow and i look really cool but there are two things I want but ...
0
votes
1answer
353 views
Listings adds whitespaces, how to remove it?
Hey guys,
when using listings to present code in my PDF, it adds whitespaces after some characters.
This is how it looks in the pdf (I'm not allowed to post images because of reputation, 'hence add ...
1
vote
1answer
2k views
LaTeX - Listings - Code Indention
so I'm working on some kind of homework paper about git and I want to insert some console output examples. I'm working with TextMate.
I have my LaTeX code indented like every other normal source code, ...
3
votes
1answer
1k views
Configure caption on listings environment using multicol (latex)
I want to make a dual column code in latex but with the caption above the two columns. Ex:
Program 1 : some text here for the caption
1 //col 1 7 //col2
2 void main (void) ...
2
votes
1answer
883 views
LaTeX listings: different counters for different listing environments
How do I create two lstlisting environments that each have its own counter?
If I use for example
\lstnewenvironment{algorithm}[2]{
\renewcommand\lstlistingname{Algorithm}
\lstset{ ... }
} ...
8
votes
1answer
965 views
LaTeX listings package: copy-pastable listings
Writing some docs with code snippets which I want to be copyable to run as written. These snippets may include lines with preceding spaces. The listings package formats the text fine, but the spaces ...
0
votes
1answer
204 views
Searching in Latex for beginning of keywords
I wanna use listings in LATEX with my own style. Because I don't want to add any keyword in my preset, I want to search for beginning of keywords. Latex should know, that any keyword begins with NS or ...
7
votes
2answers
2k views
Stripes in background color drawn by listings package
I'm trying to create a verbatim environment with a colored background and which can span across pages (so using a colorbox is not an option). It seemed that the listings package was a good way towards ...
4
votes
2answers
7k views
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 for source code listing. Attached is a comparison between listing and verbatim.
How can I ...
0
votes
1answer
575 views
Grayed listing environment with LaTeX
Form this LaTeX-workshop, I found I could make this listing style.
by defining a new environment.
\definecolor{mittelgrau}{gray}{0.85}%
\lstdefinestyle{StyleCommand}{%
style=StyleListingBasic, ...
1
vote
2answers
2k views
LaTeX listings package: different style for constants/classes/variables
I'm using the listings package for syntax highlighting, set up with the following arguments:
\lstset{
language=Java,
captionpos=b,
tabsize=3,
frame=lines,
numbers=left,
numberstyle=\tiny,
...
0
votes
1answer
770 views
Using listings, how do I maintain grouping of listing numbers?
I'm using the listings package for showing code, as well as algorithms in pseudocode.
This is what I would like happen:
Algorithm 1.1: myFirstAlgorithm()
... content ...
Algorithm 1.2: ...
2
votes
1answer
864 views
LaTeX: vertical alignement in a table containing a listing
In LaTeX, I'm using the listings package to display some code snippet inside a table. But it seems that when using this package, the vertical alignement of the cells is changing.
Here is some code :
...
3
votes
1answer
741 views
How to create a white-on-black style for LaTeX listings
I've been looking at Philip Bunge's post on how to create a "Tango" style with LaTeX listings, and trying to adapt this to make the default text style white and the background black (this is for ...
1
vote
2answers
415 views
\listingname won't change its content
I am using the listing (NOT listings) package and have been trying to use
\renewcommand{\listlistingname}{Índice de código}
\renewcommand{\listingname}{Código}
in order to change the "List of ...
5
votes
2answers
7k views
Center Latex lstlisting
This is driving me crazy.
I want to center a lstlisting in LaTeX.
After 3 hours attempting here's some code:
\lstset{ %
caption=Descriptive Caption Text,
label=lst:descr_capti_text,
...
3
votes
1answer
2k views
Latex: Make \listoffigures look like \listoftables or \lstlistoflistings
I've got a list of listings at the end of my document following my list of tables and my list of figures. The thing that is really annoying me is that they look the same except the list of listings ...
7
votes
1answer
2k views
Using special characters as keywords in latex listings package
I am using the listings package for latex. I am using the SQL language definition and am adding some new keywords that I need, using morekeywords=.
I have trouble defining some special characters as ...
5
votes
1answer
3k views
Use LaTeX Listings to correctly detect and syntax highlight embedded code of a different language in a script
I have scripts that have one-liners or sort scripts from other languages within them. How can I have LaTeX listings detect this and change the syntax formating language within the script? This would ...
21
votes
1answer
6k views
LaTex, Problem 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 but once I add the listing, I can't compile the presentation anymore.
...
1
vote
1answer
1k views
LaTeX, Two columns, Listings and Numbers
I'm trying to get a report done and I have a small problem with the twocolums and the line numbering in listings.
The document is on two columns :
...
1
vote
1answer
1k views
Supress title of listings created with the LaTeX listings package
I'm using LaTeX in conjunction with the listings package and I'm trying to suppress the title of a listing such that it is neither viewed below the actual listing nor in the list of listings.
Setting ...
15
votes
1answer
7k views
How to change title in listings?
I have a question about --listings-- package. Do you know how to change it to get sth like this "Algorithm " rather than casual "Listing " in the title line?
Thanks for reply
17
votes
1answer
7k views
Math symbols in listings
I have a problem with LaTeX – I don't know how to put mathematical equations and symbols in listings. I use the listings package and it's offers great looking listings, but it doesn't allow math ...
1
vote
2answers
1k views
Latex: center text within listing
How do I center text within a listing in Latex?
Or another way not using listing. (Need a box with monospace font)
4
votes
2answers
3k views
Latex Listing: Define Font
How do I define a font to a listing?
I would like one font on the line numbers (Sans 6pt) and another (Monospace (8pt) on the code.
6
votes
3answers
6k views
Change “List of Listings” text
I tried to change the "List of Listings" text with the command
\renewcommand*{\lstlistlistingname}{List of XYZ}
before my \begin{document}. What's wrong with this?
By the way
...
3
votes
2answers
2k views
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{lstlisting}
This compiles, but baz isn't set in boldface :( What am I ...
8
votes
2answers
4k views
Formatting Objective C code using listing in LaTeX
I am wondering how one is supposed to format Objective C code using the listings package of LaTeX? I know that the language supports C (Objective) , so how do i set this in the \lstset language ...
3
votes
2answers
956 views
Latex listings package ignores last blank line in listing
Hi: I use LaTeX listing package with \lstinputlisting to display text from an external file. The file contains a data format description with a blank line at the end. The package ignores the blank ...
3
votes
1answer
2k views
linenumbering with listings package in latex
I am trying to insert a code snippet with the listingspackage, and want the lines numbered.
However I would like only every 5th line and the first to be numbered (numbers beeing(1,5,10,15,...)) ...
2
votes
1answer
1k views
Latex listings-package format option for uppercase keywords
I use the listings package to insert source code. I would like to print all keywords uppercase in the output, regardless of the case in the input.
The manual states that
...
1
vote
2answers
1k views
Latex: reset font style
Is there a way I can reset the style of a certain character sequence?
I'm using the listings package to display source code and the prebreak property to display a escape character \ to indicate that ...
1
vote
2answers
6k views
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, that the "framed" package should be used for various formatting option. ...
3
votes
1answer
1k views
verb/lstinline text flows out of the line margins without line break in Latex
The listings package supports line breaks inside lstlisting environment. But it doesn't produce automatic line breaks for lstinline environment. For example, in the following paragraph the first line ...
3
votes
4answers
4k views
Latex: How to make listings subfloats use listing counters, TOC, etc
I have a macro that do side-by-side figures, below. It uses subfloats, and so it goes in a figure.
\newcommand{\listbylist}[6][showlines=true]{
\begin{figure}
\subfloat[ ]{
...
13
votes
3answers
9k views
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 of code within the environment?
28
votes
15answers
20k views
Listings in Latex with UTF-8 (or at least german umlauts)
Trying to include a source-file into my latex document using the listings package, i got problems with german umlauts inside of the comments in the code.
Using
\lstset{
extendedchars=\true,
...
