diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-09 00:19:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-09 00:19:49 +0000 |
commit | 9d22f4a5b8b14da9a2ee92d9a508b3fcffc0a8a4 (patch) | |
tree | c8fd29119ebaab8b97c5b58988297e439cb55776 /Master/texmf-dist/doc/latex/univie-ling/templates/template-expose-english.tex | |
parent | ccada31351692d0ea2f29deddc6308621cdf5571 (diff) |
univie-ling (8feb18)
git-svn-id: svn://tug.org/texlive/trunk@46572 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/univie-ling/templates/template-expose-english.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/univie-ling/templates/template-expose-english.tex | 131 |
1 files changed, 131 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/univie-ling/templates/template-expose-english.tex b/Master/texmf-dist/doc/latex/univie-ling/templates/template-expose-english.tex new file mode 100644 index 00000000000..22a1df5e8da --- /dev/null +++ b/Master/texmf-dist/doc/latex/univie-ling/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, B.A. M.A.} +\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} |