Highest scored questions
269,058 questions
1538
votes
7
answers
979k
views
When should I use \input vs. \include?
There are two different commands to incorporate another file into the source of some document, \input and \include. When should I use one or the other? What are the differences between them? Are there ...
1159
votes
8
answers
619k
views
Remove ugly borders around clickable cross-references and hyperlinks
I know that I can use hyperref to make cross-references and hyperlinks clickable. That makes the clickable areas outlined in fluorescent green, however. How can I make the green boxes go away?
1056
votes
10
answers
2.8m
views
How does one insert a backslash or a tilde (~) into LaTeX?
How does one insert a "\" (backslash) into the text of a LaTeX document?
And how does one insert a "~" (tilde)? (If you insert \~, it will give you a tilde as an accent over the following letter.)
I ...
1011
votes
104
answers
395k
views
Showcase of beautiful typography done in TeX & friends
If you were asked to show examples of beautifully typeset documents in TeX & friends, what would you suggest? Preferably documents available online (I'm aware I could go to a bookstore and find ...
995
votes
1
answer
271k
views
What do \makeatletter and \makeatother do?
Many LaTeX “hacks” begin with \makeatletter and end with \makeatother. What do these commands do?
943
votes
57
answers
736k
views
LaTeX Editors/IDEs
What editors/IDEs are available for easing the process of writing TeX/LaTeX documents?
Please state some useful features like code completion, spell checking, building final DVI or PDF files, etc.
...
942
votes
1
answer
1.7m
views
What commands are there for horizontal spacing?
I know that \: in LaTeX produces a space when rendered.
Are there any alternatives, because my LaTeX renderer doesn't support \: (it renders it as text), and there is no help / FAQ that I can find.
939
votes
23
answers
1.3m
views
How to add a forced line break inside a table cell
I have some text in a table and I want to add a forced line break. I want to insert a forced line break without having to specify the column width, i.e. something like the following:
\begin{tabular}{|...
810
votes
34
answers
80k
views
How can I explain the meaning of LaTeX to my grandma?
I wrote a book about LaTeX, and my proud grandma wanted to have a copy. So she got it, said "What a beautiful picture on the cover!" and - "What is this, LaTeX?".
She doesn't know Word, never used a ...
788
votes
8
answers
287k
views
Why is \[ ... \] preferable to $$ ... $$?
I've heard that you should use \[ ... \] for displayed equations instead of $$ ... $$, but why is that?
I'd assumed that it's so that you can more easily tell which are starting and which are ending ...
750
votes
19
answers
281k
views
How to look up a symbol or identify a letter from a math alphabet or other character?
I know what my symbol or character looks like, but I don't know what the command is or which math alphabet it came from. How do I go about finding this out?
739
votes
24
answers
809k
views
How to include SVG diagrams in LaTeX?
I'm making all my diagrams in SVG format using Inkscape and then I export them to some other format (e.g. PDF, EPS or PNG). I wrote a short script that does this for me automatically, but I'd like to ...
737
votes
2
answers
485k
views
How to influence the position of float environments like figure and table in LaTeX?
How to influence the position of float environments like figure and table in LaTeX?
This is a general question and should collect useful answers for all users. I hope we can use this as a reference
689
votes
6
answers
2.2m
views
Force figure placement in text
I have a problem when a lot of figures are in question. Some figures tend to "fly around", that is, be a paragraph below, although I placed them before that paragraph. I use code:
\begin{figure}[ht]
\...
688
votes
8
answers
2.1m
views
How can I use BibTeX to cite a web page?
I'm looking to cite a number of web pages using bibtex and I was wondering if there was a specific template of the form @<template name here> for doing that. If you could use the following ...