diff options
author | Karl Berry <karl@freefriends.org> | 2012-08-20 22:38:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-08-20 22:38:02 +0000 |
commit | 0e41a49f208f79c08d67dd315eefc1e118b1ab45 (patch) | |
tree | c24fe68c66cb22fa2da4e4e4c24603d6630610b5 /Master/texmf-dist/doc/latex/presentations-en/03-03-1.ltxpd | |
parent | 4b4e52c44aa751126df4f8692344da23f9e14847 (diff) |
new example set presentations-en (20aug12)
git-svn-id: svn://tug.org/texlive/trunk@27471 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/presentations-en/03-03-1.ltxpd')
-rw-r--r-- | Master/texmf-dist/doc/latex/presentations-en/03-03-1.ltxpd | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/presentations-en/03-03-1.ltxpd b/Master/texmf-dist/doc/latex/presentations-en/03-03-1.ltxpd new file mode 100644 index 00000000000..92491374a11 --- /dev/null +++ b/Master/texmf-dist/doc/latex/presentations-en/03-03-1.ltxpd @@ -0,0 +1,59 @@ +%% +%% An UIT Edition example +%% +%% 1st edition +%% +%% Example 03-03-1 on page 60. +%% +%% Copyright (C) 2012 Herbert Voss +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% +%% +%% ==== +% Show page(s) 1,2,3,4 + +\documentclass[style=simple]{exapd} +\pagestyle{empty} +\usepackage[utf8]{inputenc} +%\StartShownPreambleCommands +\pddefinetemplate{titleslide}{titlefont=\large\bfseries\raggedright, + texthook=tl,textpos={.05\slidewidth,.83\slideheight}, + textwidth=.9\slidewidth,textfont=\tabcolsep0pt,textheight=.66\slideheight, +}{\pdsetup{rf=}} +\pddefinetemplate{basic}{% + titlepos={15pt,.93\slideheight},titlewidth=.9\slidewidth, + textheight=.66\slideheight,titlefont=\large\bfseries\raggedright, + lfpos={15pt,.04\slideheight},rfpos={.97\slidewidth,.04\slideheight}, + tocslidesep=.6ex,textheight=.68\slideheight, + textpos={15pt,.83\slideheight},textwidth=.8\slidewidth}{} +\pddefinetemplate[basic]{slide}{% + ntocpos={.80\slidewidth,.99\slideheight},ntocwidth=.19\slidewidth,tocsecm=}{ + \psline[linewidth=.8pt,linecolor=blue](0,.9\slideheight)(.8\slidewidth,.9\slideheight) + \psline[linewidth=1pt,linecolor=blue!60](0,.1\slideheight)(\slidewidth,.1\slideheight)} +\pddefinetemplate[slide]{sectionslide}{ + titlehook=c,titlefont=\bfseries\centering,titlepos={.5\slidewidth,.55\slideheight}, + titlewidth=.75\slidewidth}{} +%\StopShownPreambleCommands +\begin{document} +\title{Scientific writing} +\author{Dipl. Frank.-Wiss. Jana Voß \quad Dr.-Ing. Herbert Voß} +\date{\today} +\maketitle +\section{An introduction} +\subsection{The template} +\begin{slide}{The \LaTeX\ template for powerdot} +\begin{itemize}[type=1] +\item The template follows the \texttt{simple} style +\item Easy to extend, in contrast to \texttt{PowerPoint} +\item Better control of table of contents +\end{itemize} +\end{slide} +\begin{slide}{The navigation} +It is now in the top right corner. +\end{slide} +\end{document} |