Retour

gaston1.tex

Télécharger le fichier Fichier PDF
Image PNG
\documentclass{article}
\usepackage{pst-anamorphosis-add}
\usepackage[a4paper,hmargin=1cm]{geometry}
\pagestyle{empty}
\begin{document}
\begin{center}
\begin{pspicture}[showgrid](-9,-4)(9,12)
\psset{Yv=100,Rmirror=4}
\psanamorphosis[scale=1 -1](0,0){gaston_mouette.eps}
\pslineA[linestyle=none,fillstyle=solid,fillcolor={[rgb]{0.925 1 0.655}}](-2.50,-3.5)(-2.50,-3)(2.50,-3)(2.50,-3.5)(-2.50,-3.5)
\pslineA[linestyle=none,fillstyle=solid,fillcolor={[rgb]{0.925 1 0.655}}](-2.50,3)(-2.50,2.50)(2.50,2.50)(2.50,3)(-2.50,3)
\psframe[linestyle=none,fillstyle=solid,fillcolor={[rgb]{0.925 1 0.655}}](-2.50,-3.5)(2.50,-3)
\psframe[linestyle=none,fillstyle=solid,fillcolor={[rgb]{0.925 1 0.655}}](-2.50,3)(2.50,2.50)
\psset{linestyle=dotted}
\multido{\n=-2.50+0.50}{11}{%
    \pnode(! \n\space -3.00){A}
    \pnode(! \n\space 3.00){B}
    \psline(A)(B)
    \pslineA(A)(B)
    }
\multido{\N=-3.00+0.50}{13}{%
    \pnode(!-2.50 \N){A}
    \pnode(!2.50 \N){B}
    \pslineA(A)(B)
    \psline(A)(B)
    }
\pstextA[fontsize=25,scale=1.75 -1,fillcolor=black](0,-3){Gaston}
\pstextA[fontsize=12,scale=1.5 -1.5,fillcolor=black](0,3){et la Mouette rieuse}
\pscircle[doubleline=true,linestyle=solid,doublecolor=blue!50,linecolor=blue]{4}
\end{pspicture}
\end{center}
\end{document}