<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<style>
font{
line-height: 1.6;
}
ul,ol{
padding-left: 20px;
list-style-position: inside;
}
</style>
<div style="font-family:微软雅黑,Verdana,"Microsoft Yahei",SimSun,sans-serif;font-size:14px; line-height:1.6;">
<div>
<div><span>Yes, it is so </span><span style="line-height: 1.6;">good.</span></div><div><span style="line-height: 1.6;"><br></span></div><div><span style="line-height: 1.6;">Thanks.</span></div>
</div><div class="J-reply" style="background-color:#f2f2f2;color:black;padding-top:6px;padding-bottom:6px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;margin-top:45px;margin-bottom:20px;font-family:'微软雅黑';"><div style="font-size:12px;line-height:1.5;word-break:break-all;margin-left:10px;margin-right:10px">On <span class="mail-date">9/28/2019 14:56</span>,<a class="mail-to" style="text-decoration:none;color:#2a83f2;" href="mailto:Herbert.Voss@fu-berlin.de">Herbert Voss<Herbert.Voss@fu-berlin.de></a> wrote: </div>
</div>
<blockquote id="ntes-pcmail-quote" style="margin: 0; padding: 0; font-size: 14px; font-family: '微软雅黑';">
<br><br>Am 28.09.19 um 07:47 schrieb 廖雄飞:<br> <blockquote class="mmbqc1">Hi,<br> When I use the pst-eucl package to draw a circle with the center O <br> and radius R, I compiled the code with pdflatex,<br> and an unexpected string like '28.45274 mul' were draw in the output <br> figure.<br> After I remove the unconcerned code, I found that it only happened <br> when I load the pst-fractal package,<br> if I comment out the \usepackage{pst-fractal} line, I can get the <br> right figure.<br></blockquote><br>pst-fractal defines also the optional argument Radius. This is the reason,<br>why you have to use<br><br>\psset[pst-eucl]{Radius=\pstDistVal{3}}<br><br><br><br>\documentclass{article}<br>\usepackage{pst-eucl}<br>\usepackage{pst-fractal}<br>\usepackage{auto-pst-pdf}<br>\begin{document}<br>\begin{pspicture}[showgrid=false](-4,-4)(4,4)<br>\pstGeonode(0,0){O}<br>\psset[pst-eucl]{Radius=\pstDistVal{3}}<br>\pstCircleOA{O}{}<br>\end{pspicture}<br>\end{document}<br><br><br>Herbert<br></blockquote><!--😀-->
</div>
</body>
</html>