texlive[66363] Master/texmf-dist: opencolor (5mar23)

commits+karl at tug.org commits+karl at tug.org
Sun Mar 5 21:48:20 CET 2023


Revision: 66363
          http://tug.org/svn/texlive?view=revision&revision=66363
Author:   karl
Date:     2023-03-05 21:48:20 +0100 (Sun, 05 Mar 2023)
Log Message:
-----------
opencolor (5mar23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/opencolor/README.md
    trunk/Master/texmf-dist/doc/latex/opencolor/demo-opencolor.pdf
    trunk/Master/texmf-dist/doc/latex/opencolor/demo-opencolor.tex
    trunk/Master/texmf-dist/tex/latex/opencolor/opencolor.sty

Modified: trunk/Master/texmf-dist/doc/latex/opencolor/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/opencolor/README.md	2023-03-05 20:48:06 UTC (rev 66362)
+++ trunk/Master/texmf-dist/doc/latex/opencolor/README.md	2023-03-05 20:48:20 UTC (rev 66363)
@@ -1,11 +1,11 @@
 <!--
-opencolor-latex v1.0.0
+opencolor v1.0.1
 Author: Michele Piazzai
 Contact: michele.piazzai at uc3m.es
 License: MIT
 -->
 
-# opencolor-latex
+# opencolor
 
 This is a simple LaTeX package that provides hexadecimal color definitions of the 130 colors included in the [Open Color](https://yeun.github.io/open-color/) library (v1.9.1). Open Color's goal is to provide a selection of colors optimized for UI design. Although LaTeX is a typesetting system primarily intended for print, many of the documents it produces never get printed, in which case it makes sense to use colors suitable for on-screen reading.
 
@@ -15,15 +15,15 @@
 
 ## Demo
 
-![](https://github.com/piazzai/opencolor-latex/blob/master/demo-opencolor.png)
+![](https://github.com/piazzai/opencolor/blob/master/demo-opencolor.png)
 
 ## Installation
 
-The package is hosted on CTAN and distributed as part of MikTeX and TeXLive. It can also be installed manually by cloning this repository in your `$HOME/texmf/tex/latex` folder. If you do not have this folder, [you can create it](https://www.ias.edu/math/computing/faq/local-latex-style-files).
+The package is hosted on CTAN and distributed as part of MikTeX and TeXLive. It can also be installed manually by cloning this repository in your `$HOME/texmf/tex/latex` folder. If you do not have it, [you can create it](https://www.ias.edu/math/computing/faq/local-latex-style-files).
 
 ## Usage
 
-The choice of colors for a document is a responsibility of the author, but UI design principles can provide helpful guidelines. For example, in a beamer presentation, `oc-gray-1` could be used instead of white and `oc-gray-9` instead of black in order to reduce eye strain. If a color like `oc-teal-6` is used for a plot, then it would be best for other plots to use colors at the same brightness level, like `oc-orange-6`, for visual consistency.
+The choice of colors for a document is a responsibility of the author, but UI design principles can provide helpful guidelines. For example, in a beamer presentation, `oc-gray-1` could be used instead of white and `oc-gray-9` instead of black to reduce eye strain. If a color like `oc-teal-6` is used for a plot, then it would be best for other plots to use colors at the same brightness level, like `oc-orange-6`, for consistency.
 
 ## Minimal working example
 
@@ -42,4 +42,4 @@
 
 ## Bugs
 
-The package merely loads xcolor and then provides color definitions, so any error or warning is most likely due to xcolor. Nonetheless, if you encounter any problem using this package, please [open an issue](https://github.com/piazzai/opencolor-latex/issues).
+The package merely loads xcolor and then provides color definitions, so any error or warning is most likely due to xcolor. Nonetheless, if you encounter any problem using this package, please [open an issue](https://github.com/piazzai/opencolor/issues).

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

Modified: trunk/Master/texmf-dist/doc/latex/opencolor/demo-opencolor.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/opencolor/demo-opencolor.tex	2023-03-05 20:48:06 UTC (rev 66362)
+++ trunk/Master/texmf-dist/doc/latex/opencolor/demo-opencolor.tex	2023-03-05 20:48:20 UTC (rev 66363)
@@ -1,4 +1,4 @@
-% opencolor-latex v1.0.0
+% opencolor v1.0.1
 % Author: Michele Piazzai
 % Contact: michele.piazzai at uc3m.es
 % License: MIT

Modified: trunk/Master/texmf-dist/tex/latex/opencolor/opencolor.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/opencolor/opencolor.sty	2023-03-05 20:48:06 UTC (rev 66362)
+++ trunk/Master/texmf-dist/tex/latex/opencolor/opencolor.sty	2023-03-05 20:48:20 UTC (rev 66363)
@@ -1,10 +1,10 @@
-% opencolor-latex v1.0.0
+% opencolor v1.0.1
 % Author: Michele Piazzai
 % Contact: michele.piazzai at uc3m.es
 % License: MIT
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{opencolor}[2022/09/15 Open Color]
+\ProvidesPackage{opencolor}[2023/03/05 Open Color]
 
 \RequirePackage{xcolor}
 



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