summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-02-03 03:02:06 +0000
committerNorbert Preining <norbert@preining.info>2024-02-03 03:02:06 +0000
commit8d5a9f6bbecb297f513b9ed16e574db1c1310228 (patch)
tree4d9e1be6863ce68eb23b545add6e000edff4817c /graphics/pstricks/contrib
parentb5a938a222c59addea5ca0a22cd53b2bbf66e1fa (diff)
CTAN sync 202402030302
Diffstat (limited to 'graphics/pstricks/contrib')
-rw-r--r--graphics/pstricks/contrib/pst-solarsystem/Changes1
-rw-r--r--graphics/pstricks/contrib/pst-solarsystem/doc/pst-solarsystem-doc.pdfbin546673 -> 546561 bytes
-rw-r--r--graphics/pstricks/contrib/pst-solarsystem/doc/pst-solarsystem-doc.tex12
-rw-r--r--graphics/pstricks/contrib/pst-solarsystem/latex/pst-solarsystem.sty4
-rw-r--r--graphics/pstricks/contrib/pst-solarsystem/tex/pst-solarsystem.tex15
5 files changed, 16 insertions, 16 deletions
diff --git a/graphics/pstricks/contrib/pst-solarsystem/Changes b/graphics/pstricks/contrib/pst-solarsystem/Changes
index 3fdd0000f4..8543bbb470 100644
--- a/graphics/pstricks/contrib/pst-solarsystem/Changes
+++ b/graphics/pstricks/contrib/pst-solarsystem/Changes
@@ -1,4 +1,5 @@
..... pst-solarsystem.tex
+0.15 2024-02-02 - fixes for the languages EN/DE/FR
0.14 2024-01-29 - support for languages EN/DE/FR
0.13 2017-08-22 - values->solarValues
0.12a 2017-08-14 - updated documentation
diff --git a/graphics/pstricks/contrib/pst-solarsystem/doc/pst-solarsystem-doc.pdf b/graphics/pstricks/contrib/pst-solarsystem/doc/pst-solarsystem-doc.pdf
index 96ace7d125..b67b610c3e 100644
--- a/graphics/pstricks/contrib/pst-solarsystem/doc/pst-solarsystem-doc.pdf
+++ b/graphics/pstricks/contrib/pst-solarsystem/doc/pst-solarsystem-doc.pdf
Binary files differ
diff --git a/graphics/pstricks/contrib/pst-solarsystem/doc/pst-solarsystem-doc.tex b/graphics/pstricks/contrib/pst-solarsystem/doc/pst-solarsystem-doc.tex
index 44fc8ef6ba..857bc47f5b 100644
--- a/graphics/pstricks/contrib/pst-solarsystem/doc/pst-solarsystem-doc.tex
+++ b/graphics/pstricks/contrib/pst-solarsystem/doc/pst-solarsystem-doc.tex
@@ -1,4 +1,4 @@
-%% $Id: pst-solarsystem-doc.tex 852 2024-01-29 18:34:46Z herbert $
+%% $Id: pst-solarsystem-doc.tex 861 2024-02-02 08:15:14Z herbert $
\DocumentMetadata{}
\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,
smallheadings, headexclude,footexclude,oneside]{pst-doc}
@@ -7,8 +7,7 @@
\usepackage{pstricks-add}
\renewcommand\bgImage{\resizebox{0.5\linewidth}{!}{\SolarSystem[Day=29,Month=1,Year=2024,Hour=24,viewpoint=1 -1 2,solarValues=false]}}
-\lstset{language=PSTricks,
- morekeywords={psGammaDist,psChiIIDist,psTDist,psFDist,psBetaDist,psPlotImpl},basicstyle=\footnotesize\ttfamily}
+\lstset{language=PSTricks,,basicstyle=\footnotesize\ttfamily}
%
\addbibresource{pst-solarsystem-doc.bib}
@@ -34,7 +33,8 @@ published by the Amateur Astronomical Society of France.
\item and that of Guy Serane in \textit{Astronomy \& PC published} by Wiley \& Sons.
\end{itemize}
-As we can not represent all the planets in the real proportions, only Mercury, Venus, Earth and Mars are the proportions of the orbits and
+As we can not represent all the planets in the real proportions,
+only Mercury, Venus, Earth and Mars are the proportions of the orbits and
their relative sizes observed. Saturn and Jupiter are in the right direction, but
obviously not at the right distance.
@@ -52,8 +52,8 @@ with the following parameters, for example:
\end{verbatim}
\xLkeyword{Day}\xLkeyword{Month}\xLkeyword{Year}\xLkeyword{Hour}\xLkeyword{Minute}\xLkeyword{Second}
-By default, if no parameter is specified, \Lcs{SolarSystem} gives the configuration
-day 0 hours to compile.
+By default, if no parameter is specified, \Lcs{SolarSystem} chooses the current day and hour.
+%day 0 hours to compile.
The \Lkeyword{solarValues} is enabled by default. It displays the values of
longitude, latitude, and the distance in astronomical units.
diff --git a/graphics/pstricks/contrib/pst-solarsystem/latex/pst-solarsystem.sty b/graphics/pstricks/contrib/pst-solarsystem/latex/pst-solarsystem.sty
index 734b0d2bee..60f290fa67 100644
--- a/graphics/pstricks/contrib/pst-solarsystem/latex/pst-solarsystem.sty
+++ b/graphics/pstricks/contrib/pst-solarsystem/latex/pst-solarsystem.sty
@@ -1,6 +1,6 @@
-%% $Id: pst-solarsystem.sty 852 2024-01-29 18:34:46Z herbert $
+%% $Id: pst-solarsystem.sty 863 2024-02-02 08:21:27Z herbert $
\RequirePackage{pstricks}
-\ProvidesPackage{pst-solarsystem}[2024/01/29 package wrapper for
+\ProvidesPackage{pst-solarsystem}[2024/02/02 package wrapper for
pst-solarsystem.tex]
\input{pst-solarsystem.tex}
\IfFileExists{pst-solarsystem.pro}{%
diff --git a/graphics/pstricks/contrib/pst-solarsystem/tex/pst-solarsystem.tex b/graphics/pstricks/contrib/pst-solarsystem/tex/pst-solarsystem.tex
index 462b6b7a1f..09a9408eca 100644
--- a/graphics/pstricks/contrib/pst-solarsystem/tex/pst-solarsystem.tex
+++ b/graphics/pstricks/contrib/pst-solarsystem/tex/pst-solarsystem.tex
@@ -1,4 +1,4 @@
-%% $Id: pst-solarsystem.tex 851 2024-01-29 18:19:57Z herbert $
+%% $Id: pst-solarsystem.tex 861 2024-02-02 08:15:14Z herbert $
%%
%% This is file `pst-solarsystem.tex',
%%
@@ -27,8 +27,8 @@
\ifx\GradientLoaded\endinput\else \input pst-grad \fi
\ifx\PSTtoolsLoaded\endinput\else \input pst-tools\fi
\ifx\PSTXKeyLoaded\endinput\else \input pst-xkey \fi
-\def\fileversion{0.14}
-\def\filedate{2024/01/29}
+\def\fileversion{0.15}
+\def\filedate{2024/02/02}
\message{`PSTSOLARSYSTEME' v\fileversion, \filedate}
%
\pstheader{pst-solarsystem.pro}
@@ -46,7 +46,7 @@
\def\ps@@Saturn{Saturn}%
\def\ps@@Longitude{longitude at $^\mathrm{o}$}%
\def\ps@@Latitude{latitude at $^\mathrm{o}$}%
- \def\ps@@Distance{distance at U.A.}%
+ \def\ps@@Distance{distance in AU}%
}
\def\SolarSystemLangDE{%
@@ -58,7 +58,7 @@
\def\ps@@Saturn{Saturn}%
\def\ps@@Longitude{Längengrad $^\mathrm{o}$ }%
\def\ps@@Latitude{Breitengrad $^\mathrm{o}$ }%
- \def\ps@@Distance{Entfernung bei U.A. }%
+ \def\ps@@Distance{Entfernung in AU }%
}
\def\SolarSystemLangFR{%
@@ -67,16 +67,15 @@
\def\ps@@Earth{Terre}%
\def\ps@@Mars{Mars}%
\def\ps@@Jupiter{Jupiter}%
- \def\ps@@Saturn{Saturn}%
+ \def\ps@@Saturn{Saturne}%
\def\ps@@Longitude{longitude a $^\mathrm{o}$}%
\def\ps@@Latitude{latitude a $^\mathrm{o}$}%
- \def\ps@@Distance{distance a U.A. }%
+ \def\ps@@Distance{distance en au }%
}
\let\SolarSystemLangen\SolarSystemLangEN
\let\SolarSystemLangde\SolarSystemLangDE
\let\SolarSystemLangfr\SolarSystemLangFR
-
\define@key[psset]{pst-solarsystem}{Day}[\number\day]{\def\psk@SolarSystemD{#1}}
\define@key[psset]{pst-solarsystem}{Month}[\number\month]{\def\psk@SolarSystemM{#1}}
\define@key[psset]{pst-solarsystem}{Year}[\number\year]{\def\psk@SolarSystemY{#1}}