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.

Code chunk font size in Rmarkdown with knitr and latex

In knitr, the size option works fine in a .Rnw file, the following code generates: \documentclass{article} \begin{document} <&…

r latex knitr r-markdown
Hiding the presentation controls in LaTeX beamer presentation

I am currently building a presentation using LaTeX beamer. Is there a way to hide the presentation controls on the …

latex presentation beamer
Latex - Inserting a reference in a figure's caption

In Latex, I want to add a reference in the legend of a figure, like: \begin{figure} ... \caption{This is …

latex figure caption
Remove data.frame row names when using xtable

OK, I admit this one is a bit uptight (read: "stupid"), and I assume it's quite easy too. I'm writing …

r latex report
How to underline section-headings in LaTeX?

EDIT: As I see in the first answer, underline is the wrong word. I want a line under the section …

formatting latex tex heading
To escape many _ in LaTeX efficiently

How can you escape _ without the use of \_? This is the example of the question word_a_a_a_a_…

latex escaping tex
How to manually equalize columns in an IEEE paper if using BibTex?

IEEE conference publications in two-column format require authors to manually equalize the lengths of the columns on the last page …

latex bibtex ieee
LyX - breaking long formula lines

How can I break long formulas in LyX into two (or more) lines? I know how to write several lines …

latex lyx
How to put a big centered "Thank You" in a LaTeX slide

I want a "Thank you" to be displayed at the center of a slide in LaTeX with a big font …

latex presentation beamer
Rowcolor on a multirow tabular in LaTeX

So I tried learning LaTeX last night, and I trying to get this template for school assignments done ASAP. Part …

latex colors pdflatex multirow