diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-29 16:31:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-29 16:31:26 +0000 |
commit | 315aaf77b748babb0a2385e030a4e6c785d2fc84 (patch) | |
tree | dc57f1220fe197b1e116383eee5dc7fe2d2dbed5 /Master | |
parent | 42545d6b6bbde9d30df458887fed99c22ed5e418 (diff) |
remove dvipdfm config files, only dvipdfmx has been used (since 2009)
git-svn-id: svn://tug.org/texlive/trunk@30160 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/dvipdfm/config/config | 34 | ||||
-rw-r--r-- | Master/texmf-dist/dvipdfm/config/config-win32 | 49 |
2 files changed, 0 insertions, 83 deletions
diff --git a/Master/texmf-dist/dvipdfm/config/config b/Master/texmf-dist/dvipdfm/config/config deleted file mode 100644 index 5d411b4c7b6..00000000000 --- a/Master/texmf-dist/dvipdfm/config/config +++ /dev/null @@ -1,34 +0,0 @@ -% config file for dvipdfm, prepared for teTeX by Thomas Esser. -% For more info, read the dvipdfm manual (texdoc dvipdfm) and -% the original file which is provided as README.config. - -%% Ghostscript (TeX Live -- both Unix and Windows) -%% keep this the same in dvipdfm and dvipdfmx. -%% can't use zcat because the pipe breaks on Windows; better to have -%% one config file. -D "rungs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.3 -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dUseFlateCompression=true -sOutputFile=%o %i -c quit" - -% Distiller config. Uses ghostscript and works on compressed and -% uncompressed files. Use zcat -f <%i instead of zcat -f %i -% because MacOSX Leopard expects the arg to be compressed without -% COMMAND_MODE=legacy. Sigh. -%D "zcat -f <%i | gs -q -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.2 -dUseFlateCompression=true -dSAFER -sOutputFile=%o - -c quit" - -% Set default paper size here -p a4 - -% The "g" option specifies the amount to "grow" annotations by -% Many TeX macro pages set the annotation bounding box equal -% to the TeX box that encloses the material. That's not always -% what you want -g 1 - -% PDF version stamp to use in output file and max version of files -% allowed to be included (2 for 1.2, 3 for 1.3) -V 3 - -% For correct searching / text extraction: -f cm-dvipdfm-fix.map - -% Font map files; maintained by updmap(1) -f dvipdfm.map diff --git a/Master/texmf-dist/dvipdfm/config/config-win32 b/Master/texmf-dist/dvipdfm/config/config-win32 deleted file mode 100644 index 65a0613e718..00000000000 --- a/Master/texmf-dist/dvipdfm/config/config-win32 +++ /dev/null @@ -1,49 +0,0 @@ -% dvipdfm config for TeXLive 6. SPQR 2001/06/29
-%
-% Distiller template examples. Uncomment
-% the appropriate one, or (preferably) create your own.
-% Put %i in the command line where the input file name should go.
-% Put %o in the command line where the output file name should go.
-% (dvipdfm must be able to supply the output file name to your
-% command line)
-% Put %b in the line somewhere if you want to specify the
-% "base" name of the input file, e.g., "foo" instead of "foo.eps"
-%
-% Note that it's probably a good idea to fully qualify
-% the paths so you can be sure what you are running
-
-% The following line works with Frank Siegert's pstill
-% D "/usr/local/bin/pstill -c -o %o %i"
-
-% The following line works with Sebastian Rahtz' GhostScript wrapper
-% script called epstopdf
-% D "cat %i | gs -q -sDEVICE=pdfwrite -dUseFlateCompression=false -sOutputFile=%o - -c quit"
-D "epstopdf --outfile=%o --nocompress %i"
-
-% The following line works with GhostScript
-% D "gs -q -sPAPERSIZE+a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.2 -dUseFlateCompression=true -sOutputFile=%o %i -c quit"
-% The following line works on compressed or uncompressed postscript with GhostScript
-%D "zcat -f %i | gs -q -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.2 -dUseFlateCompression=true -sOutputFile=%o - -c quit"
-
-% The following line works with Adobe Acrobat Distiller
-% D "/usr/local/bin/distill -quiet -pairs %i %o"
-
-% Set default paper size here
-p a4
-
-% The "g" option specifies the amount to "grow" annotations by
-% Many TeX macro pages set the annotation bounding box equal
-% to the TeX box that encloses the material. That's not always
-% what you want
-g 1
-
-% PDF version stamp to use in output file and max version of files
-% allowed to be included (2 for 1.2, 3 for 1.3)
-V 2
-%
-% Font map files (managed by dvipdfm)
-%
-% For correct searching / text extraction:
-f cm-dvipdfm-fix.map
-%
-f dvipdfm.map
|