Here is my latex code:
Code: Select all
\documentclass[12pt,a4paper,fleqn]{article}\usepackage{fontspec}\usepackage{xunicode}\usepackage{xltxtra}\usepackage{polyglossia}\setotherlanguages{english}\usepackage{graphicx}\begin{document}\tableofcontents\section{first section}TEXT\section{second section}TEXT\subsection{Subsection}TEXT\section{second section}TEXT\subsection{Subsection}TEXT\subsection{Subsection}TEXT\end{document}
So I want that it looks, like this:
1. First section
2. Second section
2.1. Subsection
Thnaks for any help
