Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ivo Kabadshow
beamertheme-juelich
Commits
54c0e8c9
Commit
54c0e8c9
authored
Sep 13, 2018
by
Andreas Beckmann
Browse files
switch to \verbatiminput for full slides
parent
82f16921
Changes
6
Hide whitespace changes
Inline
Side-by-side
tests/Makefile
View file @
54c0e8c9
...
...
@@ -25,7 +25,7 @@ other := $(patsubst %.tex,%,$(wildcard *.tex))
%/tutorial
:
src %/minimal %/minimal_handout
@
mkdir
-p
$
(
@D
)
cd
$
(
@D
)
&&
$
(
cmd%
$*
)
../../tutorial
/tutorial.tex
cd
$
(
@D
)
&&
$
(
cmd%
$*
)
-jobname
tutorial
'\makeatletter\def\input@path{{../../tutorial/}}\makeatother\input{.
/tutorial.tex
}'
define
other-target
%/$1
:
src
...
...
tutorial/frame_plain.tex
0 → 100644
View file @
54c0e8c9
\begin{frame}
[plain]
\frametitle
{
Plain Frame
}
\begin{center}
Here is my tiny text on a plain frame.
\end{center}
\end{frame}
tutorial/frame_verbatim.tex
0 → 100644
View file @
54c0e8c9
\begin{frame}
[fragile]
\frametitle
{
Hello World in Intercal
}
\begin{verbatim}
DO ,1 <- #13
PLEASE DO ,1 SUB #1 <- #234
DO ,1 SUB #2 <- #112
DO ,1 SUB #3 <- #112
DO ,1 SUB #4 <- #0
DO ,1 SUB #5 <- #64
DO ,1 SUB #6 <- #194
DO ,1 SUB #7 <- #48
PLEASE DO ,1 SUB #8 <- #22
DO ,1 SUB #9 <- #248
DO ,1 SUB #10 <- #168
DO ,1 SUB #11 <- #24
DO ,1 SUB #12 <- #16
DO ,1 SUB #13 <- #214
PLEASE READ OUT ,1
PLEASE GIVE UP
\end{verbatim}
\end{frame}
tutorial/minimal.tex
View file @
54c0e8c9
...
...
@@ -6,10 +6,8 @@
\author
{
Your Name
}
\institute
{
Your Institute
}
\date
{
\today
}
\titlegraphic
{
\includegraphics
[
width=
\paperwidth
]
{
placeholder
}
}
\titlegraphic
{
\includegraphics
%
[width=
\paperwidth
]
{
placeholder
}}
\begin{document}
\maketitle
...
...
tutorial/minimal_handout.tex
View file @
54c0e8c9
...
...
@@ -6,16 +6,14 @@
\author
{
Your Name
}
\institute
{
Your Institute
}
\date
{
\today
}
\titlegraphic
{
\includegraphics
[
width=
\paperwidth
]
{
placeholder
}
}
\titlegraphic
{
\includegraphics
%
[width=
\paperwidth
]
{
placeholder
}}
\begin{document}
\maketitle
\begin{frame}
\frametitle
{
My first slide title
}
\framesubtitle
{
My first slide subtitle
}
\frametitle
{
My first slide title
}
\framesubtitle
{
My first slide subtitle
}
\end{frame}
\end{document}
tutorial/tutorial.tex
View file @
54c0e8c9
...
...
@@ -10,6 +10,7 @@ english,
\usepackage
{
babel
}
\usepackage
[utf8]
{
inputenc
}
\usepackage
{
verbatim
}
\title
{
\LaTeX
{}
Beamer Template
}
\subtitle
{
Howto for
{
\tt
beamer
}
-Slides v18.06
}
...
...
@@ -30,7 +31,7 @@ english,
\makepart
\begin{frame}
[label=introduction]
\frametitle
{{
\LaTeX
}
{
\tt
sty
.
}
Files -- Version 18.06
}
\frametitle
{{
\LaTeX
}
{
\tt
.
sty
}
Files -- Version 18.06
}
\begin{itemize}
\item
first version with new corporate design
\item
tutorial is not complete yet, will be updated periodically
...
...
@@ -106,26 +107,11 @@ english,
\section
{
Test Installation I
}
\begin{frame}
[fragile,label=examples]
\frametitle
{
Test your Installation
}
\framesubtitle
{
Try to compile this minimal talk
}
\framesubtitle
{
Try to compile this minimal talk
:
{
\tt
tutorial/minimal.tex
}
}
\begin{columns}
\begin{column}
[T]
{
0.4
\textwidth
}
\footnotesize
\begin{verbatim}
\documentclass
{
beamer
}
\usetheme
{
Juelich
}
\title
{
My first talk with
\LaTeX
{}}
\subtitle
{
The template works!
}
\author
{
Your Name
}
\institute
{
Your Institute
}
\date
{
\today
}
\titlegraphic
{
\includegraphics
%
[width=
\paperwidth
]
{
placeholder
}
}
\begin{document}
\maketitle
\end{document}
\end{verbatim}
\verbatiminput
{
./minimal
}
\end{column}
\hfill
\begin{column}
[T]
{
0.4
\textwidth
}
\setlength
{
\fboxsep
}{
0pt
}
%
...
...
@@ -136,31 +122,11 @@ english,
\begin{frame}
[fragile]
\frametitle
{
Test your Installation II
}
\framesubtitle
{
Try to compile this minimal talk with handouts
}
\framesubtitle
{
Try to compile this minimal talk with handouts
:
{
\tt
tutorial/minimal
\_
handout.tex
}
}
\begin{columns}
\begin{column}
[T]
{
0.4
\textwidth
}
\tiny
\begin{verbatim}
\documentclass
[t,handout]
{
beamer
}
\usetheme
{
Juelich
}
\title
{
My first talk with
\LaTeX
{}}
\subtitle
{
The template works!
}
\author
{
Your Name
}
\institute
{
Your Institute
}
\date
{
\today
}
\titlegraphic
{
\includegraphics
%
[width=paperwidth]
{
placeholder
}
}
\begin{document}
\maketitle
\begin{frame}
\frametitle
{
My first slide title
}
\framesubtitle
{
My first slide subtitle
}
\
end
{
frame
}
\end{document}
\end{verbatim}
\scriptsize
\verbatiminput
{
./minimal
_
handout
}
\end{column}
\begin{column}
[T]
{
0.4
\textwidth
}
\includegraphics
[height=0.7\textheight]
{
./minimal
_
handout
}
...
...
@@ -177,7 +143,7 @@ english,
The following slides show how
{
\tt
Latex-Beamer
}
constructs work within the
template.
\begin{itemize}
\item
Framebreaks
%
\item Framebreaks
\item
Lists, numbered lists
\item
Plain slides, background images
\item
Theorems, proofs
...
...
@@ -219,23 +185,17 @@ english,
\begin{frame}
[fragile]
\frametitle
{
Plain Frames
}
\begin{itemize}
\item
The next slide shows a plain frame, even without the ``Jülich'' color
bars at the left-hand side.
\item
The next slide shows a plain frame.
\item
To use plain frames add the
\verb
!
[plain]
!
parameter to your
\verb
!
\begin{frame}
!
statement.
\end{itemize}
\begin{block}
{
How to use plain frames
}
\tiny
\begin{verbatim}
\begin{frame}
[plain]
\frametitle
{
Plain Frame
}
\begin{center}
Here is my tiny text on a plain frame.
\end{center}
\
end
{
frame
}
\end{verbatim}
\scriptsize
\verbatiminput
{
frame
_
plain
}
\end{block}
\end{frame}
%\input{frame_plain}
\begin{frame}
[c,plain]
\frametitle
{
Plain Frame
}
\begin{center}
...
...
@@ -335,32 +295,13 @@ english,
\begin{itemize}
\item
Slides containing
\verb
!
\verb
!
statements must be defined
\verb
+
fragile
+
\end{itemize}
\tiny
\begin{verbatim}
\begin{frame}
[fragile]
\frametitle
{
Hello World in Intercal
}
\begin{verbatim}
DO ,1 <- #13
PLEASE DO ,1 SUB #1 <- #234
DO ,1 SUB #2 <- #112
DO ,1 SUB #3 <- #112
DO ,1 SUB #4 <- #0
DO ,1 SUB #5 <- #64
DO ,1 SUB #6 <- #194
DO ,1 SUB #7 <- #48
PLEASE DO ,1 SUB #8 <- #22
DO ,1 SUB #9 <- #248
DO ,1 SUB #10 <- #168
DO ,1 SUB #11 <- #24
DO ,1 SUB #12 <- #16
DO ,1 SUB #13 <- #214
PLEASE READ OUT ,1
PLEASE GIVE UP
\Xend
{
verbatim
}
% remove X after copy & paste :-)
\
end
{
frame
}
\end{verbatim}
\scriptsize
\verbatiminput
{
frame
_
verbatim
}
\end{frame}
\input
{
frame
_
verbatim
}
\part
{
Jülich Colors
}
\makepart
...
...
@@ -409,7 +350,7 @@ english,
\begin{block}
{
Helmholtz Banner and Date in German
}
\begin{itemize}
\item
Take a look at the date and Helmholtz banner in the lower left
corner and the slide name a
d
n frame number in the middle
corner and the slide name an
d
frame number in the middle
\item
This slide should show the german version
\item
Enable options via
\verb
+
\documentclass[english,ngerman]{beamer}
+
\item
Enabled locally via
\verb
+
\selectlanguage{ngerman}
+
before
...
...
Write
Preview
Supports
Markdown
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