Changes

Jump to navigation Jump to search
4 bytes added ,  01:50, 5 September 2005
Added proper LaTeX example.
== LaTeX ==
Much as with [[Document Titles]], the standard LaTeX document article and report classes define an <code>\abstract</code> command environment to typeset an abstract in a way that distinguishes it from the rest of the text. In a single-column article, it is set somewhat narrower than the main text, with the word "Abstract" centered above it.
<texcode>
% Note: this is the old Document Title example, as filler.
 
\documentclass{article}
\title{How to do this in Context}
\author{The author}
\date{July 26, 2005}
\begin{document}
\maketitlebegin{abstract} This is the abstract of the paper. \end{abstract}
\end{document}
</texcode>
 
{{todo|Replace the above with a proper example.}}
== ConTeXt: A simple solution ==

Navigation menu