- How does one insert a backslash or a tilde (~) into LaTeX?
1062 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 \backslash may be used in math formulae, but not into text itself
- 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 amp; without LaTeX trying to use it as a command?
- TeX - LaTeX Stack Exchange
Q A for users of TeX, LaTeX, ConTeXt, and related typesetting systems
- Underscores in words (text) - TeX - LaTeX Stack Exchange
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 encoding does not guarantee that the character at position 5F (hex) is an underscore, that character in the specific font cmtt10 "happens" to be an underscore)
- 如何从零开始,入门 LaTeX? - 知乎
如何从零开始,入门 LaTeX? 一开始知道latex是从一个大佬学长那儿听到的,但是后来发现有好多以tex结尾的排版软件或者系统,例如:latex、tex、ctex、xetex、sh… 显示全部 关注者 2,038 被浏览
- What does [t] and [ht] mean? - TeX - LaTeX Stack Exchange
These are optional parameters to fine tune the placement of tables and figures, with the following meaning: h, here t, top b, bottom p, page of float and LaTeX will try to honour the placement with respect to the actual place, the top or bottom of the page, or a separate page of floats coming immediately after the present insertion point For example, when using ht LaTeX will try to put the
- Whats the quickest way to write 2nd 3rd etc in LaTeX?
To say "Superscripts aren't really necessary " Sort of misses the point given that we're already writing in LaTeX and so presumably we care enough about the formatting that the author of the OQ (or anyone else who arrived at this page later) probably already thought through that it would be easier to just write "2nd", "3rd" c and decided that they wanted to go through the trouble of having
- What commands are there for horizontal spacing? - LaTeX Stack Exchange
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 negative equivalent to \,; there's an equivalent \negthinspace macro; \> (or \:) inserts a 2222em space in text mode, or \medmuskip (equivalent to 4 0mu plus 2 0mu minus 4 0mu) in math mode
|