[pstricks] Problem with pst-euclid’s \pstMarkAngle
Quark67
quark67 at free.fr
Sun Jan 1 17:42:57 CET 2012
Le 1 janv. 2012 à 15:41, Hendrik Maryns a écrit :
> \pstRightAngle[RightAngleSize=.15]{R}{S}{Q}
> % \pstMarkAngle[LabelSep=.6]{S}{R}{Q}{$43^°$} %(un)comment this line
> to see
> % its effect on the following picture.
Hello, happy new year, you have multiple solutions :
- if you are french and use \usepackage[frenchb]{babel}, you can write :
\pstMarkAngle[LabelSep=.6]{S}{R}{Q}{43\degres}
- otherwise, you can use \usepackage{textcomp} and write :
\pstMarkAngle[LabelSep=.6]{S}{R}{Q}{43\textdegree}
or directly (with the package textcomp):
\pstMarkAngle[LabelSep=.6]{S}{R}{Q}{43°}
More information about the PSTricks
mailing list