%% $Id: pst-venn-doc.tex 848 2018-12-04 09:25:49Z herbert $ \documentclass[11pt,english,BCOR10mm,DIV14,bibliography=totoc,parskip=false,smallheadings, headexclude,footexclude,twoside]{pst-doc} \usepackage[utf8]{inputenc} \usepackage{pst-venn} \lstset{preset=\centering,pos=l,wide=false,vsep=5mm,language=PSTricks,%width=0.5\linewidth, morekeywords={multidipole,parallel},basicstyle=\footnotesize\ttfamily} % \def\bgImage{% \begin{pspicture}(-3.2,-3.2)(3.2,3.2) \psVenn[bgradius=3](-1,0.5)(0,-1)(1,0.5){1.5}{24} \end{pspicture} } \addbibresource{\jobname.bib} \begin{document} \title{\texttt{pst-venn}} \subtitle{A PSTricks package for drawing Venn sets; v 0.01} \author{Herbert Voß} %\docauthor{Herbert Vo\ss} \date{\today} \maketitle \psset{unit=0.5} \begin{verbatim} \psVenn[options](O1)(O2)(O3){radius}{segments} \end{verbatim} There are the following optional arguments: \verb|bgcircle=|: \begin{LTXexample}[width=0.4\linewidth,pos=l] \begin{pspicture}(-3.2,-3.2)(3.2,3.2) \psVenn[bgcircle](-1,0.5)(0,-1)(1,0.5){1.5}{1} \end{pspicture} \begin{pspicture}(-3.2,-3.2)(3.2,3.2) \psVenn[bgcircle=false](-1,0.5)(0,-1)(1,0.5){1.5}{1} \end{pspicture} \end{LTXexample} \verb|bgcolor=|: \begin{LTXexample}[width=0.4\linewidth,pos=l] \begin{pspicture}(-3.2,-3.2)(3.2,3.2) \psVenn(-1,0.5)(0,-1)(1,0.5){1.5}{1} \end{pspicture} \begin{pspicture}(-3.2,-3.2)(3.2,3.2) \psVenn[bgcolor=green!30](-1,0.5)(0,-1)(1,0.5){1.5}{1} \end{pspicture} \end{LTXexample} \verb|bgradius=|: \begin{LTXexample}[width=0.4\linewidth,pos=l] \begin{pspicture}(-3.2,-3.2)(3.2,3.2) \psVenn(-1,0.5)(0,-1)(1,0.5){1.5}{1} \end{pspicture} \begin{pspicture}(-3.2,-3.2)(3.2,3.2) \psVenn[bgradius=3.5](-1,0.5)(0,-1)(1,0.5){1.5}{1} \end{pspicture} \end{LTXexample} \verb|fgcolor=|: \begin{LTXexample}[width=0.4\linewidth,pos=l] \begin{pspicture}(-3.2,-3.2)(3.2,3.2) \psVenn(-1,0.5)(0,-1)(1,0.5){1.5}{1} \end{pspicture} \begin{pspicture}(-3.2,-3.2)(3.2,3.2) \psVenn[fgcolor=green!30](-1,0.5)(0,-1)(1,0.5){1.5}{1} \end{pspicture} \end{LTXexample} \verb|vennfill=