% Default LaTeX preambel follows... \batchmode \makeatletter \makeatother % We speak German... % Change the header/footer-template if you are not, see above. \documentclass[12pt,a4paper,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}} \begin{document} \begin{center} \huge Der Brief in der römischen Literatur \\ \small Latein-Referat von Ingo Blechschmidt \\ \tiny am 31. Januar 2005 \end{center} {\large Literarische Technik:} \begin{itemize} \item "`Spontane Briefe"' ↔ "`literarische Briefe"' \item Umgangssprache ↔ \textbf{hochrhetorische} Sprache \item Private Briefe ↔ Briefe an den Senat \item Trotz Umgangssprache oftmals \textbf{durchdachter} Aufbau \end{itemize} {\large Grundform:} \begin{itemize} \item Absender \textbf{vor} Empfänger \item Gruß (am Anfang): \textlt{Caesar Ciceroni s(alutem) d(icit)} \item Hauptteil (Beispiel: Plinius, Ep. I, 2): \begin{itemize} \item Anfangsthese: "`Schon lange schickst du mir keine Briefe."' \item Einwand: "`Du wendest ein: »Ich habe nichts zu schreiben«."' \item Argumentation: "`Dann schreibe mir eben, dass du nichts zu schreiben hast [...]"' \item Peroratio (kurze Wiederholung des Anfangs): "`Lass mich unbedingt wissen, wie es dir geht [...]"' \end{itemize} \item Ende: \textlt{Vale.} \end{itemize} \begin{center} \huge Plinius der Jüngere \\ \small Latein-Referat von Martin Frieb \\ \tiny am 31. Januar 2005 \end{center} {\large Leben und Datierung:} \begin{itemize} \item Geburt 61 oder 62 n.Chr. in Comum \item Nach Tod des Vaters Erziehung durch Onkel Plinius den Älteren \item Zahlreiche Ämter \item Vorbilder: Cicero, Cato; Freunde: Tacitus, Sueton, Martial \end{itemize} {\large Werke:} \begin{itemize} \item Verloren: Viele kleinere Dichtungen und Reden, Biographie des Vestricius Cottius \item Erhalten: Panegyricus auf Trajan, Briefe \item Briefe: \begin{itemize} \item Datierung schwierig \item Themen: Themen des Alltags, Politisches, Naturerscheinungen, Gerechtigkeit gegenüber Niedriggestellten uvm. \item Wahrscheinlich Überarbeitung und Herausgabe nur einer Auswahl \item Adressaten: \textbf{reale} Personen \item Konkrete Anlässe \item Kontraste, \textbf{Naturbilder} zur Kennzeichnung menschlicher Reaktionen \item \textbf{Kurz und prägnant} \end{itemize} \end{itemize} \end{document}
Download