23.4.11

PsTricks desde Scientific WorkPlace 5.5








Todas las gráficas son generadas con códigos PSTricks tomados de la página de PSTricks. Los paquetes utilizados en SWP 5.5 para el article son

{auto-pst-pdf}
{pstricks-add}
{pst-all}
{pst-solides3d}
{epstopdf}
{amsmath}
{amsfonts}
{amssymb}
{graphicx}

y para el beamer son

{amsmath}
{amsfonts}
{amssymb}
{graphicx}
[utf8x]{inputenc}
{amsmath}
{auto-pst-pdf}
{pstricks-add}
{pst-all}
{pst-solides3d}
{epstopdf}

y todo fue compilado con MikTeX 2.9 y TeXLive 2010 con las necesarias opciones adicionales de línea de comandos para el compilador. La más importante en este contexto es "- enable-write18 'para permitir que el compilador para ejecutar programas externos. Usted tiene que agregar por lo menos en este.


How to use PSTricks in pdfLaTeX?




If you have an up-to-date TeX distribution use
\usepackage[pdf]{pstricks}
and then run your document with pdflatex -shell-escape . Then the PSTricks images are created on-the-fly as stand alone pdf images and saved in -pics.pdf. If you have an older system use
\usepackage{auto-pst-pdf}
\usepackage{pst-...}
For more information see PSTricks web page
For Windows you have to install a Perl version, if you want to use the full power of the auto-pst-pdf package