Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
presentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Laros
presentation
Compare revisions
8262068c27edf90b2f5d965f0c984374987ae861 to f49ce7c803c6aaa0a87e9ff063cddf5c98d9a52b
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
j.f.j.laros/presentation
Select target project
No results found
f49ce7c803c6aaa0a87e9ff063cddf5c98d9a52b
Select Git revision
Branches
master
new_style
Swap
Target
j.f.j.laros/presentation
Select target project
j.f.j.laros/presentation
1 result
8262068c27edf90b2f5d965f0c984374987ae861
Select Git revision
Branches
master
new_style
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Made the example a bit more informative.
· f49ce7c8
Laros
authored
11 years ago
f49ce7c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
presentation.tex
+45
-35
45 additions, 35 deletions
presentation.tex
with
45 additions
and
35 deletions
presentation.tex
View file @
f49ce7c8
...
...
@@ -30,57 +30,67 @@
\bodytemplate
% First page of the presentation.
\section
{
Introduction
}
\begin{frame}
\frametitle
{
Title of this frame.
}
First line.
\pause
Second line.
\end{frame}
\begin{fframe}
\frametitle
{
Title of this frame.
}
\vfill
\end{fframe}
\section
{
Topic2
}
\begin{frame}
\section
{
Short introduction
}
\subsection
{
Titles and subtitles
}
\begin{pframe}
Notice the title and subtitle:
\begin{itemize}
\item
Item 1.
\item
Item 2.
\pause
\item
Item 3.
\pause
\begin{itemize}
\item
Subitem 1.
\end{itemize}
\item
The
\emph
{
section
}
command controls the title.
\item
The
\emph
{
subsection
}
command controls the frametitle.
\end{itemize}
\end{frame}
\end{
p
frame}
\begin{frame}
The second slide in the same section.
\end{frame}
\begin{pframe}
The titles are retained until overwritten.
\bigskip
\pause
Notice the footer is present on all overlays.
\vfill
\permfoot
{
https://git.lumc.nl/j.f.j.laros/presentation/tree/master
}
\end{pframe}
\begin{frame}
[fragile]
And an example of displaying code, mind the [fragile] option.
\subsection
{
Code
}
\begin{pframe}
A
\emph
{
pframe
}
does not need to be declared fragile.
\begin{lstlisting}
[caption=
{
Example input
}
]
print "Hello"
\end{lstlisting}
\end{frame}
\end{pframe}
\subsection
{
Two columns
}
\begin{pframe}
\begin{minipage}
[t]
{
0.47
\textwidth
}
\begin{figure}
\begin{center}
Picture goes here.
\end{center}
\caption
{
Some picture.
}
\end{figure}
\end{minipage}
\hfill
\begin{minipage}
[t]
{
0.47
\textwidth
}
Sometimes it is convenient to have two columns.
\begin{itemize}
\item
Pictures can be too high.
\item
You may have multiple small pictures.
\item
\ldots
\end{itemize}
\end{minipage}
\end{pframe}
\section
{
Questions?
}
\lastpagetemplate
\begin{frame}
\begin{
p
frame}
\begin{center}
Acknowledgements:
\bigskip
\bigskip
Perhaps acknowledge the author of this template.
\end{center}
\end{frame}
\end{
p
frame}
\end{document}
This diff is collapsed.
Click to expand it.