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 print out a backslash in LaTeX

I want to write a backslash character to a text file using LaTeX. The first line of code below declares …

file-io latex backslash
Pandoc markdown page break

Recently I started using Pandoc markdown which seems a good alternative to LaTeX, as my document does not have many …

latex markdown pandoc
How can I combine cells in a row in a latex-table?

In a table I want to combine some of the columns, but not in all rows. How can I realize …

latex tex
How do I use TrueType fonts with LaTeX

I need to use a font family in my LaTeX documents, that is available as 18 .TTF (TrueTypeFont) files. Where do …

latex pdflatex truetype miktex
Center Latex lstlisting

This is driving me crazy. I want to center a lstlisting in LaTeX. After 3 hours attempting here's some code: \lstset{ % …

latex listings
How to change the space between the itemize items in latex?

How to change the space between the itemize "items" in latex so that I can continue to use the "itemize" …

latex pdflatex latex-environment biblatex
How to split table of contents across multiple slides with Latex Beamer?

I currently am preparing some slides for a presentation and am using Latex with the Beamer package. Currently the sections …

latex beamer
LaTeX - Adding a varying amount of horizontal spacing to the beginning of each new line in a sequence

I'm using LaTeX for an algorithms assignment and I need to show the steps for Horspool's algorithm for string matching …

latex formatting spacing
Footnote spacing in LaTeX

I'm writing my dissertation and the grad school says I need a space between multiple footnotes and also the space …

latex margin lyx footnotes
How to execute shell script from LaTeX?

I'm trying to do the following in LaTeX: \documentclass{article} \begin{document} \execute{/usr/local/bin/my-shell-script.sh} \end{document} …

shell latex