diff options
author | Karl Berry <karl@freefriends.org> | 2013-12-11 23:06:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-12-11 23:06:31 +0000 |
commit | 30c63b75f9652cdeea9b8a7332580e5482646c76 (patch) | |
tree | 800b3b29ae0c82b4b9b78a101d7b56b583d3313b /Master/texmf-dist/doc/latex | |
parent | d82dade8cb6b6db42c24d617619aea52a966d001 (diff) |
detlev-cm (11dec13)
git-svn-id: svn://tug.org/texlive/trunk@32383 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/detlev-cm/LogoTop.png | bin | 0 -> 2710 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/detlev-cm/SAS-CRJ900.png | bin | 0 -> 191456 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/detlev-cm/Sample.pdf | bin | 0 -> 871014 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/detlev-cm/Sample.tex | 80 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/detlev-cm/Wing.png | bin | 0 -> 150391 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/detlev-cm/WingSunrise.png | bin | 0 -> 207778 bytes |
6 files changed, 80 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/detlev-cm/LogoTop.png b/Master/texmf-dist/doc/latex/detlev-cm/LogoTop.png Binary files differnew file mode 100644 index 00000000000..a188dd8e096 --- /dev/null +++ b/Master/texmf-dist/doc/latex/detlev-cm/LogoTop.png diff --git a/Master/texmf-dist/doc/latex/detlev-cm/SAS-CRJ900.png b/Master/texmf-dist/doc/latex/detlev-cm/SAS-CRJ900.png Binary files differnew file mode 100644 index 00000000000..2a44aba0cf5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/detlev-cm/SAS-CRJ900.png diff --git a/Master/texmf-dist/doc/latex/detlev-cm/Sample.pdf b/Master/texmf-dist/doc/latex/detlev-cm/Sample.pdf Binary files differnew file mode 100644 index 00000000000..2e93c08a9db --- /dev/null +++ b/Master/texmf-dist/doc/latex/detlev-cm/Sample.pdf diff --git a/Master/texmf-dist/doc/latex/detlev-cm/Sample.tex b/Master/texmf-dist/doc/latex/detlev-cm/Sample.tex new file mode 100644 index 00000000000..fa02f97464b --- /dev/null +++ b/Master/texmf-dist/doc/latex/detlev-cm/Sample.tex @@ -0,0 +1,80 @@ + +\documentclass[aspectratio=43,display]{beamer} + +%% http://tex.stackexchange.com/questions/114219/add-notes-to-latex-beamer +%\documentclass[note]{beamer} +%\setbeameroption{show notes} + +\usetheme{DetlevCM} +%% The colourtheme must be provided by the user +%% This allows extra flexibility and allows the use of other +%% colour themes. +\usecolortheme{ETII} + + +\usepackage{siunitx} + +\usepackage{enumerate} +\usepackage{hyperref} +\hypersetup{ +bookmarksopen=false, +pdfpagemode=UseNone, +%pdfpagemode=FullScreen, %% Enable to have Adobe Reader query for fullscreen mode +pdfauthor={Detlev Conrad Mielczarek} %% Enter the apppropriate author in here +} + +%% Title +\title[Beamer Theme]{LaTeX Beamer Theme following Uni Leeds, engineering branding} + +%% Author with both abbreviation and affiliation +\author[DCM] % +{% + Detlev C. Mielczarek\inst{1} +} + +%% Auther affiliation +\institute[UL]{\inst{1}Uni Leeds} + + + +%% Begin the actual document +\begin{document} + + +\maketitle + + + +\begin{frame}{Test?} + \tableofcontents +\end{frame} + +%% Sections must be explicitly defined +%% square brackets for the short form in the headline +%% braces for the long entry in the table of contents +\section[Short Title]{Long Title} + +%% slide titles must be given explicitly in braces +%% exclude to not print a slide title +%% the slide title can be different from the section +\begin{frame}{Example Frame} +\begin{itemize}[<1->] + + \item An LaTeX template designed for use at the University of Leeds (NOT officially endorsed in any way) + + \item This is a sample presentations + + \item Other colour choices are allowed in the preamble + + \item University logo not supplied (copyright issues) - use your own (LogoTop.png) + + \item frame titles can be removed by leaving braces blank + + \item The images are copyrighted - a licence is herewith granted to use the supplied low resolution version on a royalty free basis in connection with this theme +\end{itemize} +\end{frame} + + + + +\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/detlev-cm/Wing.png b/Master/texmf-dist/doc/latex/detlev-cm/Wing.png Binary files differnew file mode 100644 index 00000000000..036ebb0b0bb --- /dev/null +++ b/Master/texmf-dist/doc/latex/detlev-cm/Wing.png diff --git a/Master/texmf-dist/doc/latex/detlev-cm/WingSunrise.png b/Master/texmf-dist/doc/latex/detlev-cm/WingSunrise.png Binary files differnew file mode 100644 index 00000000000..9e635bffdc3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/detlev-cm/WingSunrise.png |