dzieło stycz2.tex 2.29 KB
% \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}