Difference between revisions of "Document Titles"

From Wiki
Jump to navigation Jump to search
m (Added "How-To?" template.)
m (Removed now-redundant text; corrected the LaTeX code.)
Line 1: Line 1:
This is totally basic, but I could not find a ''natural way'' to this in Context
 
 
 
== In LaTeX ==
 
== In LaTeX ==
  
 
<texcode>
 
<texcode>
 
\documentclass{article}
 
\documentclass{article}
 +
  \title{How to do this in Context}
 +
  \author{The author}
 +
  \date{July 26, 2005}
 
\begin{document}
 
\begin{document}
\title{How to do this in Context}
+
  \maketitle
\author{The author}
 
\date{July 26, 2005}
 
 
\end{document}
 
\end{document}
 
</texcode>
 
</texcode>

Revision as of 23:04, 14 August 2005

In LaTeX

\documentclass{article}
  \title{How to do this in Context}
  \author{The author}
  \date{July 26, 2005}
\begin{document}
  \maketitle
\end{document}

In ConTeXt


The author of this entry is looking for a solution for the described problem. (See: How to?)