Skip to content

Commit

Permalink
Merge pull request #90 from SYSU-SCC/wu-kan-patch-1
Browse files Browse the repository at this point in the history
Update pre.tex
  • Loading branch information
吴坎 committed Mar 16, 2024
2 parents 3e2145d + 16d37c2 commit e02c28a
Showing 1 changed file with 37 additions and 16 deletions.
53 changes: 37 additions & 16 deletions presentation/pre.tex
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
\documentclass[
% fontset=ubuntu, % 生僻字可用思源字体,如“昇腾”
fontset=fandol,
xcolor=svgnames % SeaGreen
xcolor=x11names % SeaGreen4
]{ctexbeamer}

\usetheme[
% compress % 进度条压缩在一行,可选
]{Berlin}

\usecolortheme[named=SeaGreen]{structure}
\usecolortheme[named=SeaGreen4]{structure}

\title{{\LaTeX} Template for SYSU Graduation Thesis}

Expand All @@ -30,7 +30,7 @@
% \includegraphics[height=0.1\textheight]{../image/template/sysu-logo.pdf} % 这里可以放一排所在实验室的logo,可以去学院官网底部或实验室主页弄到,如 <http://nscc-gz.cn/_layout/themes/cs/images/logo0409.png>
}

\logo{\includegraphics[height=0.1\textheight]{../image/template/sysu-logo.pdf}} % 这个是每页都会出现的水印,可能会影响观感,自行决定放不放
\logo{\includegraphics[width=.08\linewidth]{../image/template/sysu-logo.pdf}} % 这个是每页都会出现的水印,可能会影响观感,自行决定放不放

\date{
%\today
Expand Down Expand Up @@ -82,7 +82,7 @@ \subsection{图像搭配单页说明}
\end{block}

\begin{figure}
\includegraphics[width=0.618\textwidth]{../image/chap04/illustration/hole.pdf}
\includegraphics[width=0.618\linewidth]{../image/chap04/illustration/hole.pdf}
\caption{单张图像}
\label{fig:hole}
\end{figure}
Expand All @@ -99,21 +99,42 @@ \subsection{图像搭配单页说明}
\end{block}

\begin{figure} %文中的Grid-LSTM模型做的语义图像分割的例子
\includegraphics[width=.2\textwidth,height=.15\textwidth]{../image/chap04/example/2007_000799.jpg}
\includegraphics[width=.2\textwidth,height=.15\textwidth]{../image/chap04/example/2007_002094.jpg}
\includegraphics[width=.2\textwidth,height=.15\textwidth]{../image/chap04/example/2007_004483.jpg}
\includegraphics[width=.2\textwidth,height=.15\textwidth]{../image/chap04/example/2007_003194.jpg}
\includegraphics[width=.2\linewidth,height=.15\linewidth]{../image/chap04/example/2007_000799.jpg}
\includegraphics[width=.2\linewidth,height=.15\linewidth]{../image/chap04/example/2007_002094.jpg}
\includegraphics[width=.2\linewidth,height=.15\linewidth]{../image/chap04/example/2007_004483.jpg}
\includegraphics[width=.2\linewidth,height=.15\linewidth]{../image/chap04/example/2007_003194.jpg}
\\
\includegraphics[width=.2\textwidth,height=.15\textwidth]{../image/chap04/example/2007_000799.pdf}
\includegraphics[width=.2\textwidth,height=.15\textwidth]{../image/chap04/example/2007_002094.pdf}
\includegraphics[width=.2\textwidth,height=.15\textwidth]{../image/chap04/example/2007_004483.pdf}
\includegraphics[width=.2\textwidth,height=.15\textwidth]{../image/chap04/example/2007_003194.pdf}
\includegraphics[width=.2\linewidth,height=.15\linewidth]{../image/chap04/example/2007_000799.pdf}
\includegraphics[width=.2\linewidth,height=.15\linewidth]{../image/chap04/example/2007_002094.pdf}
\includegraphics[width=.2\linewidth,height=.15\linewidth]{../image/chap04/example/2007_004483.pdf}
\includegraphics[width=.2\linewidth,height=.15\linewidth]{../image/chap04/example/2007_003194.pdf}
\caption{并排的多张图像}
\label{fig:multi-image-example1}
\end{figure}

\end{frame}

\subsection{单页并排}

\begin{frame}

\begin{minipage}{.35\linewidth}
\begin{block}{sysu-thesis 真滴很好用}
\begin{itemize}
\item 排版美观
\item 格式清晰
\end{itemize}
\end{block}
\end{minipage}\begin{minipage}{.6\linewidth}

\begin{figure}
\includegraphics[width=.95\linewidth]{../image/chap03/overleaf-example.jpg}
\end{figure}

\end{minipage}

\end{frame}

\subsection{单页双图}

\begin{frame}
Expand All @@ -126,11 +147,11 @@ \subsection{单页双图}
\end{block}

\begin{figure}
\begin{minipage}{0.49\textwidth}
\begin{minipage}{0.49\linewidth}
\includegraphics[height=0.45\textheight]{../image/chap04/example/2007_004483.pdf}
\caption{一}
\end{minipage}
\begin{minipage}{0.49\textwidth}
\begin{minipage}{0.49\linewidth}
\includegraphics[height=0.45\textheight]{../image/chap04/example/2007_003194.pdf}
\caption{二}
\end{minipage}
Expand All @@ -143,7 +164,7 @@ \subsection{单页大图}
\begin{frame}

\begin{figure}
\includegraphics[width=0.9\textwidth]{../image/chap03/overleaf-example.jpg}
\includegraphics[width=0.9\linewidth]{../image/chap03/overleaf-example.jpg}
\caption{Overleaf使用例子,这里的描述可以长一些}
\label{fig:overleaf-example}
\end{figure}
Expand Down Expand Up @@ -235,4 +256,4 @@ \section{Q \& A}
\end{block}

\end{frame}
\end{document}
\end{document}

0 comments on commit e02c28a

Please sign in to comment.