Difference between revisions of "Modules/Maps"

From Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<[[Modules]]|
 
<[[Modules]]|
 +
[[Category: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).  
+
[http://www.ntg.nl/maps.html MAPS] is the magazine of the [http://www.ntg.nl/index.html NTG] (Nederlandstalige TeX Gebruikersgroep: Dutch Language TeX Users Group). The magazine appears twice a year and is sent to all members of NTG.
  
{{todo| Can someone who knows Dutch add details about MAPS?}}
+
The MAPS consists of articles about TeX, Metafont and related matters. A large portion (more than half is normal) of the MAPS is filled with ConTeXt related content. The articles are mostly by Dutch authors, but typically written in English. Regular (English) articles from other TeX user groups or TeX conferences are also accepted.
  
 
To write an article for MAPS, the following sample can be used
 
To write an article for MAPS, the following sample can be used
Line 52: Line 53:
 
\stopArticle
 
\stopArticle
 
\stoptext
 
\stoptext
 +
 +
</texcode>

Latest revision as of 01:02, 5 July 2021

<Modules|

MAPS is the magazine of the NTG (Nederlandstalige TeX Gebruikersgroep: Dutch Language TeX Users Group). The magazine appears twice a year and is sent to all members of NTG.

The MAPS consists of articles about TeX, Metafont and related matters. A large portion (more than half is normal) of the MAPS is filled with ConTeXt related content. The articles are mostly by Dutch authors, but typically written in English. Regular (English) articles from other TeX user groups or TeX conferences are also accepted.

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

% 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 +>
 ]

% The Author parameter doesn't require any particular structure.
% Add a RunningAuthor parameter if the Author parameter is too
% elaborate or complex for use in a page 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