From 33353453d22fc5877a8ced58c673c7008ce8c00a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 26 Aug 2012 23:05:39 +0000 Subject: latex-graphics-companion non-update git-svn-id: svn://tug.org/texlive/trunk@27530 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/latex-graphics-companion/README | 10 +++--- .../doc/latex/latex-graphics-companion/config.ps | 38 +++++++++++++++++++++ .../latex/latex-graphics-companion/config.ps.gz | Bin 384 -> 0 bytes .../latex/latex-graphics-companion/showgrid.tex | 1 + Master/tlpkg/bin/tlpkg-ctan-check | 8 ++++- Master/tlpkg/libexec/ctan2tds | 3 +- 6 files changed, 53 insertions(+), 7 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/latex-graphics-companion/config.ps delete mode 100644 Master/texmf-dist/doc/latex/latex-graphics-companion/config.ps.gz create mode 100644 Master/texmf-dist/doc/latex/latex-graphics-companion/showgrid.tex (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/README b/Master/texmf-dist/doc/latex/latex-graphics-companion/README index ec7c18c37ea..52d874540b5 100644 --- a/Master/texmf-dist/doc/latex/latex-graphics-companion/README +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/README @@ -1,17 +1,17 @@ These files contain the source for all the examples in: -The LaTeX Graphics Companion +The LaTeX Graphics Companion -Illustrating documents with -TeX and PostScript +Illustrating documents with +TeX and PostScript by Michel Goossens, Frank Mittelbach, and Sebastian Rahtz 0-201-85469-4 * Paperback * 608 pages * 1997 -(for more details see http://www.aw.com/cp/tlgc.html) +(for more details see http://www.awl.com/cseng/titles/0-201-85469-4) Each example in the book is numbered, and source can be found in the corresponding file here Sebastian Rahtz -April 1997 \ No newline at end of file +April 1997 diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/config.ps b/Master/texmf-dist/doc/latex/latex-graphics-companion/config.ps new file mode 100644 index 00000000000..f5ffa00f60b --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/config.ps @@ -0,0 +1,38 @@ +% +% teTeX's config.ps causes problems on many level 1 printers. So, if you use +% a level 1 printer, install this file as texmf/dvips/config.ps. +% +% Memory available. +m 1000000 + +% How to print. +o |lpr + +% default resolution +D 600 +M ljfour + +% Also look for this list of resolutions. +R 300 600 + +% The printer offsets the output by this much. +O 0pt,0pt + +@ a4 210mm 297mm +@+ %%PaperSize: A4 +@+ ! %%DocumentPaperSizes: A4 +@ a3 297mm 420mm +@+ %%PaperSize: A3 +@+ ! %%DocumentPaperSizes: A3 +@ letter 8.5in 11in +@+ %%PaperSize: Letter +@+ ! %%DocumentPaperSizes: Letter +@ legal 8.5in 14in +@+ %%PaperSize: Legal +@+ ! %%DocumentPaperSizes: Legal +@ ledger 17in 11in +@+ %%PaperSize: Ledger +@+ ! %%DocumentPaperSizes: Ledger +@ tabloid 11in 17in +@+ %%PaperSize: Tabloid +@+ ! %%DocumentPaperSizes: Tabloid diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/config.ps.gz b/Master/texmf-dist/doc/latex/latex-graphics-companion/config.ps.gz deleted file mode 100644 index 1c875793c28..00000000000 Binary files a/Master/texmf-dist/doc/latex/latex-graphics-companion/config.ps.gz and /dev/null differ diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/showgrid.tex b/Master/texmf-dist/doc/latex/latex-graphics-companion/showgrid.tex new file mode 100644 index 00000000000..2cd64876b35 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/showgrid.tex @@ -0,0 +1 @@ +\newpsobject{showgrid}{psgrid}{subgriddiv=1,griddots=10,gridlabels=6pt} diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 80c3fe793e0..bc37ec7cadb 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -227,7 +227,8 @@ my @TLP_working = qw( l2picfaq l2tabu l2tabu-english l2tabu-french l2tabu-italian l2tabu-spanish l3kernel l3packages l3experimental labbook labelcas labels lapdf lastpage - latex latex-bib-ex latex-course latex-doc-ptr latex-notes-zh-cn + latex latex-bib-ex latex-course latex-doc-ptr + latex-graphics-companion latex-notes-zh-cn latex-referenz latex-tabellen latex-tds latex-veryshortguide latex2e-help-texinfo latex2e-help-texinfo-spanish latex2man @@ -644,6 +645,11 @@ sub do_tlp { # all we have to compare. next if $file =~ /\.pdf$/ && $file !~ /short|mathdesign/; + # tlc2.err in TL is stale right now. I don't understand, + # but anyway, not worth updating the package just for this. + # Get right at the next latex update. --karl, 27aug12. + next if $file eq "tlc2.err"; + # Lowercase readme wrongly matched against uppercase README in musixtex. next if $basefile eq "readme"; diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index f2f6e8d8079..b53780f1a6f 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2016,7 +2016,8 @@ $standardmp = '\.mp$'; 'feynmp', 'feynmp.mp', 'hatching', '[^e].mp', # no htchuse.mp 'latexmp', 'latexmp.mp', - 'metapost-examples', 'NULL', # doc package + 'latex-graphics-companion', 'NULL', # doc package + 'metapost-examples', 'NULL', # doc package 'mpattern', 'mpattern.mp', # don't install test.mp 'mp3d', '^(3d|ani)', # not examples 'mpman-ru', 'NULL', # doc package -- cgit v1.2.3