Changes

Jump to navigation Jump to search
1,283 bytes added ,  19:08, 25 December 2006
How to use maps module
<[[Modules]]|

[http://www.ntg.nl/maps.html MAPS] is the publication of [http://www.ntg.nl/index.html NTG] (Nederlandstalige TeX Gebruikersgroep or Netherland's TeX Group).

{{todo| Can someone who knows Dutch add details about MAPS?}}

To write an article for MAPS, the following sample can be used

<texcode>
% Uncomment the next line if you want your article to appear in one column.
% The default is two columns
% \enablemode[onecolumn] % one column, with wide outer margins
% \enablemode[asym] % one column, with wide left margin (


% A mode nosubsub defines only two levels of sectioning. If you
% don't need more and use the two-column layout, then this option
% will probably improve the looks of your paper.
% \enablemode[nosubsub]

\usemodule[maps]

\starttext

\startArticle [
Title=<+ Title of the article +>,
SubTitle=<+ Optional subtitle +>,
Number=<+ MAP Number +>,
Period=<+ MAP Period +>,
Author=<+ Author plus contact details +>,
RunningAuthor=<+ Author name to appear in the header +>
]

\startAbstract
<+ Write Article Abstract +>
\stopAbstract

\startKeywords
<+ Write Article Keywords +>
\stopKeywords

<+ Write Article +>

% MAPS places footnotes at the end of the article
\subject{Note}
\placefootnotes

\StopArticle
\stoptext

Navigation menu