Code: Select all
Hello, here is my program:
\documentclass[12pt,a4paper,flqno]{article}
\usepackage{fontspec}
\usepackage{xunicode}
\usepackage{xltxtra}
\usepackage{polyglossia}
\usepackage{appendix}
\setotherlanguages{english}
\usepackage{graphicx}
\usepackage{amsmath}
\begin{document}
\tableofcontents
\begin{abstract}
\end{abstract}
\section{introduction}
text
\section{first section}
text
\section{second section}
text
\section{third section}
text
\appendix
\section{First appendix}
\section{Second appendix}
\end{document}
1. Introduction 1
2. First section 1
3. Second section 1
4. third section 1
But I want to get:
Introduction 1
1. First section 1
2. Second section 1
3. third section 1
Please help me...
Thanks
