[pstricks] display letters with \sevensegmentdisplay in pst-circ

Herbert Voss Herbert.Voss at FU-Berlin.DE
Fri Feb 25 21:53:28 CET 2011


Am 25.02.2011 15:21, schrieb Arturo Rinaldi:
> is it possible to perform such operation with the component
> 
> *\sevensegmentdisplay*
> 
> or at least turn on a single segment ?

not really, you have to look into the package to see how the
segemnts are set, eg:

\documentclass{article}
\usepackage{pst-circ}
\begin{document}

\begin{pspicture}(6.5,5)
  \sevensegmentdisplay(0,0){}
  \makeatletter
  \psframe[linewidth=0.5\pslinewidth,framearc=.9,fillstyle=solid,
           fillcolor=red](2.05,3.65)(3.45,3.85) % a
\end{pspicture}

\end{document}


Herbert


More information about the PSTricks mailing list