LaTeX总结-2023年9月8日

1. LaTeX总结

文章目录

  • 1. LaTeX总结
    • 1.1. 定义作者,通讯作者,地址,宏包
      • 1.1.1. Example 1
      • 1.1.2. Example 2
      • 1.1.3. 特殊符号——作者标注注
    • 1.2. 调整字体
      • 1.2.1. 数学模式下使用正体
      • 1.2.2. LaTeX内使用中文
      • 1.2.3. 正文文字
    • 1.3. 常用符号及字母
      • 1.3.1. 符号
        • 1.3.1.1. 关系符号
        • 1.3.1.2. 运算符号
        • 1.3.1.3. 箭头
        • 1.3.1.4. 特殊符号——作者标注
        • 1.3.1.5. 下划线
      • 1.3.2. 常用字母
        • 1.3.2.1. 花体字母
      • 1.3.3. 字母或数字上下增加内容
        • 1.3.3.1. 字母或者数字上方符号
        • 1.3.3.2. 字母或者数字上下增加内容
      • 1.3.4. 求和、积分、极限
        • 1.3.4.1. 求和
        • 1.3.4.2. 积分
          • 1.3.4.2.1. 定积分
        • 1.3.4.3. 极限
      • 1.3.5. 向上、向下取整
        • 1.3.5.1. 向上取整
        • 1.3.5.2. 向下取整
    • 1.4. 公式
      • 1.4.1. 更改公式Cases中每行之间的间距
        • 1.4.1.1. Equation 8pt spacing
        • 1.4.1.2. Equation auto spacing
      • 1.4.2. 公式过长修改
      • 1.4.3. 公式内空格
    • 1.5. 换行与换页
      • 1.5.1. 换行
        • 1.5.1.1. `\par``
        • 1.5.1.2. `\\``
      • 1.5.2. 换页 `\newpage``
      • 1.5.3. Example
    • 1.6. 表格 Table
      • 1.6.1. 指定表格长度和宽度
        • 1.6.1.1. 指定表格的整体长度和宽度
        • 1.6.1.2. 设置单元格自动换行,及居中/靠左/靠右
      • 1.6.2. 表格整体改变颜色
    • 1.7. 列表
      • 1.7.1. 自定义`itemize`编号格式
        • 1.7.1.1. 默认的`itemize`编号格式
        • 1.7.1.2. 重新定义各层的符号
        • 1.7.1.3. 修改特定item的符号
      • 1.7.2. 自定义enumerate编号格式
        • 1.7.2.1. 默认的`enumerate`编号格式
        • 1.7.2.2. enumerate各级序号连续累加
        • 1.7.2.3. 列表计数器的变量
    • 1.8. 对齐
      • 1.8.1. 右对齐
        • 1.8.1.1. 正文中右对齐
        • 1.8.1.2. 公式中右对齐

/*

  • File: LaTeX总结.md
  • Project: LaTeX软件使用总结
  • File Created: Wednesday, 10th November 2021 7:29:23 pm
  • Author: Hanlin Gu (hg_fine_codes@163.com)

  • Last Modified: Friday, 8th September 2023 12:11:16 am
  • Modified By: HG (hg_fine_codes@163.com>)

  • copyright © 2021 - 2023 Hanlin Gu
    */

1.1. 定义作者,通讯作者,地址,宏包

1.1.1. Example 1

Reference

latex 定义作者,通讯作者,联系地址宏包,package,authblk

宏包使用:authblk

\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{authblk}\title{More than one Author with different Affiliations}
\author[a]{Author A}
\author[a]{Author B}
\author[a]{Author C \thanks{Corresponding author: email@mail.com}}
\author[b]{Author D}
\author[b]{Author E}
\affil[a]{Department of Computer Science, \LaTeX\ University}
\affil[b]{Department of Mechanical Engineering, \LaTeX\ University}% 使用 \thanks 定义通讯作者\renewcommand*{\Affilfont}{\small\it} % 修改机构名称的字体与大小
\renewcommand\Authands{ and } % 去掉 and 前的逗号
\date{} % 去掉日期\begin{document}\maketitle
\end{document}

效果显示:
Fig1

1.1.2. Example 2

\documentclass{article}
\usepackage{hyperref}
\newcommand{\footremember}[2]{%\footnote{#2}\newcounter{#1}\setcounter{#1}{\value{footnote}}%
}
\newcommand{\footrecall}[1]{%\footnotemark[\value{#1}]%
} 
\title{How to bowl properly}
\author{%The Dude\footremember{alley}{Holly Star Lanes Bowling Alley}%\and Walter Sobchak\footremember{trailer}{Probably in a trailer park}%\and Jesus Quintana\footrecall{alley} \footnote{Mexico?}%\and Uli Kunkel\footrecall{trailer} \footnote{Germany?}%}
\date{}
\begin{document}
\maketitle
The whole example is taken from \href{http://anthony.liekens.net/index.php/LaTeX/MultipleFootnoteReferences}{Anthony Liekens}\ldots
\end{document}

效果显示:

Fig2

1.1.3. 特殊符号——作者标注注

符号LaTex符号LaTex
∗ \ast \ast ⋆ \star \star
† \dagger \dagger ‡ \ddagger \ddagger

1.2. 调整字体

1.2.1. 数学模式下使用正体

知乎:LaTeX系列笔记(3)-数学运算符 Math Operator

https://zhuanlan.zhihu.com/p/137969798

(1)直接调用罗马体

\mathrm{d}

直接使用罗马体的问题是不能加上标、前后间距不好调。

(2)用mathopmathrm,使它成为一个数学运算符(Math Operator)

\mathop{\mathrm{d}}

可以在导言区定义一个命令

\newcommand*{\dif}{\mathop{}\!\mathrm{d}}

(3)利用amsmath包的\operatorname实现(调用amsopn

\usepackage{amsmath}
$\operatorname{arccot}$  % 不能把上下标放在符号的正上方或正下方
$\operatorname*{max}$  % 可以把上下标放在符号的正上方或正下方

\operatorname的具体实现比第 2 个办法略微复杂一些,可以处理一些特殊的情况(主要是处理函数名里面有特殊字符),还可以控制上下标能否放在正上方或正下方。大多数情况和上一个方法是是完全等效的。

(4)推荐:使用\operatorname打包成的\DeclareMathOperator

\usepackage{amsmath}\DeclareMathOperator{\arccot}{arccot}  % 不能把上下标放在符号的正上方或正下方
\DeclareMathOperator*{\Max}{max}   % 可以把上下标放在符号的正上方或正下方

可以调用

\arccot^2     % 不能用\arccot\limits^2
\Max_u, \Max\limits_u  % 都可以使用

如果经常使用\Max\limits_u,一个方便的方法是

\usepackage{amsmath}\DeclareMathOperator*{\MaxTemp}{max}
\newcommand*{\Max}[1]{\MaxTemp\limits_{#1}}\begin{document}
\Max{u}  % 也就是\Max\limits_u
\end{document}

也可以用第二个或第三个方法

\newcommand*{\Max}[1]{\mathop{\mathrm{max}}\limits_{#1}}
或者是
\newcommand*{\Max}[1]{\operatorname*{max}\limits_{#1}}\begin{document}
\Max{u}
\end{documnet}

(5)更换\Re\Im的符号为Re和Im

\renewcommand{\Re}{\operatorname{Re}}
\renewcommand{\Im}{\operatorname{Im}}

1.2.2. LaTeX内使用中文

使用中文撰写 L a T e X LaTeX LaTeX文件需要注意以下问题:

确认TeX发行版是否支持中文,如CTeXTeX LiveMiKTeX等;

需要在导言区中使用\usepackage{xeCJK}\usepackage{ctex}加载中文宏包;
相关编辑器需要设置为UTF-8编码格式;
纯英文TeX文档可能会出现中文乱码问题,可以使用UTF-8编码格式或GBK编码格式。
下面是一个简单的中文示例:

\documentclass{article}
\usepackage{xeCJK}   %或者使用\usepackage{ctex}
\setCJKmainfont{SimSun}   %设置为系统中的宋体字体,也可以换成其他常见中文字体\begin{document}
这是一段中文。 %请确保编辑器编码格式正确,否则会出现中文乱码数学公式: $E=mc^2$。\end{document}

Fig9

注意:在编译时,需要使用xelatex将其编译成 PDF。

1.2.3. 正文文字

功能显示 L a T e X LaTeX LaTeX
加粗 加粗字体 \textbf{加粗字体} 加粗字体\textbf{加粗字体}
斜体 斜体字体 \textit{斜体字体} 斜体字体\textit{斜体字体}
加粗并斜体 加粗与斜体 \textbf{\textit{加粗与斜体}} 加粗与斜体\textbf{\textit{加粗与斜体}}

1.3. 常用符号及字母

List of LaTeX mathematical symbols - OeisWiki

PDF文件The Comprehensive LaTeX Symbol List (ctan.org)

1.3.1. 符号

1.3.1.1. 关系符号

名称符号 L a T e X LaTeX LaTeX名称符号 L a T e X LaTeX LaTeX
约等于
is approximately
≈ \approx \approx近似于
is similar to
∼ \sim \sim
正比于
is proportional to
∝ \propto \propto不等于
is not equal to
≠ \ne =\ne
真子集
is a proper subset of
⊂ \subset \subset子集
is a subset of
⊆ \subseteq \subseteq
is a proper superset of ⊃ \supset \supsetis a superset of ⊇ \supseteq \supseteq
非子集
is not a proper subset of
⊄ \not\subset \not\subset差集
set difference
∖ \setminus \setminus
交集
intersect
∩ \cap \cap并集
union
∪ \cup \cup
平行
is parallel with
∥ \parallel \parallel元素
is member of
∈ \in \in

1.3.1.2. 运算符号

名称符号 L a T e X LaTeX LaTeX名称符号 L a T e X LaTeX LaTeX
加减与减加
plus or minus
minus or plus
± \pm ±
∓ \mp
\pm \mp乘法 × \times ×\times
点乘
dot product
⋅ \cdot \cdot张量乘积
tensor product
⊗ \otimes \otimes
除法 ÷ \div ÷\div度数 degree θ ∘ \theta^{\circ} θ\theta^{\circ}
模 Norm ∥ v ∥ \lVert \boldsymbol{v} \rVert v\lVert \boldsymbol{v} \rVert

1.3.1.3. 箭头

符号 L a T e X LaTeX LaTeX符号 L a T e X LaTeX LaTeX
→ \to \to → \rightarrow \rightarrow
⇒ \Rightarrow \Rightarrow ⟹ \Longrightarrow \Longrightarrow
↔ \leftrightarrow \leftrightarrow ⇔ \Leftrightarrow \Leftrightarrow
⟺ \iff \iff

1.3.1.4. 特殊符号——作者标注

符号 L a T e X LaTeX LaTeX符号 L a T e X LaTeX LaTeX
∗ \ast \ast ⋆ \star \star
† \dagger \dagger ‡ \ddagger \ddagger

1.3.1.5. 下划线

在文章中输入单个下划线可使用: \textunderscore

输入长下划线可使用:

(1)\rule{4cm}{0.4pt} 创建一个4cm长,0.4 points厚的下划线;

\documentclass{article}\begin{document}
This is a long underscore: \rule{4cm}{0.4pt}
\end{document}

(2)使用ulem宏包中的\uline{\hspace{4cm}} 创建了一个4cm长的下划线。

\documentclass{article}
\usepackage{ulem}\begin{document}
This is a long underscore: \uline{\hspace{4cm}}
\end{document}

1.3.2. 常用字母

常用字母列表:

符号 L a T e X LaTeX LaTeX符号 L a T e X LaTeX LaTeX
φ \varphi φ\varphi ϕ \phi ϕ\phi
σ \sigma σ\sigma τ \tau τ\tau
ξ \xi ξ\xi ϵ \epsilon ϵ\epsilon
ρ \rho ρ\rho η \eta η\eta
α \alpha α\alpha β \beta β\beta
γ \gamma γ\gamma θ \theta θ\theta

1.3.2.1. 花体字母

参考:latex如何输出花体字母
https://blog.csdn.net/weixin_43748786/article/details/100851307

引用包

\usepackage{amsmath, amsthm, amssymb}
\usepackage{mathrsfs}

命令语句

$\mathbb{R}$$\mathcal{R}$$\mathscr{R}$

显示效果

符号 L a T e X LaTeX LaTeX符号 L a T e X LaTeX LaTeX符号 L a T e X LaTeX LaTeX
R \mathbb{R} R\mathbb{R} R \mathcal{R} R\mathcal{R} R \mathscr{R} R\mathscr{R}

1.3.3. 字母或数字上下增加内容

1.3.3.1. 字母或者数字上方符号

符号 L a T e X LaTeX LaTeX符号 L a T e X LaTeX LaTeX符号 L a T e X LaTeX LaTeX
a ^ \hat{a} a^\hat{a} a ^ \widehat{a} a \widehat{a} a ˇ \check{a} aˇ\check{a}
a ~ \tilde{a} a~\tilde{a} a ~ \widetilde{a} a \widetilde{a}
a ˙ \dot{a} a˙\dot{a} a ¨ \ddot{a} a¨\ddot{a}
a ˉ \bar{a} aˉ\bar{a} a ‾ \overline{a} a\overline{a} a ⃗ \vec{a} a \vec{a}
a ˊ \acute{a} aˊ\acute{a} a ˋ \grave{a} aˋ\grave{a} a ˘ \breve{a} a˘\breve{a}

1.3.3.2. 字母或者数字上下增加内容

使用\substack{},在字母 σ \sigma σ下方加点,\\ 后方为字母下方的符号

符号LaTex
σ ˙ \substack{\sigma \\\\{\dot{}}} σ˙\substack{\sigma \\{\dot{}}}

1.3.4. 求和、积分、极限

1.3.4.1. 求和

符号LaTex符号LaTex
∑ i = 1 N \sum_{i=1}^{N} i=1N\sum_{i=1}^{N} ∑ i = 1 N \sum\limits_{i=1}^{N} i=1N\sum\limits_{i=1}^{N}

1.3.4.2. 积分

符号LaTex符号LaTex
∫ \int \int ∫ 1 2 x d x \int_1^{2} x \mathrm{d} x 12xdx\int_1^{2} x \mathrm{d} x
∫ 1 10 \int_{1}^{10} 110\int_{1}^{10} ∫ 1 10 \int\limits_{1}^{10} 110\int\limits_{1}^{10}
1.3.4.2.1. 定积分

∣ ∣ a 0 a \left.\vphantom{\Big|}\right|_{a_0}^{a} a0a: \left.\vaphantom{\Big|}\right|_{a_0}^{a}

  • 示例1

∫ a 0 a x d x = 1 2 x 2 ∣ ∣ a 0 a = 1 2 ( a 2 − a 0 2 ) \int \limits_{a_0}^{a}x \mathrm{d}x=\dfrac{1}{2}x^2 \left.\vphantom{\Big|}\right|_{a_0}^{a}=\dfrac{1}{2}(a^2-{a_0}^2) a0axdx=21x2 a0a=21(a2a02)

\int \limits_{a_0}^{a}x \mathrm{d}x
=\dfrac{1}{2}x^2 \left.\vphantom{\Big|}\right|_{a_0}^{a}
=\dfrac{1}{2}(a^2-{a_0}^2)
  • 示例2

∫ a 0 a x d x = 1 2 x 2 ∣ ∣ a 0 a = 1 2 ( a 2 − a 0 2 ) \begin{aligned} \int \limits_{a_0}^{a} x \mathrm{d}x &= \dfrac{1}{2} x^2 \left.\vphantom{\Big|}\right|_{a_0}^{a}\\\\ &= \dfrac{1}{2}(a^2 - a_0^2) \end{aligned} a0axdx=21x2 a0a=21(a2a02)

\begin{aligned}
\int \limits_{a_0}^{a} x \mathrm{d}x 
&= \dfrac{1}{2} x^2 \left.\vphantom{\Big|}\right|_{a_0}^{a}\\
&= \dfrac{1}{2}(a^2 - a_0^2)
\end{aligned}

1.3.4.3. 极限

符号LaTex符号LaTex
lim ⁡ n → ∞ \lim_{n \to \infty} limn\lim_{n \to \infty} lim ⁡ n → ∞ \lim\limits_{n \to \infty} nlim\lim\limits_{n \to \infty}

上、下极限

符号LaTex符号LaTex
l i m ‾ ⁡ n → ∞ \varlimsup_{n \to \infty} limn\varlimsup_{n \to \infty} l i m ‾ ⁡ n → ∞ \varliminf_{n \to \infty} limn\varliminf_{n \to \infty}

1.3.5. 向上、向下取整

1.3.5.1. 向上取整

⌈ a ⌉ \lceil a \rceil a: \lceil a \rceil

⌈ 3.14 ⌉ = 4 \lceil 3.14 \rceil = 4 3.14=4

1.3.5.2. 向下取整

⌊ a ⌋ \lfloor a \rfloor a: \lfloor a \rfloor

⌊ 3.14 ⌋ = 3 \lfloor 3.14 \rfloor = 3 3.14=3

1.4. 公式

1.4.1. 更改公式Cases中每行之间的间距

1.4.1.1. Equation 8pt spacing

在首行\\后,增加需要添加的行距大小,如下 [8pt]

\begin{equation}\begin{cases}& \Big( \dfrac{\partial}{\partial t} + (u_t + c) \dfrac{\partial}{\partial x} J_{+} \Big) = 0\\[8pt]& \Big( \dfrac{\partial}{\partial t} + (u_t - c) \dfrac{\partial}{\partial x} J_{-} \Big) = 0\end{cases}
\end{equation}

1.4.1.2. Equation auto spacing

\\后无[8pt],则效果为

\begin{equation}\begin{cases}& \Big( \dfrac{\partial}{\partial t} + (u_t + c) \dfrac{\partial}{\partial x} J_{+} \Big) = 0\\& \Big( \dfrac{\partial}{\partial t} + (u_t - c) \dfrac{\partial}{\partial x} J_{-} \Big) = 0\end{cases}
\end{equation}

1.4.2. 公式过长修改

Reference

(更新中)记录 LaTeX 遇到过的问题

\documentclass{article}\usepackage{graphicx}\begin{document}\begin{equation}\resizebox{.9\hsize}{!}{$A+B+C+D+E+F+G+H+I+J+K+L+M+N+O+P+Q+R+S+T+U+V+W+X+Y+Z$}
\end{equation}\end{document}

1.4.3. 公式内空格

  1. \quad 生一个宽度为1em的空格;
  2. \qquad产生一个宽度为2em的空格;
  3. \, 产生一个窄空格,通常用于数字与单位之间的间隔;
  4. \:产生一个比\,宽一点的窄空格
  5. \;产生一个比 \:宽一点的窄空格
  6. \!产生一个负的窄空格,通常用于消除紧贴其后的字符之间不必要的间隔。
\documentclass{article}
\usepackage{amsmath}\begin{document}公式内的空格: \\
$\int_{0}^{1} x\,dx$ \\
$\sqrt{a}\qquad \sqrt{a+\frac{b}{c}}\qquad \sqrt[n]{1+x+x^2+\dots+x^n}$ \\
$\sum_{i=1}^{n} a_i$ \\
$a\!+\!b$ \\
$f(x)\!=\!\alpha\!+\!\beta x\!+\!\gamma x^2$\end{document}

Fig10

1.5. 换行与换页

LaTeX默认是不换行的,并且默认内容超过一页的话就自动换页。但是有时候我们需要强制换行强制换页操作,这个时候就需要用到LaTeX的换行换页命令了。这里介绍如何在LaTeX里面进行强制换行,换页操作。

1.5.1. 换行

1.5.1.1. `\par``

