summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/dvips/NEWS
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-26 21:56:36 +0000
committerKarl Berry <karl@freefriends.org>2023-02-26 21:56:36 +0000
commita836aa89aaff61055928dbf4ba0ea3ef8f15bc51 (patch)
treec596163059357f93ad260db853fd3955219d87f1 /Master/texmf-dist/doc/dvips/NEWS
parent5f54db29da979f05965d02659e3f6530b5c8c228 (diff)
general doc update for engines/etc.
git-svn-id: svn://tug.org/texlive/trunk@66203 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/dvips/NEWS')
-rw-r--r--Master/texmf-dist/doc/dvips/NEWS26
1 files changed, 25 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/dvips/NEWS b/Master/texmf-dist/doc/dvips/NEWS
index 5389f7c95bd..f301547e267 100644
--- a/Master/texmf-dist/doc/dvips/NEWS
+++ b/Master/texmf-dist/doc/dvips/NEWS
@@ -1,6 +1,30 @@
-$Id: NEWS 46759 2018-02-27 23:14:55Z karl $
+$Id: NEWS 65770 2023-02-09 21:26:50Z karl $
This file records noteworthy changes. (Public domain.)
+dvips 2023.1 (TeX Live 2023):
+ Check --help and --version early to avoid looking for texmf.cnf.
+
+dvips 2022.1 (TeX Live 2022):
+ New option (and config file directive) -landscaperotate: try to
+ automatically match rotated page content and paper sizes; in the past,
+ this was done by default, but it is generally unnecessary nowadays,
+ and can be troublesome when converting to PDF, so now the default is
+ not to do this. This option re-enables the rotated matching.
+ Use full font path (if specified) for tfm lookups, as with pk.
+
+dvips 2021.1 (TeX Live 2021):
+ Default title is now the basename of the input file instead of the
+ full path, and can be overridden with new option -title.
+ If an .eps or other image file is not found, dvips now exits unsuccessfully.
+ Support new feature of virtual font to fallback Japanese font definition.
+
+dvips 2020.1 (TeX Live 2020):
+ Encodings for bitmap fonts:
+ https://tug.org/TUGboat/tb40-2/tb125rokicki-type3search.pdf
+
+dvips 5.999 (TeX Live 2019):
+ Buffer overflows.
+
dvips 5.998 (TeX Live 2018):
New JFM (Japanese font metrics) spec supported; compiler portability fixes.