summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-07-22 21:15:59 +0000
committerKarl Berry <karl@freefriends.org>2019-07-22 21:15:59 +0000
commit082598cd88d19d1ec7485528d017f45169af207c (patch)
treeb2a11bd4b3148b9bd264bf6c3d048aa9a7a2dff1 /Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.tex
parent8e445d770882e75d0a3993b5927f2f2b42120fe3 (diff)
unicode-alphabets (22jul19)
git-svn-id: svn://tug.org/texlive/trunk@51706 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.tex')
-rw-r--r--Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.tex35
1 files changed, 21 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.tex b/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.tex
index a5eef86433a..ada84e780f8 100644
--- a/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.tex
+++ b/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.tex
@@ -1,29 +1,37 @@
% !TEX TS-program = lualatex
\documentclass{article}
-\usepackage{biblatex}
+\usepackage[english]{babel}
+\usepackage[
+ backend=biber,
+ urldate=long,
+ date=long,
+]{biblatex}
\addbibresource{unicode-alphabets.bib}
\usepackage{showexpl}
\usepackage{float}
\usepackage{moreverb}
+\usepackage{csvsimple}
+\usepackage{enumitem}
+\usepackage{xltabular}
+\usepackage{booktabs}
+\usepackage[
+ hidelinks,
+]{hyperref}
+
+\include{csvsimple.tmp.patch}
\title{Unicode Alphabets for \LaTeX}
-\author{Mikkel Eide Eriksen}
+\author{Mikkel Eide Eriksen\\\href{mailto:mikkel.eriksen@gmail.com}{mikkel.eriksen@gmail.com}}
\usepackage{fontspec}
\newfontfamily\mufifont{Palemonas MUFI}
-\newfontfamily\titusfont{TITUS Cyberbit Basic}
\usepackage[
- CYFI,
MUFI,
- TITUS,
-% disable entity macros,
fonts={
- CYFI=\titusfont,
MUFI=\mufifont,
- TITUS=\titusfont,
},
]{unicode-alphabets}
@@ -35,7 +43,7 @@
While Unicode supports the vast majority of use cases, there are certain specialized niches which require characters and glyphs not (yet) represented in the standard.
-Thus the Private Use Area (PUA) at code points E000--F8FF, which enables third parties to define arbitrary character sets.
+Thus the Private Use Area (PUA) at code points \texttt{E000}--\texttt{F8FF}, which enables third parties to define arbitrary character sets.
This package allows configuring a number of macros to enter characters from the PUA by name or code point.
@@ -44,14 +52,14 @@ This package allows configuring a number of macros to enter characters from the
The package is configured in the following manner:
\begin{verbatim}
-\usepackage[⟨options⟩]{unicode-alphabets}
+\usepackage[options]{unicode-alphabets}
\end{verbatim}
Where \verb|options| must be one or more of the following character sets. See references for further detail on each, as well as usable fonts.
-\begin{figure}[H]
-\begin{description}
+\begin{description}[labelindent=1cm, leftmargin=*, rightmargin=\leftmargin]
+\item[AGL] Adobe Glyph List\cite{AGL}.
% \item[CSUR] - https://www.evertype.com/standards/csur/
\item[CYFI] Early Cyrillic glyphs\cite{CYFI}.
% DANIA ???
@@ -59,11 +67,10 @@ Where \verb|options| must be one or more of the following character sets. See re
\item[MUFI] The Medieval Unicode Font Initiative\cite{MUFI}.
\item[SIL] SIL International\cite{SIL}.
\item[TITUS] Thesaurus Indogermanischer Text- und Sprachmaterialien\cite{TITUS}.
+\item[UCSUR] Under-ConScript Unicode Registry\cite{UCSUR}.
\item[UNZ] Normung von Sonderzeichen\cite{UNZ}.
\end{description}
-\caption{Character sets}
-\end{figure}
There is no default, since future versions of this package may supply more character sets that are incompatible with the above.