dzieło stycz2.tex
2.29 KB
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
% \RequirePackage[hyphens]{url}
\documentclass[a4paper, 12pt]{article}
% \documentclass[preprint, a4paper, 11pt]{article}
\usepackage[T1]{fontenc}
\usepackage[english, polish]{babel}
\usepackage[utf8]{inputenc}
\usepackage{fullpage}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{latexsym}
\usepackage{dsfont}
\theoremstyle{remark}
\newtheorem{test}{Test}
\usepackage{multicol}
\usepackage{graphicx}
\usepackage{rotating}
\usepackage[hidelinks]{hyperref}
% \urlstyle{sf}
\expandafter\def\expandafter\UrlBreaks\expandafter{\UrlBreaks% save the current one
\do\\~} % this stops urls from sticking out of the damn screen and the paper. I hate this arrggh.
\usepackage{tocloft}
\cftsetindents{section}{0pt}{2.25em}
\cftsetindents{subsection}{0pt}{2.25em}
\cftsetindents{paragraph}{0pt}{2.25em}
% \addtocontents{toc}{\cftpagenumbersoff{section}}
\usepackage{xcolor}
\newcommand{\eniam}{\textsc{Eniam}}
\newcommand{\experiencer}{\textsc{Experiencer}}
\newcommand{\agent}{\textsc{Agent}}
\newcommand{\theme}{\textsc{Theme}}
\frenchspacing
\title{
\normalsize
\setlength{\topsep}{0pt}
\noindent
Zleceniodawca: IPI PAN \hfill Dzieło do umowy z dnia: 28.11.2016 \\
Zleceniobiorca: Jakub Kozakoszczak \hfill Termin zakończenia pracy: 15.12.2016 \\
\rule{\linewidth}{2pt} \\[6pt]
\huge Reprezentacja semantyczna \\ przyimków i ich modyfikatorów \\ dla parsera \eniam \\[-2pt]}
\author{\Large Wojciech Jaworski, Jakub Kozakoszczak\\[6pt]
\hspace{-5pt}\rule{\linewidth}{2pt} }
\date{}
% \date{\normalsize Date Submitted}
\begin{document}
% latex \let\install=y\input{mathstyle.dtx}
\maketitle
\vspace{-26pt}
\begin{description}
\setlength{\itemsep}{4pt}
\setlength{\parskip}{0pt}
\item[Zrealizowane w ramach projektu:] „CLARIN -- Polskie wspólne zasoby językowe i infrastruktura technologiczna”
\item[Tytuł pracy zamówionej:] ,,Koncepcja reprezentacji semantycznej przyimków uwzględniająca ich modyfikowalność''
\item[Adres dzieła:] \url{http://wiki.nlp.ipipan.waw.pl/clarin/Parser%20kategorialny?action=AttachFile&do=view
&target=JK_reprezentacja_przyimkow.pdf}
\item[Opracowanie dokumentu:] Jakub Kozakoszczak
\end{description}
\vspace{6pt}
\hrule
\vspace{-14pt}
\renewcommand\contentsname{\normalsize{}}
\tableofcontents
\vspace{20pt}
\hrule
\newpage
\include{JK_phenomena_beyond_events}
\end{document}