Johs32
2006-06-18 14:35:16 UTC
Is there some way to start writing on the same page after using \maketitle?
\documentclass[a4paper,12pt]{article}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[danish]{babel}
\usepackage{graphicx}
\usepackage{verbatim}
%\usepackage[active]{srcltx}
\usepackage[top=30mm,left=15mm]{geometry}
\usepackage{amsmath}
\pagestyle{headings}
\author{Bond}
\title{Hello}
\begin{document}
\maketitle
this is my text
\end{document}
'this is my text' gets printed on page two, I would it to be printed on the
same page as the titel and author, is that possible?
Johs
\documentclass[a4paper,12pt]{article}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[danish]{babel}
\usepackage{graphicx}
\usepackage{verbatim}
%\usepackage[active]{srcltx}
\usepackage[top=30mm,left=15mm]{geometry}
\usepackage{amsmath}
\pagestyle{headings}
\author{Bond}
\title{Hello}
\begin{document}
\maketitle
this is my text
\end{document}
'this is my text' gets printed on page two, I would it to be printed on the
same page as the titel and author, is that possible?
Johs