summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/semproc/example.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-06-16 21:20:42 +0000
committerKarl Berry <karl@freefriends.org>2015-06-16 21:20:42 +0000
commitb696b3cd80138c324d7c5c914c406334cf2fc49f (patch)
treeb9abf79cd417eb9b8f410500463e20fddbbf9ae0 /Master/texmf-dist/doc/latex/semproc/example.tex
parent442f1512f0e014d65451740c97c82c1373fc67d4 (diff)
semproc (16jun15)
git-svn-id: svn://tug.org/texlive/trunk@37568 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/semproc/example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/semproc/example.tex95
1 files changed, 95 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/semproc/example.tex b/Master/texmf-dist/doc/latex/semproc/example.tex
new file mode 100644
index 00000000000..925c89ace66
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/semproc/example.tex
@@ -0,0 +1,95 @@
+%%
+%% This is file `example.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% semproc.dtx (with options: `exampletex')
+%% ----------------------------------------------------------------
+%% semproc --- LaTeX class for seminar proceedings
+%% E-mail: tobias.columbus@kit.edu
+%% Released under the LaTeX Project Public License v1.3c or later
+%% See http://www.latex-project.org/lppl.txt
+%% ----------------------------------------------------------------
+%%
+\documentclass[a4paper,openright,parskip=half-]{semproc}
+\addglobalbib{example.bib}
+\usepackage[ngerman,english]{babel}
+\begin{document}
+\author{Max Mustermann}
+\title{Example}
+\maketitle
+\globaltoc
+\chapter{Introduction}
+This document serves as an example for the \verb|semproc| class.
+
+The reader should note that this introduction, which is typeset as a
+\verb|\chapter| shows up in the table of contents. However, the numbering scheme
+of talks and chapters is confusing at best. \verb|semproc| therefore offers a
+macro \verb|\nonumchapter| for unnumbered chapters that show up in the table of
+contents and may be used e.\,g.\ for introductions as in the following second
+introduction.
+
+\nonumchapter{Second Introduction}
+This is a second introduction with no number but still showing up in the table
+of contents.
+
+\talk[speaker={Donald Knuth}]{Notation}
+\begin{summary}
+ This could be a manuscript for a talk entitled ``Notation'' given by
+ Donald Knuth at Stanford university. A video recording is available at
+ \cite{video}.
+\end{summary}
+\localtoc
+\section{Introduction}
+An introduction could go here.
+\section{Examples of Notation}
+\subsection{Notation for integrals}
+One could compare Leibniz' and Newton's notation for integrals as Knuth does in
+his talk.
+\subsection{Frege's Grundgesetze}
+Even if Knuth does not talk about the notation in \citeauthor{frege}'s
+\cite{frege}, there is even a paper~\cite{onfrege} on it.
+\section{Outlook}
+A final section with final words.
+\localbib
+
+\talk[speaker={Somebody},notes={Somebody else}]{On Something}
+\begin{summary}
+ Some Summary
+\end{summary}
+\localtoc
+\section{Section A}
+\section{Section B}
+
+\selectlanguage{ngerman}
+\talk[speaker={Hans}]{\"Uber etwas Wichtiges}
+\begin{summary}
+ Hier sieht man, dass \verb|semproc| an andere Sprachen, wie zum Beispiel
+ \verb|ngerman| angepasst werden kann. Momentan werden aber nur \verb|english|
+ und \verb|ngerman| unterstützt.
+\end{summary}
+\end{document}
+%%
+%% Copyright (C) 2015 by Tobias Columbus <tobias.columbus@kit.edu>
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License (LPPL), either
+%% version 1.3c of this license or (at your option) any later
+%% version. The latest version of this license is in the file:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% This work is "maintained" (as per LPPL maintenance status) by
+%% Tobias Columbus.
+%%
+%% This work consists of the files semproc.dtx
+%% and the derived files semproc.ins,
+%% semproc.pdf,
+%% semproc.cls,
+%% example.tex,
+%% example.bib,
+%% example.pdf
+%%
+%%
+%% End of file `example.tex'.