首页 > 其他分享 >Summary of Latex

Summary of Latex

时间:2022-10-02 21:35:29浏览次数:36  
标签:Latex phi le beta Summary ge

关系符


  • $\le $ :\le
  • \(\ge\) :\ge
  • \(\neq\) :\neq

希腊字母


  • \(\alpha\) :\alpha
  • \(\beta\) :\beta
  • \(\phi\) :\phi

其他


  • 换行符 : \\
  • 空格符 :\quad

标签:Latex,phi,le,beta,Summary,ge
From: https://www.cnblogs.com/J4m-OvO/p/16749511.html

相关文章

  • latex之对钩和叉号
     黄世宇/ShiyuHuang'sPersonalPage:​​https://huangshiyu13.github.io/​​......
  • latex之对钩和叉号
     黄世宇/ShiyuHuang'sPersonalPage:​​https://huangshiyu13.github.io/​​......
  • Summary of Classic Cryptography
    Easybutessential.整理出来方便自己做题的时候查看。单表替换Caesar:原理:凯撒密码(Caesar)加密时会将明文中的每个字母都按照其在字母表中的顺序向后(或向前)移动固定......
  • latex 实例
    记号篇\mid\(\mid\)\nmid\(\nmid\)格式篇多行等式$$\left\{\begin{array}{ll}x=x_0+bt\\y=y_0-bt\end{array}\right.$$\[\left\{\begin{arra......
  • Summary of RSA
    title:NumberTheoryinRSAdate:2021-10-0511:59:40tags:NumberTheoryRSAcategories:Cryptomathjax:trueCRT(Chineseremaindertheory)设正整数\(m_1,m_......
  • latex 符号在符号的正下方与斜上方
    使用underset可以将符号置于符号的正下方,例如在mathtype中,可以表示为$\pi^*(s,a)argmax\underset{a\inA}{Q}^k(s,a)......
  • Latex表格太宽怎么办?用 sidewaystable !
    \begin{sidewaystable}[!tbp]\caption{ExampleofSideWaysTable}\centering\begin{tabular}{c|c|c|c|c|c|c|c|c|c|c|c|c}\hlineAAAAA&......
  • Latex 如何写算法?推荐模板
    之前我已经在这篇文章总结了现有的算法包的区别。如果有选择苦难症的朋友可以考虑无脑使用以下模板来写算法。\usepackage[noend]{algpseudocode}#noend表示算法不显......
  • latex作图文档地址
    这篇文章介绍作图并给了一个作图问题的百度云盘链接https://www.jianshu.com/p/19ad8da765ce云盘链接是链接:https://pan.baidu.com/s/1jBtTuMMp70hqWQ08JE2Ifw密码:jmb......
  • Overleaf编译LaTex报错:Missing number, treated as zero.<to be read again>
    Google了一下,发现官网给出了解释:https://www.overleaf.com/learn/latex/Errors/Illegal_unit_of_measure_(pt_inserted)经过对照,原因就是使用的包subfigure比较老,\begin{s......