1.不能顯示中文問題
請看我上面的一篇部落格
2.調整字型的行間距
使用包:
\usepackage
語法:
\begin
\end
3.寫公式
\setlength\belowdisplayskip
\begin
your equ...
\end}
4.調整公式和文字之間的間距
第一步在 begin後面定義乙個新環境
\begin
\newenvironment[1]
\addtolength\abovedisplayskip
\addtolength\belowdisplayshortskip
\addtolength\belowdisplayskip}
第二步在 寫公式的時候用上此環境。如下面這個例子:
\begin
\begin
a^ta =v \sigma^t u^t u \sigma v^t = v\sigma^t \sigma v^t
\end
\end
效果圖:
mysql常用知識點 mysql 常用知識點。
mysql u root p show databases show tables select from abc order by id limit 0,10 create database bbb exit mysqldump u root p game home backup.sql mysq...
Latex各種細小知識點總結
第一種 公式不要求編號,多行公式注意要加 換行,是用來對齊 setlength 上面兩行是對公式進行上下間距調整 centering 是對公式進行居中調整 同理於 begin end begin minimize f x subject to quad h x 0 end 此處注意要用來進行包裹,以...
shell常用知識點
0 shell中if,while的條件語句怎麼寫 test和 字串比較 數字比較 g,l,e,n,q,t的組合 greater than,less than,equil,not equil,greater equil,less equil 1 shell的字串 str hello str hello...