`\begin{figure}
\centering
\includegraphics{Immagini/risultati/potenzamodouso.pdf}
% potenzamodouso.pdf: 360×252 pixel, 72dpi, 12.70×8.89 cm, bb=0 0 360 252
\end{figure}
`
la cartella Immagini è ora sotto la dir su cui c’è il main…
compila senza dare errori, ma non crea il pdf…
[ViewPDF] The file /home/yashi/Scrivania/0_tesi latex_20100303/SpecchiettoTdL.pdf does not exist; did you compile the source file?
questo il preambolo
`\documentclass[a4paper,10pt]{book}
\usepackage[pdftex=false,twoside,paper=b5paper]{geometry}
\usepackage[cam,a4,center,dvips]{crop}
\usepackage[italian]{babel}
\usepackage[tight, italian]{minitoc}
\usepackage[bottom] {footmisc}
\usepackage[utf8x]{inputenc}
\usepackage{url}
\usepackage{tikz}
\renewcommand{\sfdefault}{ppl}
\usepackage{setspace}
\onehalfspacing
\usepackage{enumitem}
%%%%%%%%%%%%%%%%%%%%%
\usepackage{xcolor}
\usepackage{multicol}
\definecolor{light-gray}{gray}{0.95}
\definecolor{strill}{rgb}{0.96, 0.97, 1}
\definecolor{strillR}{rgb}{0.9, 0.93, 1}
\definecolor{strillHard}{rgb}{0.05, 0.07, 1}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%SETTAGGI RELATIVI ALLE bibliografie
\usepackage[resetlabels]{multibib}
\addto\captionsitalian{\renewcommand{\bibname}{Riferimenti Bibliografici}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%SETTAGGI RELATIVI ALLE TABELLE/FIGURE
\usepackage{graphicx}
\usepackage[font=small]{caption}
\usepackage{lscape}
\usepackage{booktabs}
\usepackage{array,longtable}
\usepackage{tabularx}
\usepackage{rotating}
\usepackage[font=small]{caption}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%box per il capitolo
%NECESSARIO PER INSERIRE LE RIGHE SOPRA LE PAGINE – DA MODFICARE?
\usepackage{fancyhdr}
\fancyhead{}
\fancyfoot{}
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{%
\markboth{\thechapter.\ #1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
\fancyhf[ROF,LEF]{\large\thepage}
% nomi sezioni e capitoli negli headings
\fancyhead[LE]{\sffamily \textcolor[gray]{0.35}\leftmark}
\fancyhead[RO]{\sffamily \textcolor[gray]{0.35}\rightmark}
\fancyfoot[LE]{
\hfill
\begin{tikzpicture}
\fill[strill,overlay] (-12,15pt) rectangle (-11,-2);
\node[overlay] at (-11.5,0){\textcolor{black}{\thepage}};
\end{tikzpicture}}
\fancyfoot[RO]{
\hfill
\begin{tikzpicture}
\fill[strill,overlay] (-1.2,15pt) rectangle (-0.2,-2);
\node[overlay] at (-0.7,0){\textcolor{black}{\thepage}};
\end{tikzpicture}}
%testatina
\renewcommand{\headrulewidth}{1.5 pt}
\renewcommand{\headrule}{{\color{strillR}%
\hrule width\headwidth height\headrulewidth \vskip-\headrulewidth}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%UTILE PER NON AVERE INTESTAZIONI SU PAGINE BIANCHE
\makeatletter
\def\cleardoublepage{\clearpage\if@twoside
\ifodd\c@page
\else\hbox{}\thispagestyle{empty}\newpage
\if@twocolumn\hbox{}\newpage\fi\fi\fi}
\makeatother
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%NECESSARIO PER INSERIRE IL CODICE
\usepackage{listings}
\lstset{
language=[LaTex]Tex,
basicstyle=\footnotesize\ttfamily,
extendedchars=false ,
breaklines = true,
showstringspaces=false,%%%%%%%%% ???
frame=single, %shadowbox come alternativa
backgroundcolor=\color{strill},
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%NECESSARIO PER AVERE IL CODICE IN LINEA
%%%%%%%%%%%%%%%%%%%%%%%%%%DELLA STESSA DIMENSIONE RISPETTO AL TESTO
\makeatletter
\lst@Key{addtobasicstyle}\relax{%
\toks@=\expandafter{\lst@basicstyle #1}%
\edef\lst@basicstyle{\the\toks@}}
\def\calc@current@size{%
\edef\current@size{%
\noexpand\fontsize{\f@size}{\f@baselineskip}%
\noexpand\selectfont}}
\renewcommand\lstinline[1][]{%
\leavevmode\bgroup %
\calc@current@size
\def\lst@boxpos{b}\lsthk@PreSet
\lstset{flexiblecolumns,addtobasicstyle=\current@size,#1}%
\lsthk@TextStyle
\@ifnextchar\bgroup{\afterassignment\lst@InlineG
\let\@let@token}\lstinline@}
\makeatother
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%COLLEGAMENTI IPERTESTUALI
\usepackage{hyperref}
\hypersetup{colorlinks, citecolor=strillHard,filecolor=strillHard,
linkcolor=strillHard, urlcolor=strillHard}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand{\sfdefault}{ppl}
%%%%%%%%%%%%%%%%%%%%%%%%SETTAGGI DELLA FACOLTÀ
\setlength{\textheight}{20 cm}%20.0 ursino
%\setlength{\oddsidemargin}{-0.6cm}
%\setlength {\evensidemargin}{3.50cm}
%\setlength {\topmargin}{-1 cm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%miniindici in neretto
\def\ptctitle{Indice di riepilogo}
\setcounter{parttocdepth}{1}
\renewcommand{\mtifont}{\normalsize\scshape\lsstyle}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\setcounter{tableofcontente}{1}
%%%%%%%%%%%%%%%%%%%%%%%%SITOGRAFIA
\makeatletter
\let\@orig@endthebibliography\endthebibliography
\renewcommand\endthebibliography{%
\xdef\@kept@last@number{\the\c@enumiv}%
\@orig@endthebibliography}
\newenvironment{thesitography}[1]
{\def\bibname{Siti consultati}
\thebibliography{#1}%
\setcounter{enumiv}{\@kept@last@number}%
}
{\@orig@endthebibliography}
\makeatother
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%%%%%%%%%%%%%%%%%%%DA DECOMMENTARE PRIMA DELLA VERSIONE FINALE
\include{Parti/copertina/copertina}
\cleardoublepage
\include{Parti/dedica/dedica}
\cleardoublepage
%%%%%%%%%%%%%%%%%%%
\frontmatter
%%%%%%%%%%%%%%%%%%%
\doparttoc
\tableofcontents\addcontentsline{toc}{chapter}{Indice}
\listoffigures\addcontentsline{toc}{chapter}{Elenco delle figure}
\listoftables\addcontentsline{toc}{chapter}{Elenco delle tabelle}
\include{Parti/introduzione/introduzione}
%%%%%%%%%%%%%%%%%%%
\mainmatter
%%%%%%%%%%%%%%%%%%%
\include{Parti/01/SistSmartph}
\include{Parti/02/AmbienteSviluppo}
\include{Parti/03/NeoMesh}
\include{Parti/conclusioni/conclusioni}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
\backmatter
%%%%%%%%%%%%%%%%%%%%%%%%%%%
\phantomsection %per far funzionare il link dell'indice
\addcontentsline{toc}{part}{Riferimenti Bibliografici}
\include{Parti/bibliografia/bibliografia}
\addcontentsline{toc}{part}{Siti Consultati}
\include{Parti/bibliografia/intergrafia}
\end{document}
`