\documentclass[border=15pt,pstricks,12pt]{standalone}
\usepackage{pst-node,amsmath}
\begin{document}
\begin{pspicture}[showgrid,linejoin=1]
\pnodes(2,3){A}(6,6){C}(6,3){B}(10,6){D}
\pcline(A)(C) \bput{:0}(.4){\text{$\dfrac{\sqrt{20}}{4}$}}
\pcline(A)(C) \naput[nrot=:U]{$\dfrac{\sqrt{12}}{4}+\sqrt[3]{ab}$}
\pcline(A)(C) \lput*{80}(.8){$\dfrac{\sqrt{20}}{4}$}
\pcline(B)(D) \bput(.4){$\dfrac{\sqrt{20}}{4}$}
\pcline(B)(D) \naput{$\dfrac{\sqrt{12}}{4}+\sqrt[3]{ab}$}
\pcline(B)(D) \lput*{90}(.8){$\dfrac{\sqrt{20}}{4}$}
\end{pspicture}
\end{document}
Question: The math labels look jagged on Adobe Acrobat Reader DC. How can I fix it?



\rotateboxfromgraphicx. – Werner Mar 04 '19 at 05:56\rotateboxdoes the same. However, you should use a correct question! You do not want to know hownrotworks, you want to know why you get such ugly root lines! And this has nothing to do withnrot! – Mar 04 '19 at 06:37