Re: Strano problema DVI vs. TikZ (+ errore incomprensibile)

#33700
Up
0
Down
::


Ma che storia!

Ho cambiato pattern all’immagine che dà problemi: se sotto metto un’altra immagine con lo stesso pattern mi dà lo stesso errore!

Non posso cambiare pattern ad ogni immagine e, in ogni caso, non ha senso! 😯

Vi posto tutto il preambolo, magari c’è qualche coincidenza astrale nell’ordine delle librerie che andrebbe modificata:

`\documentclass[oneside]{book}

\usepackage[italian]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}

%\usepackage{hyperref}
%\usepackage{draftcopy}
%\draftcopyName{Bozza}

\usepackage{booktabs}
\providecommand{\tabularnewline}{\\}

\usepackage{verbatim}

\usepackage{tikz}
\usepackage{pstricks,pst-plot,pst-bar}
\usetikzlibrary{automata,%
positioning}
\usetikzlibrary{patterns}

\usepackage{enumitem,indentfirst}

\usepackage{epsdice,amsthm,amsfonts,amsmath,amsopn}
\newcommand{\plim}{\operatornamewithlimits{plim}}

\theoremstyle{definition}
\newtheorem{definizione}{Definizione}[section]
\theoremstyle{plain}
\newtheorem{teorema}{Teorema}[section]
\theoremstyle{definition}
\newtheorem{esempio}{Esempio}[section]
\theoremstyle{definition}
\newtheorem{dimostrazione}{Dimostrazione}[section]

\usepackage{indentfirst}

\title{…}
\author{…}

\usepackage[plainpages=false,pdfpagelabels]{hyperref}`

Go to top