Questions tagged [pspicture]
The pspicture tag has no summary.
99 questions
5 votes
1 answer
97 views
How to Color the Hollyberries Red in a Psvectorian Ornament?
Consider the code: \documentclass[12pt]{book} \usepackage{pstricks,psvectorian} \usepackage{color} \begin{document} \thispagestyle{empty} \begin{pspicture}(-5,-5)(4,4)% \psframe[fillcolor=blue!30!...
3 votes
3 answers
317 views
Inverting Arched Words to Hang Like a Catenary
Consider the code which I compile with xelatex: \documentclass[12pt,onecolumn,openany,final]{book} \usepackage[hmargin=0in,vmargin=0in,paperwidth=5.5in,paperheight=5.25in]{geometry} \usepackage{...
0 votes
1 answer
65 views
How to Shift the Colored Portion of a Pspicture to the Far Right?
MWE: \documentclass{book} \usepackage[hmargin=0in,vmargin=0in,paperwidth=12in,paperheight=8.75in]{geometry} \usepackage{pstricks-add} \psset{unit=1in} \definecolor{bulgarianrose}{rgb}{0.28, 0.02, 0....
2 votes
1 answer
76 views
Portioning a "Torn" Pspicture into Two Separate Outputs
This extends the question asked here: Producing a Rectangular Pspicture with a "Sloped" Torn Paper Effect The code: \DocumentMetadata{} \documentclass{book} \usepackage[hmargin=0in,vmargin=...
1 vote
1 answer
101 views
Producing a Rectangular Pspicture with a "Sloped" Torn Paper Effect
The following is @AlessandroChitarrini's code (which can be compiled with xelatex) found here: Coloring the Upper Portion of a Pspicture a Different Color \documentclass{book} \usepackage[hmargin=0in,...
2 votes
2 answers
97 views
Coloring the Upper Portion of a Pspicture a Different Color
MWE: \documentclass{book} \usepackage[hmargin=0in,vmargin=0in,paperwidth=5.5in,paperheight=8.25in]{geometry} \usepackage{xcolor} \usepackage{pstricks,psvectorian} \psset{unit=1in} \definecolor{...
2 votes
1 answer
93 views
I can't draw a circle with inside lines
I'm trying to draw an example of an open neighborhood in R^2 and I can't find why, after the compiler, lines appear outside the circle. \documentclass{article} \usepackage{pstricks} \usepackage{pst-...
2 votes
3 answers
360 views
How to Darken the ISBN in a Pst-Barcode?
Consider the code: \documentclass[12pt]{book} \usepackage{pst-barcode} \begin{document} \thispagestyle{empty} \begin{pspicture}(1.3125in,0.7in) \psbarcode{3-16148-410-0} {backgroundcolor=...
2 votes
1 answer
170 views
Second Argument of \fontsize{}{}\selectfont Not Working in a Pspicture
Consider the code: \documentclass[12pt]{book} \usepackage[hmargin=0in,vmargin=0in,top=0in,paperwidth=5.0in,paperheight=8in]{geometry} \newcommand{\longemdash}{{\fontfamily{cmss}\selectfont---}} \...
1 vote
1 answer
78 views
Pstricks axes label size change: why?
I "draw" two pstricks pictures, one after the other. At the beginning of each of them, I specify the font size (\small in my example). Then I draw axes, with labelFontSize=\normalsize, which ...
1 vote
1 answer
71 views
Adding Text to the White Space of a Cropped Image
Consider the code: \documentclass{book} \usepackage{pstricks} \usepackage{graphicx} \usepackage[active,tightpage]{preview} \PreviewEnvironment{pspicture} % Paddings. \PreviewBorder=1cm\relax \...
1 vote
1 answer
69 views
On Positioning Text in a Pspicture with \rput
The following code generates a pspicture which I want to use as the basis for the back cover of a book: \documentclass[12pt,onecolumn,openany,final]{book} \usepackage[hmargin=0in,vmargin=0in,...
3 votes
1 answer
233 views
Generating a Visible Barcode to a Darkened Back Cover
This post pertains to the proper way to apply a pst-barcode to the back cover of the book. See, for example, Generating ISBN Barcodes The reason for this question is as follows. Consider the code: \...
3 votes
1 answer
160 views
On Generating Barcodes with Pst-Barcode
This is a follow-up question to the one posed in Generating ISBN Barcodes. Prior to posting the MWE code: \documentclass[pstricks,border=12pt]{standalone} \usepackage{pst-barcode} \begin{document} \...
9 votes
2 answers
839 views
Generating ISBN Barcodes
Consider the following code which I compile with xelatex: \documentclass[pstricks,border=12pt]{standalone} \usepackage{pst-barcode} \begin{document} \begin{pspicture}(1.3125in,0.7in) \psbarcode{...