Skip to content

Commit

Permalink
ci: indent
Browse files Browse the repository at this point in the history
  • Loading branch information
LogCreative committed Nov 25, 2023
1 parent 515960d commit 937cd13
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
6 changes: 3 additions & 3 deletions contents/thesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ \subsection{\SJTUThesis 上海交通大学学位论文模板}
\begin{frame}[fragile]{模板选项}
\begin{description}
\item[type] 指定论文类型(本科/硕士/博士/课程)
\begin{lstlisting}[basicstyle=\ttfamily]
\begin{lstlisting}[basicstyle=\ttfamily]
\documentclass[type=bachelor]{sjtuthesis}
\end{lstlisting}
\item[review] 开启盲审模式
\begin{lstlisting}[basicstyle=\ttfamily]
\begin{lstlisting}[basicstyle=\ttfamily]
\documentclass[type=master,review]{sjtuthesis}
\end{lstlisting}
\item[fontset] 指定字体(推荐使用 \verb|windows|)
\begin{lstlisting}[basicstyle=\ttfamily]
\begin{lstlisting}[basicstyle=\ttfamily]
\documentclass[type=doctor,fontset=windows]{sjtuthesis}
\end{lstlisting}
\end{description}
Expand Down
2 changes: 1 addition & 1 deletion contrib/sjtug/sjtug.tex
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

\begin{description}
\item[\texttt{debug}] 参数可以在使用 Lua\LaTeX{} 编译时调用 \texttt{lua-visual-debug}
宏包显示区块边界。
宏包显示区块边界。
\end{description}
\end{frame}
\makebottom
Expand Down
40 changes: 20 additions & 20 deletions src/doc/sjtubeamer.tex
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,11 @@ \section{测试模板}

\begin{enumerate}
\item[\faApple{} \faLinux] *nix 系统采用
\hologo{XeLaTeX} 编译以获得中文支持。
\hologo{XeLaTeX} 编译以获得中文支持。
\item[\faWindows] Windows 系统采用
\hologo{pdfLaTeX} 编译以获得更快的编译速度。
\hologo{pdfLaTeX} 编译以获得更快的编译速度。
\item[\faWrench] 也可以直接使用 \textsf{latexmk
(latexmkrc)} 编译示例的主文档。
(latexmkrc)} 编译示例的主文档。
\end{enumerate}

下面的代码可以用于测试 \themename{} 是否可以正常使用。
Expand Down Expand Up @@ -487,24 +487,24 @@ \section{浏览器阅读器}

\begin{enumerate}
\item[\faChrome] Chrome 浏览器以及 *nix
内置的阅读器支持“演示”功能。
\begin{figure}[h]
\centering
\begin{tcolorbox}[enhanced,
title={$\vdots$}, attach boxed
title to top
right, boxed title style={
circular arc, top=0mm,
bottom=2mm,
left=3.25mm, right=3.25mm
},
sharp corners, tile, width=6cm]
演示
\end{tcolorbox}
\end{figure}
内置的阅读器支持“演示”功能。
\begin{figure}[h]
\centering
\begin{tcolorbox}[enhanced,
title={$\vdots$}, attach boxed
title to top
right, boxed title style={
circular arc, top=0mm,
bottom=2mm,
left=3.25mm, right=3.25mm
},
sharp corners, tile, width=6cm]
演示
\end{tcolorbox}
\end{figure}
\item[\faInternetExplorer] Edge
浏览器需要调整为“适应宽度”\fbox{\faArrowsAltH},并使用
\fbox{\sffamily PageDown} 翻页。尽量不要使用该播放方法。
浏览器需要调整为“适应宽度”\fbox{\faArrowsAltH},并使用
\fbox{\sffamily PageDown} 翻页。尽量不要使用该播放方法。
\end{enumerate}

\section{Pympress}
Expand Down
8 changes: 4 additions & 4 deletions src/doc/sjtubeamerdevguide.tex
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,12 @@ \subsection{Build Overview}
\themename\ has three different types of checking:
\begin{description}
\item[Regression test] To test the decoupling properties of the modules.
\texttt{l3build check}
\texttt{l3build check}
\item[Unit test] To test each function separately by compiling documentation.
\texttt{l3build doc}
\texttt{l3build doc}
\item[CI] To make an overall check by compiling a real-world presentation. It is
often completed in GitHub Actions when you are pulling a request. \texttt{make
build-dev}
often completed in GitHub Actions when you are pulling a request. \texttt{make
build-dev}
\end{description}

We use \verb"l3build" (Section \ref{sec:l3build}) mainly for coding internal
Expand Down

0 comments on commit 937cd13

Please sign in to comment.