summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man
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/man
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/man')
-rw-r--r--Master/texmf-dist/doc/man/man1/albatross.139
-rw-r--r--Master/texmf-dist/doc/man/man1/albatross.man1.pdfbin18986 -> 19672 bytes
2 files changed, 26 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/man/man1/albatross.1 b/Master/texmf-dist/doc/man/man1/albatross.1
index 1f50608e900..bc866cc6934 100644
--- a/Master/texmf-dist/doc/man/man1/albatross.1
+++ b/Master/texmf-dist/doc/man/man1/albatross.1
@@ -1,39 +1,52 @@
-.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
.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
diff --git a/Master/texmf-dist/doc/man/man1/albatross.man1.pdf b/Master/texmf-dist/doc/man/man1/albatross.man1.pdf
index 1868a61ee12..4237b1ab4be 100644
--- a/Master/texmf-dist/doc/man/man1/albatross.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/albatross.man1.pdf
Binary files differ