Here is my code:
Code: Select all
\documentclass[12pt,a4paper,fleqn]{article}
\usepackage{fontspec}
\usepackage{xunicode}
\usepackage{xltxtra}
\usepackage{polyglossia}
\usepackage{appendix}
\setotherlanguages{english}
\usepackage{graphicx}
\usepackage{amsmath}
\begin{titlepage}
\title{\LARGE{\textbf{School name}}
\\ \LARGE{Faculty}
\\ \LARGE {institute}}
\vspace{50mm}
\author{\LARGE{\textbf{Name Surname}}}
\pagebreak
\end{titlepage}
\begin{document}
\maketitle
\tableofcontents
\begin{abstract}
\end{abstract}
\section{first section}
TEXT
\section{second section}
TEXT
\subsection{Subsection}
TEXT
\end{document}
2.1. subsection...............................1
but first section and second section is wihout dots:
1. first section __________________________ 1
So how, can I get these dots?
2. Is there in Latex function, so I can center all titles? I want to center all sections, subsections ect.
3. At the end about title page formating. Why I can't write just text, and use hsapce and vspace functions? My aim is to create title page, that looks like this:
http://www.annemini.com/wp-content/uplo ... e-page.jpg
So I could use flushright, flushleft, center, hspace, vspace ect.
4. And, the last one, How can I take off page numbering only prom title page? But keep numbering, so the second page number ir 2, not 1. I other words, I want to hide title page numbering.
Thanks for any help.
