diff options
Diffstat (limited to 'macros/latex/contrib/univie-ling/doc/templates')
16 files changed, 896 insertions, 0 deletions
diff --git a/macros/latex/contrib/univie-ling/doc/templates/template-expose-deutsch.pdf b/macros/latex/contrib/univie-ling/doc/templates/template-expose-deutsch.pdf Binary files differnew file mode 100644 index 0000000000..4177418424 --- /dev/null +++ b/macros/latex/contrib/univie-ling/doc/templates/template-expose-deutsch.pdf diff --git a/macros/latex/contrib/univie-ling/doc/templates/template-expose-deutsch.tex b/macros/latex/contrib/univie-ling/doc/templates/template-expose-deutsch.tex new file mode 100644 index 0000000000..ba139d76a0 --- /dev/null +++ b/macros/latex/contrib/univie-ling/doc/templates/template-expose-deutsch.tex @@ -0,0 +1,128 @@ +% Beispieldatei für die Klasse ``univie-ling-expose'' +% Übersetzen mit pdflatex -- biber -- pdflatex +\documentclass[naustrian]{univie-ling-expose} + +\usepackage{babel} + +% Standardmäßig wird das Biblatex-Paket mit Unified-Stil und +% Biber-Backend geladen. +% Wenn Sie klassisches Bibtex (mit unified.bst) verwenden wollen, +% verwenden Sie die Klassenoption ``biblatex=false'' +\bibliography{biblatex-examples} + +% Persönliche Angaben +\author{Vorname Nachname, BA MA} +\studienkennzahl{A 792 327} +\studienrichtung{Sprachwissenschaft} + +% Arbeitsrelevante Angaben +\title{Titel der Arbeit} +\subtitle{Untertitel} +\supervisor{Univ.-Prof. Dr. Vorname Name} +\cosupervisor{Univ.-Prof. Dr. Vorname Name} +% Advisory board (Doktoratsbeirat) +\advisor{Univ.-Prof. Dr. Vorname Name} + + +\begin{document} + +% Die Titelseite +\maketitle + +% Inhaltsverzeichnis +\tableofcontents + +\section{Einleitung}\label{sec:einleitung} + +Worum geht es in Ihrem Forschungsprojekt? Erklären Sie das Thema und seine Relevanz für das Fach. +Skizzieren Sie kurz die Gliederung des Exposés. + + +\section{Forschungsstand}\label{sec:forschungsstand} + +Diskutieren Sie die vorhandene Literatur, machen Sie Lücken aus und okkupieren Sie diese! + + +\section{Forschungsfragen}\label{sec:forschungsfragen} + +Nachdem Sie die Nischen, die Sie okkupieren möchten, lokalisiert haben, formulieren Sie Ihre Forschungsfragen. +Seien Sie möglichst klar und präzise. + + +\section{Daten und Methoden}\label{sec:daten} + +Erläutern Sie, welche Daten Sie analysieren wollen, um die Fragen zu klären. Seien Sie auch hier so präzise wie möglich. +Begründen Sie, welche Methoden Sie wählen, um die Daten zu erschließen. Stellen Sie auch methodische und empirische +Beschränkungen klar heraus. + + +\section{Betreuer/innen}\label{sec:betreuer} + +Erläutern Sie kurz, warum Sie Ihre Betreuer/innen gewählt haben. + + +\section{Schluss}\label{sec:schluss} + +Fassen Sie ihre Ideen kurz zusammen, kommen Sie nochmals auf die Forschungsfragen zurück. + + +\section{Zeitplan}\label{sec:zeitplan} + +Skizzieren Sie Ihren vorläufigen Zeitplan in tabellarischer Form. + + +\section{Tipps} + +Verwenden Sie am Besten \textsf{biblatex} für konsistente Literaturverweise im \emph{Unified}-Stil +(vgl. \emph{Leitfaden für die Gestaltung von schriftlichen Arbeiten und Unterlagen}; März 2018). +Für normale Verweise im Text \verb|\textcite|: \textcite[22]{brandt}, für Verweise in Klammern \verb|\parencite|: \parencite{brandt}. + +Für Anführungszeichen und Zitate verwenden Sie am Besten die Befehle des Paketes \emph{csquotes}: \enquote{doppelte Anführungszeichen}, +\enquote*{einfache Anführungszeichen}, \enquote{ein \enquote{Zitat} im Zitat}. Für Zitate mit Literaturverweis gibt es +\verb|\textquote| bzw. \verb|\textcquote|: \textquote[{\cite[202]{spiegelberg}}]{Ein Zitat mit Verweis}, noch einfacher +\textcquote[202]{spiegelberg}{Ein Zitat mit Verweis}. + +Für längere Zitate verwenden Sie \emph{displayquote} oder \emph{displaycquote}: + +\begin{displayquote}[{\cite[202]{spiegelberg}}] + Ein langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes + langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes + langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes + Zitat. +\end{displayquote} + +\begin{displaycquote}[202]{spiegelberg} + Ein langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes + langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes + langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes + Zitat. +\end{displaycquote} +% +Es gibt auch Makros für Auslassungen: \textelp{} und für Einfügungen in Zitaten: \textins{meine Einfügung} bzw. für beides kombiniert: \textelp{Einfügung nach Auslassung}, \textelp*{Einfügung vor Auslassung}. + +Verwenden Sie semantisches Markup statt manueller Textauszeichnung: +\begin{itemize} + \item Ausdruck (Objektsprachliches) kursiv: Das Wort \Expression{Wort}. + \item Bedeutungsangaben in einfachen Anführungszeichen: \Meaning{Bedeutung} + \item Semantische Konzepte in Kapitälchen: Das Konzept \Concept{Konzept} +\end{itemize} +% +Nummerierte linguistische Beispiele bekommen Sie mit der Umgebung \emph{example} (für mehrzeilige Beispiele) und \emph{examples} (für einzeilige): + +\begin{example} + Das ist ein mehrzeiliges Beispiel + + Es kann mehrere Absätze enthalten +\end{example} + +\begin{examples} + \item Das ist ein einzeiliges Beispiel\label{exa:Beispiel-einzeilig} + \item Jeder Absatz wird in diesem Stil neu nummeriert +\end{examples} +% +Auf die Beispiele verweist man am Besten so: \prettyref{exa:Beispiel-einzeilig}. Übrigens auch auf Abschnitte\footnote{Denken Sie dran: Exposés haben, wie Artikel, keine \emph{Kapitel}, sondern nur \emph{Abschnitte}. Kapitel haben Bücher!}: \prettyref{sec:daten}. + +% Die Bibliographie +\printbibliography[heading=bibnumbered] + +\end{document} diff --git a/macros/latex/contrib/univie-ling/doc/templates/template-expose-english.pdf b/macros/latex/contrib/univie-ling/doc/templates/template-expose-english.pdf Binary files differnew file mode 100644 index 0000000000..69ab2f9b91 --- /dev/null +++ b/macros/latex/contrib/univie-ling/doc/templates/template-expose-english.pdf diff --git a/macros/latex/contrib/univie-ling/doc/templates/template-expose-english.tex b/macros/latex/contrib/univie-ling/doc/templates/template-expose-english.tex new file mode 100644 index 0000000000..c998acea71 --- /dev/null +++ b/macros/latex/contrib/univie-ling/doc/templates/template-expose-english.tex @@ -0,0 +1,131 @@ +% Example file for the class ``univie-ling-expose'' +% Run pdflatex -- biber -- pdflatex +\documentclass[naustrian,english]{univie-ling-expose} + +\usepackage{babel} + +% By default, the class loads the biblatex package +% with Unified style and biber backend. +% If you want to use classic bibtex (with unified.bst), +% use the class option ``biblatex=false'' +\bibliography{biblatex-examples} + +% Personal data +\author{First Name Surname, BA MA} +\studienkennzahl{A 792 327} +\studienrichtung{Sprachwissenschaft} + +% Paper-related data +\title{Title of the Thesis} +\subtitle{Subtitle} +\supervisor{Univ.-Prof. Dr. First Name Surname} +\cosupervisor{Univ.-Prof. Dr. First Name Surname} +% Advisory board (Beirat) +\advisor{Univ.-Prof. Dr. First Name Surname} + + +\begin{document} + +% The title page +\maketitle + +% The TOC +\tableofcontents + +\section{Introduction}\label{sec:intro} + +What is your project about? Explain the topic and its relevance for the discipline. +Briefly sketch the outline of this proposal. + + +\section{State of Research}\label{sec:state} + +Discuss the literature, locate research niches and occupy them. + + +\section{Research Questions}\label{sec:questions} + +After you have located the niche you want to occupy, formulate your research questions. +Be very clear and precise about the questions your project sets out to address. + + +\section{Data and Methods}\label{sec:data} + +Elaborate on the data you are going to analyze. Again, be as precise are possible. +Rationalize on the methods you select in order to approach the data. Also be clear about methodical or empirical limitations. + + +\section{Supervisors}\label{sec:superv} + +Briefly explain why you selected your supervisor(s). + + +\section{Conclusions}\label{sec:conclusions} + +Summarize your idea, take up the research questions. + + +\section{Schedule}\label{sec:schedule} + +Outline your provisional working schedule in tabular form. + + +\section{Tips} + +It is recommended that you use \textsf{biblatex} for consistent references in Unified style +(see \foreignlanguage{naustrian}{\emph{Leitfaden für die Gestaltung von schriftlichen Arbeiten und Unterlagen}; März 2018}). +For normal inline references, use \verb|\textcite|: \textcite[22]{sarfraz}; for references in parentheses use \verb|\parencite|: \parencite{sarfraz}. + +For quotation marks and quotations, use the macros provided by the package \emph{csquotes}: \enquote{double quotation marks}, +\enquote*{single quotation marks}, \enquote{an \enquote{embedded} quotation}. Quotation with references can be produced with +\verb|\textquote| and \verb|\textcquote|: \textquote[{\cite[222]{sarfraz}}]{A quote with reference}, even simpler +\textcquote[222]{sarfraz}{A quote with reference}. + +For longer quotations, use \emph{displayquote} or \emph{displaycquote}: + +\begin{displayquote}[{\cite[246]{sarfraz}}] + A long long long long long long long long long long long long long long long long long long + long long long long long long long long long long long long long long long long long long long long + long long long long long long long long long long long long long long long long long long long long + quotation. +\end{displayquote} + +\begin{displaycquote}[246]{sarfraz} + A long long long long long long long long long long long long long long long long long long + long long long long long long long long long long long long long long long long long long long long + long long long long long long long long long long long long long long long long long long long long + quotation. +\end{displaycquote} +% +There are also macros for omissions: \textelp{} and insertions in quotations: \textins{my insertion} as well as for both combined: +\textelp{insertion after omission}, \textelp*{insertion before omission}. + +Use semantic markup instead of manual shape change: +\begin{itemize} + \item Expressions (object language) in italics: The word \Expression{Wort}. + \item Meaning is given in single quotes: \Meaning{meaning} + \item Semantic concepts in small caps: the concept \Concept{concept} +\end{itemize} +% +Numbered linguistic examples can be produced by means of the \emph{example} environment (for multi-line examples) and \emph{examples} environment +(for subsequent single-line examples): + +\begin{example} + This is a multi-line example + + It might consist of several paragraphs +\end{example} + +\begin{examples} + \item This is a single-line example\label{exa:example-single} + \item Each paragraph gets its own number +\end{examples} +% +It is recommended to refer to the examples like this: \prettyref{exa:example-single}. Also to sections\footnote{Nota bene: exposés do not have chapters, + just sections. Only books (monographs) have chapters!}, incidentally: \prettyref{sec:data}. + + +% The bibliography +\printbibliography[heading=bibnumbered] + +\end{document} diff --git a/macros/latex/contrib/univie-ling/doc/templates/template-paper-deutsch.pdf b/macros/latex/contrib/univie-ling/doc/templates/template-paper-deutsch.pdf Binary files differnew file mode 100644 index 0000000000..497435e7ff --- /dev/null +++ b/macros/latex/contrib/univie-ling/doc/templates/template-paper-deutsch.pdf diff --git a/macros/latex/contrib/univie-ling/doc/templates/template-paper-deutsch.tex b/macros/latex/contrib/univie-ling/doc/templates/template-paper-deutsch.tex new file mode 100644 index 0000000000..447e7bb5aa --- /dev/null +++ b/macros/latex/contrib/univie-ling/doc/templates/template-paper-deutsch.tex @@ -0,0 +1,101 @@ +% Beispieldatei für die Klasse ``univie-ling-paper'' +% Übersetzen mit pdflatex -- biber -- pdflatex +\documentclass[naustrian]{univie-ling-paper} + +\usepackage{babel} + +% Standardmäßig wird das Biblatex-Paket mit Unified-Stil und +% Biber-Backend geladen. +% Wenn Sie klassisches Bibtex (mit unified.bst) verwenden wollen, +% verwenden Sie die Klassenoption ``biblatex=false'' +\bibliography{biblatex-examples} + +% Persönliche Angaben +\author{Vorname Nachname, BA} +\matrikelnr{0000000} +\studienkennzahl{A 066 899} + +% Mehrere Autoren: +%\author{Vorname Nachname, BA \and Vorname Nachname, BA} +%\matrikelnr{0000000 \and 1111111} +%\studienkennzahl{A 066 899 \and A 066 899} + +% Arbeitsrelevante Angaben +\title{Titel der Arbeit} +\course{ps}{Seminartitel}% Mögliche Optionen: ps, se, vo, pv, ue, ko +\semester{ss}{2015}% Mögliche Optionen: ss, ws +\instructor{Univ.-Prof. Dr. Vorname Name} + +% Der Arbeitstyp wird für ps und se automatisch gesetzt. +% Kommentieren Sie, falls nötig, das folgende aus, um einen +% Arbeitstypen zu definieren +%\texttype{Forschungsbericht} + +\begin{document} + +% Die Titelseite +\maketitle + +% Selbstaendigkeitserklaerung +\makedeclaration + +\tableofcontents + +\section{Ein paar Tipps}\label{sec:hinweise} + +Verwenden Sie am Besten \textsf{biblatex} für konsistente Literaturverweise im \emph{Unified}-Stil (vgl. \emph{Leitfaden für die Gestaltung von +schriftlichen Arbeiten und Unterlagen}; März 2018). +Für normale Verweise im Text \verb|\textcite|: \textcite[22]{brandt}, für Verweise in Klammern \verb|\parencite|: \parencite{brandt}. + +Für Anführungszeichen und Zitate verwenden Sie am Besten die Befehle des Paketes \emph{csquotes}: \enquote{doppelte Anführungszeichen}, +\enquote*{einfache Anführungszeichen}, \enquote{ein \enquote{Zitat} im Zitat}. Für Zitate mit Literaturverweis gibt es +\verb|\textquote| bzw. \verb|\textcquote|: \textquote[{\cite[202]{spiegelberg}}]{Ein Zitat mit Verweis}, noch einfacher +\textcquote[202]{spiegelberg}{Ein Zitat mit Verweis}. + +Für längere Zitate verwenden Sie \emph{displayquote} oder \emph{displaycquote}: + +\begin{displayquote}[{\cite[202]{spiegelberg}}] + Ein langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes + langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes + langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes + Zitat. +\end{displayquote} + +\begin{displaycquote}[202]{spiegelberg} + Ein langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes + langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes + langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes + Zitat. +\end{displaycquote} +% +Es gibt auch Makros für Auslassungen: \textelp{} und für Einfügungen in Zitaten: \textins{meine Einfügung} bzw. für beides kombiniert: +\textelp{Einfügung nach Auslassung}, \textelp*{Einfügung vor Auslassung}. + +Verwenden Sie semantisches Markup statt manueller Textauszeichnung: +\begin{itemize} + \item Ausdruck (Objektsprachliches) kursiv: Das Wort \Expression{Wort}. + \item Bedeutungsangaben in einfachen Anführungszeichen: \Meaning{Bedeutung} + \item Semantische Konzepte in Kapitälchen: Das Konzept \Concept{Konzept} +\end{itemize} +% +Nummerierte linguistische Beispiele bekommen Sie mit der Umgebung \emph{example} (für mehrzeilige Beispiele) und \emph{examples} (für einzeilige): + +\begin{example} + Das ist ein mehrzeiliges Beispiel + + Es kann mehrere Absätze enthalten +\end{example} + +\begin{examples} + \item Das ist ein einzeiliges Beispiel\label{exa:Beispiel-einzeilig} + \item Jeder Absatz wird in diesem Stil neu nummeriert +\end{examples} +% +Auf die Beispiele verweist man am Besten so: \prettyref{exa:Beispiel-einzeilig}. Übrigens auch auf Abschnitte\footnote{Denken Sie dran: Seminararbeiten haben, + wie Artikel, keine \emph{Kapitel}, sondern nur \emph{Abschnitte}. Kapitel haben Bücher!}: \prettyref{sec:hinweise}. + +% Die Bibliographie +\clearpage +\printbibliography[heading=bibnumbered] + +\end{document} diff --git a/macros/latex/contrib/univie-ling/doc/templates/template-paper-english.pdf b/macros/latex/contrib/univie-ling/doc/templates/template-paper-english.pdf Binary files differnew file mode 100644 index 0000000000..bd4dfe4715 --- /dev/null +++ b/macros/latex/contrib/univie-ling/doc/templates/template-paper-english.pdf diff --git a/macros/latex/contrib/univie-ling/doc/templates/template-paper-english.tex b/macros/latex/contrib/univie-ling/doc/templates/template-paper-english.tex new file mode 100644 index 0000000000..33716cc40a --- /dev/null +++ b/macros/latex/contrib/univie-ling/doc/templates/template-paper-english.tex @@ -0,0 +1,102 @@ +% Example file for the class ``univie-ling-paper'' +% Run pdflatex -- biber -- pdflatex +\documentclass[naustrian,english]{univie-ling-paper} + +\usepackage{babel} + +% By default, the class loads the biblatex package +% with Unified style and biber backend. +% If you want to use classic bibtex (with unified.bst), +% use the class option ``biblatex=false'' +\bibliography{biblatex-examples} + +% Personal data +\author{First Name Surname, BA} +\matrikelnr{0000000} +\studienkennzahl{A 066 899} + +% Joint work: +%\author{Vorname Nachname, BA \and Vorname Nachname, BA} +%\matrikelnr{0000000 \and 1111111} +%\studienkennzahl{A 066 899 \and A 066 899} + +% Paper-related data +\title{Title of the Paper} +\course{ps}{Course Title}% valid options: ps, se, vo, pv, ue, ko +\semester{ss}{2015}% valid options: ss, ws +\instructor{Univ.-Prof. Dr. First Name Surname} + +% The paper type is automatically set for ps and se +% Comment out and adjust if needed +%\texttype{Forschungsbericht} + +\begin{document} + +% The title page +\maketitle + +% Anti-plagiarism declaration +\makedeclaration + +\tableofcontents + +\section{General hints}\label{sec:hints} + +It is recommended that you use \textsf{biblatex} for consistent references in Unified style +(see \foreignlanguage{naustrian}{\emph{Leitfaden für die Gestaltung von schriftlichen Arbeiten und Unterlagen}; März 2018}). +For normal inline references, use \verb|\textcite|: \textcite[22]{sarfraz}; for references in parentheses use \verb|\parencite|: +\parencite{sarfraz}. + +For quotation marks and quotations, use the macros provided by the package \emph{csquotes}: \enquote{double quotation marks}, +\enquote*{single quotation marks}, \enquote{an \enquote{embedded} quotation}. Quotation with references can be produced with +\verb|\textquote| and \verb|\textcquote|: \textquote[{\cite[222]{sarfraz}}]{A quote with reference}, even simpler +\textcquote[222]{sarfraz}{A quote with reference}. + +For longer quotations, use \emph{displayquote} or \emph{displaycquote}: + +\begin{displayquote}[{\cite[246]{sarfraz}}] + A long long long long long long long long long long long long long long long long long long + long long long long long long long long long long long long long long long long long long long long + long long long long long long long long long long long long long long long long long long long long + quotation. +\end{displayquote} + +\begin{displaycquote}[246]{sarfraz} + A long long long long long long long long long long long long long long long long long long + long long long long long long long long long long long long long long long long long long long long + long long long long long long long long long long long long long long long long long long long long + quotation. +\end{displaycquote} +% +There are also macros for omissions: \textelp{} and insertions in quotations: \textins{my insertion} as well as for both combined: +\textelp{insertion after omission}, \textelp*{insertion before omission}. + +Use semantic markup instead of manual shape change: +\begin{itemize} + \item Expressions (object language) in italics: The word \Expression{Wort}. + \item Meaning is given in single quotes: \Meaning{meaning} + \item Semantic concepts in small caps: the concept \Concept{concept} +\end{itemize} +% +Numbered linguistic examples can be produced by means of the \emph{example} environment (for multi-line examples) and \emph{examples} +environment (for subsequent single-line examples): + +\begin{example} + This is a multi-line example + + It might consist of several paragraphs +\end{example} + +\begin{examples} + \item This is a single-line example\label{exa:example-single} + \item Each paragraph gets its own number +\end{examples} +% +It is recommended to refer to the examples like this: \prettyref{exa:example-single}. Also to sections\footnote{Nota bene: papers do not + have chapters, just sections. Only books (monographs) have chapters!}, incidentally: \prettyref{sec:hints}. + +% The bibliography +\clearpage +\printbibliography[heading=bibnumbered] + +\end{document} diff --git a/macros/latex/contrib/univie-ling/doc/templates/template-thesis-deutsch.pdf b/macros/latex/contrib/univie-ling/doc/templates/template-thesis-deutsch.pdf Binary files differnew file mode 100644 index 0000000000..9365a6b6e6 --- /dev/null +++ b/macros/latex/contrib/univie-ling/doc/templates/template-thesis-deutsch.pdf diff --git a/macros/latex/contrib/univie-ling/doc/templates/template-thesis-deutsch.tex b/macros/latex/contrib/univie-ling/doc/templates/template-thesis-deutsch.tex new file mode 100644 index 0000000000..6f9a1eb566 --- /dev/null +++ b/macros/latex/contrib/univie-ling/doc/templates/template-thesis-deutsch.tex @@ -0,0 +1,103 @@ +% Beispieldatei für die Klasse ``univie-ling-thesis'' +% Übersetzen mit pdflatex -- biber -- pdflatex +\documentclass[naustrian]{univie-ling-thesis} + +\usepackage{babel} + +% Verwende den vom Hochschulschriftenservice verlangten Standard PDF/A1-b +% (siehe http://e-theses.univie.ac.at/elektronische_einreichung.html) +\usepackage[a-1b]{pdfx} +\hypersetup{pdfborder={0 0 0}} + +% Standardmäßig wird das Biblatex-Paket mit Unified-Stil und +% Biber-Backend geladen. +% Wenn Sie klassisches Bibtex (mit unified.bst) verwenden wollen, +% verwenden Sie die Klassenoption ``biblatex=false'' +\bibliography{biblatex-examples} + +% Persönliche Angaben +\author{Vorname Nachname, BA MA} +\studienkennzahl{A 792 327} +\studienrichtung{Sprachwissenschaft} + +% Mehrere Autor*innen: +%\author{Vorname Nachname, BA MA \and Vorname Nachname, BA MA} +%\studienkennzahl{A 066 899 \and A 066 899} + +% Arbeitsrelevante Angaben +\thesistype{diss}% Mögliche Optionen: magister, diplom, bachelor, master, diss +\title{Titel der Arbeit} +\subtitle{Untertitel} +\volume{1}{5}% Band x von y Bänden +% Der angemessene Grad wird automatisch ausgewählt, aber Sie können +% diese Wahl überschreiben, indem Sie den folgenden Befehl auskommentieren: +% (Beachten Sie, dass weibliche Formen für die Grade verwendet werden, wenn +% Sie die Klassenoption ``fdegree=true'' verwenden) +%\degree{Doktor der Philosophie (Dr. phil.)}% Angestrebter Grad +\supervisor{Univ.-Prof. Dr. Vorname Nachname} +\cosupervisor{Univ.-Prof. Dr. Vorname Nachname} + + +\begin{document} + +% Die Titelseite +\maketitle + +\tableofcontents + +\chapter{Ein paar Tipps}\label{cha:hinweise} + +Verwenden Sie am Besten \textsf{biblatex} für konsistente Literaturverweise im \emph{Unified}-Stil (vgl. \emph{Leitfaden für die Gestaltung von + schriftlichen Arbeiten und Unterlagen}; März 2018). +Für normale Verweise im Text \verb|\textcite|: \textcite[22]{brandt}, für Verweise in Klammern \verb|\parencite|: \parencite{brandt}. + +Für Anführungszeichen und Zitate verwenden Sie am Besten die Befehle des Paketes \emph{csquotes}: \enquote{doppelte Anführungszeichen}, +\enquote*{einfache Anführungszeichen}, \enquote{ein \enquote{Zitat} im Zitat}. Für Zitate mit Literaturverweis gibt es +\verb|\textquote| bzw. \verb|\textcquote|: \textquote[{\cite[202]{spiegelberg}}]{Ein Zitat mit Verweis}, noch einfacher +\textcquote[202]{spiegelberg}{Ein Zitat mit Verweis}. + +Für längere Zitate verwenden Sie \emph{displayquote} oder \emph{displaycquote}: + +\begin{displayquote}[{\cite[202]{spiegelberg}}] + Ein langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes + langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes + langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes + Zitat. +\end{displayquote} + +\begin{displaycquote}[202]{spiegelberg} + Ein langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes + langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes + langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes langes + Zitat. +\end{displaycquote} +% +Das Paket \emph{csquotes} stellt auch Makros für Auslassungen in Zitaten zur Verfügung: \textelp{}, für Einfügungen: \textins{meine Einfügung} +bzw. für beides kombiniert: \textelp{Einfügung nach Auslassung}, \textelp*{Einfügung vor Auslassung}. + +Verwenden Sie statt manueller Textauszeichnung linguistischer Ebenen möglichst das semantische Markup, das die Klasse zur Verfügung stellt: +\begin{itemize} + \item Ausdruck (Objektsprachliches) kursiv: Das Wort \Expression{Wort}. + \item Bedeutungsangaben in einfachen Anführungszeichen: \Meaning{Bedeutung} + \item Semantische Konzepte in Kapitälchen: Das Konzept \Concept{Konzept} +\end{itemize} +% +Nummerierte linguistische Beispiele bekommen Sie mit der Umgebung \emph{example} (für mehrzeilige Beispiele) und \emph{examples} (für einzeilige): + +\begin{example} + Das ist ein mehrzeiliges Beispiel + + Es kann mehrere Absätze enthalten +\end{example} + +\begin{examples} + \item Das ist ein einzeiliges Beispiel\label{exa:Beispiel-einzeilig} + \item Jeder Absatz wird in diesem Stil neu nummeriert +\end{examples} +% +Auf die Beispiele verweist man am Besten so: \prettyref{exa:Beispiel-einzeilig}. Übrigens auch auf Kapitel: \prettyref{cha:hinweise}. + +% Die Bibliographie +\printbibliography[heading=bibnumbered] + +\end{document} diff --git a/macros/latex/contrib/univie-ling/doc/templates/template-thesis-deutsch.xmpdata b/macros/latex/contrib/univie-ling/doc/templates/template-thesis-deutsch.xmpdata new file mode 100644 index 0000000000..c5e4ba9ef8 --- /dev/null +++ b/macros/latex/contrib/univie-ling/doc/templates/template-thesis-deutsch.xmpdata @@ -0,0 +1,76 @@ +% Replace the information at the bottom with your document's actual +% metadata. +% +% NOTE that the file needs to be renamed to <name>.xmpdata, where <name> +% is the name of your (master) TeX file. +% +% Symbols permitted in metadata +% ============================= +% +% Within the metadata, all printable ASCII characters except +% '\', '{', '}', and '%' represent themselves. Also, all printable +% Unicode characters from the basic multilingual plane (i.e., up to +% code point U+FFFF) can be used directly with the UTF-8 encoding. +% Consecutive whitespace characters are combined into a single +% space. Whitespace after a macro such as \copyright, \backslash, or +% \sep is ignored. Blank lines are not permitted. Moreover, the +% following markup can be used: +% +% '\ ' - a literal space (for example after a macro) +% \% - a literal '%' +% \{ - a literal '{' +% \} - a literal '}' +% \backslash - a literal '\' +% \copyright - the (c) copyright symbol +% +% The macro \sep is only permitted within \Author, \Keywords, and +% \Org. It is used to separate multiple authors, keywords, etc. +% +% Explanations +% ============== +% +% Here is an incomplete list of user-definable metadata fields, +% and their meanings. Please refer to the pdfx manual for a +% comprehensive list +% +% General information: +% +% \Author - the document's human author. Separate multiple +% authors with \sep. +% \Title - the document's title. +% \Keywords - list of keywords, separated with \sep. +% \Subject - the abstract. +% \Org - publishers. +% +% Copyright information: +% +% \Copyright - a copyright statement. +% \CopyrightURL - location of a web page describing the owner +% and/or rights statement for this document. +% \Copyrighted - 'True' if the document is copyrighted, and +% 'False' if it isn't. This is automatically set +% to 'True' if either \Copyright or \CopyrightURL +% is specified, but can be overridden. For +% example, if the copyright statement is "Public +% Domain", this should be set to 'False'. +% + + +\Title {Titel der Arbeit} + +% Multiple Authors: {Vorname Nachname\sep Vorname Nachname} +\Author {Vorname Nachname} + +\Copyright {Copyright \copyright\ 2018 "Vorname Nachname"} + +\Keywords {Schlagwort\sep + weiteres Schlagwort\sep + noch ein Schlagwort} + +\Subject {Hier kommt das Abstract hin.} + +\Org {Universität Wien / University of Vienna} + +\Copyrighted {True} + +% That's it. diff --git a/macros/latex/contrib/univie-ling/doc/templates/template-thesis-english.pdf b/macros/latex/contrib/univie-ling/doc/templates/template-thesis-english.pdf Binary files differnew file mode 100644 index 0000000000..4978646332 --- /dev/null +++ b/macros/latex/contrib/univie-ling/doc/templates/template-thesis-english.pdf diff --git a/macros/latex/contrib/univie-ling/doc/templates/template-thesis-english.tex b/macros/latex/contrib/univie-ling/doc/templates/template-thesis-english.tex new file mode 100644 index 0000000000..7b479f4777 --- /dev/null +++ b/macros/latex/contrib/univie-ling/doc/templates/template-thesis-english.tex @@ -0,0 +1,103 @@ +% Example file for the class ``univie-ling-thesis'' +% Run pdflatex -- biber -- pdflatex +\documentclass[naustrian,english]{univie-ling-thesis} + +\usepackage{babel} + +% Use the PDF/A1-b standard as required by the Hochschulschriften-Service +% (see http://e-theses.univie.ac.at/elektronische_einreichung.html) +\usepackage[a-1b]{pdfx} +\hypersetup{pdfborder={0 0 0}} + +% By default, the class loads the biblatex package +% with Unified style and biber backend. +% If you want to use classic bibtex (with unified.bst), +% use the class option ``biblatex=false'' +\bibliography{biblatex-examples} + +% Personal data +\author{First Name Surname, BA MA} +\studienkennzahl{A 792 327} +\studienrichtung{Sprachwissenschaft} + +% Joint work: +%\author{First Name Surname, BA MA \and First Name Surname, BA MA} +%\studienkennzahl{A 066 899 \and A 066 899} + +% Paper-related data +\thesistype{diss}% valid options: magister, diplom, bachelor, master, diss +\title{Title of the Thesis} +\subtitle{Subtitle} +\volume{1}{5}% Vol. x of y volumes +% The suitable degree is automatically set, but you can override +% it by uncommenting the following command: +% (note that female forms of degrees, where appropriate, are +% used if you use the class option ``fdegree=true'') +%\degree{Doktor der Philosophie (Dr. phil.)}% Targeted degree +\supervisor{Univ.-Prof. Dr. First Name Surname} +\cosupervisor{Univ.-Prof. Dr. First Name Surname} + + +\begin{document} + +% The title page +\maketitle + +\tableofcontents + +\chapter{General hints}\label{cha:hints} + +It is recommended that you use \textsf{biblatex} for consistent references in Unified style +(see \foreignlanguage{naustrian}{\emph{Leitfaden für die Gestaltung von schriftlichen Arbeiten und Unterlagen}; März 2018}). +For normal inline references, use \verb|\textcite|: \textcite[22]{sarfraz}; for references in parentheses use \verb|\parencite|: \parencite{sarfraz}. + +For quotation marks and quotations, use the macros provided by the package \emph{csquotes}: \enquote{double quotation marks}, \enquote*{single quotation marks}, +\enquote{an \enquote{embedded} quotation}. Quotation with references can be produced with \verb|\textquote| and \verb|\textcquote|: +\textquote[{\cite[222]{sarfraz}}]{A quote with reference}, even simpler \textcquote[222]{sarfraz}{A quote with reference}. + +For longer quotations, use \emph{displayquote} or \emph{displaycquote}: + +\begin{displayquote}[{\cite[246]{sarfraz}}] + A long long long long long long long long long long long long long long long long long long + long long long long long long long long long long long long long long long long long long long long + long long long long long long long long long long long long long long long long long long long long + quotation. +\end{displayquote} + +\begin{displaycquote}[246]{sarfraz} + A long long long long long long long long long long long long long long long long long long + long long long long long long long long long long long long long long long long long long long long + long long long long long long long long long long long long long long long long long long long long + quotation. +\end{displaycquote} +% +There are also macros for omissions in quotations: \textelp{}, insertions: \textins{my insertion} and combinations of both: \textelp{insertion after omission}, +\textelp*{insertion before omission}. + +Use the semantic markup provided by the class instead of manual shape change: +\begin{itemize} + \item Expressions (object language) in italics: The word \Expression{Wort}. + \item Meaning is given in single quotes: \Meaning{meaning} + \item Semantic concepts in small caps: the concept \Concept{concept} +\end{itemize} +% +Numbered linguistic examples can be produced by means of the \emph{example} environment (for multi-line examples) and \emph{examples} environment +(for subsequent single-line examples): + +\begin{example} + This is a multi-line example + + It might consist of several paragraphs +\end{example} + +\begin{examples} + \item This is a single-line example\label{exa:example-single} + \item Each paragraph gets its own number +\end{examples} +% +It is recommended to refer to the examples like this: \prettyref{exa:example-single}. Also to chapters, incidentally: \prettyref{cha:hints}. + +% The bibliography +\printbibliography[heading=bibnumbered] + +\end{document} diff --git a/macros/latex/contrib/univie-ling/doc/templates/template-thesis-english.xmpdata b/macros/latex/contrib/univie-ling/doc/templates/template-thesis-english.xmpdata new file mode 100644 index 0000000000..18346abefa --- /dev/null +++ b/macros/latex/contrib/univie-ling/doc/templates/template-thesis-english.xmpdata @@ -0,0 +1,76 @@ +% Replace the information at the bottom with your document's actual +% metadata. +% +% NOTE that the file needs to be renamed to <name>.xmpdata, where <name> +% is the name of your (master) TeX file. +% +% Symbols permitted in metadata +% ============================= +% +% Within the metadata, all printable ASCII characters except +% '\', '{', '}', and '%' represent themselves. Also, all printable +% Unicode characters from the basic multilingual plane (i.e., up to +% code point U+FFFF) can be used directly with the UTF-8 encoding. +% Consecutive whitespace characters are combined into a single +% space. Whitespace after a macro such as \copyright, \backslash, or +% \sep is ignored. Blank lines are not permitted. Moreover, the +% following markup can be used: +% +% '\ ' - a literal space (for example after a macro) +% \% - a literal '%' +% \{ - a literal '{' +% \} - a literal '}' +% \backslash - a literal '\' +% \copyright - the (c) copyright symbol +% +% The macro \sep is only permitted within \Author, \Keywords, and +% \Org. It is used to separate multiple authors, keywords, etc. +% +% Explanations +% ============== +% +% Here is an incomplete list of user-definable metadata fields, +% and their meanings. Please refer to the pdfx manual for a +% comprehensive list +% +% General information: +% +% \Author - the document's human author. Separate multiple +% authors with \sep. +% \Title - the document's title. +% \Keywords - list of keywords, separated with \sep. +% \Subject - the abstract. +% \Org - publishers. +% +% Copyright information: +% +% \Copyright - a copyright statement. +% \CopyrightURL - location of a web page describing the owner +% and/or rights statement for this document. +% \Copyrighted - 'True' if the document is copyrighted, and +% 'False' if it isn't. This is automatically set +% to 'True' if either \Copyright or \CopyrightURL +% is specified, but can be overridden. For +% example, if the copyright statement is "Public +% Domain", this should be set to 'False'. +% + + +\Title {Title of your Work} + +% Multiple Authors: {Prename Surname\sep Prename Surname} +\Author {Prename Surname} + +\Copyright {Copyright \copyright\ 2018 "Prename Surname"} + +\Keywords {some keyword\sep + another keyword\sep + some more keywords} + +\Subject {This is where you put the abstract.} + +\Org {Universität Wien / University of Vienna} + +\Copyrighted {True} + +% That's it. diff --git a/macros/latex/contrib/univie-ling/doc/templates/template-wlg-article.pdf b/macros/latex/contrib/univie-ling/doc/templates/template-wlg-article.pdf Binary files differnew file mode 100644 index 0000000000..3f2849c4b8 --- /dev/null +++ b/macros/latex/contrib/univie-ling/doc/templates/template-wlg-article.pdf diff --git a/macros/latex/contrib/univie-ling/doc/templates/template-wlg-article.tex b/macros/latex/contrib/univie-ling/doc/templates/template-wlg-article.tex new file mode 100644 index 0000000000..536237d1b1 --- /dev/null +++ b/macros/latex/contrib/univie-ling/doc/templates/template-wlg-article.tex @@ -0,0 +1,76 @@ +% Template for a single WLG article +% +% DOCUMENT CLASS OPTIONS: +% +% titlepage=specialprint Output special print ("Sonderdruck") title page +% suitable for single articles +% titlepage=issue Output title page for whole journal issue +% biblatex=true Load biblatex (with univie-ling style) internally +% covington=false Do not load covingtion package (Linguistic macros) +% expertfonts=true Use MinionPro instead of Crimson +\documentclass[titlepage=specialprint]{univie-ling-wlg} + +\usepackage[utf8]{inputenc} + +% Supported languages: naustrian, ngerman, english +\RequirePackage[naustrian]{babel} + +% This is just for the dummy text +% Remove this and the \blind... macros for real documents +\usepackage{blindtext} + +% +% EDITORIAL SETTINGS +% +% Start page number (default: 1) +%\startpage{15} +% Journal issue number and year +\issue{80}{2017} +% Title and subtitle of special issue +%\issuetitle{Titel des Themenhefts} +%\issuesubtitle{Untertitel des Themenhefts} +% Editor(s) of special issue +%\issueeditors{Vorname Name, Vorname Name und Vorname Name} + + +\begin{document} + +% \aff: affiliationaof authors. The starred version marks the corresponding author [m = male] [f = female] [p = plural] +\author[Pan \and Meier]{Peter Pan\aff{Peter Pan, Institut für Experimentellen Bl\"odsinn, 66890 Neverland, pan@ieb.nv} + \and Paula Meier\aff*[f]{Paula Meier, Institut für Angewandten Unsinn, 11201 Utopos, meier@iau.edu}} + +\title{Aufsatztitel} +\subtitle{Untertitel} + +\maketitle + +\begin{abstract} +% dummy text +\blindtext[1] +\end{abstract} + +\keywords{Applied Linguistics, Discourse Analysis, Sociolinguistics, Text Analysis} + +\section{Abschnitt} + +\motto[Quelle]{Ein schickes Motto} + +\blindtext + +\begin{displayquote} +% dummy text +\blindtext +\end{displayquote} +% dummy text +\blindtext + +% dummy text +\blindlistlist[3]{itemize} + +% dummy text +\blindtext + +% dummy text +\blindlistlist[3]{enumerate} + +\end{document} |