\usetypescript[adobekb][\defaultencoding] \usetypescript[sans] \setupbodyfont[sans,10pt] \setuphead[section][% style={\setupbodyfont[sans,14pt]\bf}, before={\blank[3*halfline, flexible]}, after={\blank[small, flexible]}% ] \setuphead[subsection][% style={\setupbodyfont[sans,12pt]\bf}, before={\blank[2*halfline, flexible]}, after={\blank[small, flexible]}% ] \def\runin#1#2{#2.} \setuphead[subsubsection][% style={\setupbodyfont[sans,10pt]\bf}, before={\blank[halfline, flexible]}, command=\runin, alternative=text% ] \setuppapersize[a4][a4] \setuplayout[% width=middle, height=middle, topspace=1cm, bottomspace=1cm, header=1cm, footer=1cm, backspace=1cm% ] \setupcolumns[% n=3, distance=14pt, balance=no, rule=off% ] \setupheadertexts[{\sl XNemesis.org Research and Development}][{\sl The vault}] \setuppagenumbering[location=bottom] \starttext \startcolumns \startcolumnspan[% n=2% ] \bgroup \switchtobodyfont[32pt] {\bf Title} \switchtobodyfont[20pt] {\par\noindent\sl Subtitle} \blank[20pt, flexible] \egroup \stopcolumnspan \bgroup \blank[line,flexible] \setupindenting[none] \switchtobodyfont[9pt] {\bf Abstract}\par AbstractHere \ignorespaces \egroup \bgroup \blank[line,flexible] \setupindenting[none] \switchtobodyfont[9pt] {\bf Keywords:} Keywords here \ignorespaces \egroup \dorecurse{4}{ \section{Section} \dorecurse{1}{ \input abstract \startitemize \item A \item B \item C \stopitemize } \subsection{Subsection} \dorecurse{1}{\input abstract} \placefigure[btlr]{Simple figure}{\externalfigure[buttons][width=2\textwidth]} \subsubsection{Subsubsection} \dorecurse{1}{\input abstract} } \blank[3*line, flexible] \bgroup \switchtobodyfont[9pt] {\bf Author}\par Author \ignorespaces \egroup \stopcolumns \stoptext %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End: