/articles/toma

To get this branch, use:
bzr branch http://darksoft.org/webbzr/articles/toma
52 by Suren A. Chilingaryan
transact: apply proofs by Andreas
1
\usepackage[utf8]{inputenc}
2
\pagestyle{empty}
3
\usepackage{graphicx}
4
\usepackage{url}
5
\usepackage{lineno}
6
\usepackage{ifthen}
7
\usepackage{textcomp}
8
\usepackage{multirow}
9
\usepackage{tabularx}
10
11
%\usepackage{algorithm2e,algorithmicx}
12
\usepackage[nofillcomment]{algorithm2e}
13
\usepackage{xcolor}
14
%\usepackage{fancyvrb}
15
%\usepackage{ragged2e}
16
%\usepackage{setspace}
17
%\usepackage{pbox}
18
%\usepackage{mathtools}
19
\usepackage{listings}
20
\usepackage{etoolbox}
21
11 by Suren A. Chilingaryan
Summary and fix the final figures
22
\usepackage[flushleft]{threeparttable}
12 by Suren A. Chilingaryan
Rewrite to NewTex/ProjMajor
23
\usepackage{amsmath}
43 by Suren A. Chilingaryan
First version of specification table
24
\usepackage{colortbl}
11 by Suren A. Chilingaryan
Summary and fix the final figures
25
32 by Suren A. Chilingaryan
Fix algorithms and separate them into the files as well
26
\usepackage{cellspace} %
27
\setlength\cellspacetoplimit{1pt}
28
\setlength\cellspacebottomlimit{1pt}
29
52 by Suren A. Chilingaryan
transact: apply proofs by Andreas
30
%\usepackage{caption}
31
32
%Configure captions
33
%\captionsetup{font=footnotesize}
32 by Suren A. Chilingaryan
Fix algorithms and separate them into the files as well
34
81 by Suren A. Chilingaryan
Parametrize mapping versions and add optional circles around superscripts
35
\usepackage{tikz}
36
37
%Configure encircled letters using tikz
38
\makeatletter
39
\newcommand*{\encircled}[1]{\relax\ifmmode\mathpalette\@encircled@math{#1}\else\@encircled{#1}\fi}
40
\newcommand*{\@encircled@math}[2]{\@encircled{$\m@th#1#2$}}
41
\newcommand*{\@encircled}[1]{%
42
  \tikz[baseline,anchor=base]{\node[draw,circle,outer sep=0pt,inner sep=.2ex] {#1};}}
43
\makeatother
44
9 by Suren A. Chilingaryan
First draft of newtex16
45
%Configure listings
46
\lstset{language=C, basicstyle=\ttfamily\scriptsize, mathescape}
47
52 by Suren A. Chilingaryan
transact: apply proofs by Andreas
48
\newcommand{\algorithmname}{Algorithm}
54 by Suren A. Chilingaryan
Formatting for ICPP and suggestions by Alessandro
49
\providecommand{\sectionname}{section}
34 by Suren A. Chilingaryan
Fix cross-references and some latex complaints
50
\newcommand{\sectionsname}{sections}
12 by Suren A. Chilingaryan
Rewrite to NewTex/ProjMajor
51
\newcommand{\equationname}{equation}
11 by Suren A. Chilingaryan
Summary and fix the final figures
52
10 by Suren A. Chilingaryan
Float2 mode and some text improvements
53
%\newcommand{\tablecaptions}[2]{\caption{#1}{\caption*{\small #2}}}
11 by Suren A. Chilingaryan
Summary and fix the final figures
54
%\newcommand{\tabledesc}[1]{\caption*{\small #1}}
55
\newcommand{\tabledesc}[1]{\small #1}
56
\newcommand{\mhd}[2]{\multicolumn{1}{#1}{\textbf{#2}}}
12 by Suren A. Chilingaryan
Rewrite to NewTex/ProjMajor
57
%\newcommand{\colid}[1]{\textbf{#1})}
58
\newcommand{\colid}[1]{\textsuperscript{\textbf{#1}}}
23 by Suren A. Chilingaryan
Occupancy studies
59
\newcommand{\tblcol}[1]{\textbf{#1}}
60
11 by Suren A. Chilingaryan
Summary and fix the final figures
61
\newcommand{\colname}[1]{(\emph{#1})}
62
\newcommand{\coldesc}[3]{\colid{#1} #3 \colname{#2}}
32 by Suren A. Chilingaryan
Fix algorithms and separate them into the files as well
63
64
\input{algconf}
65
\input{alg}
6 by Suren A. Chilingaryan
Second draft of the algorithm notation (after talking to Evelina)
66
5 by Suren A. Chilingaryan
First complete draft of notations for algorithms
67
%\newcommand{\xvar}[1]{\textsf{#1}}             % variable style command
68
%\newcommand{\xvbox}[2]{\makebox[#1][l]{#2}}    % horizontal alignment command
43 by Suren A. Chilingaryan
First version of specification table
69
70
\newcommand{\rowhead}[1]{\multicolumn{1}{>{\columncolor[gray]{0.8}} l |}{\textbf{#1}} & \multicolumn{6}{>{\columncolor[gray]{0.8}}c|}{} & \multicolumn{3}{>{\columncolor[gray]{0.8}}c|}{} \\}