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.

Vertically centering a title page

I'm trying to vertically center a title on a custom-sized page with latex. I've written the following code, but for …

latex vertical-alignment
How do I install a LaTeX .sty file on OSX?

I have a LaTeX project set up: tex/ - documents/ - some_file.tex - support/ - todonotes.sty where …

macos latex
How to strike out inside LaTeX equations?

Please see the snippet below and tell me how can I achieve the same strike-out effect as in the main …

latex typesetting strikethrough mathematical-typesetting
How to change arrow tip in tikz

Is there a simple way to increase the size of an arrow tip using something like: \tikzset{myptr/.style=-&…

latex tikz
Remove default Date in LaTeX article

How do I remove the default date that a documentclass{article} adds in LaTeX? Thanks

latex
How do you change the image of a bullet point in LaTeX Beamer

When I use the itemize environment, i.e. \begin{itemize} \item one \item two \item three \end{itemize} The bullet …

latex beamer
Getting LaTeX into R Plots

I would like to add LaTeX typesetting to elements of plots in R (e.g: the title, axis labels, annotations, …

r latex plot
Latex Table multiple row and multiple column

I'm trying to create a table in Latex but without success. I tried different solutions but no one solves my …

latex multiple-columns multirow
Source code highlighting in LaTeX

I need to highlight source code in LaTeX. The package listings seems to be the best choice for most use-cases …

latex syntax-highlighting pygments
Set margin size when converting from Markdown to PDF with pandoc

I have created an RMarkdown file in RStudio and managed to knit it with knitr into an HTML and .md …

r latex markdown knitr pandoc