The newtxtext package provides Helvetica-clone for sans-serif font family. As most other figures have sans-serif fonts with the help of fixfonts scripts, use it in pstricks figures for consistency. Compensate the slightly smaller look of the labels by using \large. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- SMPdesign/DiningPhilosopher4part-b.tex | 3 +++ SMPdesign/DiningPhilosopher5.tex | 3 +++ SMPdesign/DiningPhilosopher5PEM.tex | 3 +++ SMPdesign/DiningPhilosopher5TB.tex | 3 +++ 4 files changed, 12 insertions(+) diff --git a/SMPdesign/DiningPhilosopher4part-b.tex b/SMPdesign/DiningPhilosopher4part-b.tex index 1a90f8105d5c..2d1c307ef7c0 100644 --- a/SMPdesign/DiningPhilosopher4part-b.tex +++ b/SMPdesign/DiningPhilosopher4part-b.tex @@ -5,9 +5,12 @@ \usepackage{pst-eps} \usepackage{multido} \usepackage{calc} +\usepackage[helvratio=0.9]{newtxtext} +\renewcommand{\familydefault}{\sfdefault} \begin{document} \thispagestyle{empty} +\large \begin{TeXtoEPS} \begin{pspicture}(12,10) diff --git a/SMPdesign/DiningPhilosopher5.tex b/SMPdesign/DiningPhilosopher5.tex index 08e6931846e6..a892f11bc42d 100644 --- a/SMPdesign/DiningPhilosopher5.tex +++ b/SMPdesign/DiningPhilosopher5.tex @@ -5,9 +5,12 @@ \usepackage{pst-eps} \usepackage{multido} \usepackage{calc} +\usepackage[helvratio=0.9]{newtxtext} +\renewcommand{\familydefault}{\sfdefault} \begin{document} \thispagestyle{empty} +\large \begin{TeXtoEPS} \begin{pspicture}(12,10) diff --git a/SMPdesign/DiningPhilosopher5PEM.tex b/SMPdesign/DiningPhilosopher5PEM.tex index 25aee7a401a1..55db3773608c 100644 --- a/SMPdesign/DiningPhilosopher5PEM.tex +++ b/SMPdesign/DiningPhilosopher5PEM.tex @@ -5,9 +5,12 @@ \usepackage{pst-eps} \usepackage{multido} \usepackage{calc} +\usepackage[helvratio=0.9]{newtxtext} +\renewcommand{\familydefault}{\sfdefault} \begin{document} \thispagestyle{empty} +\large \begin{TeXtoEPS} \begin{pspicture}(12,10) diff --git a/SMPdesign/DiningPhilosopher5TB.tex b/SMPdesign/DiningPhilosopher5TB.tex index fcf96e9dee84..c2015991cd5e 100644 --- a/SMPdesign/DiningPhilosopher5TB.tex +++ b/SMPdesign/DiningPhilosopher5TB.tex @@ -5,9 +5,12 @@ \usepackage{pst-eps} \usepackage{multido} \usepackage{calc} +\usepackage[helvratio=0.9]{newtxtext} +\renewcommand{\familydefault}{\sfdefault} \begin{document} \thispagestyle{empty} +\large \begin{TeXtoEPS} \begin{pspicture}(12,10) -- 2.25.1