Re: grafico e linee

#33758
Up
0
Down
::


scusa….sono una principiante
ecco il file mimino che ho creato . Spero di aver capito bene cosa si richiedeva:
\documentclass[11 pt,twoside,letter]{article}%% The same for {book}
\usepackage{times,fancyhdr}
\usepackage[round]{natbib}

\usepackage[italian]{babel}
\usepackage[latin1]{inputenc}
\usepackage{rotating}
\usepackage{layout}
\usepackage{url}
\usepackage{longtable}
\usepackage{hyperref}

\usepackage{float}
\floatstyle{ruled}
\restylefloat{figure}

%———– [ 7×10 Regular, 8.5 x 5.5] ———————
\setlength{\topmargin}{-0.35in}
\setlength{\textheight}{7 in} % 11.0 – 1.125 – 0.875
\setlength{\textwidth}{4.8 in} % 8.5 – 1.375 – 1.125
%\setlength{\textwidth}{5.5in} % 8.5 – 1.375 – 1.125
\setlength{\oddsidemargin}{0.5in}
\setlength{\evensidemargin}{0.5in}
\setlength{\headheight}{26pt}
\setlength{\headsep}{8pt} %—————————————————————————–

%[Float at the top formula]
\makeatletter
\setlength\@fptop{0\p@}
\makeatother

% [Clears Header Style on the Last Empty Odd pages]
\makeatletter
\def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page\else%
\hbox{}%
\thispagestyle{empty}%
\newpage%
\if@twocolumn\hbox{}\newpage\fi\fi\fi}
\makeatother

\renewcommand{\thesection}{\arabic{section}.}
\renewcommand{\thesubsection}{\thesection\arabic{subsection}.}
\renewcommand{\thesubsubsection}{\thesubsection\arabic{subsubsection}.}

\def\figurename{Figure}
\makeatletter
\renewcommand{\fnum@figure}[1]{\figurename~\thefigure.}
\makeatother

\def\tablename{Table}
\makeatletter
\renewcommand{\fnum@table}[1]{\tablename~\thetable.}
\makeatother

\begin{document}

% [Clears Header Style on the Last Empty Odd pages]

\title{\scshape evasione }
\author{\bfseries\itshape Monica.
\\
Ricerche }
\date{\scshape bozza di stampa del \today}
\maketitle
\thispagestyle{empty}
\setcounter{page}{1}

% ———— [Running Heads – for odd and even pages] – please insert it only on page 2!
\pagestyle{fancy}
\fancyhead{}
\fancyhead[EC]{Monica}
\fancyhead[EL,OR]{\thepage}
\fancyhead[OC]{evasione}
\fancyfoot{}
\renewcommand\headrulewidth{0.5pt}
%——————————————————————————

%++—————————————————————————–

\section{Introduzione}

\begin{figure}[thb!]
\centering
\caption{Interventi per limitare il fenomeno dell’evasione fiscale. Valori \%}
\label{fig:graftut}
\includegraphics[width=\textwidth]{graftut}
\end{figure}

\end{document}

Go to top