diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-solarsystem/Changes | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-solarsystem/README | 13 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-solarsystem/pst-solarsystem-doc.pdf | bin | 284568 -> 546673 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-solarsystem/pst-solarsystem-doc.tex | 33 |
4 files changed, 39 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-solarsystem/Changes b/Master/texmf-dist/doc/generic/pst-solarsystem/Changes index 2791a268840..3fdd0000f40 100644 --- a/Master/texmf-dist/doc/generic/pst-solarsystem/Changes +++ b/Master/texmf-dist/doc/generic/pst-solarsystem/Changes @@ -1,14 +1,15 @@ ..... pst-solarsystem.tex +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 0.12 2012-01-01 - first version ..... pst-solarsystem.pro -0.10 2012-01-01 - first version +0.12 2012-01-01 - first version ..... pst-solarsystem.sty -0.10 2012-01-01 - first version +0.12 2012-01-01 - first version ..... pst-solarsystem-doc.tex - 2012-01-01 - first version + 2042-01-29 - first version diff --git a/Master/texmf-dist/doc/generic/pst-solarsystem/README b/Master/texmf-dist/doc/generic/pst-solarsystem/README index 09a0ac1ae17..dce92c9f19b 100644 --- a/Master/texmf-dist/doc/generic/pst-solarsystem/README +++ b/Master/texmf-dist/doc/generic/pst-solarsystem/README @@ -1,12 +1,11 @@ pst-solarsystem: drawing solar objects Save the files pst-solarsystem.sty|tex|pro in a directory, which is part of your -local TeX tree. The pro file should go into $TEXMF/dvips/pstricks/ -Then do not forget to run texhash to update this tree. -For more information see the documentation of your LATEX distribution -on installing packages into your local TeX system or read the -TeX Frequently Asked Questions: -(http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages). +local TeX tree or use your package manager to install pst-solarsystem. + PSTricks is PostScript Tricks, the documentation cannot be run -with pdftex, use the sequence latex->dvips->ps2pdf or xelatex. +with pdftex, use the sequence latex->dvips->ps2pdf or xelatex or (best) +lualatex (creates directly a PDF). + +hvoss@tug.org. diff --git a/Master/texmf-dist/doc/generic/pst-solarsystem/pst-solarsystem-doc.pdf b/Master/texmf-dist/doc/generic/pst-solarsystem/pst-solarsystem-doc.pdf Binary files differindex b23e717f6ba..96ace7d1254 100644 --- a/Master/texmf-dist/doc/generic/pst-solarsystem/pst-solarsystem-doc.pdf +++ b/Master/texmf-dist/doc/generic/pst-solarsystem/pst-solarsystem-doc.pdf diff --git a/Master/texmf-dist/doc/generic/pst-solarsystem/pst-solarsystem-doc.tex b/Master/texmf-dist/doc/generic/pst-solarsystem/pst-solarsystem-doc.tex index cea906760a9..44fc8ef6bac 100644 --- a/Master/texmf-dist/doc/generic/pst-solarsystem/pst-solarsystem-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-solarsystem/pst-solarsystem-doc.tex @@ -1,10 +1,11 @@ -%% $Id: pst-solarsystem-doc.tex 620 2012-01-01 14:09:57Z herbert $ +%% $Id: pst-solarsystem-doc.tex 852 2024-01-29 18:34:46Z herbert $ +\DocumentMetadata{} \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false, smallheadings, headexclude,footexclude,oneside]{pst-doc} \usepackage{pst-solarsystem} \let\pstFV\fileversion \usepackage{pstricks-add} -\renewcommand\bgImage{\resizebox{0.6\linewidth}{!}{\SolarSystem[Day=1,Month=1,Year=2012,Hour=12,viewpoint=1 -1 2]}} +\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} @@ -19,11 +20,13 @@ \author{Manuel Luque \\Herbert Vo\ss} \docauthor{} \date{\today} -\maketitle +\settitle + \tableofcontents -\vspace{2cm} + +\section{introduction} For the method of calculation, I was guided by: \begin{itemize} \item that given by \textit{Jean Meeus} astronomical calculations in the book for use by @@ -75,6 +78,28 @@ graph. \clearpage + +Possible languages are DE, FR and the default EN. +With the setting \verb|language=DE|: + + +\begin{center} +\SolarSystem[language=DE] + +\SolarSystem[Day=30,Month=06,Year=2001,Hour=23,Minute=59,Second=59, + viewpoint=1 -1 2,solarValues=false,language=DE] +\end{center} + + +\begin{verbatim} +\SolarSystem[language=DE] +\SolarSystem[Day=30,Month=06,Year=2001,Hour=23,Minute=59,Second=59, + viewpoint=1 -1 2,solarValues=false,language=DE] +\end{verbatim} + +\clearpage + + \section{List of all optional arguments for \texttt{pst-solarsystem}} \xkvview{family=pst-solarsystem,columns={key,type,default}} |