mirror of
https://github.com/congyu711/BeamerTheme.git
synced 2025-07-12 08:31:31 +08:00
centering title page with sidebar https://latex.org/forum/viewtopic.php?t=23158
This commit is contained in:
parent
2383e37080
commit
2e34880b13
BIN
bar169.pdf
BIN
bar169.pdf
Binary file not shown.
15
bar169.tex
15
bar169.tex
@ -24,5 +24,20 @@
|
|||||||
\usetheme{Bar169}
|
\usetheme{Bar169}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
\begingroup
|
||||||
|
\makeatletter
|
||||||
|
\setlength{\hoffset}{.5\beamer@sidebarwidth}
|
||||||
|
\makeatother
|
||||||
|
|
||||||
|
\begin{frame}[plain]
|
||||||
|
% Print the title page as the first slide
|
||||||
|
\titlepage
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[plain]{Overview}
|
||||||
|
% Throughout your presentation, if you choose to use \section{} and \subsection{} commands, these will automatically be printed on this slide as an overview of your presentation
|
||||||
|
\tableofcontents
|
||||||
|
\end{frame}
|
||||||
|
\endgroup
|
||||||
\input{content.tex}
|
\input{content.tex}
|
||||||
\end{document}
|
\end{document}
|
@ -1,14 +1,5 @@
|
|||||||
\definecolor{lightblue}{rgb}{0.67,0.87,0.9}
|
\definecolor{lightblue}{rgb}{0.67,0.87,0.9}
|
||||||
|
|
||||||
\begin{frame}[plain]
|
|
||||||
% Print the title page as the first slide
|
|
||||||
\titlepage
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Overview}
|
|
||||||
% Throughout your presentation, if you choose to use \section{} and \subsection{} commands, these will automatically be printed on this slide as an overview of your presentation
|
|
||||||
\tableofcontents
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
%------------------------------------------------
|
%------------------------------------------------
|
||||||
\section{Motivation \& References}
|
\section{Motivation \& References}
|
||||||
|
BIN
simple.pdf
BIN
simple.pdf
Binary file not shown.
@ -25,5 +25,14 @@
|
|||||||
% \useoutertheme{tree}
|
% \useoutertheme{tree}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
\begin{frame}[plain]
|
||||||
|
% Print the title page as the first slide
|
||||||
|
\titlepage
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[plain]{Overview}
|
||||||
|
% Throughout your presentation, if you choose to use \section{} and \subsection{} commands, these will automatically be printed on this slide as an overview of your presentation
|
||||||
|
\tableofcontents
|
||||||
|
\end{frame}
|
||||||
\input{content.tex}
|
\input{content.tex}
|
||||||
\end{document}
|
\end{document}
|
Loading…
x
Reference in New Issue
Block a user