Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
beamer-themes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pierre-antoine Comby
beamer-themes
Commits
32f677a7
Commit
32f677a7
authored
Sep 07, 2019
by
Pierre-antoine Comby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new title page
parent
8ba3aca8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
55 additions
and
3 deletions
+55
-3
beamerthemeens.sty
beamerthemeens.sty
+49
-1
presentation.tex
presentation.tex
+6
-2
No files found.
beamerthemeens.sty
View file @
32f677a7
...
...
@@ -34,11 +34,58 @@
\def\swidth
{
2cm
}
%
% -----------------------------
% Title Page
\setbeamerfont
{
title
}{
size=
\Huge
}
\setbeamerfont
{
author
}{
size=
\large
}
\setbeamerfont
{
institut
}{
size=
\Large
}
\setbeamerfont
{
subtitle
}{
size=
\Large
}
\setbeamerfont
{
date
}{
size=
\Large
}
\setbeamertemplate
{
title page
}{
%
\begin{tikzpicture}
[remember picture,overlay]
\fill
[bleuens]
(current page.north west) rectangle (current page.south east);
\node
at ([yshift=+.15
\textheight
]current page.center) (title)
{
\usebeamerfont
{
title
}
\textcolor
{
white
}{
\inserttitle
}}
;
\node
[below=2em]
at(title) (subtitle)
{
\usebeamerfont
{
subtitle
}
\textcolor
{
white
}{
\insertsubtitle
}}
;
\node
at ([yshift=-70pt]current page.center) (institute)
{
\usebeamerfont
{
institute
}
\textcolor
{
white
}{
\insertinstitute
}}
;
\node
at ([yshift=-50pt]current page.center) (author)
{
\usebeamerfont
{
author
}
\textcolor
{
white
}{
\insertauthor
}}
;
\node
[anchor=north west]
at (current page.north west) (logo)
{
\usebeamercolor
[fg]
{
titlegraphic
}
\includegraphics
[scale=0.3]
{
ENSPS-revert.png
}}
;
\end{tikzpicture}
}
%
% --------------------------------------
% Sidebar
\useoutertheme
[height=0pt,width=\swidth, hideothersubsections]
{
sidebar
}
\setbeamertemplate
{
sidebar left
}
{
{
\vspace
{
1em
}
{
\vspace
{
0.9em
}
\hspace
{
-0.4em
}
\begin{minipage}
{
\swidth
}
\centering
\insertlogo
...
...
@@ -55,6 +102,7 @@
\vskip
3pt
%
}
%
% --------------------------------------------------------------------------
% Section as frame title
\if
@section
...
...
presentation.tex
View file @
32f677a7
...
...
@@ -23,8 +23,7 @@
\begin{document}
\begin{frame}
\centering
\titlepage
\maketitle
\end{frame}
\begin{frame}
{
Sommaire
}
...
...
@@ -70,3 +69,8 @@
\end{frame}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment