summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-11-27 21:26:55 +0000
committerKarl Berry <karl@freefriends.org>2021-11-27 21:26:55 +0000
commitef1bc4682c35c6e499174db6cbaefbb1167e20cf (patch)
treeeddb35088a343d490bd965b2ad7001e4b935c144 /Master/texmf-dist/doc/support
parent511ac6e5b1a3cf5bf3ecdb3085625a22cf0287b0 (diff)
albatross (27nov21)
git-svn-id: svn://tug.org/texlive/trunk@61175 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r--Master/texmf-dist/doc/support/albatross/README.md6
-rw-r--r--Master/texmf-dist/doc/support/albatross/albatross-manual.pdfbin79705 -> 80161 bytes
-rw-r--r--Master/texmf-dist/doc/support/albatross/albatross-manual.tex22
-rw-r--r--Master/texmf-dist/doc/support/albatross/version.tex2
4 files changed, 26 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/support/albatross/README.md b/Master/texmf-dist/doc/support/albatross/README.md
index 45c6bd543d2..1f00d4325fd 100644
--- a/Master/texmf-dist/doc/support/albatross/README.md
+++ b/Master/texmf-dist/doc/support/albatross/README.md
@@ -40,7 +40,7 @@ the tool usage.
### Glyphs
-Albatross takes a list of glyphs as input. Two formats are supported:
+Albatross takes a list of glyphs as input. Three formats are supported:
- The glyph itself, e.g, `ß` ([Eszett](https://en.wikipedia.org/wiki/%C3%9F)).
Internally, the tool will convert it to the corresponding Unicode code point.
@@ -49,6 +49,10 @@ Albatross takes a list of glyphs as input. Two formats are supported:
The `0x` prefix is mandatory. Note that the tool takes the value as case
insensitive, e.g, `0xDF` is equal to `0xdf` (or any case combination thereof).
+- The glyph as a Unicode code point using the multiset union notation, e.g,
+ `U+DF`. The `U+` prefix is mandatory. Be mindful that this notation expects
+ an uppercase `U`.
+
When a list of glyphs is provided, the tool will take a conjunctive approach and
look for fonts that contain all elements in such list (default behaviour). Use
the `-o` flag (or `--or` for the long flag) to look for each glyph separately.
diff --git a/Master/texmf-dist/doc/support/albatross/albatross-manual.pdf b/Master/texmf-dist/doc/support/albatross/albatross-manual.pdf
index 5953976a421..8f69bd48d29 100644
--- a/Master/texmf-dist/doc/support/albatross/albatross-manual.pdf
+++ b/Master/texmf-dist/doc/support/albatross/albatross-manual.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/support/albatross/albatross-manual.tex b/Master/texmf-dist/doc/support/albatross/albatross-manual.tex
index ea0a689908b..1a3c2c5b214 100644
--- a/Master/texmf-dist/doc/support/albatross/albatross-manual.tex
+++ b/Master/texmf-dist/doc/support/albatross/albatross-manual.tex
@@ -21,6 +21,7 @@
\newcommand{\command}[1]{{\ttfamily#1}}
\newcommand{\glyph}[1]{{\ttfamily#1}}
\newcommand{\hex}[1]{{\ttfamily0x#1}}
+\newcommand{\uno}[1]{{\ttfamily U+#1}}
\newcommand{\val}[1]{{\ttfamily#1}}
\newcommand{\shortopt}[1]{{\ttfamily-#1}}
\newcommand{\longopt}[1]{{\ttfamily{-}{-}#1}}
@@ -105,7 +106,7 @@ tool usage.
\epigraph{What flavour is it?}{\textsc{Monty Python}}
-\albatross\ takes a list of glyphs, separated by spaces, as input. Two formats
+\albatross\ takes a list of glyphs, separated by spaces, as input. Three formats
are supported by the command line tool:
\begin{itemize}[label={--}]
@@ -125,6 +126,15 @@ $ albatross 0xDF
Note that the tool takes the value as case insensitive, e.g, \hex{DF} is equal
to \hex{df} (or any case combination thereof).
+
+\item The glyph as a Unicode code point using the multiset union notation, e.g,
+\uno{DF}. The \uno{} prefix is mandatory.
+
+\begin{Verbatim}[frame=single, fontsize=\small, framesep=3.5mm]
+$ albatross U+DF
+\end{Verbatim}
+
+Be mindful that this notation expects an uppercase \glyph{U}.
\end{itemize}
Formats can be used interchangeably.
@@ -460,7 +470,15 @@ Source Initiative.
\epigraph{How much is it?}{\textsc{Monty Python}}
-\section*{0.3.0 (current)}
+\section*{0.4.0 (current)}
+
+\begin{itemize}[label={--}]
+\item Included support for the Unicode code point using the \uno{} multiset union
+notation, which behaves exactly the same as the \hex{} counterpart. So \glyph{ß},
+\hex{DF} and \uno{DF} denote the same Unicode entity.
+\end{itemize}
+
+\section*{0.3.0 (2021-01-13)}
\subsection*{Changed}
diff --git a/Master/texmf-dist/doc/support/albatross/version.tex b/Master/texmf-dist/doc/support/albatross/version.tex
index 9325c3ccda9..60a2d3e96c8 100644
--- a/Master/texmf-dist/doc/support/albatross/version.tex
+++ b/Master/texmf-dist/doc/support/albatross/version.tex
@@ -1 +1 @@
-0.3.0 \ No newline at end of file
+0.4.0 \ No newline at end of file