texlive[66372] branches/branch2022.final/Master/texmf-dist: opencolor
commits+karl at tug.org
commits+karl at tug.org
Sun Mar 5 21:51:37 CET 2023
Revision: 66372
http://tug.org/svn/texlive?view=revision&revision=66372
Author: karl
Date: 2023-03-05 21:51:37 +0100 (Sun, 05 Mar 2023)
Log Message:
-----------
opencolor (5mar23) (branch)
Modified Paths:
--------------
branches/branch2022.final/Master/texmf-dist/doc/latex/opencolor/README.md
branches/branch2022.final/Master/texmf-dist/doc/latex/opencolor/demo-opencolor.pdf
branches/branch2022.final/Master/texmf-dist/doc/latex/opencolor/demo-opencolor.tex
branches/branch2022.final/Master/texmf-dist/tex/latex/opencolor/opencolor.sty
Modified: branches/branch2022.final/Master/texmf-dist/doc/latex/opencolor/README.md
===================================================================
--- branches/branch2022.final/Master/texmf-dist/doc/latex/opencolor/README.md 2023-03-05 20:51:25 UTC (rev 66371)
+++ branches/branch2022.final/Master/texmf-dist/doc/latex/opencolor/README.md 2023-03-05 20:51:37 UTC (rev 66372)
@@ -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
-
+
## 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: branches/branch2022.final/Master/texmf-dist/doc/latex/opencolor/demo-opencolor.pdf
===================================================================
(Binary files differ)
Modified: branches/branch2022.final/Master/texmf-dist/doc/latex/opencolor/demo-opencolor.tex
===================================================================
--- branches/branch2022.final/Master/texmf-dist/doc/latex/opencolor/demo-opencolor.tex 2023-03-05 20:51:25 UTC (rev 66371)
+++ branches/branch2022.final/Master/texmf-dist/doc/latex/opencolor/demo-opencolor.tex 2023-03-05 20:51:37 UTC (rev 66372)
@@ -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: branches/branch2022.final/Master/texmf-dist/tex/latex/opencolor/opencolor.sty
===================================================================
--- branches/branch2022.final/Master/texmf-dist/tex/latex/opencolor/opencolor.sty 2023-03-05 20:51:25 UTC (rev 66371)
+++ branches/branch2022.final/Master/texmf-dist/tex/latex/opencolor/opencolor.sty 2023-03-05 20:51:37 UTC (rev 66372)
@@ -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.