Latex常用整理

2022-04-10 03:17:09 字數 1983 閱讀 1277

會不斷更新新增,以便寫**的時候快速查詢。

專案

帶編號

\begin

\setlength

\setlength

\setlength

\item[(1)]

\item[(2)]

\item[(3)]

\end

無編號

\begin

\item[-]

\item[-]

\item[-]

\end

**

\usepackage

\url{}

文字數字帶圈

\textcircled{}

上標下標

$^{}$

$_{}$

\usepackage

一般

\begin[h]

\begin

\includegraphics[width=0.8\textwidth]

\caption{}

\label

\end

\end

簡單多幅併排

\begin[htb]

\begin

\includegraphics[width=1.9cm]

\includegraphics[width=1.8cm]

\includegraphics[width=1.4cm]

\includegraphics[width=0.7cm]

\\ ~~~$1$~~~~$2$~~~~~~$3$~~~~$4$

\end

\centering

\includegraphics[width=7.0cm]

\caption{}

\label

\end

使用minipage,可以分別新增標題,並且可以使大小不同的圖居中

\begin[h]

\begin[c]

\centering

\includegraphics[width=0.8\textwidth]

\caption{}

\label

\end

\begin[c]

\centering

\includegraphics[width=0.8\textwidth]

\caption{}

\label

\end

\end

圖標題引用縮寫

\caption[short]

文字高亮

\usepackage

text}

調整斷字

可以將下面語句放在導言區:

\tolerance=1000

\emergencystretch=\maxdimen

\hyphenpenalty=1000

\hbadness=10000

hyphenpenalty值越大,斷字越少。tolerance越大,換行越少。

分文件編譯

\include 配合 \includeonly 使用

% main.tex

\documentclass

\includeonly

\begin

\title

\author

\date{}maketitle

\include

\include

\include

\end

Latex常用符號

行內公式 equation equ atio nequation equati on行間公式 equation equ atio nequation equati on下角標a na na n an 求和 sum 待求和變數 i 1n x sum x i 1n x除法 frac1 x frac x1...

Latex常用積累

實際上,就是手寫體的l,latex中這樣引用就行 mathcal 引用巨集 usepackage 1 在 begin中使用 label,以及 在 begin中使用 label,然後latex的正文中,在需要引用 的地方,使用 autoref或者 autoref即可。2 如果是section的情況,使...

常用latex公式

每次從網上查 latex 公式都比較麻煩,把常用的一些整理下來,方便查。sum n sum n 將下標放到下面 sum limits n sum limits n prod n prod n prod limits n prod limits n frac frac a times b a time...