summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bxpdfver
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-04-30 20:01:16 +0000
committerKarl Berry <karl@freefriends.org>2022-04-30 20:01:16 +0000
commit8e5f1d9ecf99b9eef6609ff53dc7eefa4fc37006 (patch)
treeffdba4b67c22e2777420b096cdcb2088f2dfa3a8 /Master/texmf-dist/doc/latex/bxpdfver
parentef40700b15c1f320025fa1b75ab19ed54ca86bee (diff)
bxpdfver (30apr22)
git-svn-id: svn://tug.org/texlive/trunk@63185 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bxpdfver')
-rw-r--r--Master/texmf-dist/doc/latex/bxpdfver/LICENSE2
-rw-r--r--Master/texmf-dist/doc/latex/bxpdfver/README-ja.md9
-rw-r--r--Master/texmf-dist/doc/latex/bxpdfver/README.md17
3 files changed, 21 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/bxpdfver/LICENSE b/Master/texmf-dist/doc/latex/bxpdfver/LICENSE
index 9e57162d4c2..b6b8b923303 100644
--- a/Master/texmf-dist/doc/latex/bxpdfver/LICENSE
+++ b/Master/texmf-dist/doc/latex/bxpdfver/LICENSE
@@ -1,6 +1,6 @@
The MIT License
-Copyright (c) 2014-2021 Takayuki YATO (aka. "ZR")
+Copyright (c) 2014-2022 Takayuki YATO (aka. "ZR")
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/Master/texmf-dist/doc/latex/bxpdfver/README-ja.md b/Master/texmf-dist/doc/latex/bxpdfver/README-ja.md
index 5296c49a9cd..0f0955d3782 100644
--- a/Master/texmf-dist/doc/latex/bxpdfver/README-ja.md
+++ b/Master/texmf-dist/doc/latex/bxpdfver/README-ja.md
@@ -26,6 +26,7 @@ LaTeX 文書を PDF 文書に変換する際に出力 PDF に関する以下の
本パッケージは MIT ライセンスの下で配布される。
+
bxpdfver パッケージ
-------------------
@@ -45,8 +46,11 @@ bxpdfver パッケージ
+ PDF 出力のエンジンの場合は、既定で適切なドライバが選択される
のでドライバオプションは不要である。
+ `dvipdfmx`: dvipdfmx 用のドライバを指定する。
- + `nodvidriver`/`disabled`: 全ての機能を無効化する。
+ + `nodvidriver`/`disabled`: 全ての機能を無効化する。
+ ※この場合 `lenient+` が既定になる。
* `lenient`: サポートしない機能に対するエラーを警告に格下げする。
+ * `lenient+`: サポートしない機能に対するエラーを完全に抑止する。
+ * `nolenient`(既定): `lenient(+)` の否定。
* `new-dvipdfmx`: dvipdfmx に対するバージョン検査を省略し、常に最新の
バージョンであると仮定する。
@@ -103,6 +107,9 @@ bxpdfver パッケージ
更新履歴
--------
+ * Version 0.6 ‹2022/04/28›
+ - `lenient+`/`nolenient` オプションを追加。
+ - 非サポートのドライバでも読込自体はエラーにしない。
* Version 0.5a ‹2021/02/14›
- 新しい版の hyperref のための調整。
* Version 0.5 ‹2020/04/19›
diff --git a/Master/texmf-dist/doc/latex/bxpdfver/README.md b/Master/texmf-dist/doc/latex/bxpdfver/README.md
index 594c9ed8ddc..332b6215f17 100644
--- a/Master/texmf-dist/doc/latex/bxpdfver/README.md
+++ b/Master/texmf-dist/doc/latex/bxpdfver/README.md
@@ -28,6 +28,7 @@ settings on the PDF document to output:
This package is distributed under the MIT license.
+
bxpdfver package
----------------
@@ -46,11 +47,14 @@ The available options are:
+ When using a PDF-output engine, you need not give driver options
since the appropriate one is auto-detected.
+ `dvipdfmx`: Uses dvipdfmx driver.
- + `nodvidriver`/`disabled`: Disables all functions of the package.
+ + `nodvidriver`/`disabled`: Disables all functions of the package.
+ NB. This option sets `lenient+` by default.
* `lenient`: Turns the errors for unsupported features into warnings.
+ * `lenient+`: Suppreseses the errors for unsupported features.
+ * `nolenient`: Negation of `lenient(+)`.
Note that the options `compress` and `objcompress` mean that this
-package *does not suppress* a feature. They do not activate a feature
+package *does not suppress* a feature. They do not reactivate a feature
when it is already suppressed by other means.
### USAGE
@@ -66,7 +70,7 @@ when it is already suppressed by other means.
of digits after decimal points) of the decimal numbers that appear
in PDF command sequences.
* `\preservepdfdestinations`: Stops shortening the PDF destination
- names and uses the original names given in the TeX documents. This
+ names and uses the original names given in the LaTeX documents. This
is necessary for cross-document links to work correctly.
### NOTE ON DRIVERS
@@ -95,12 +99,15 @@ More notices:
* The package recognizes some “unsupported” driver options such as
`dvips`; when such drivers are used, use of any feature will cause
an error.
- * When `nodvidriver` is used, use of any feature will do nothing (nor
- issue an error).
+ * The use of `nodvidriver` sets `lenient*` by default; use of any
+ feature will do nothing (nor issue an error).
+
REVISION HISTORY
----------------
+ * Version 0.6 ‹2022/04/28›
+ - Added the `lenient+` and `nolenient` options.
* Version 0.5a ‹2021/02/14›
- Adjustment for the new version of hyperref.
* Version 0.5 ‹2020/04/19›