[pstricks] new features

Herbert Voss Herbert.Voss at FU-Berlin.DE
Fri Jan 18 17:51:11 CET 2008


Martin Chicoine schrieb:
>> Martin Chicoine schrieb:
>>> Also, using pstricks-add and the vtex option for pstricks resulted in
>> the
>>> error "Option clash for package pstricks".
>> then you load the packages in the wrong order!
>>
>> \usepackage[vtex]{pstricks}
>> \usepackage{pstricks-add}
>>
>> is the right one.
>>
> 
> In fact, it is because I was also loading pst-func.

The right order is:

\usepackage[options]{pstricks}% always as first package
... the core pstricks packages plot, node, tree
... all other pstricks packages
\usepackage{pstricks-add}% always as last package


Herbert



More information about the PSTricks mailing list