0度 latex latex使用總結

2021-10-13 08:27:17 字數 1935 閱讀 8078

1 輸入雙引號以及單引號:

雙引號:按兩下 tab鍵上方的鍵, 再按兩下單引號鍵。

單引號:按一下tab鍵上方的鍵,再按一下單引號鍵。

2 時間複雜度的o寫法:

$\mathcal$

把大寫字母變成花體:$\mathcal$

3 關鍵字寫法:

\begin

keyword1, keyword2,.......keywordn

\end

4 公式後面怎麼出現序號:

4.1\begin

公式\end

公式後面會有序號。

4.2用$$公式$$ 以及\[ \]  公式後面不會出現序號。

5 定義以及定理的寫法:

首先匯入包amsthm:

\usepackage

但是如果已經匯入過amsmath包,就不要再匯入amsthm包,否則會出錯!!

接著定義:

\newtheorem[section]\newtheorem[section]

或\newtheorem[chapter]\newtheorem[chapter]

使用方法:

\begin

定義內容

\end

6 多行注釋

在latex中的注釋有3種:

1. 用%注釋一行文字;

2. 用iffalse .... fi 注釋一段文字;

3. 用begin ... end 包含被注釋的文字,需要在引言區包括相應的巨集包, 即 usepackage.

7 插入

需要包含的巨集包:

\usepackage

\usepackage

\usepackage

方法1:

\begin

\begin

\includegraphics[width=0.32\linewidth]

\caption

\label

\end

\vspace

\end

方法2:(放多張圖,使用tabular)

\begin

\centering

\begin

\includegraphics[width=0.32\linewidth] &

\includegraphics[width=0.32\linewidth] &

\includegraphics[width=0.32\linewidth] \\

(a) & (b) & (c)\\

\end

\caption

\label

\vspace

\end

方法3:(放多張圖,使用minipage)

\begin

\centering

\begin[b]

\centering

\centerline}

\centerline

\medskip

\end

\begin[b]

\centering

\centerline}

\centerline

\medskip

\end

\caption

\label

\vspace

\end

\begin

\centering

\begin[b]

\centering

\centerline}

\centerline

\medskip

\end

\begin[b]

\centering

\centerline}

\centerline

\medskip

\end

\caption

\label

\vspace

\end

fread總返回0的問題

size t fread void ptr,size t size,size t nmemb,file stream 這個函式以前一直沒理解為什麼 size t size,size t nmemb引數來確定讀取緩衝區的大小,我開始以為兩個可以互換,而且在有些場合互換確實也沒問題,直到今天碰到了開啟乙...

VMWare Workstation使用總結幾則

1 安裝 使用ghost盤安裝時一定要注意,需要把空盤建立分割槽並設定為主分割槽 pq的使用形式,進入pq找到磁碟設定為啟用 否則 啟動後顯示boot from network intel e1000 有時裝機忘了,只能從頭再來 安裝64位的虛擬機器時,需要把bios中virtual technol...

VMWare Workstation使用總結幾則

1 安裝 使用ghost盤安裝時一定要注意,需要把空盤建立分割槽並設定為主分割槽 pq的使用形式,進入pq找到磁碟設定為啟用 否則 啟動後顯示boot from network intel e1000 有時裝機忘了,只能從頭再來 安裝64位的虛擬機器時,需要把bios中virtual technol...