X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pan13-poster%2Fposter.tex;fp=pan13-poster%2Fposter.tex;h=ce9f7a324da40f830b3ffbf36fe21c3f284e6839;hb=c091d54abf1aa848d425ee061f66004bfaab69c5;hp=0000000000000000000000000000000000000000;hpb=3cf5f9d12e87242f66846197e8a469cfb1c25e16;p=pan13-paper.git diff --git a/pan13-poster/poster.tex b/pan13-poster/poster.tex new file mode 100644 index 0000000..ce9f7a3 --- /dev/null +++ b/pan13-poster/poster.tex @@ -0,0 +1,166 @@ +\documentclass[a0,portrait]{sciposter} + +\usepackage{epsfig} +\usepackage{amsmath} +\usepackage{amssymb} +\usepackage{multicol} +\usepackage{bera} +\usepackage[utf8]{inputenc} +%\usepackage{fancybullets} + +\definecolor{BoxCol}{rgb}{0.9,0.9,1} +% uncomment for light blue background to \section boxes +% for use with default option boxedsections + +\definecolor{SectionCol}{rgb}{0,0,0.5} +% uncomment for dark blue \section text + +\definecolor{ReallyEmph}{rgb}{0.7,0,0} + +\renewcommand{\titlesize}{\Huge} +\title{Distributed System \\ for Discovering Similar Documents} + +% Note: only give author names, not institute +\author{Šimon Suchomel, Jan Kasprzak, and Michal Brandejs} + +% insert correct institute name +\institute{Faculty of Informatics, Masaryk University, Brno, Czech Republic} + +% \email{kas@fi.muni.cz} % shows author email address below institute + +%\date is unused by the current \maketitle + +\font\logofont=fi-logo600 at .16\textwidth + +\renewcommand{\sectionsize}{\Large} + +\newcommand{\cemph}[1]{{\sffamily\bfseries\itshape \textcolor{SectionCol}{#1}}} +\newcommand{\lemph}[1]{{\rmfamily\itshape \textcolor{SectionCol}{#1}}} +\newcommand{\eitem}[1]{\item \cemph{#1}} + +\newenvironment{ytemize} + { \begin{itemize} + \setlength{\itemsep}{0pt} + \setlength{\parskip}{0pt} + } + { \end{itemize} } + +\conference{{\bf ICEIS 2008}, 12--16 June 2008, Barcelona, Spain} + +\setlength{\figbotskip}{\smallskipamount} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%% Begin of Document + +\begin{document} + + +%\LEFTSIDEfootlogo +% Uncomment to put footer logo on left side, and +% conference name on right side of footer + +% Some examples of caption control (remove % to check result) + +%\renewcommand{\algorithmname}{Algoritme} % for Dutch + +%\renewcommand{\mastercapstartstyle}[1]{\textit{\textbf{#1}}} +%\renewcommand{\algcapstartstyle}[1]{\textsc{\textbf{#1}}} +%\renewcommand{\algcapbodystyle}{\bfseries} +%\renewcommand{\thealgorithm}{\Roman{algorithm}} + +% \maketitle + +\vspace*{-.06\textwidth} + +\hbox to \hsize{ +\begin{minipage}[c]{.11\textwidth} + \vspace{-.75\textwidth} + \hbox{\hskip -.83\textwidth\includegraphics[width=3\textwidth]{znak_MU_modry}\hskip -\textwidth} + \vspace{-\textwidth} +\end{minipage} +\hfil +\begin{minipage}[c]{.7\textwidth} +\begin{center} + \renewcommand{\baselinestretch}{2.0}\normalsize + {\titlesize \bf \@title}\par + \renewcommand{\baselinestretch}{1.0}\normalsize + \vspace{0.4\titleskip} + {\authorsize {\bf\@author} \par} + {\instsize + \vspace{0.2\titleskip} + \theinstitute \par + \ifthenelse{\equal{\printemail}{}}{%nothing + }{% + \vspace{0.2\titleskip} + \texttt{\printemail} + } + } +\end{center} +\end{minipage} +\hfil +\begin{minipage}[c]{.15\textwidth} + \hbox to \hsize{\logofont SL\hss} +\end{minipage} +} + +\vspace{-.02\textwidth} + +%%% Begin of Multicols-Enviroment +\begin{multicols}{2} + +\rm +%%% Abstract +\begin{abstract} + +{\sffamily\itshape + +Nějaký abstrakt. + +} +\end{abstract} + +%%% Introduction +\section{Šimonova část} + +\subsection{Kdovíco} + +\section{Yenyova část} + +\section{Conclusion} + +Nějaký závěr + +%%% References + +%% Note: use of BibTeX als works!! + +\bibliographystyle{plain} +\begin{thebibliography}{1} + +\bibitem{ISMU} +\cemph{Masaryk University Information System}\\ +{\tt http://is.muni.cz/}, contact: {\tt iscor@fi.muni.cz}. + +\bibitem{Theses} +\cemph{Czech National Archive of Graduate Theses}\\ +{\tt http://theses.cz/}, contact: {\tt theses@fi.muni.cz}. + +\end{thebibliography} + +\smallskip +\hrule height .1em +\medskip + +% \sffamily + +QR kód? + +\cemph{Contact information:}\\ + Šimon Suchomel {\tt suchomel@fi.muni.cz},\\ + Jan Kasprzak, {\tt kas@fi.muni.cz}. + + +\end{multicols} + +\end{document} +