texlive[59827] Master/texmf-dist: pgf-spectra (4jul21)

commits+karl at tug.org commits+karl at tug.org
Sun Jul 4 22:42:01 CEST 2021


Revision: 59827
          http://tug.org/svn/texlive?view=revision&revision=59827
Author:   karl
Date:     2021-07-04 22:42:01 +0200 (Sun, 04 Jul 2021)
Log Message:
-----------
pgf-spectra (4jul21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/pgf-spectra/README
    trunk/Master/texmf-dist/doc/latex/pgf-spectra/pgf-spectraManual.pdf
    trunk/Master/texmf-dist/doc/latex/pgf-spectra/pgf-spectraManual.tex
    trunk/Master/texmf-dist/tex/latex/pgf-spectra/pgf-spectra.sty

Modified: trunk/Master/texmf-dist/doc/latex/pgf-spectra/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pgf-spectra/README	2021-07-04 16:14:39 UTC (rev 59826)
+++ trunk/Master/texmf-dist/doc/latex/pgf-spectra/README	2021-07-04 20:42:01 UTC (rev 59827)
@@ -1,11 +1,13 @@
-This is pgf-spectra, version 2.1.1 (27/06/2021).
+This is pgf-spectra, version 2.1.2 (03/07/2021).
 
 This package provides the \pgfspectra[<options>] command which draws continuous and emission or absorption spectra for 98 elements and their ions. It was developed mainly for the writing of my own documentation and exams sheets supporting directly PDF output format.
 The drawing is made with the TikZ package and is based in the pst-spectra extension for PSTricks.
 ____________________________________________________________
 
+*** v2.1.2 ***
+Minor fix: wrong char encoding (pgf-spectra.sty, line:1555)
+*** v2.1.1 ***
 Major changes:
-*** v2.1.1 ***
 Small documentation enhancements.
 Code rewrote for the command \pgfspectraplotshade.
 New keys for \pgfspectraplotshade:

Modified: trunk/Master/texmf-dist/doc/latex/pgf-spectra/pgf-spectraManual.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/pgf-spectra/pgf-spectraManual.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pgf-spectra/pgf-spectraManual.tex	2021-07-04 16:14:39 UTC (rev 59826)
+++ trunk/Master/texmf-dist/doc/latex/pgf-spectra/pgf-spectraManual.tex	2021-07-04 20:42:01 UTC (rev 59827)
@@ -21,9 +21,10 @@
 \def\version{2.0.0}%
 \def\minorversion{2.1.0}%
 \def\minorrevversion{2.1.1}%
+\def\minorrev{2.1.2}%
 \usepackage[pdfstartview={ },colorlinks=true, linkcolor=black!50!green, citecolor=gray, urlcolor=teal, hyperindex, plainpages=false,bookmarksopenlevel=1,bookmarksopen=true]{hyperref}%
 \hypersetup{%Start options on pdf
-pdftitle = {Manual for pgf-spectra (v\minorrevversion)},%
+pdftitle = {Manual for pgf-spectra (v\minorrev)},%
 pdfsubject = {Emission and absorption lines of the elements},%
 pdfkeywords = {Draw the spectrum of elements in a simple way via pgf/TikZ environment. It's possible to draw a desired spectrum, continuous  or discrete.},%
 pdfauthor = {\textcopyright Hugo Gomes},%
@@ -44,7 +45,7 @@
 \fancypagestyle{pgfSpectraManual}{%
 \fancyhf{} % clear all header and footer fields
 \fancyhead[R]{\nouppercase{\leftmark}}%
-\fancyhead[L]{\color{blue}pgf-spectra \minorrevversion}%
+\fancyhead[L]{\color{blue}pgf-spectra \minorrev}%
 \fancyfoot[R]{\textbf{\thepage\ of \pageref{LastPage}}}%
 \fancyfoot[L]{\ }}%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -84,10 +85,10 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \input{pgf-spectraManual_defs.tex}%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\title{Manual for pgf-spectra \minorrevversion}
+\title{Manual for pgf-spectra \minorrev}
 \author{Hugo Gomes\\
   \texttt{hugo.parelho at gmail.com}}
-\date{\today}
+\date{3rd July 2021}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \begin{document}%
 \usefont{T1}{verdana}{m}{n}%
@@ -106,7 +107,8 @@
 \\ [4pt]In version 2.0.0 the previous data of the visible region was extended to include lines from Extreme UV to Near IR ($10\,nm\leq\lambda\leq4\hspace{.05pt}000\,nm$). \textit{See section \hyperlink{sec:data}{The lines data} below for more information.}
 \\ [4pt]Also in version 2.0.0 the possibility to redshift the lines of spectra was introduced, by entering directly the redshift value or the velocity and the angle to compute the redshift value (Doppler Redshift).
 \\ [4pt]In version 2.1.0 a new color conversion (correlated color temperature), shadings for use with \txttikz{} and/or \txtPGFPLOTS{} and a color map for use with \txtPGFPLOTS{} were introduced.
-\\ [4pt]In this release -- version 2.1.1 -- two new options are available in the shading for use with \txtPGFPLOTS{} (or \txttikz{}): shade begin and logarithmic (which builds the shading in a logarithmic scale).
+\\ [4pt]In version 2.1.1 two new options are available in the shading for use with \txtPGFPLOTS{} (or \txttikz{}): shade begin and logarithmic (which builds the shading in a logarithmic scale).
+\\ [4pt]In this release -- version 2.1.2 -- only a small fix was made (wrong char encoding in style definition file -- pgf-spectra.sty).
 \\ [6pt]
 \end{abstract}
 };}}

