Re: set default packages in IPE
Otfried Cheong <[email protected]>
| Newsgroups | gmane.comp.graphics.ipe.general |
|---|---|
| Organization | Ipe Headquarters |
| Message-ID | <[email protected]> |
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