LaTeX字型設定
阿新 • • 發佈:2018-12-28
% 導言區
% 幫助文件 texdoc lshort-zh
% 設定normalsize大小
\documentclass[10pt]{ctexart} %article,ctexbook封面, ctexreport, letter
%\usepackage{ctex} %支援中文
\newcommand\degree{^\circ}
\newcommand{\myfont}{\textit{\textbf{\textsf{Fancy Text}}}}
\title{\heiti 監督學習} % 黑體
\author{\kaishu 竇祖俊} % 楷書
\date{\today}
% 正文區 (文稿區)
\begin{document}
\maketitle
% 設定字型引數
\textrm{內容:Roman Family} \textsf{內容:Sans Serif Family}
\texttt{內容:Typewriter Family}
{\rmfamily 內容:Roman Family}
{\sffamily 內容:Sans Serif Family}
{\ttfamily 內容:Typewrite Family}
%全域性設定---可以用大括號聲明範圍
{\rmfamily 內容:Asd Fast Fasdfasd Gsdf asdf}
{\sffamily 內容:Sans Serif Family Are you wiser asdfasdfasfasdfasdf
{\ttfamily 內容:Are you Skitting}
\textmd{內容:Medium Series} \textbf{內容:Boldface Series}
{\songti 宋體} \quad{\heiti 黑體} \quad {\fangsong 仿宋}
中文字型的\textbf{粗體} 與\textit{斜體}
%字型大小
{\tiny Hello} \\
{\scriptsize Hello} \\
{\footnotesize Hello} \\
{\small Hello} \\
{\normalsize Hello} \\
{\large Hello} \\
\begin{center}
\textbf{簡介}
\end{center}
\zihao{5} 你好!
\myfont{你好啊!}
Sans Serif Faily sdfasdfasdfas在監督學習中,許多學習演算法的效能都非常類似,因此,重要的不是你該選擇使用學習演算法A還是學習演算法B,而更重要的是,應用這些演算法時,所建立的大量資料在應用這些演算法時,表現情況通常依賴於你的水平。
設直角三角形 $ABC$,其中 $\angle C=90\degree$,則有:
\begin{equation}
AB^2 = BC^2 + AC^2.
\end{equation}
\begin{equation}
AB^2 = BC^2 + AC^2.
\end{equation}
\end{document}