Modified: trunk/Master/texmf-dist/tex/latex/pgf-spectra/pgf-spectra.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pgf-spectra/pgf-spectra.sty	2021-07-04 16:14:39 UTC (rev 59826)
+++ trunk/Master/texmf-dist/tex/latex/pgf-spectra/pgf-spectra.sty	2021-07-04 20:42:01 UTC (rev 59827)
@@ -2,9 +2,10 @@
 % Hugo Gomes @ 15/03/2021 (v2.0.0)
 % Hugo Gomes @ 12/05/2021 (v2.1.0)
 % Hugo Gomes @ 27/06/2021 (v2.1.1)
+% Hugo Gomes @ 03/07/2021 (v2.1.2)
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \NeedsTeXFormat{LaTeX2e}%
-\ProvidesPackage{pgf-spectra}[27/06/2021 pgf-spectra v2.1.1]%
+\ProvidesPackage{pgf-spectra}[03/07/2021 pgf-spectra v2.1.2]%
 \RequirePackage{tikz}%
 \DeclareOption{LSE}{\input{spectra.data.LSE.tex}}%
 \DeclareOption{NIST}{\input{spectra.data.NIST.tex}}%
@@ -1552,7 +1553,7 @@
 \tikz{\clip[scope fading=\wl at rainbowfade] (-#3,\wl at rainbowKO) rectangle ++(2*#3,#3-\wl at rainbowKO);%
 \fill[shading=pgfspectrarainbow,\wl at rainbowback,#1] (0,0) circle(#3);}%
 \fi%
-\else\PackageError{pgf-spectra}{invalid 'rainbow start' value (rainbow start=\wl at rainbow@start). The rainbow start should be greater or equal then 0 and lower then 1.}{Don\xB4t forget that 'rainbow start' value is the fraction from witch the colors begin, relative to the center of a circle with radius 1...}%
+\else\PackageError{pgf-spectra}{invalid 'rainbow start' value (rainbow start=\wl at rainbow@start). The rainbow start should be greater or equal then 0 and lower then 1.}{Don't forget that 'rainbow start' value is the fraction from witch the  colors begin, relative to the center of a circle with radius 1...}%
 \fi
 }%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%



More information about the tex-live-commits mailing list.