查看“LaTeX”的源代码
←
LaTeX
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看和复制此页面的源代码。
LaTeX 是一个排版系统。 == 笔记 == === 表格标题换行 === 无需宏包的做法: #使用 <code>\shortstack</code> 命令,缺点为无法调整竖直方向的对齐,其它单行标题靠下。 #:<syntaxhighlight lang=latex> \begin{tabular}{ll} \shortstack{ABC\\DEF} & GHI \\ \hline cell & cell \\ \end{tabular} </syntaxhighlight> #:效果为 #:<syntaxhighlight lang=text> ABC DEF GHI --------- cell cell </syntaxhighlight> #tabular 环境第一个参数中使用 <code>p{3cm}</code> 指定单元格的宽度,可用 <code>\newline</code> 手动换行。 用 makecell 宏包:{{code|latex|<nowiki>\makecell{ABC\\DEF}</nowiki>}}</code> 两行间距较大,用 <code>\\[-1ex]</code> 暂时解决。 === <code>\newcommand</code> 和 <code>\newcommand*</code> 的区别 === <code>\newcommand</code> 定义体中可以出现分段,<code>\newcommand*</code> 定义体中不能。<ref>[https://tex.stackexchange.com/a/1057 What's the difference between \newcommand and \newcommand*?]</ref>为了快速地排查错误,一般只要允许都应使用带 * 的版本。 <syntaxhighlight lang=latex> \newcommand{\examplea}[1]{% #1 可以包含 \par } \newcommand*{\exampleb}[1]{% #1 不能包含 \par } </syntaxhighlight> === 禁用连字(ligature) === 虽然连字是一种 feature,但是有的时候不需要连字。 * {{code|latex|f\/f}} 字母间距偏大,<code>\/</code> 原本是用来修正斜体与直立体字符间距的 <ref>[https://stackoverflow.com/a/1459479/10974106 LaTeX sequence \/?]</ref> * {{code|latex|<nowiki>f{}f</nowiki>}} 可能在 pdfLaTeX 和 LuaLaTeX 不可用 <ref>[https://tex.stackexchange.com/a/439663 How do I disable ligatures?] Mico 的评论</ref> * {{code|latex|<nowiki>\hbox{f}f</nowiki>}} === <code>\{</code> 和 <code>\lbrace</code> 的区别 === <ref>[https://tex.stackexchange.com/a/109222 \{ & \} vs \lbrace & \rbrace]</ref> * <code>\{</code> 能在文本模式和数学模式中使用 * <code>\lbrace</code> 只能在数学模式中使用 == 宏包 == === algorithm2e === {{main| LaTeX algorithm2e}} === ctex === 汉字字宽被存于 <code>\ccwd</code> 中。<ref>ctex 宏包文档第 1 章第 8 节 8.1 字号与间距</ref> == 工具 == === texcount === 包括 include 文件的字数: texcount -inc main.tex 简略输出: texcount -inc -brief main.tex === Tables Generator === [https://www.tablesgenerator.com/ 网站]。用于生成 LaTeX 表格。支持从 Google Docs 中复制,可调整对齐选项等等。可在工具栏右边选择使用 booktabs 风格的表格。 == 参考资料 == <references /> [[Category:LaTeX]]
该页面使用的模板:
模板:Code
(
查看源代码
)
模板:Main
(
查看源代码
)
返回至
LaTeX
。
导航菜单
个人工具
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
最近更改
随机页面
MediaWiki帮助
工具
链入页面
相关更改
特殊页面
页面信息