texlive[65501] Master/texmf-dist: pst-flags (9jan23)

commits+karl at tug.org commits+karl at tug.org
Mon Jan 9 21:54:16 CET 2023


Revision: 65501
          http://tug.org/svn/texlive?view=revision&revision=65501
Author:   karl
Date:     2023-01-09 21:54:16 +0100 (Mon, 09 Jan 2023)
Log Message:
-----------
pst-flags (9jan23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/pst-flags/README.md
    trunk/Master/texmf-dist/doc/latex/pst-flags/amm-pst-doc.cls
    trunk/Master/texmf-dist/doc/latex/pst-flags/pst-flags-doc.pdf
    trunk/Master/texmf-dist/doc/latex/pst-flags/pst-flags-doc.tex
    trunk/Master/texmf-dist/doc/latex/pst-flags/pst-flags-examples.tex
    trunk/Master/texmf-dist/tex/latex/pst-flags/pst-flags-colors-html.sty
    trunk/Master/texmf-dist/tex/latex/pst-flags/pst-flags.sty

Modified: trunk/Master/texmf-dist/doc/latex/pst-flags/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pst-flags/README.md	2023-01-09 20:53:50 UTC (rev 65500)
+++ trunk/Master/texmf-dist/doc/latex/pst-flags/README.md	2023-01-09 20:54:16 UTC (rev 65501)
@@ -5,7 +5,7 @@
 This package and its user manual are available at [ctan archive](https://ctan.org/tex-archive/graphics/pstricks/contrib/pst-flags).
 
 ### About pst-flags
-This package provides a number of macros for rendering flags of countries and their associated artefacts drawn using LaTeX PSTricks package. This package further contributes towards a complete implementation of the vector drawing capabilities provided by PSTricks. Formatting of the resulting drawings is entirely controlled by the TeX macros. A good working knowledge of LaTeX should be sufficient to design flags of sovereign countries and adapt them to create new designs. Features such as color or shape customisation and dynamic modifications are possible by cleverly adjusting the options supplied to the TeX macros.
+This package provides a number of macros for rendering flags of world countries and their associated artefacts drawn using LaTeX PSTricks package that allow the inclusion of PostScript drawings directly inside TeX or LaTeX source code. This package further contributes towards a complete implementation of the vector drawing capabilities provided by PSTricks. Formatting of the resulting drawings is entirely controlled by the TeX macros. A good working knowledge of LaTeX should be sufficient to design flags of sovereign countries and adapt them to create new designs. Features such as color or shape customisation and dynamic modifications are possible by cleverly adjusting the options supplied to the TeX macros.
 
 ### License
 Copyright © 2022 Amit M. Manthanwar. Permission is granted to
@@ -20,8 +20,7 @@
 ## Installation and usage of **pst-flags**
 ### Installation
 As prerequisites for *pst-flags*, you need working
-versions of LaTeX and *pstricks*. The style file `pst-flags.sty` and all corresponding **.tex** and **.eps** assets must be somewhere
-in your TeX-input path, where *dvips* can find it.
+versions of LaTeX and *pstricks*. The style file `pst-flags.sty` and all corresponding **.tex** and **.eps** assets must be somewhere in your TeX-input path, where *dvips* can find it. Download the zip file from the \texttt{pst-flags} [project page on GitHub](ttps://github.com/manthanwar/pst-flags) and unzip it in the same location as your tex file. Try to complile using the classic `latex -> dvips -> ps2pdf` toolchain.
 
 ### Dependencies 
 This packages requires expl3, fp, xfp, pstricks and pst-all.
@@ -31,14 +30,11 @@
 in that order via the `\usepackage` macro. Now you are ready to use the `\usepackage{pst-flags}` macros within your document body. This macro is described in the next section with all its options. With the help of the following simple LaTeX-source code you can test whether you have correctly installed the package:
 
 ```
-\begin{verbatim}
 \documentclass{article}
-\usepackage{pstricks}
 \usepackage{pst-flags}
 \begin{document}
 Flag of US: \rput(0,0){\flagUS[2]}
 \end{document}
-\end{verbatim}
 ```
 
 ### Colors
@@ -48,4 +44,10 @@
 \usepackage{pst-flags-colors-html}
 \pscircle[linecolor=usRed](0,0){2}
 
-```
\ No newline at end of file
+```
+
+## Support
+If you run into any issue then please raise it at out [project page on GitHub](ttps://github.com/manthanwar/pst-flags).
+
+## Collaboration
+For all collaboration related queries please contact the author via email provided in the style file.

Modified: trunk/Master/texmf-dist/doc/latex/pst-flags/amm-pst-doc.cls
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pst-flags/amm-pst-doc.cls	2023-01-09 20:53:50 UTC (rev 65500)
+++ trunk/Master/texmf-dist/doc/latex/pst-flags/amm-pst-doc.cls	2023-01-09 20:54:16 UTC (rev 65501)
@@ -5,7 +5,7 @@
 % Mailer: manthanwar at hotmail.com
 % WebURL: https://manthanwar.github.io
 % GitHub: https://github.com/manthanwar/PST-Flags
-% Rights: Copyright (c)2022 Amit Manohar Manthanwar
+% Rights: Copyright (c)2022-23 Amit Manohar Manthanwar
 %-------------------------------------------------------------------------------
 % This program can be redistributed and/or modified under the terms
 % of the LaTeX Project Public License Distributed from CTAN archives
@@ -19,11 +19,13 @@
 %---------------+---------+----------------------------------------------------
 % 25-Dec-2022   | AMM     | CTAN Review Updates
 %---------------+---------+----------------------------------------------------
+% 09-Jan-2023   | AMM     | Removed xcolor from pst-flags.sty
 %---------------+---------+----------------------------------------------------
 %---------------+---------+----------------------------------------------------
+%---------------+---------+----------------------------------------------------
 %===============================================================================
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{amm-pst-doc}[2022/12/25 Amit M. Manthanwar LaTeX Document Class]
+\ProvidesClass{amm-pst-doc}[2022/01/09 Amit M. Manthanwar LaTeX Document Class]
 %-------------------------------------------------------------------------------
 \LoadClass[oneside,10pt,a4paper]{article}
 %-------------------------------------------------------------------------------

Modified: trunk/Master/texmf-dist/doc/latex/pst-flags/pst-flags-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/pst-flags/pst-flags-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pst-flags/pst-flags-doc.tex	2023-01-09 20:53:50 UTC (rev 65500)
+++ trunk/Master/texmf-dist/doc/latex/pst-flags/pst-flags-doc.tex	2023-01-09 20:54:16 UTC (rev 65501)
@@ -5,7 +5,7 @@
 % Mailer: manthanwar at hotmail.com
 % WebURL: https://manthanwar.github.io
 % GitHub: https://github.com/manthanwar/PST-Flags
-% Rights: Copyright (c)2022 Amit Manohar Manthanwar
+% Rights: Copyright (c)2022-2023 Amit Manohar Manthanwar
 %-------------------------------------------------------------------------------
 % This program can be redistributed and/or modified under the terms
 % of the LaTeX Project Public License Distributed from CTAN archives
@@ -19,14 +19,16 @@
 %---------------+---------+----------------------------------------------------
 % 25-Dec-2022   | AMM     | CTAN Review Updates
 %---------------+---------+----------------------------------------------------
+% 09-Jan-2023   | AMM     | Removed xcolor
 %---------------+---------+----------------------------------------------------
 %---------------+---------+----------------------------------------------------
+%---------------+---------+----------------------------------------------------
 %===============================================================================
 \documentclass{amm-pst-doc}
 \usepackage{pst-flags}
 \title{\vspace*{-10mm}
 \texttt{pst-flags}: A PSTricks Package for Drawing Flags of Countries\\[2mm]
-\Large{Version 2022/12/25}}
+\Large{Version 2022/01/09}}
 \author{Amit M. Manthanwar}
 \date{}
 
@@ -66,7 +68,6 @@
 
 \begin{verbatim}
 \documentclass{article}
-\usepackage{pstricks}
 \usepackage{pst-flags}
 \begin{document}
 Flag of US: \rput(0,0){\flagUS[2]}

Modified: trunk/Master/texmf-dist/doc/latex/pst-flags/pst-flags-examples.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pst-flags/pst-flags-examples.tex	2023-01-09 20:53:50 UTC (rev 65500)
+++ trunk/Master/texmf-dist/doc/latex/pst-flags/pst-flags-examples.tex	2023-01-09 20:54:16 UTC (rev 65501)
@@ -5,7 +5,7 @@
 % Mailer: manthanwar at hotmail.com
 % WebURL: https://manthanwar.github.io
 % GitHub: https://github.com/manthanwar/PST-Flags
-% Rights: Copyright (c)2022 Amit Manohar Manthanwar
+% Rights: Copyright (c)2022-2023 Amit Manohar Manthanwar
 %-------------------------------------------------------------------------------
 % This program can be redistributed and/or modified under the terms
 % of the LaTeX Project Public License Distributed from CTAN archives
@@ -19,8 +19,10 @@
 %---------------+---------+----------------------------------------------------
 % 25-Dec-2022   | AMM     | CTAN Review Updates
 %---------------+---------+----------------------------------------------------
+% 09-Jan-2023   | AMM     | Removed xcolor
 %---------------+---------+----------------------------------------------------
 %---------------+---------+----------------------------------------------------
+%---------------+---------+----------------------------------------------------
 %===============================================================================
 %===============================================================================
 \clearpage

Modified: trunk/Master/texmf-dist/tex/latex/pst-flags/pst-flags-colors-html.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pst-flags/pst-flags-colors-html.sty	2023-01-09 20:53:50 UTC (rev 65500)
+++ trunk/Master/texmf-dist/tex/latex/pst-flags/pst-flags-colors-html.sty	2023-01-09 20:54:16 UTC (rev 65501)
@@ -19,13 +19,15 @@
 %---------------+---------+----------------------------------------------------
 % 25-Dec-2022   | AMM     | CTAN Review Updates
 %---------------+---------+----------------------------------------------------
+% 09-Jan-2023   | AMM     | Removed xcolor options
 %---------------+---------+----------------------------------------------------
 %---------------+---------+----------------------------------------------------
+%---------------+---------+----------------------------------------------------
 %===============================================================================
 \NeedsTeXFormat{LaTeX2e}[2022/12/25]
 \ProvidesPackage{pst-flags-colors-html}[2022/12/25 Colors of country flags]
 %-------------------------------------------------------------------------------
-\RequirePackage[dvipsnames,svgnames]{xcolor}
+\RequirePackage{xcolor}
 %===============================================================================
 \definecolor{adBeige}{HTML}{C6AA76}
 \definecolor{adBlue}{HTML}{10069F}

Modified: trunk/Master/texmf-dist/tex/latex/pst-flags/pst-flags.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pst-flags/pst-flags.sty	2023-01-09 20:53:50 UTC (rev 65500)
+++ trunk/Master/texmf-dist/tex/latex/pst-flags/pst-flags.sty	2023-01-09 20:54:16 UTC (rev 65501)
@@ -6,7 +6,7 @@
 % Mailer: manthanwar at hotmail.com
 % WebURL: https://manthanwar.github.io
 % GitHub: https://github.com/manthanwar/PST-Flags
-% Rights: Copyright ©2022 Amit Manohar Manthanwar
+% Rights: Copyright ©2022-2023 Amit Manohar Manthanwar
 %-------------------------------------------------------------------------------
 %% This program can be redistributed and/or modified under the terms
 %% of the LaTeX Project Public License Distributed from CTAN archives
@@ -19,12 +19,13 @@
 %---------------+---------+----------------------------------------------------
 % 25-Dec-2022   | AMM     | CTAN Review Updates
 %---------------+---------+----------------------------------------------------
+% 09-Jan-2023   | AMM     | Removed xcolor
 %---------------+---------+----------------------------------------------------
 %---------------+---------+----------------------------------------------------
+%---------------+---------+----------------------------------------------------
 %===============================================================================
-\NeedsTeXFormat{LaTeX2e}[2022/12/25]
-\ProvidesPackage{pst-flags}[2022/12/25 LaTeX package for country flags]
-\RequirePackage[dvipsnames,svgnames]{xcolor}
+\NeedsTeXFormat{LaTeX2e}[2022/01/09]
+\ProvidesPackage{pst-flags}[2022/01/09 LaTeX package for country flags]
 \RequirePackage{fp}
 \RequirePackage{xfp}
 \RequirePackage{expl3}
@@ -5105,7 +5106,7 @@
 \newcommand{\flagHK}[1][4]{%
 \FPeval{\wide}{round(#1/9:3)}\psscalebox{\wide}{%
 \psset{dimen=middle, fillstyle=solid, linestyle=none}%
-\psframe[fillcolor=Red](0,0)(9,6)%
+\psframe[fillcolor=hkRed](0,0)(9,6)%
 %\psset{fillstyle=none,linestyle=solid,linewidth=0.02}%
 %\pscircle(4.5,3){1.8}%
 \rput(4.5,3){\multido{\nA=-103.48+72}{5}{%



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