\par命令用在需要换行的内容前面,将之后的内容进行换行操作.

1.5.1.2. `\``

\\用在每一行的末尾,之后的内容便会出现在新的一行。

1.5.2. 换页 `\newpage``

\newpage之后为下一页内容。

1.5.3. Example

\documentclass{letter}\begin{document}
This is the first line.
\par{This is the second line.}\\
This is the 3rd line.
\newpage
New page.
\end{document}

显示结果:

Fig3

Fig4

1.6. 表格 Table

1.6.1. 指定表格长度和宽度

Reference

【latex技巧】设置表格的长度宽度,单元格指定宽度,自动换行,对齐

1.6.1.1. 指定表格的整体长度和宽度

\begin{tabular}前使用\resizebox{0.8\textwidth}{20cm}{},即可自动缩放表格,其中\textwidth是正文宽度。第一个参数是表格宽度,第二个参数是表格长度,第三个参数是tabular表格。

使用resizeboxcommand需要添加宏包\usepackage{graphicx}

Example:

\resizebox{0.8\textwidth}{!}{\begin{tabular}\end{tabular}
}

Fig8-table resize

\documentclass{article}\usepackage{graphicx}\begin{document}\begin{table}[!h]\resizebox{0.9\textwidth}{!}{\begin{tabular}{l | c | r}\hlineColumn 1 & Column 2 & Column 3\\\hline1-1 & 2-1 & 3-1\\\hline1-2 & 2-2 & 3-2\\\hline\end{tabular}}
\end{table}\end{document}

1.6.1.2. 设置单元格自动换行,及居中/靠左/靠右

\usepackage{tabularx}调用tabularx宏包,来使用tabular

设置单元格格式时使用诸如m{2cm<{\raggedright},即可指定单元格内容左对齐、宽度2cm、自动换行

参数含义:m 垂直居中,b 垂直靠上,p 垂直靠下。

2cm是单元格宽度

\raggedright 靠左,\centering 居中,\raggedleft 靠右。

Fig8-table align

\documentclass{article}\usepackage{tabularx} % adjust the width of tabular table\begin{document}\begin{tabular}{m{0.1\textwidth}<{\raggedright} | b{0.8\textwidth}<{\centering} | p{0.1\textwidth}<{\raggedleft}}\hlineColumn 1 & Column 2 & Column 3\\\hlinecolumn one is what & {column two\newline can change new line\newline and be centered top aligned} & right bottom aligned\\\hline
\end{tabular}\end{document}

注意:\multirow的单元格自动换行需要使用 \multirow{10}{3cm}{内容}

第一个参数是对多少行进行合并,第二个参数是该单元格宽度,超过则会自动换行\multirow{10}{*}表示不自动换行

1.6.2. 表格整体改变颜色

\begin{tabular}之前使用\textcolor{red}{表格内容}

Fig8-table color

\documentclass{article}\usepackage{tabularx} % change the width and text alignment of the "tabular" table\usepackage{color} % use "\textcolor"\begin{document}\textcolor{red}{\begin{tabular}{m{0.1\textwidth}<{\raggedright} | b{0.8\textwidth}<{\centering} | p{0.1\textwidth}<{\raggedleft}}\hlineColumn 1 & Column 2 & Column 3\\\hlinecolumn one is what & {column two\newline can change new line\newline and be centered top aligned} & right bottom aligned\\\hline\end{tabular}
}\end{document}

1.7. 列表

Reference

LaTex 列表

列表可以通过\itemize{}, \list{}, \enumerate{}, \description{}环境进行表达。

1.7.1. 自定义itemize编号格式

Reference

Latex自定义itemize的编号格式

1.7.1.1. 默认的itemize编号格式

Level 1 是 \textbullet (•)
Level 2 是 \textendash (–)
Level 3 是 \textasteriskcentered (*)
Level 4 是 \textperiodcentered (·).

Fig5-itemize default

\begin{itemize}\item  First Level\begin{itemize}\item  Second Level\begin{itemize}\item  Third Level\begin{itemize}\item  Fourth Level\end{itemize}\end{itemize}\end{itemize}
\end{itemize}

1.7.1.2. 重新定义各层的符号

可以把renewcommand命令加在preamble导言区,这样可以实现全局修改。(推荐使用

这些符号可以通过renewcommand{}{}命令重新定义,第一个参数是要定义的层级,第二个参数是新定义的符号样式。

preamble中,即在\documentclass{}\begin{document}之间,添加新的符号定义。

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% put 'renewcommand' in the preamble
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\renewcommand{\labelitemi}{+} % renew the 1st level of itemize into "+" symbol
\renewcommand{\labelitemii}{-} % renew the 2nd level of itemize into "-" symbol
\renewcommand{\labelitemiii}{*} % renew the 3rd level of itemize into "*" symbol
\renewcommand{\labelitemiv}{\textbullet} % renew the 4th level of itemize into "\textbullet" symbol

注意那个labelitemi,你想改第几个level的符号,你就改那个i

labelitemi 对于 Level 1
labelitemii 对于 Level 2
labelitemiii 对于 Level 3
labelitemiv 对于 Level 4

Fig5-itemize renew

\begin{itemize}\item  First Level\begin{itemize}\item  Second Level\begin{itemize}\item  Third Level\begin{itemize}\item  Fourth Level\end{itemize}\end{itemize}\end{itemize}
\end{itemize}

1.7.1.3. 修改特定item的符号

\begin{itemize}\item  Default item label for entry one\item  Default item label for entry two\item[+]  Custom item label for entry three
\end{itemize}

1.7.2. 自定义enumerate编号格式

Reference

LaTex 列表

\renewcommand可以通过使用重新定义标签生成命令来配置 LaTeX \LaTeX LATEX的标准标签,并且对于enumerate环境,您还可以使用适当的计数器变量。

1.7.2.1. 默认的enumerate编号格式

Fig6-enumerate default

\documentclass{article}\begin{document}\begin{enumerate}\item First level item\item First level item\begin{enumerate}\item Second level item\item Second level item\begin{enumerate}\item Third level item\item Third level item\begin{enumerate}\item Fourth level item\item Fourth level item\end{enumerate}\end{enumerate}\end{enumerate}    
\end{enumerate}\end{document}

1.7.2.2. enumerate各级序号连续累加

Fig6-enumerate renew

\documentclass{article}\renewcommand{\labelenumii}{\arabic{enumi}.\arabic{enumii}} % enumerate 2nd level with previous item number
\renewcommand{\labelenumiii}{\arabic{enumi}.\arabic{enumii}.\arabic{enumiii}} % enumerate 3rd level with previous item number
\renewcommand{\labelenumiv}{\arabic{enumi}.\arabic{enumii}.\arabic{enumiii}.\arabic{enumiv}}\begin{document}\begin{enumerate}\item One\item Two\item Three\begin{enumerate}\item Three point one\begin{enumerate}\item Three point one, point one\begin{enumerate}\item Three point one, point one, point one\item Three point one, point one, point two\end{enumerate}\end{enumerate}\end{enumerate}\item Four\item Five
\end{enumerate}\end{document}

1.7.2.3. 列表计数器的变量

在前面的示例中,该命令\arabic用于排版各种标签计数器变量的当前值。请注意,“阿拉伯数字”和命令的使用\arabic是指数字0到9.

通常,可以使用以下 5 个命令之一以各种格式打印 计数器变量:

\arabic{counter variable}
\roman{counter variable}
\Roman{counter variable}
\Alph{counter variable}
\alph{counter variable}

Example:

在这里插入图片描述

\documentclass{article}\begin{document}\begin{verbatim}\newcounter{foo}\setcounter{foo}{2}
\end{verbatim}\newcounter{foo}
\setcounter{foo}{2}\begin{itemize}\item \verb|\arabic{foo}| produces \arabic{foo}\item \verb|\roman{foo}| produces \roman{foo} \item \verb|\Roman{foo}| produces \Roman{foo}\item \verb|\Alph{foo}| produces \Alph{foo}\item \verb|\alph{foo}| produces \alph{foo}
\end{itemize}\end{document}

1.8. 对齐

1.8.1. 右对齐

实现从一个位置开始,将后面部分右对齐

1.8.1.1. 正文中右对齐

(1)通过添加\hfill,可参考一下示例

\documentclass{article}\begin{document}Some text \hfill This text is right-aligned.\end{document}

(2)如果要实现一段文字右对齐,可使用flushright环境,如下

\documentclass{article}\begin{document}\begin{flushright}
This text is right-aligned.
\end{flushright}\end{document}

效果显示:

Fig11

1.8.1.2. 公式中右对齐

在LaTeX中,公式默认是居中对齐的,而无法直接在公式中的某个位置将内容右对齐到页面最右端。不过,可以通过一些其他的方法来实现这个效果。

一种常用的方法是使用\hfill命令配合\tag*{}命令,将某个位置之后的内容右对齐到页面最右端,并将其标记为一个自定义的标签。以下是一个示例:

\documentclass{article}
\usepackage{amsmath}\begin{document}\begin{align*}a &= b + c \\d &= e + f + g \tag*{\hfill$(\text{Right-aligned text})$}
\end{align*}\end{document}

在上述示例中,我们使用\tag*{}命令将\hfill$(\text{右对齐的内容})$作为标签添加到第二行的末尾。\tag*{}命令的作用是在不打印编号的情况下添加一个自定义的标签。结合\hfill命令,标签将会右对齐到页面最右端。

效果显示:

Fig12

其中,\tag*{}内是文本格式,所以如果需要输出公式则需要添加$$符号;如果只有文字,则可以直接输入文字,或者使用$\text{}$

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.rhkb.cn/news/124411.html

如若内容造成侵权/违法违规/事实不符,请联系长河编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

专业游戏翻译公司怎么选择比较合适

近年来&#xff0c;游戏行业持续繁荣&#xff0c;市场需求也在不断扩大&#xff0c;其中游戏翻译的需求越来越旺盛。无论是引进游戏还是让游戏走向国际市场&#xff0c;都需要专业的翻译公司来帮忙。那么&#xff0c;怎么选择合适的游戏翻译公司呢&#xff1f;让我们一起来看看…

大数据技术之Hadoop:HDFS存储原理篇(五)

目录 一、原理介绍 1.1 Block块 1.2 副本机制 二、fsck命令 2.1 设置默认副本数量 2.2 临时设置文件副本大小 2.3 fsck命令检查文件的副本数 2.4 block块大小的配置 三、NameNode元数据 3.1 NameNode作用 3.2 edits文件 3.3 FSImage文件 3.4 元素据合并控制参数 …

论文笔记:一分类及其在大数据中的潜在应用综述

0 概述 论文&#xff1a;A literature review on one‑class classification and its potential applications in big data 发表&#xff1a;Journal of Big Data 在严重不平衡的数据集中&#xff0c;使用传统的二分类或多分类通常会导致对具有大量实例的类的偏见。在这种情况…

小白备战大厂算法笔试(三)——栈、队列、双向队列

文章目录 栈栈常用操作栈的实现基于链表的实现基于数组的实现 两种实现对比栈典型应用 队列队列常用操作队列实现基于链表的实现基于数组的实现 队列典型应用 双向队列双向队列常用操作双向队列实现基于双向链表的实现基于数组的实现 双向队列应用 栈 栈是一种遵循先入后出的逻…

CVE-2017-12149

春秋云镜 CVE-2017-12149 JBoss反序列化漏洞 靶标介绍 2017年8月30日&#xff0c;厂商Redhat发布了一个JBOSSAS 5.x 的反序列化远程代码执行漏洞通告。该漏洞位于JBoss的HttpInvoker组件中的 ReadOnlyAccessFilter 过滤器中&#xff0c;其doFilter方法在没有进行任何安全检查…

算法通关村第十三关——溢出问题处理模板

前言 溢出问题是面试当中输出涉及到数字的一个需要特别注意的地方&#xff0c;典型的题目有三个&#xff1a;数字反转&#xff0c;将字符串转成数字和回文数。 1.整数反转 力扣7题&#xff0c;给你一个 32 位的有符号整数 x &#xff0c;返回将 x 中的数字部分反转后的结果。…

rk3399 linux 5.10 usb 2.0设备上电概率性注册失败

多次开关机&#xff0c;发现usb hub和4G都通信失败了&#xff0c;这就有点奇怪了&#xff0c;按理说usb驱动是没啥问题的 先查看usb log rootlinaro-alip:/# dmesg | grep usb [ 1.723797] usbcore: registered new interface driver usbfs [ 1.723828] usbcore: regis…

在很多公司里面会使用打tag的方式保留版本

&#xff1a;git tag|grep "xxx-dev“等分支来查看 2&#xff1a;git cherry-pick XXXXX 然后就是查看有冲突这些 git status 会出现相关的异常 然后解决相关的冲突 git add . git cherry-pick --continue git push XXX HEAD:refs/for/XXX 第一&#xff1a;git ta…

【LeetCode-中等题】17. 电话号码的字母组合

文章目录 题目方法一&#xff1a;递归回溯 题目 方法一&#xff1a;递归回溯 参考讲解&#xff1a;还得用回溯算法&#xff01;| LeetCode&#xff1a;17.电话号码的字母组合 首先可以画出树图&#xff1a; 先将数字对应的字符集合 加入到一个map集合 这里需要一个index来控…

伪静态web.config常见规则写法与参数介绍说明

伪静态web.config常见规则写法与参数介绍说明. 示例1&#xff1a; <?xml version"1.0" encoding"UTF-8"?> <configuration><system.webServer><rewrite><rules><rule name"规则 1" stopProcessing"tru…

【AI理论学习】语言模型:从Word Embedding到ELMo

语言模型&#xff1a;从Word Embedding到ELMo ELMo原理Bi-LM总结参考资料 本文主要介绍一种建立在LSTM基础上的ELMo预训练模型。2013年的Word2Vec及2014年的GloVe的工作中&#xff0c;每个词对应一个vector&#xff0c;对于多义词无能为力。ELMo的工作对于此&#xff0c;提出了…

Go 接口和多态

在讲解具体的接口之前&#xff0c;先看如下问题。 使用面向对象的方式&#xff0c;设计一个加减的计算器 代码如下&#xff1a; package mainimport "fmt"//父类&#xff0c;这是结构体 type Operate struct {num1 intnum2 int }//加法子类&#xff0c;这是结构体…

MySQL——数据库以及数据表的创建

创建数据库 回到刚才创建数据库的问题&#xff0c;我们在创建数据库的时候可以通过添加一个参数&#xff0c;这个参数的意义在于当我们创建的数据库已经存在的时候则不会创建&#xff0c;也不会报错&#xff0c;如果不使用这个参数&#xff0c;则我们在重复创建一个已经存在的…

数据结构--- 树

(一)知识补充 定义 树是一种数据结构,它是由n(n≥0)个有限节点组成一个具有层次关系的集合。把它叫做“树”是因为它看起来像一棵倒挂的树,也就是说它是根朝上,而叶朝下的。​ 它具有以下的特点: 每个节点有零个或多个子节点; 没有父节点的节点称为根节点;每一个非根…

2023高教社杯 国赛数学建模E题思路 - 黄河水沙监测数据分析

1 赛题 E 题 黄河水沙监测数据分析 黄河是中华民族的母亲河。研究黄河水沙通量的变化规律对沿黄流域的环境治理、气候变 化和人民生活的影响&#xff0c; 以及对优化黄河流域水资源分配、协调人地关系、调水调沙、防洪减灾 等方面都具有重要的理论指导意义。 附件 1 给出了位…

vue2笔记

Vue笔记 视频: https://www.bilibili.com/video/BV1Zy4y1K7SH?p1 vue是渐进式JavaScript框架 用到什么功能&#xff0c;只需要引入什么功能模块 ; vue的特点:易用,灵活,高效; 组件化 , 一个vue文件包括了(html css js)声明式编程(不直接操作DOM) ;虚拟DOM diff算法(虚拟dom…

C# 基础面试题(万字)

1.选择题 1. 简述下面选项能够捕获运算溢出的异常类型的有 &#xff1f; A)Exception B)SystemException C)ArithmeticException D)OverflowException 试题回答&#xff1a;AD 2. 程序员可使用&#xff08;&#xff09;语句以程序方式引发异常 &#xff1f; A)run B)try C)th…

LAMP搭建WordPress

L linux A apache hhtpd M mysql/maridb P PHP1、 安装php yum -y install php php-fpm php-server php-mysql1.1、 启动php-fpm并自启 systemctl enable php-fpm --now[rootecs-1cee ~]# systemctl status php-fpm ● php-fpm.service - The PHP FastCGI Process ManagerLoa…

VR农学虚拟仿真情景实训教学演示

首先&#xff0c;VR农学虚拟仿真情景实训教学提供了更为真实的实践环境。传统的农学实训往往受制于时间、空间和资源的限制&#xff0c;学生只能通过观察或简单的模拟来学习农业知识和技能。而借助虚拟现实技术&#xff0c;学生可以进入虚拟农场&#xff0c;与各种农作物、工具…

【运维日常】infiniband网络架构,容器间跨机器不同网段通信

本站以分享各种运维经验和运维所需要的技能为主 《python零基础入门》&#xff1a;python零基础入门学习 《python运维脚本》&#xff1a; python运维脚本实践 《shell》&#xff1a;shell学习 《terraform》持续更新中&#xff1a;terraform_Aws学习零基础入门到最佳实战 《k8…