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}
\usepackage{titlesec,titletoc}
\begin{document}
\section{first section}
\begin{figure}[!h]
\includegraphics[width=1.00\textwidth]{pic}\hfill
\caption{picture descriprion}
\end{figure}
\end{document}
If you compile, you can see that pictures number and name is writed like this:
Figure 1: Picture description
What I must do, so the title would look like this:
1. Figure. Picture description
Thanks for help
