File:PSTricksSimple.svg

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
Original file (SVG file, nominally 512 × 512 pixels, file size: 3 KB)

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
SVG development
InfoField
 The SVG code is valid.
 This vector image was created with LaTeX.
 and with Inkscape.

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

Source code

\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}

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

29 May 2014

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current23:04, 28 May 2014Thumbnail for version as of 23:04, 28 May 2014512 × 512 (3 KB)wikimediacommons>Patrick87== {{int:filedesc}} == {{Information |Description={{en|1=Simple example of en:PSTricks output.}} {{de|1=Einfaches Beispiel für eine de:PSTricks-Ausgabe.}} |Source={{own}},<small>Toolset: .tex -> .ps with "latex"; .ps -> .svg with "misc2svg...

Metadata