File:PSTricksSimple.svg

Summary

Description
English: Simple example of PSTricks output.
Deutsch: Einfaches Beispiel für eine PSTricks-Ausgabe.
Date
Source Own work,Toolset: .tex -> .ps with "latex"; .ps -> .svg with "misc2svg"; minor optimization and "scouring" with Inkscape
Author Patrick87
Other versions File:PSTricksSimple.png
LaTeX source
InfoField
click to expand
\documentclass{standalone}

\usepackage{pstricks}

\begin{document}
\begin{pspicture}(5,5)
  %% Triangle in red:
  \psline[linecolor=red](1,1)(5,1)(1,4)(1,1)
  %% Bezier curve in green:
  \pscurve[linecolor=green,linewidth=2pt,showpoints=true](5,5)(3,2)(4,4)(2,3)
  %% Circle in blue with radius 1:
  \pscircle[linecolor=blue,linestyle=dashed](3,2.5){1}
\end{pspicture}
\end{document}

Licensing

Public domain This image of simple geometry is ineligible for copyright and therefore in the public domain, because it consists entirely of information that is common property and contains no original authorship.
Heptagon
Heptagon
Category:PD shape#PSTricksSimple.svgCategory:PD-shape missing SDC copyright status Category:PSTricks Category:Images with LaTeX source code
Category:Images with LaTeX source code Category:PD shape Category:PSTricks Category:Pages using deprecated source tags