As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question...
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...
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about programming within the scope defined in...
I try to write the following in latex: \begin{itemize} \item \textbf{insert(element|text)} inserts the element or text passed at the start of the selection. \item \textbf{insert_after(element|text)} inserts the element or...
How can I display LaTeX code in a IPython Notebook? 15 Answers 15
How should a latex source code listing look like to produce an output like in known books, for example one for the Spring Framework? I’ve tried with the latex...
By default (using the plain style) BibTeX orders citations alphabetically. How to order the citations by order of appearance in the document? 13 Answers 13
How do I insert code into a LaTeX document? Is there something like: \begin{code}## Heading ## ... \end{code} The only thing that I really need is indentation and a...