About 2,270,000 results
Open links in new tab
  1. How does one insert a backslash or a tilde (~) into LaTeX?

    1076 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 believe …

  2. How do I use '&' literally in LaTeX? - LaTeX Stack Exchange

    Possible Duplicate: How to look up a symbol? Escape character in LaTeX In the itemize environment, how do I use the ampersand symbol & without LaTeX trying to use it as a command?

  3. Why is \ [ ... \] preferable to - TeX - LaTeX Stack Exchange

    LaTeX still supports it for one reason or another, but the "proper" one to use, as defined in the specifications, is \[ ... \]. All this just means that they are not promising that $$ will always work. So it …

  4. How to type special/accented letters in LaTeX? - LaTeX Stack Exchange

    Jan 13, 2011 · How to type these special letters from European languages in latex? ä, é, and L'?

  5. What commands are there for horizontal spacing? - LaTeX Stack …

    There are a number of horizontal spacing macros for LaTeX: \, inserts a .16667em space in text mode, or \thinmuskip (equivalent to 3mu) in math mode; there's an equivalent \thinspace macro; \! is the …

  6. Symbol for definition := - TeX - LaTeX Stack Exchange

    Sometimes the symbol := is used to denote a definition. For example, X:=Y+Z means that X is defined to be Y+Z. When using LaTeX, can I just use $:=$, or do I need to do something special?

  7. Underscores in words (text) - TeX - LaTeX Stack Exchange

    Mar 20, 2012 · The LaTeX command is \symbol. You can see that LaTeX default underscore does not use char 95 when encoding is OT1, because it occasionally fails depends on the font (i.e., the …

  8. How to use the placement options [t], [h] with figures?

    The document "Using Imported Graphics in LaTeX and pdfLaTeX" contains a section about float placement and how to use those options, it's 17.2 Figure Placement. It's available for download on …

  9. big list - LaTeX Editors/IDEs - TeX - LaTeX Stack Exchange

    Jul 27, 2010 · 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 …

  10. Escape character in LaTeX - TeX - LaTeX Stack Exchange

    I need to output the below text but since \ is a special character, I cannot: [RegularExpression(@"\d+")] Also sometimes I need use dollar sign $ as well but it seems to be a special char, too. What is the …