summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/univie-ling/doc/templates/template-expose-english.tex
blob: c998acea71aedf22b8349e41360c9a8389aec3a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
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}