All Questions
265,018
questions
1517
votes
7
answers
954k
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 ...
1151
votes
8
answers
597k
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?
1047
votes
10
answers
2.7m
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 ...
1001
votes
104
answers
385k
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 ...
978
votes
1
answer
263k
views
What do \makeatletter and \makeatother do?
Many LaTeX “hacks” begin with \makeatletter and end with \makeatother. What do these commands do?
936
votes
57
answers
726k
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.
...
933
votes
1
answer
1.6m
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.
928
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}{|...
808
votes
34
answers
79k
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 ...
771
votes
8
answers
272k
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 ...
741
votes
18
answers
273k
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?
732
votes
2
answers
480k
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
728
votes
23
answers
772k
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 ...
684
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]
\...
683
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 ...