% Default LaTeX preambel follows... \batchmode \makeatletter \makeatother % We speak German... % Change the header/footer-template if you are not, see above. \documentclass[12pt,a5paper,ngerman]{article} % Activate full utf-8 support. \usepackage{ucs} \usepackage[utf8]{inputenc} % Default font is Bookman. \usepackage{bookman} % Yes, we do want our pages be numbered. % XXX: No! \pagestyle{empty} % Some other packages... \usepackage{babel} % Automatical hyphenation \usepackage{latexsym} % Some nice symbols \usepackage{url} % Breakable URLs \usepackage{textcomp} % Some symbols (copyright, etc.) \usepackage{graphics} % Support for images \usepackage{amsmath} % Many mathematical symbols \usepackage{stmaryrd} % Additional mathematical symbols \usepackage{varioref} % Nice inner-document references \usepackage{color} % Color support, may be needed by subclasses of % MyBook::Output::LaTeX \usepackage[official,right]{eurosym} % Support for the euro sign \usepackage{tabularx} % Nice tables \usepackage{hyperref} % Clickable TOC \usepackage{setspace} % User-settable line-height. % DELETEME: %\usepackage{rotating} %\usepackage{shapepar} %\usepackage{psfrag} %\usepackage{array} %\usepackage{lscape} %\usepackage{multicol} % Allowing to have real IR, etc. in math mode: % \mathds{C} \usepackage{dsfont} \DeclareMathAlphabet{\varmathds}{U}{dsss}{m}{n} %\DeclareMathSymbol{,}{\mathord}{letters}{"3B} %" % Support for "head level=4": \newcommand{\MBsubsubsubsection}[1]{\paragraph{#1}\rule{0pt}{0pt}\par{}} % MyBook::Output::LaTeX outputs "\MBem{...}" for emphasized text. \newcommand{\MBem}[1]{\textbf{#1}} % MyBook::Output::LaTeX outputs "\MBembcode{...}" for embedded sourcecode. % For whatever reason, we have to define this command *after* \begin{document}. % Don't ask me. % MyBook::Output::LaTeX outputs "\MBsacode{...}" for stand-alone sourcecode. \newcommand{\MBsacode}[1]{\texttt{#1}} % Support for list type=listing and type=associative: \newenvironment{MBlisting}{\begin{list}{}{}\small\item{}}{\end{list}} \newcommand{\MBitem}[1]{#1\vspace{-2mm}} \newenvironment{MBassoc}{\begin{description}}{\end{description}} \newcommand{\MBassocitem}[2]{\item[#1]\rule{0pt}{0pt}\\#2} % Nice inner-document references: \newcommand{\MBref}[1]{\vpageref*{#1}} % No single lines at the start of a paragraph (Schusterjungen) \clubpenalty=10000 % No single lines at the end of a paragraph (Hurenkinder) \widowpenalty=10000 \displaywidowpenalty=10000 \makeatletter \makeatother % Some other sensible defaults: We want our text to be formatted like % % This is the first paragraph. This is the first paragraph. This is the % first paragraph. This is the first paragraph. This is the first % paragraph. % % This is the second paragraph. This is the second paragraph. This is the % second paragraph. This is the second paragraph. This is the second % paragraph. % % instead of % % This is the first paragraph. This is the first paragraph. This is the % first paragraph. This is the first paragraph. This is the first % paragraph. This is the first paragraph. % % This is the second paragraph. This is the second paragraph. This is % the second paragraph. This is the second paragraph. This is the second % paragraph. % % Again, change the header/footer-template (see above) if our tastes differ... % :) \setlength\parskip{\medskipamount} \setlength\parindent{0pt} \usepackage{geometry} \geometry{verbose,tmargin=1cm,bmargin=1cm,lmargin=1cm,rmargin=1cm} \newcommand{\slide}[2]{ \newpage \begin{center}\Huge\underline{#1}\end{center} \Large#2 } \newcommand{\textlt}[1]{\textsc{#1}} % thx to http://66.102.11.104/search?q=cache:1rOaliOQCaIJ:www.cse.iitd.ernet.in/~anup/homepage/UNIX/latex.html+backgroundeps&hl=de&ie=UTF-8 \def\BackgroundEPS#1#2#3#4{% \special{ps: @beginspecial @setspecial initmatrix 0.9 setgray #2 #3 translate #4 dup scale}% \special{ps: plotfile #1}% \special{ps: @endspecial}% } \title{Der Brief\\in der römischen Literatur} \author{Referat von Ingo Blechschmidt} \date{31. Januar 2005} \begin{document} \maketitle \thispagestyle{empty} \begin{slide}{Geschichte} \begin{itemize} \item Babylonier: \\ Ritzen von Nachrichten in Tontafeln \item Griechenland, Rom: \\ Mit Wachs beschichtete Holztafeln \item Versand per Bote oder Bekannte \item Wortursprung: \textlt{brevis, -e} -- kurz \end{itemize} \end{slide} %\begin{slide}{Inhalt} % \begin{itemize} % \item Persönliche Botschaften % \item Öffentliche Meinungskundgabe % \item Amtliche Schreiben % \end{itemize} %\end{slide} \begin{slide}{Autorintententionen} \begin{itemize} \item Ethische Briefe (Horaz) \item Heroidenbriefe: Frauen, Briefe aus der Verbannung (Ovid) \item Prosaische Briefe, "`Aufklärung-like"' (Seneca) \item Personen- und Gesellschaftsspiegel: Vorbildfunktion (Plinius) \item Didaktische- und erzieherische Briefe (Briefe von Klerikern) \end{itemize} \end{slide} \begin{slide}{Literarische Technik} \begin{itemize} \item "`Spontane Briefe"' ↔ "`literarische Briefe"' \item Umgangssprache ↔ hochrhetorische Sprache \item Private Briefe ↔ Briefe an den Senat \item Trotz Umgangssprache oftmals durchdachter Aufbau (also trotzdem nicht "`Sturm-und-Drang-like"') \item Klauseln? Ellipsen, Andeutungen? Titel und Datum? \end{itemize} \end{slide} \begin{slide}{Grundform} \begin{itemize} \item Absender \textbf{vor} Empfänger \item Gruß (am Anfang): \\ \textlt{ Caesar Ciceroni \\ s(alutem) d(icit) } \item Anfangsthese, Einwand, Argumentation, Peroratio (kurze Wiederholung) \item Ende: \\ \textlt{Vale.} \end{itemize} \end{slide} \end{document}
Download