summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-05 20:48:20 +0000
committerKarl Berry <karl@freefriends.org>2023-03-05 20:48:20 +0000
commitd35aec7686e46cecff948e56601a209fcbcfeba5 (patch)
tree392475ef48e4d18af567f237c59114335a60ec80
parent5801697320d68c3d07b0013e25f5f022a2dc71bd (diff)
opencolor (5mar23)
git-svn-id: svn://tug.org/texlive/trunk@66363 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/opencolor/README.md12
-rw-r--r--Master/texmf-dist/doc/latex/opencolor/demo-opencolor.pdfbin15089 -> 15089 bytes
-rw-r--r--Master/texmf-dist/doc/latex/opencolor/demo-opencolor.tex2
-rw-r--r--Master/texmf-dist/tex/latex/opencolor/opencolor.sty4
4 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/opencolor/README.md b/Master/texmf-dist/doc/latex/opencolor/README.md
index 4debc90ece3..a336a5e2ac6 100644
--- a/Master/texmf-dist/doc/latex/opencolor/README.md
+++ b/Master/texmf-dist/doc/latex/opencolor/README.md
@@ -1,11 +1,11 @@
<!--
-opencolor-latex v1.0.0
+opencolor v1.0.1
Author: Michele Piazzai
Contact: michele.piazzai@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 @@ The package's only dependency is [xcolor](https://www.ctan.org/pkg/xcolor), whic
## 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 @@ The choice of colors for a document is a responsibility of the author, but UI de
## 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).
diff --git a/Master/texmf-dist/doc/latex/opencolor/demo-opencolor.pdf b/Master/texmf-dist/doc/latex/opencolor/demo-opencolor.pdf
index 1f38189fec2..0c4dcd89a44 100644
--- a/Master/texmf-dist/doc/latex/opencolor/demo-opencolor.pdf
+++ b/Master/texmf-dist/doc/latex/opencolor/demo-opencolor.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/opencolor/demo-opencolor.tex b/Master/texmf-dist/doc/latex/opencolor/demo-opencolor.tex
index a8bc47018be..691235c89b0 100644
--- a/Master/texmf-dist/doc/latex/opencolor/demo-opencolor.tex
+++ b/Master/texmf-dist/doc/latex/opencolor/demo-opencolor.tex
@@ -1,4 +1,4 @@
-% opencolor-latex v1.0.0
+% opencolor v1.0.1
% Author: Michele Piazzai
% Contact: michele.piazzai@uc3m.es
% License: MIT
diff --git a/Master/texmf-dist/tex/latex/opencolor/opencolor.sty b/Master/texmf-dist/tex/latex/opencolor/opencolor.sty
index df34ae2a76a..e609da806e1 100644
--- a/Master/texmf-dist/tex/latex/opencolor/opencolor.sty
+++ b/Master/texmf-dist/tex/latex/opencolor/opencolor.sty
@@ -1,10 +1,10 @@
-% opencolor-latex v1.0.0
+% opencolor v1.0.1
% Author: Michele Piazzai
% Contact: michele.piazzai@uc3m.es
% License: MIT
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{opencolor}[2022/09/15 Open Color]
+\ProvidesPackage{opencolor}[2023/03/05 Open Color]
\RequirePackage{xcolor}