esug2012/libjava-esug12.tex
author hlopkmar
Fri, 30 Nov 2012 20:52:11 +0000
branchdevelopment
changeset 1844 7f4dd9a13c2c
parent 1396 01684fc4f368
permissions -rw-r--r--
disabling multibyte char disassempler test as stderr cannot write multibyte chars and hudson reports error

\documentclass{article}
\usepackage[T1]{fontenc} %%%key to get copy and paste for the code!
\usepackage[utf8]{inputenc} %%% to support copy and paste with accents for frnehc stuff
\usepackage{times}
\usepackage[scaled=0.85]{helvet}
\usepackage{graphicx}
\usepackage{ifthen}
\usepackage{xspace}
\usepackage{alltt}
\usepackage{latexsym}
\usepackage{url}            
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsmath}
%\usepackage{stmaryrd}
\usepackage{enumerate}
\usepackage{cite}
\usepackage[pdftex,colorlinks=true,pdfstartview=FitV,linkcolor=blue,citecolor=blue,urlcolor=blue]{hyperref}
\usepackage{xspace}
\usepackage{color}
\usepackage{footnote}
\usepackage{multicol}
\usepackage{comment}

% proof-reading
\usepackage{xcolor}
\usepackage[normalem]{ulem}
\newcommand{\ra}{$\rightarrow$}
\newcommand{\ugh}[1]{\textcolor{red}{\uwave{#1}}} % please rephrase
\newcommand{\ins}[1]{\textcolor{blue}{\uline{#1}}} % please insert
\newcommand{\del}[1]{\textcolor{red}{\sout{#1}}} % please delete
\newcommand{\chg}[2]{\textcolor{red}{\sout{#1}}{\ra}\textcolor{blue}{\uline{#2}}} % please change
\newcommand{\chk}[1]{\textcolor{ForestGreen}{#1}} % changed, please check


\input{macros}


\begin{document}

\title{Cool Title}
\author{Ing. Jan Vraný PhD., Ing. Jan Kurš, Ing. Marcel Hlopko}
\date{\today}
\maketitle

\begin{abstract}
%In this context...
%
%We consider this problem P 
%
%P is a problem because...
%
%We propose this solution...
%
%Our solution solves P in such and such way.
%
%validation
%
\end{abstract}


\section{Introduction}
\label{sec:intro}

%Context

%Problem
%
%

%Known tracks for solutions
%	here you want to show that you are not an idiot not knowing what have been around


%What our solution is \ct{Set} and \ct{OrderedCollection} (so that the reader knows where the paper is going)
%
%Contribution of the paper

%Paper structure

\section{Problem Description}
\label{sec:problem}
\subsection{Context}
%Context, exposed with the \textbf{most precise terms possible} (don't open unwanted doors for the reader)

%Probably set the vocabulary before to cut any misinterpretation

%Constraints that influenced the solution (because the solution is not universal) \emph{e.g.} our requirements for a solution, possibly not all satisfied. They should be sound and believable. Analysis of the criteria.  Imagine that you are another guy having this problem do the constraint matches yours so that you could apply the solution

% Problem
\todo{Problem}

%Factual solution tracks, to position...
%Our solution in a nutshell.


\section{Solution}
\label{sec:solution}

\section{Implementation}

\section{Discussion}
\label{sec:discussion}


\section{Related Work}
\label{sec:related}
%Other solutions in the domain, and a real comparison of our contribution with
%solutions from other people.

\section{Conclusion}
\label{sec:conclusion}
%In this paper, we looked at problem P with this context and these
%constraints. We proposed solution S. It has such good points and such not so
%good ones. Now we could do this or that.


% \bibliographystyle{plain}
% \bibliography{foo.bib}

% \appendix
% 
% \section{Lots of Furry Technical Details}
\cite{Hirs08a}
\bibliographystyle{alpha}
\bibliography{references}
\end{document}

%%% Local Variables: 
%%% coding: utf-8
%%% mode: latex
%%% TeX-master: "main"
%%% TeX-PDF-mode: t
%%% End: