From b696b3cd80138c324d7c5c914c406334cf2fc49f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 16 Jun 2015 21:20:42 +0000 Subject: semproc (16jun15) git-svn-id: svn://tug.org/texlive/trunk@37568 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/semproc/README.txt | 14 ++++ Master/texmf-dist/doc/latex/semproc/example.bib | 61 +++++++++++++++ Master/texmf-dist/doc/latex/semproc/example.tex | 95 ++++++++++++++++++++++++ Master/texmf-dist/doc/latex/semproc/semproc.hd | 0 Master/texmf-dist/doc/latex/semproc/semproc.pdf | Bin 0 -> 363791 bytes 5 files changed, 170 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/semproc/README.txt create mode 100644 Master/texmf-dist/doc/latex/semproc/example.bib create mode 100644 Master/texmf-dist/doc/latex/semproc/example.tex create mode 100644 Master/texmf-dist/doc/latex/semproc/semproc.hd create mode 100644 Master/texmf-dist/doc/latex/semproc/semproc.pdf (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/latex/semproc/README.txt b/Master/texmf-dist/doc/latex/semproc/README.txt new file mode 100644 index 00000000000..ed7b4722f9a --- /dev/null +++ b/Master/texmf-dist/doc/latex/semproc/README.txt @@ -0,0 +1,14 @@ +---------------------------------------------------------------- +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 +---------------------------------------------------------------- + +This class provides some means for typesetting seminar proceedings based on +KOMA-Script's scrreprt class and etoc: It offers an alternative to \chapter that +typesets the speaker and if necessary the typist of the notes for the talk in +question. Moreover, the class provides two types of table of contents. A global +table of contents showing only the talks of the seminar and the respective +speakers and a local table of contents for each talk showing the sections and +subsections of the respective talk. diff --git a/Master/texmf-dist/doc/latex/semproc/example.bib b/Master/texmf-dist/doc/latex/semproc/example.bib new file mode 100644 index 00000000000..5f849c671f1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/semproc/example.bib @@ -0,0 +1,61 @@ +%% +%% This is file `example.bib', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% semproc.dtx (with options: `examplebib') +%% ---------------------------------------------------------------- +%% 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 +%% ---------------------------------------------------------------- +%% +@article{onfrege, + AUTHOR = {Green, J. J. and Rossberg, Marcus and Ebert, Philip A.}, + TITLE = {The convenience of the typesetter; notation and typography in + {F}rege's {\itshape {G}rundgesetze der {A}rithmetik}}, + JOURNAL = {Bull. Symb. Log.}, + VOLUME = {21}, + YEAR = {2015}, + NUMBER = {1}, + PAGES = {15--30}, + ISSN = {1079-8986}, + DOI = {10.1017/bsl.2015.5}, +} +@book {frege, + AUTHOR = {Frege, G.}, + TITLE = {Grundgesetze der {A}rithmetik. {B}and {I}, {II}}, + PUBLISHER = {Georg Olms Verlagsbuchhandlung, Hildesheim}, + YEAR = {1962}, + PAGES = {Vol. I, xxxii+254 pp.; Vol. II, xvi+266}, +} +@misc {video, + AUTHOR = {Donald Knuth}, + TITLE = {Notation}, + URL = {https://goo.gl/f122V5} +} +%% +%% Copyright (C) 2015 by Tobias Columbus +%% +%% 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.bib'. 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 +%% +%% 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'. diff --git a/Master/texmf-dist/doc/latex/semproc/semproc.hd b/Master/texmf-dist/doc/latex/semproc/semproc.hd new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Master/texmf-dist/doc/latex/semproc/semproc.pdf b/Master/texmf-dist/doc/latex/semproc/semproc.pdf new file mode 100644 index 00000000000..1c5690046a7 Binary files /dev/null and b/Master/texmf-dist/doc/latex/semproc/semproc.pdf differ -- cgit v1.2.3