### Enable PSTricks Support with pdflatex Source: http://www.jonathanleroux.org/software/iguanatex/faq.html To use PSTricks with pdflatex, add the \usepackage{auto-pst-pdf} command to your LaTeX preamble. This is an alternative to using Latexmk for compilation. ```latex \usepackage{auto-pst-pdf} ``` -------------------------------- ### Include Custom LaTeX Macros Source: http://www.jonathanleroux.org/software/iguanatex/faq.html Add custom LaTeX macros and definitions to your IguanaTex equations by including them in the default LaTeX code or by using the \input command to reference a separate file. ```latex \input{macros.sty} ``` ```latex \usepackage{macro} ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.