diff options
-rw-r--r-- | Master/texmf/dvipdfmx/dvipdfmx.cfg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf/dvipdfmx/dvipdfmx.cfg b/Master/texmf/dvipdfmx/dvipdfmx.cfg index 596bc1bc1dc..6e3158a2400 100644 --- a/Master/texmf/dvipdfmx/dvipdfmx.cfg +++ b/Master/texmf/dvipdfmx/dvipdfmx.cfg @@ -7,7 +7,7 @@ %% model requires version 1.4. So if you want soft-masking support for %% PNG image with alpha channels, you should set version to 4 or higher. -% V 4 +%V 4 %% Dvipdfmx Compatibility Flags %% @@ -17,10 +17,10 @@ %% This is only for backward compatibility. Don't use that. %% 0x0008 Do not replace duplicate fontmap entries. %% Dvipdfm's (not 'x') behaviour. -%% 0x0010 Do not optimize PDF destinations. -%% (Optimization is still experimental.) - -C 0x0010 +%% 0x0010 Do not optimize PDF destinations. Use this if you want to +%% refer from other files to destinations in the current file. + +%C 0x0000 %% PDF Document Settings %% |