|
- 如何从零开始,入门 LaTeX? - 知乎
如何从零开始,入门 LaTeX? 一开始知道latex是从一个大佬学长那儿听到的,但是后来发现有好多以tex结尾的排版软件或者系统,例如:latex、tex、ctex、xetex、sh… 显示全部 关注者 2,035 被浏览
- 如何优雅地使用LaTeX写论文? - 知乎
如果没有,建议 放弃使用Latex写毕业论文,从0开始搭建模板,得靠大神; 即使搜到,也要先检查下该模板 是否符合学校Word里规定的格式要求,若相差不大,自己可以主动修改控制格式和宏包的 cls和 sty文件。 下面,补充下之前埋得坑,即 如何安装Latex宏包。
- TeX - LaTeX Stack Exchange
Q A for users of TeX, LaTeX, ConTeXt, and related typesetting systems
- How does one insert a backslash or a tilde (~) into LaTeX?
1060 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 can I write tilde ~ in math mode? - LaTeX Stack Exchange
The other famous tilde question could be made a bit more general and canonical by changing it to mean both text and math mode Answers deal already with it in math mode And the top answer could easily edited to reflect also math mode I think this would be better than making near-duplicates distinct, so I think the dupe vote of @doncherry would be good
- 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?
- 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)
- Logical and character in TeX (⋀) - LaTeX Stack Exchange
In case you don't like the default \wedge symbol, you can try the one provided by the mathabx package: EDIT: Oh the shame, not even an example? Based on egreg's solution: \documentclass{article} \usepackage{amsmath} \usepackage{mathabx} \begin{document} % from egreg's solution $((a \implies b) \land (c \implies a)) (c \implies b)$ \end{document} Note that the use of mathabx is just an
|
|
|