Difference between revisions of "Document Titles"

From Wiki
Jump to navigation Jump to search
(Title with context)
 
Line 1: Line 1:
== Title with Context ==
 
 
 
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
  
<code>
+
<texcode>
 
\documentclass{article}
 
\documentclass{article}
 
\begin{document}
 
\begin{document}
Line 10: Line 8:
 
\date{July 26, 2005}
 
\date{July 26, 2005}
 
\end{document}
 
\end{document}
</code>
+
</texcode>

Revision as of 18:15, 26 July 2005

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

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