diff options
Diffstat (limited to 'office/texlive/epstopdf/README')
-rw-r--r-- | office/texlive/epstopdf/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/office/texlive/epstopdf/README b/office/texlive/epstopdf/README new file mode 100644 index 0000000000..0338f4fada --- /dev/null +++ b/office/texlive/epstopdf/README @@ -0,0 +1,26 @@ +$Id: README 15641 2009-10-04 16:42:16Z karl $ +This file is public domain. (Originally written by Karl Berry, 2009.) + +This is the README for the epstopdf script distribution. + +Primary distribution point: http://mirror.ctan.org/support/epstopdf/ + (list of mirrors at: http://ctan.org/mirrors) + +Home page: http://tug.org/epstopdf/ + +Mailing list for bugs and discussion: http://lists.tug.org/tex-k +When reporting bugs, please include an input file and command line +options so the problem can be reproduced. + +------------------------------------------------------------------------- +The test-binary and test-bin2 files were supplied by Akira Kakuto and +Reinhard Kotucha. They contain binary data. They are public domain. + +The test-binhdr* files were supplied by Martin von Gagern, constructed +as follows. They contain binary junk before the EPS starts. We also +use these to test different line endings. These files are public domain. + +{ echo -e '%Some\000binary\001comment'; dot -Tps <<< 'digraph{a->b}'; } + > test-binhdr-lf.eps +tr $'\n' $'\r' <test-binhdr-lf.eps >test-binhdr-cr.ps +unix2dos <test-binhdr-lf.eps >test-binhdr-cr.ps |