diff options
author | Karl Berry <karl@freefriends.org> | 2008-05-21 01:08:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-05-21 01:08:58 +0000 |
commit | 0ec78c5842c97cb4790129f345d904837dd1fd9c (patch) | |
tree | 20936290ae9060c90dffab6e58548b990228dd61 /Build/source/texk/dvipdfmx/data | |
parent | 29da3025cc0e364dc9a60bafce96e7fa110d433a (diff) |
dvipdfmx-20080520 snapshot, after remaking autofiles
git-svn-id: svn://tug.org/texlive/trunk@8263 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfmx/data')
-rw-r--r-- | Build/source/texk/dvipdfmx/data/Makefile.am | 2 | ||||
-rw-r--r-- | Build/source/texk/dvipdfmx/data/Makefile.in | 2 | ||||
-rw-r--r-- | Build/source/texk/dvipdfmx/data/dvipdfmx.cfg | 31 |
3 files changed, 15 insertions, 20 deletions
diff --git a/Build/source/texk/dvipdfmx/data/Makefile.am b/Build/source/texk/dvipdfmx/data/Makefile.am index d0f7dba3753..fdc28c47d7e 100644 --- a/Build/source/texk/dvipdfmx/data/Makefile.am +++ b/Build/source/texk/dvipdfmx/data/Makefile.am @@ -1,4 +1,4 @@ -configdatadir = $(datadir)/texmf/dvipdfm +configdatadir = $(datadir)/texmf/dvipdfmx dist_configdata_DATA = \ $(srcdir)/dvipdfmx.cfg diff --git a/Build/source/texk/dvipdfmx/data/Makefile.in b/Build/source/texk/dvipdfmx/data/Makefile.in index 96b615d127a..8baab556fde 100644 --- a/Build/source/texk/dvipdfmx/data/Makefile.in +++ b/Build/source/texk/dvipdfmx/data/Makefile.in @@ -159,7 +159,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -configdatadir = $(datadir)/texmf/dvipdfm +configdatadir = $(datadir)/texmf/dvipdfmx dist_configdata_DATA = \ $(srcdir)/dvipdfmx.cfg diff --git a/Build/source/texk/dvipdfmx/data/dvipdfmx.cfg b/Build/source/texk/dvipdfmx/data/dvipdfmx.cfg index 1b960e60cee..9b884bbff3a 100644 --- a/Build/source/texk/dvipdfmx/data/dvipdfmx.cfg +++ b/Build/source/texk/dvipdfmx/data/dvipdfmx.cfg @@ -37,7 +37,6 @@ %% %% papersize-spec is 'paper-format' or length-pair, e.g., 'a4', 'letter', %% '20cm,30cm'. Recognized unit is 'cm', 'mm', 'bp', 'pt', 'in'. -%% p a4 @@ -49,7 +48,9 @@ p a4 %% TeX macro packages set the annotation bounding box equal to the TeX box %% that encloses the material. That's not always what you want. %% Annotations created by pdf:bannot/pdf:eannot is also affected. -%% + +%g 1 + %% Bookmark Open Level: %% %% O integer @@ -58,10 +59,8 @@ p a4 %% of that item (from root node) is less than or equal to the integer %% specified with this option. -g 1 O 0 -%% %% PDF Security (Encryption) Setting %% %% Those options won't take effects unless you use flag 'S'. @@ -101,7 +100,6 @@ K 40 P 0x003C -%% %% Image Handler %% %% Command-line template for a-to-b conversion: @@ -116,7 +114,7 @@ P 0x003C %% %b The "base" name of the input file, e.g., "foo" instead of %% "foo.eps". %% %% Replaced with single '%'. - +%% %% *Examples* for GhostScript (PS-to-PDF) %% %% The following example decode all DCT (i.e., JPEG) encoded images @@ -131,6 +129,9 @@ P 0x003C %% prevent gs from clipping PS figure at some papersize. (A0 above %% simply means large size paper) %% +%% If you have figures even larger than A0, and their llx=lly=0, you can +%% use -dEPSCrop instead of -sPAPERSIZE=a0 +%% %% GhostScript (Unix/Linux): D "gs -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" @@ -173,23 +174,17 @@ D "gs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLeve %d 5 -%% %% Font Map Files %% +%% teTeX 2.x and TeXLive using updmap (pdfTeX format) +f pdftex.map -% For correct searching / text extraction of ligatures, etc., of cm -% fonts, which are given without an encoding in the map files. However, -% if the latin modern fonts are desired/used instead of bluesky, this -% won't be needed and should be removed. -%f cm-dvipdfm-fix.map - -%% teTeX 2.x using updmap - -f dvipdfm.map +%% teTeX 2.x and TeXLive using updmap (DVIPDFM format) +%f dvipdfm.map +%% teTeX 2.x and TeXLive using updmap (DVIPS format) %% MiKTeX 2.2 and 2.3 - %f psfonts.map -%% Put additonal fontmap files here +%% Put additonal fontmap files here (usually for Type0 fonts) f cid-x.map |