Latex Tags 1

example 1.

\documentclass{article}

\title{Title of my document}
\date{2013-09-01}
\author{John Doe}

\begin{document}

\maketitle
\pagenumbering{gobble}
\newpage
\pagenumbering{arabic}

\section{Section}
Hello World!
\subsection{Subsection}

Structuring a document is easy!

\end{document}
image.png
image.png
  1. usepackage
\documentclass{article}

\begin{document}

\begin{equation}
  f(x) = x^2
\end{equation}

\end{document}
image.png

3.math
學習Latex中如何排版和對齊等式、矩陣和分式,基礎的數(shù)學特征的概覽
package amsmath:常用的數(shù)學包

\documentclass{article}

\usepackage{amsmath}

\begin{document}

\begin{equation*}
  1 + 2 = 3 
\end{equation*}

\begin{equation*}
  1 = 3 - 2
\end{equation*}

\begin{align*}
  1 + 2 &= 3\\
  1 &= 3 - 2
\end{align*}

\end{document}
image.png
image.png

\frac{分子}{分母}\(換行符)
\int^a_b 積分號,a為上界,b為下界
\sqrt{x} 更號下x

image.png

\begin{matrix}
1 &(元素之間用&連接) 0\(換行符)
0 & 1
\end{matrix}

image.png

一切格式化的東西需要用align標簽include

image.png

\left( ... \right) 括號包被

  1. image insertion[pass]
    https://www.latex-tutorial.com/tutorials/beginners/latex-figures/
  2. draw a graph
\documentclass[11pt]{scrartcl}
\usepackage{tkz-berge}


\begin{document}
\begin{tikzpicture}[scale=.5] 
\GraphInit[vstyle=Art] 
\SetGraphArtColor{red}{olive} 
\grPetersen[form=1,RA=5,RB=3]%
\end{tikzpicture}
\begin{tikzpicture}[scale=.4]
   \GraphInit[vstyle=Art] 
   \SetGraphArtColor{red}{olive} 
   \grPetersen[form=2,RA=7,RB=3]%
\end{tikzpicture}

\begin{tikzpicture}[scale=.5]
   \GraphInit[vstyle=Art] 
   \SetGraphArtColor{red}{olive} 
   \grPetersen[form=3,RA=7]%
\end{tikzpicture}
\end{document}

image.png

https://tex.stackexchange.com/questions/57152/how-to-draw-graphs-in-latex

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務。

相關閱讀更多精彩內(nèi)容

  • $ \LaTeX{} $歷史 $\LaTeX{}$(/?lɑ?t?x/,常被讀作/?lɑ?t?k/或/?le?t?...
    大只若于閱讀 5,912評論 0 5
  • 聲明!!!! 此文章的代碼部分在簡書中皆不能正常顯示, 請去我的個人網(wǎng)站觀看效果, 如果訪問不了, 請翻墻試試! ...
    kagenZhao閱讀 2,726評論 0 0
  • 為什么國慶和春節(jié)的高速堵車情況是最嚴重?表面上看是因為這是一年里的兩個重大節(jié)假日,大部分人有了較長的自由支配時間,...
    諶基平閱讀 245評論 0 0
  • 我有一個學姐,她是我見過的,最最最優(yōu)雅的女生。 她永遠妝容精致,衣著得體。熟人的party中,她是笑得最和暖的那...
    盧四毛閱讀 31,218評論 303 1,964
  • 月,當頭一棒。 我拖著疲憊的身子擠進了進站口,跌跌撞撞地找到了車廂,很幸運,只買了站票的我居然有座位可以坐,在車廂...
    阿臧不閱讀 374評論 2 4

友情鏈接更多精彩內(nèi)容