Re: Numerazione Figure e Tabelle

#57276
Up
0
Down
::


Il preambolo è:

\documentclass[a4paper,12pt, twoside]{book}
\usepackage[italian]{babel}
\usepackage[utf8]{inputenc}
\usepackage{frontespizio}
\usepackage[font=small,format=hang]{caption}
\usepackage{amsmath}
\usepackage{booktabs}
\usepackage{dcolumn}
\usepackage{subfig}
\usepackage{longtable}
\usepackage{marvosym}
\usepackage{graphicx}
\usepackage{indentfirst}
\usepackage{fancyhdr}
\pagestyle{fancy}\addtolength{\headwidth}{20pt}
\renewcommand{\chaptermark}[1]{\markboth{\thechapter.\ #1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection \ #1}{}}
\cfoot{}
\rhead[\fancyplain{}{\bfseries\leftmark}]{\fancyplain{}{\bfseries\thepage}}
\lhead[\fancyplain{}{\bfseries\thepage}]{\fancyplain{}{\bfseries\rightmark}}

Go to top