diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-06 21:37:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-06 21:37:33 +0000 |
commit | 5c59ebfc8bb1cabb783923ac8f627f6982216385 (patch) | |
tree | 66069b24c18cffc5fc74132bfcd7f132a069b1da /Master/texmf-dist/doc/latex/graphics-cfg | |
parent | 5e465bc694b0d7c28b26639f59d4cb54575d1809 (diff) |
use color.cfg and graphics.cfg from latex group; needs recent dvips.def and trig.sty
git-svn-id: svn://tug.org/texlive/trunk@40269 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/graphics-cfg')
-rw-r--r-- | Master/texmf-dist/doc/latex/graphics-cfg/README.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/graphics-cfg/README.md b/Master/texmf-dist/doc/latex/graphics-cfg/README.md new file mode 100644 index 00000000000..a50e3af01dc --- /dev/null +++ b/Master/texmf-dist/doc/latex/graphics-cfg/README.md @@ -0,0 +1,33 @@ +# graphics-cfg +Sample configuration files for LaTeX2e color and graphics + +Note that these files are, as far as possible, in the public domain +and may be edited to suit the distribution being used. + +Specifically they are released under the CC0 1.0 Universal licence + https://creativecommons.org/publicdomain/zero/1.0/ + + +They may be edited by end users, but more commonly should be edited +by maintainers of TeX distributions to detect a suitable range of +package options for the tex systems and dvi drivers available. + + +These color and graphics configurations will make the color and +graphics packages default option be +luatex, pdftex, vtex, xetex or dvips. +Note that pdftex option is used for luatex versions older than +luatex 0.87. + +graphics.cfg also has code to enable EPS to PDF conversion if used +with pdftex, this code may be moved to pdftex.def later. + + + +These files are currently maintained by the LaTeX3 project but +incorporating work by Thomas Esser, Heiko Oberdiek, Sebastian Rahtz, +Karl Berry and others. + +Issues and change suggestions may be raised at github: + +https://github.com/latex3/graphics-cfg/issues |