summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/bxorigcapt/LICENSE2
-rw-r--r--Master/texmf-dist/doc/latex/bxorigcapt/README.md25
2 files changed, 17 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/bxorigcapt/LICENSE b/Master/texmf-dist/doc/latex/bxorigcapt/LICENSE
index 3c57f37df63..b9164b46b10 100644
--- a/Master/texmf-dist/doc/latex/bxorigcapt/LICENSE
+++ b/Master/texmf-dist/doc/latex/bxorigcapt/LICENSE
@@ -1,6 +1,6 @@
The MIT License
-Copyright (c) 2017-2018 Takayuki YATO (aka. "ZR")
+Copyright (c) 2016-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/bxorigcapt/README.md b/Master/texmf-dist/doc/latex/bxorigcapt/README.md
index 2f2e9275db8..577af79fa96 100644
--- a/Master/texmf-dist/doc/latex/bxorigcapt/README.md
+++ b/Master/texmf-dist/doc/latex/bxorigcapt/README.md
@@ -55,24 +55,31 @@ class treated as the caption names for a specific language.
### Package Loading
- \usepackage[<language>]{bxorigcapt}
+ \usepackage[<option>,...]{bxorigcapt}
-The package option specifies a Babel language, and requires that the
-caption names provided by the document class (actually the ones that are
-effective when this package is loaded) should be used as the caption names
-for that language.
+Available options are:
-The option can be omitted; in that case, the main language of Babel will
-be assumed.
+ - a Babel language name: Specifies the target language. The default
+ target language is the main language of Babel.
+ - `warn`: Issues a warning (instead of an info) if Babel is never
+ loaded in the preamble.
### Usage
-For present, this package has no public commands. All the settings are
-done through the package option.
+Once this package is loaded, the caption names provided by the document
+class (actually the ones that are effective when this package is loaded)
+will be used as the caption names for the target language (which is
+specified by the package option).
+
+This package has no public commands.
+
Revision History
----------------
+ * Version 0.4 〈2022/03/12〉
+ - Adjustment for new version of Babel.
+ - Add option `warn`.
* Version 0.3 〈2018/09/05〉
- Add support for Polyglossia.
* Version 0.2a 〈2017/05/03〉