texlive[61175] Master/texmf-dist: albatross (27nov21)
commits+karl at tug.org
commits+karl at tug.org
Sat Nov 27 22:26:56 CET 2021
Revision: 61175
http://tug.org/svn/texlive?view=revision&revision=61175
Author: karl
Date: 2021-11-27 22:26:55 +0100 (Sat, 27 Nov 2021)
Log Message:
-----------
albatross (27nov21)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/man/man1/albatross.1
trunk/Master/texmf-dist/doc/man/man1/albatross.man1.pdf
trunk/Master/texmf-dist/doc/support/albatross/README.md
trunk/Master/texmf-dist/doc/support/albatross/albatross-manual.pdf
trunk/Master/texmf-dist/doc/support/albatross/albatross-manual.tex
trunk/Master/texmf-dist/doc/support/albatross/version.tex
trunk/Master/texmf-dist/scripts/albatross/albatross.jar
Added Paths:
-----------
trunk/Master/texmf-dist/source/support/albatross/albatross-0.4.0-src.zip
Removed Paths:
-------------
trunk/Master/texmf-dist/source/support/albatross/albatross-0.3.0-src.zip
Modified: trunk/Master/texmf-dist/doc/man/man1/albatross.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/albatross.1 2021-11-27 21:26:37 UTC (rev 61174)
+++ trunk/Master/texmf-dist/doc/man/man1/albatross.1 2021-11-27 21:26:55 UTC (rev 61175)
@@ -1,32 +1,44 @@
-.TH ALBATROSS 1 "13 January 2021" "v0.3.0"
+.TH ALBATROSS 1 "27 November 2021" "v0.4.0"
+.
.SH NAME
albatross \- a tool for finding fonts that contain a given (Unicode) glyph.
+.
.SH SYNOPSIS
.B albatross
.RI [ options ]
.IR glyphs ...
+.
.SH DESCRIPTION
\fBalbatross\fP is a command line tool for finding fonts that contain a given
-(Unicode) glyph. It relies on Fontconfig, a library for configuring and
-customizing font access.
+(Unicode) glyph.
+It relies on Fontconfig, a library for configuring and customizing font
+access.
.PP
-Albatross takes a list of glyphs as input. Two formats are supported:
+Albatross takes a list of glyphs as input.
+Three formats are supported:
.IP #1
-The glyph itself, e.g, ß (Eszett).
-Internally, the tool will convert it to the corresponding Unicode code point.
+The glyph itself, e.g., \fBß\fP (Eszett).
+Internally, the tool converts it to the corresponding Unicode code point.
.IP #2
-The glyph as a Unicode code point in the hexadecimal notation, e.g, \fC0xDF\fP.
-The \fC0x\fP prefix is mandatory. Note that the tool takes the value as case
-insensitive, e.g, \fC0xDF\fP is equal to \fC0xdf\fP (or any case combination
-thereof).
+The glyph as a Unicode code point in the hexadecimal notation,
+e.g., \fB0xDF\fP.
+The \fB0x\fP prefix is mandatory.
+Note that the tool takes the value as case insensitive, e.g.,
+\fB0xDF\fP is equal to \fB0xdf\fP (or any case combination thereof).
+.IP #3
+The glyph as a Unicode code point using the multiset union notation,
+e.g, \fBU+DF\fP.
+The \fBU+\fP prefix is mandatory.
+Be mindful that this notation expects an uppercase \fBU\fP.
+.
.SH OPTIONS
.IP \fB--show-styles\fP
Show available font styles
.IP \fB--detailed\fP
Show a detailed font list
-.IP \fB--ansi-level\fP [n|a16|a256|tc]
+.IP "\fB--ansi-level\fP [n|a16|a256|tc]"
Set the default ANSI level
-.IP \fB--border-style\fP [1|2|3|4|5|6]
+.IP "\fB--border-style\fP [1|2|3|4|5|6]"
Set the border style
.IP \fB--or\fP
Look for each glyph separately
@@ -33,7 +45,8 @@
.IP \fB--version\fP
Show the version and exit
.IP \fB--help\fP
-Show a help message and exit.
+Show a help message and exit
+.
.SH BUGS
Issue tracker at
.UR https://gitlab.com/islandoftex/albatross/-/issues
Modified: trunk/Master/texmf-dist/doc/man/man1/albatross.man1.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/support/albatross/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/support/albatross/README.md 2021-11-27 21:26:37 UTC (rev 61174)
+++ trunk/Master/texmf-dist/doc/support/albatross/README.md 2021-11-27 21:26:55 UTC (rev 61175)
@@ -40,7 +40,7 @@
### 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 @@
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.
Modified: trunk/Master/texmf-dist/doc/support/albatross/albatross-manual.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/support/albatross/albatross-manual.tex
===================================================================
--- trunk/Master/texmf-dist/doc/support/albatross/albatross-manual.tex 2021-11-27 21:26:37 UTC (rev 61174)
+++ trunk/Master/texmf-dist/doc/support/albatross/albatross-manual.tex 2021-11-27 21:26:55 UTC (rev 61175)
@@ -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 @@
\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 @@
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,8 +470,16 @@
\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}
\begin{itemize}[label={--}]
Modified: trunk/Master/texmf-dist/doc/support/albatross/version.tex
===================================================================
--- trunk/Master/texmf-dist/doc/support/albatross/version.tex 2021-11-27 21:26:37 UTC (rev 61174)
+++ trunk/Master/texmf-dist/doc/support/albatross/version.tex 2021-11-27 21:26:55 UTC (rev 61175)
@@ -1 +1 @@
-0.3.0
\ No newline at end of file
+0.4.0
\ No newline at end of file
Modified: trunk/Master/texmf-dist/scripts/albatross/albatross.jar
===================================================================
(Binary files differ)
Deleted: trunk/Master/texmf-dist/source/support/albatross/albatross-0.3.0-src.zip
===================================================================
(Binary files differ)
Added: trunk/Master/texmf-dist/source/support/albatross/albatross-0.4.0-src.zip
===================================================================
(Binary files differ)
Index: trunk/Master/texmf-dist/source/support/albatross/albatross-0.4.0-src.zip
===================================================================
--- trunk/Master/texmf-dist/source/support/albatross/albatross-0.4.0-src.zip 2021-11-27 21:26:37 UTC (rev 61174)
+++ trunk/Master/texmf-dist/source/support/albatross/albatross-0.4.0-src.zip 2021-11-27 21:26:55 UTC (rev 61175)
Property changes on: trunk/Master/texmf-dist/source/support/albatross/albatross-0.4.0-src.zip
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
More information about the tex-live-commits
mailing list.