summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/bxtexlogo/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/bxtexlogo/README.md')
-rw-r--r--macros/latex/contrib/bxtexlogo/README.md44
1 files changed, 38 insertions, 6 deletions
diff --git a/macros/latex/contrib/bxtexlogo/README.md b/macros/latex/contrib/bxtexlogo/README.md
index f5fe16408e..905a6dea6a 100644
--- a/macros/latex/contrib/bxtexlogo/README.md
+++ b/macros/latex/contrib/bxtexlogo/README.md
@@ -56,12 +56,12 @@ All the options are passed to hologo.
- `<prefix>+<name>`: Defines forcefully with a prefix; for example,
`my+BibTeX` overwrites the command `\myBibTeX`.
- The `<name` part can be either `*` or `**` instead of a valid logo
+ The `<name>` part can be either `*` or `**` instead of a valid logo
name. There `*` means “all the primary logo names” and `**` means
“all the secondary logo names”. (The logo classification will be
described later.) For example, `{*,my+**}` imports all the primary
logos (without prefix, non-forcefully) and then imports forcefully all
- the secondary logos with a prefix.
+ the secondary logos with prefix `my`.
Note that the logo names explicitly given earlier are excluded from
the bulk import by `*` and `**`. For example, `{BibTeX,my-*}` defines
@@ -72,6 +72,9 @@ All the options are passed to hologo.
of bulk imports in the future. This command is intended to be used in
packages and classes.
+ * `\bxtexlogo{<name>}: Outputs the logo of name `<name>`. This form can
+ be always used, whether the logo is imported or not.
+
### Avaiable logo names
The logo names supported by this package are divided into two classes:
@@ -135,6 +138,7 @@ You can bulk-import the secondary logos with `\bxtexlogoimport{**}`.
(Logos provided by this package)
* `ApTeX`
+ * `CSTUG`
* `HeVeA`
* `JBibTeX`
* `JLaTeX`
@@ -148,20 +152,39 @@ You can bulk-import the secondary logos with `\bxtexlogoimport{**}`.
* `logoLambda` for “Λ”
* `logoLamed` for “ל”
* `logoOmega` for “Ω”
+ * `OpTeX`
* `pTeXsT`
* `XyM` for prefix
* `XyMTeX`
* … and more exotic ones, such as `BaSiX`
(See the sample document for detail.)
+#### Addtional logos
+
+Starting from v0.6, *all* hologo logos (not only ones classified as
+“primary” or “secondary”) can be imported through `\bxtexlogoimport`
+command, as long as its name contains only letters. For example, the logo
+`Xe` (the head part of the `XeTeX` logo) that is provided by hologo can
+be imported by invoking `\bxtexlogoimport{Xe}`, and then you can output
+this logo by typing `\Xe`. (You can also do `\bxtexlogoimport{my-Xe}`
+instead, of course.) Note that these “non-classified” logos are never
+included in the target of bulk import.
+
+Note. The command `\bxtexlogo` also supports all hologo logos and thus
+can be used in place of `\hologo`, just if you like it.
+
+Moreover, the bxtexlogo itself provides a few “non-classified” logos,
+such as `e` (the head part of `eTeX` logo). This logo can be used by
+importing (perhaps with a prefix) or by writing `\bxtexlogo{e}`. See the
+sample document for detail.
+
### Notices
* You are recommended to load the graphicx package; its functionality
will be utilized to improve the output of logos.
* You cannot use the logo commands in math mode.
- * You can use the logos provided by this package can be used in PDF
- strings, but not in TeX4ht workflow (contrary to the logos provided by
- hologo).
+ * You can use the logos provided by this package in PDF strings, but
+ not in TeX4ht workflow (contrary to the logos provided by hologo).
* The functionality of the hologo package is not altered in any way.
* You cannot apply the management commands of hologo (`\hologoSetup`
etc.) to the logos provided by this package.
@@ -170,6 +193,15 @@ You can bulk-import the secondary logos with `\bxtexlogoimport{**}`.
Revision History
----------------
+ * Version 0.6 ‹2022/05/05›
+ - More logos: HiTeX, TeX--XeT.
+ - Add `\bxtexlogo`.
+ - Add `\bxtexlogoReflect`.
+
+ * Version 0.5 ‹2021/11/11›
+ - More logos: OpTeX, CSTUG.
+ - (experimental) Add `\bxtexlogoUseBboldx`.
+
* Version 0.4 ‹2018/03/11›
- More logos: ApTeX, DVIPDFMx.
- Add `\bxtexlogoItalicOrSlant`.
@@ -185,4 +217,4 @@ Revision History
--------------------
Takayuki YATO (aka. "ZR")
-http://zrbabbler.sp.land.to/
+https://github.com/zr-tex8r