99 questions
3
votes
3
answers
292
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
49
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
64
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
79
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
78
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
81
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
336
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
159
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---}}
\...
0
votes
0
answers
53
views
A Standard Way to Position a Barcode with Specified Margins in a Pspicture
Consider the code
\documentclass[12pt]{book}
\usepackage[hmargin=0in,vmargin=0in,paperwidth=5.5in,paperheight=8.50in]{geometry}
\usepackage{psvectorian,scalefnt}
\usepackage{pst-barcode}
\begin{...
1
vote
1
answer
55
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
53
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
50
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
220
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
142
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
794
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{...