開始在**寫作中使用latex,整理一下手冊中常用的以及在網上蒐集到的一些資料,以便以後查閱。
\textrm 公式裡面出現文字格式插入演算法參照 中的algorithms章節,下面舉例說明需要注意的幾點\label{} 加標籤
\ref{} 引用
\eqref{} 公式引用
\mathbf{} 粗體(數學符號)
\textbf{} 粗體(文字)
\emph{} 斜體強調
首先引入幾個需要用到的包
\usepackage %format of the algorithm重新定義require和ensure命令對應的關鍵字(此處將預設的require/ensure自定義為input/output)\usepackage %format of the algorithm
\usepackage %multirow for format of table
\usepackage
\usepackage
\renewcommand}分析一下示例:\renewcommand}
\begin %演算法開始輸出結果如下所示:\caption %演算法的題目
\label %演算法的標籤
\begin[1] %此處的[1]控制一下演算法中的每句前面都有標號
\require text:today is a good day. variables:$u,v,w$. $g=(v,e)$ %輸入條件(此處的require預設關鍵字為require,在上面已自定義為input)
\ensure something... %輸出結果(此處的ensure預設關鍵字為ensure在上面已自定義為output)
% if-then-else
\if
\state do some processing
\elsif
\state do some different processing
\else
\state do the default actions
\endif
% for loop
\for
\state carry out some processing
\endfor
\forall
\state carry out some processing
\endfor
% while-loop
\while
\state carry out some processing
\endwhile
% repeat-until loop
\repeat
\state carry out some processing
\until
% infinite loop
\loop
\state this processing will be repeated forever
\endloop
\end
\end
先記到這裡,附上幾個有用的鏈結
學習latex
LaTeX使用小結
latex lat ex,音譯 拉泰赫 是一種基於 的排版系統,由美國 計算機學家萊斯利 蘭伯特 leslie lamport 在20世紀80年代初期開發,利用這種格式,即 雙擊從開始選單開啟 設定完成,就可以新建檔案為我們的文章排版了。下面對排版過程中遇到的一些問題和解決辦法以及注意事項進行總結 ...
Latex使用小結(1)
最近在用latex寫 排版格式,之前一直用word,大多數情況下用word處理常見格式的文件還是很方便的,但是當進行學術 寫作,依照 的指定格式並且加入規範的公式 圖表 參考文獻等的時候,latex要更加精準一些。初次使用,難免會遇到一些問題,在用latex完成一篇 的格式修改後,把遇到的一些小問題...
Latex排版小結2020 11 1
最近在學習latex排版,把學過的一些點在這裡記錄一下。label更改 我是用中文寫,所以希望能夠把原本的fig.的標籤改為 圖1 的標籤。方法如下所示 renewcommand figurename begin h centering 居中 includegraphics width 3.2in ...