Skip to content

Commit

Permalink
Add siunitx package.
Browse files Browse the repository at this point in the history
  • Loading branch information
weijianwen committed Jan 15, 2016
1 parent cc40329 commit 0ab99df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions sjtuthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
\RequirePackage{pdfpages}
\RequirePackage{calc}
\RequirePackage{algorithm, algorithmic}
\RequirePackage{siunitx}

%==========
% Segment 2. Define general-purpose LaTeX commands.
Expand Down
4 changes: 4 additions & 0 deletions tex/example.tex
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ \subsection{公式排版}
\nabla _{k}R_{ij}\right ]\vphantom {\sum _{i<j}}\right )
\end{multline}

\subsection{SI单位}

使用\verb+siunitx+宏包可以方便地输入SI单位制单位,例如\verb+\SI{5}{\um}+可以得到\SI{5}{\um}。

\subsubsection{一个四级标题}
\label{sec:depth4}

Expand Down

0 comments on commit 0ab99df

Please sign in to comment.