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.

How to draw a graph in LaTeX?

First of all, let me say I'm using LyX, though I have no problem using ERT. Secondly, what is the …

latex graph-theory lyx
How to force two figures to stay on the same page in LaTeX?

I have two images that I want to display on a page as figures. Each eats up little less than …

image layout latex figure
References with text in LaTeX

In LaTeX you can easily reference a section by using \label{} next to a section and then \ref{} to create …

latex
Latex Remove Spaces Between Items in List

What is the best way to format a list as to remove the spaces between list items.

latex
LaTeX package for syntax highlighting of code in various languages

I am looking for a LaTeX package that does syntax highlighting on code. For example, right now I use the …

syntax package latex highlight
How can I compile LaTeX in UTF8?

I did my document in an ISO-standard. It does not support umlaut alphabets, such as ä and ö. I need them. The …

latex utf-8
Breaking a list into multiple columns in Latex

Hopefully this is simple: I have a relatively long list where each list item contains very little text. For example: * …

latex
How to put a symbol above another in LaTeX?

How to put a symbol above (on the head of) another? For example, I want to produce something like this …

latex
How can I mix LaTeX in with Markdown?

I've been using Markdown for class notes, and it's great. I even do some preprocessing on the Markdown so I …

html latex markdown mathematical-typesetting
Tools for making latex tables in R

On general request, a community wiki on producing latex tables in R. In this post I'll give an overview of …

r latex