From: Jan "Yenya" Kasprzak Date: Mon, 18 Jun 2012 14:42:18 +0000 (+0200) Subject: Basic structure of the article X-Git-Tag: submitted-first-version~1 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=pan12-paper.git;a=commitdiff_plain;h=8370b09a4d2789d55381b37f6f0750bdde14392b Basic structure of the article --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0e98f99 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.log +*.aux diff --git a/extended-abstract.tex b/extended-abstract.tex new file mode 100644 index 0000000..301338d --- /dev/null +++ b/extended-abstract.tex @@ -0,0 +1,38 @@ +\documentclass{llncs} +\usepackage[american]{babel} +%\usepackage[T1]{fontenc} +\usepackage{times} +\usepackage{graphicx} +\usepackage[utf8]{inputenc} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{document} + +\title{Multi-feature Plagiarism Detection} + +\author{Jan Kasprzak \and \v{S}imon Suchomel \and Michal Brandejs} +\institute{Faculty of Informatics, Masaryk University \\ +{\tt\{kas,suchomel,brandejs\}@fi.muni.cz}} + +\maketitle + +- odkaz na predchozi prace + +- parametry ktere jsme pouzili + +- multi-features + +- post-processing + +- kritika plagdet? + +\bibliographystyle{splncs03} +\begin{raggedright} +\bibliography{} +\end{raggedright} + +\end{document} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + diff --git a/llncs.cls b/llncs.cls new file mode 120000 index 0000000..d13ec5f --- /dev/null +++ b/llncs.cls @@ -0,0 +1 @@ +pan12-abstract-template/llncs.cls \ No newline at end of file