summaryrefslogtreecommitdiff
path: root/support/albatross/doc/albatross-manual.tex
diff options
context:
space:
mode:
Diffstat (limited to 'support/albatross/doc/albatross-manual.tex')
-rw-r--r--support/albatross/doc/albatross-manual.tex39
1 files changed, 35 insertions, 4 deletions
diff --git a/support/albatross/doc/albatross-manual.tex b/support/albatross/doc/albatross-manual.tex
index 65f6000a31..ea0a689908 100644
--- a/support/albatross/doc/albatross-manual.tex
+++ b/support/albatross/doc/albatross-manual.tex
@@ -87,8 +87,9 @@ Options:
-d, --detailed Show a detailed font list
-a, --ansi-level [n|a16|a256|tc]
Set the default ANSI level
- -b, --border-style [1|2|2|3|4|5]
+ -b, --border-style [1|2|3|4|5|6]
Set the border style
+ -o, --or Look for each glyph separately
-V, --version Show the version and exit
-h, --help Show this message and exit
\end{Verbatim}
@@ -128,6 +129,26 @@ to \hex{df} (or any case combination thereof).
Formats can be used interchangeably.
+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 \shortopt{o} flag (or \longopt{or} for the long flag) to look for each glyph
+separately. For instance:
+
+\begin{itemize}[label={--}]
+\item Look for fonts that contain both \glyph{a} and \glyph{b}:
+
+\begin{Verbatim}[frame=single, fontsize=\small, framesep=3.5mm]
+$ albatross a b
+\end{Verbatim}
+
+\item Look for fonts that contain \glyph{a} and fonts that contain \glyph{b},
+separately:
+
+\begin{Verbatim}[frame=single, fontsize=\small, framesep=3.5mm]
+$ albatross --or a b
+\end{Verbatim}
+\end{itemize}
+
\section{Output}
\label{sec:output}
@@ -299,8 +320,6 @@ results to a terminal pager, e.g, the \command{less} utility:
$ albatross ß | less
\end{Verbatim}
-\newpage
-
\section{Coloured output}
\label{sec:colouredoutput}
@@ -441,7 +460,19 @@ Source Initiative.
\epigraph{How much is it?}{\textsc{Monty Python}}
-\section*{0.2.0 (current)}
+\section*{0.3.0 (current)}
+
+\subsection*{Changed}
+
+\begin{itemize}[label={--}]
+\item Conjunctive behavior is now default. Previously, \command{albatross a b}
+would have looked for fonts for \glyph{a} and separately for fonts for \glyph{b}.
+As we see more use cases for looking for fonts that contain \glyph{a} as well as
+\glyph{b}, we changed the default and left the previous behavior as
+\command{albatross --or a b}.
+\end{itemize}
+
+\section*{0.2.0 (2020-12-09)}
\subsection*{Added}