summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bxorigcapt
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-03-15 19:56:55 +0000
committerKarl Berry <karl@freefriends.org>2022-03-15 19:56:55 +0000
commit81581a7748896db86fd7e660a043f6452fdd6352 (patch)
treeac9c260f1c7c11d0dbaa1e5f678dee2d0e7139c3 /Master/texmf-dist/doc/latex/bxorigcapt
parentdaf2639603730ffe39f35332f4122b04910094a2 (diff)
bxorigcapt (15mar22)
git-svn-id: svn://tug.org/texlive/trunk@62714 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bxorigcapt')
-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〉