[Ipe-discuss] set default packages in IPE

Otfried Cheong otfried at ipe.airpost.net
Sat Feb 19 13:59:06 CET 2011


On 02/19/2011 09:46 PM, Christoph Weissinger wrote:
> i have a question about using different packages in
> IPE: How can i set default packages in IPE so that in every new document
>   the package will be included automatically? Until now i had to put the
> \uspackage{} in the Latex preamble...

Create a custom stylesheet, in which you define a latex preamble:

<ipestyle name="christoph">
<preamble>
\usepackage{pipapo}
</preamble>
</ipestyle>

Then add this stylesheet to the list prefs.styles in the configuration 
file "prefs.lua"

Cheers,
  Otfried




More information about the Ipe-discuss mailing list