Top "Latex" questions

LaTeX is a macro package implemented on Donald Knuth's TeX programming language and is used primarily for creating high quality written documents.

Inserting a PDF file in LaTeX

I am trying to insert a PDF or doc file as an appendix in my LaTeX file. Do you know …

pdf latex include
How to wrap text in LaTeX tables?

I am creating a report in LaTeX which involves a few tables. I'm stuck on that as my cell data …

text latex word-wrap
Inserting code in this LaTeX document with indentation

How do I insert code into a LaTeX document? Is there something like: \begin{code}## Heading ## ... \end{code} The only …

latex
Getting the error "Missing $ inserted" in LaTeX

I try to write the following in latex: \begin{itemize} \item \textbf{insert(element|text)} inserts the element or text …

latex
How can I have linebreaks in my long LaTeX equations?

My equation is very long. How do I get it to continue on the next line rather than go off …

latex
How do you change the document font in LaTeX?

How do you change the font for the whole document to sans-serif (or anything else)?

latex
How to order citations by appearance using BibTeX?

By default (using the plain style) BibTeX orders citations alphabetically. How to order the citations by order of appearance in …

latex bibtex
Referring to a table in LaTeX

How can you refer to a table number such that you get Table 7 for instance? Sample data Table \ref{table:…

latex
How to write LaTeX in IPython Notebook?

How can I display LaTeX code in a IPython Notebook?

latex jupyter-notebook ipython
Is there any way I can define a variable in LaTeX?

In LaTeX, how can I define a string variable whose content is used instead of the variable in the compiled …

variables latex