summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/xcolor-material
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-10-16 21:37:31 +0000
committerKarl Berry <karl@freefriends.org>2016-10-16 21:37:31 +0000
commite14c7542e0e0f4447327414b018f5b3aefb2cf84 (patch)
treef6bce71dd9b283a767c71c2fe9c66694fe93f7e3 /Master/texmf-dist/doc/latex/xcolor-material
parent75dfadb91c0dbf9b3f5d61fbb51df792b0c1b422 (diff)
xcolor-material (16oct16)
git-svn-id: svn://tug.org/texlive/trunk@42289 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/xcolor-material')
-rw-r--r--Master/texmf-dist/doc/latex/xcolor-material/README.md20
-rw-r--r--Master/texmf-dist/doc/latex/xcolor-material/xcolor-material.pdfbin0 -> 632607 bytes
2 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/xcolor-material/README.md b/Master/texmf-dist/doc/latex/xcolor-material/README.md
new file mode 100644
index 00000000000..e88ff5b1513
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/xcolor-material/README.md
@@ -0,0 +1,20 @@
+# The xcolor-material package
+The `xcolor-material` package is built on top of the great [xcolor](https://www.ctan.org/pkg/xcolor) package. It provides a useful definition of the beautiful **Google Material Color Palette**, available at https://material.google.com/style/color.html, for its use in document writing with LaTeX and Friends.
+
+## Installation
+Once the `xcolor-material` package is released in [CTAN](https://www.ctan.org/), users should be able to install it from the TeX distribution package manager available in their PC. However, if you need to install this package manually, you should run:
+
+```
+latex xcolor-material.ins
+```
+
+and copy the generated file `xcolor-material.sty` to a path where LaTeX can find it. To generate the documentation run the following command twice.
+
+```
+pdflatex xcolor-material.dtx
+```
+
+## Copyright
+Copyright :copyright: 2016 Jerick Órdenes
+
+Released under the [LaTeX Project Public License](http://www.latex-project.org/lppl.txt) version 1.3 or later
diff --git a/Master/texmf-dist/doc/latex/xcolor-material/xcolor-material.pdf b/Master/texmf-dist/doc/latex/xcolor-material/xcolor-material.pdf
new file mode 100644
index 00000000000..71c0e540ce1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/xcolor-material/xcolor-material.pdf
Binary files differ