Ciao peppo,
Su tuo suggerimento ho fatto così:
`\documentclass[12pt]{article}
\usepackage{graphicx}
\usepackage{amsmath }
\usepackage[usenames,dvipsnames]{pstricks}
\usepackage{epsfig}
\usepackage{pst-plot}
\usepackage{pst-grad}
\begin{document}
\section{Intro}
I processi PAM (Pulse Amplitude Modulation) sono
\input{asse.tex}
\end{document}`
dove il file asse.tex l’ho ricavato con il codice generato da LaTeXDraw:
`% Generated with LaTeXDraw 2.0.8
% Sat Apr 30 00:50:30 CEST 2011
% \usepackage[usenames,dvipsnames]{pstricks}
% \usepackage{epsfig}
% \usepackage{pst-grad} % For gradients
% \usepackage{pst-plot} % For axes
\scalebox{1} % Change this value to rescale the drawing.
{
\begin{pspicture}(0,-1.3429166)(2.7458334,1.3429166)
\rput(0.74583334,-0.65708333){\psaxes[linewidth=0.04,ticksize=0.10583333cm]{->}(0,0)(0,0)(2,2)}
\pscircle[linewidth=0.04,dimen=outer](1.7758334,0.37291667){0.63}
\end{pspicture}
}
`
Se compilo LaTeX > PDF oppure LaTeX > DVI non funziona, mi da’ errore. Ma va tranquillamente a porto se compilo LaTeX > PS. Il problema è che io vorrei un pdf. Come si può fare? Do’ un’occhiata al tuo link, nel frattempo.