I'm trying to keep the section numberings of the document class article, but also have the title page centered as in report, but with extra text centered at the bottom (I don't know how to align text vertically). Can I do this, or should I type my paper as an article and then add in a title page later? I mostly don't want my section numbers to start with 0.1, that's all.
Here is my code:
Code: Select all
\documentclass[12pt]{article}
\usepackage[english]{babel}
\TeXXeTstate=1
\usepackage{bidi}
\usepackage{fontspec,xltxtra,xunicode}
\usepackage[margin=1in]{geometry}
\geometry{letterpaper}
\usepackage{fancyhdr}
\usepackage[style=verbose-trad2,natbib=true]{biblatex}
\usepackage{setspace}
\usepackage{times}
\begin{document}
\newfontfamily{\H}[Scale=1.3,Script=Hebrew]{SBL Hebrew}
%\setRL {\H ... }
%\setLR
\title{Title}
\author{Author}
\date{\today}
\maketitle
\fancyhead{}
\fancyfoot{}
\thispagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}
\newpage
\setcounter{page}{1}
\section{The first section}
\subsection{The first subsection}