Difference between revisions of "Document Titles"

From Wiki
Jump to navigation Jump to search
m (Added "How-To?" template.)
Line 1: Line 1:
 
This is totally basic, but I could not find a ''natural way'' to this in Context
 
This is totally basic, but I could not find a ''natural way'' to this in Context
 +
 +
== In LaTeX ==
  
 
<texcode>
 
<texcode>
Line 9: Line 11:
 
\end{document}
 
\end{document}
 
</texcode>
 
</texcode>
 +
 +
== In ConTeXt ==
 +
 +
{{howto}}

Revision as of 22:55, 14 August 2005

This is totally basic, but I could not find a natural way to this in Context

In LaTeX

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

In ConTeXt


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