summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/unicode-alphabets
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-11 21:16:43 +0000
committerKarl Berry <karl@freefriends.org>2020-03-11 21:16:43 +0000
commit22fe86a7dbafd1c6533c683da49ce71f1c61252a (patch)
tree10af73763b1e5dadc56a5ca34b98643c5e0c258d /Master/texmf-dist/doc/latex/unicode-alphabets
parenteb86a641efccb839245ba7f05b514bb7526a79dd (diff)
unicode-alphabets (11mar20)
git-svn-id: svn://tug.org/texlive/trunk@54236 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/unicode-alphabets')
-rw-r--r--Master/texmf-dist/doc/latex/unicode-alphabets/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/unicode-alphabets/example.pdfbin46017 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/unicode-alphabets/example.tex91
-rw-r--r--Master/texmf-dist/doc/latex/unicode-alphabets/specimen.pdfbin650744 -> 646266 bytes
-rw-r--r--Master/texmf-dist/doc/latex/unicode-alphabets/specimen.tex4
-rw-r--r--Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.pdfbin71574 -> 70990 bytes
-rw-r--r--Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.tex2
7 files changed, 4 insertions, 95 deletions
diff --git a/Master/texmf-dist/doc/latex/unicode-alphabets/README.md b/Master/texmf-dist/doc/latex/unicode-alphabets/README.md
index 998681de05f..347049456b5 100644
--- a/Master/texmf-dist/doc/latex/unicode-alphabets/README.md
+++ b/Master/texmf-dist/doc/latex/unicode-alphabets/README.md
@@ -7,7 +7,7 @@ See [unicode-alphabets.pdf](docs/unicode-alphabets.pdf) for the documentation.
See [specimen.pdf](docs/specimen.pdf) for examples.
-Contents last updated 2019-07-23.
+Contents last updated 2020-03-11.
Package available via CTAN at https://www.ctan.org/pkg/unicode-alphabets
diff --git a/Master/texmf-dist/doc/latex/unicode-alphabets/example.pdf b/Master/texmf-dist/doc/latex/unicode-alphabets/example.pdf
deleted file mode 100644
index 995cffa52ac..00000000000
--- a/Master/texmf-dist/doc/latex/unicode-alphabets/example.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/unicode-alphabets/example.tex b/Master/texmf-dist/doc/latex/unicode-alphabets/example.tex
deleted file mode 100644
index 7c7d774d05e..00000000000
--- a/Master/texmf-dist/doc/latex/unicode-alphabets/example.tex
+++ /dev/null
@@ -1,91 +0,0 @@
-% !TEX TS-program = lualatex
-\documentclass{article}
-
-\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}
-
-\setlength{\parindent}{0pt}
-
-\newcommand\display[1]{%
- \texttt{\ignorespaces\detokenize{#1}}: \fbox{#1}%
-}
-
-\begin{document}
-
-\section{Normal Unicode characters}
-\display{Ā} ---
-\display{B} ---
-\display{Ċ} ---
-\display{ā} ---
-\display{b} ---
-\display{ċ} ---
-
-\section{MUFI 3.0 characters}
-\display{\mufi{FLOURISHED SMALL LETTER M SIGN}}\\
-\display{\msignflour{}} ---
-\display{\mufi{msignflour}} ---
-\display{\mufi{F2F3}}
-
-\vspace{8pt}
-\display{\mufi{LATIN SMALL LETTER Y WITH RIGHT MAIN STROKE}}\\
-\display{\yrgmainstrok{}} ---
-\display{\mufi{yrgmainstrok}} ---
-\display{\mufi{F233}}
-
-\section{MUFI 4.0 characters}
-Note that the currently installed Palemonas MUFI font on this machine does not have the OEligogon character.
-
-\vspace{12pt}
-\display{\mufi{LATIN CAPITAL LIGATURE OE WITH OGONEK}}\\
-\display{\OEligogon{}} ---
-\display{\mufi{OEligogon}} ---
-\display{\mufi{E262}}
-
-\vspace{8pt}
-\display{\mufi{LATIN CAPITAL LIGATURE UU}}\\
-\display{\UUlig{}} ---
-\display{\mufi{UUlig}} ---
-\display{\mufi{E8C6}}
-
-\vspace{8pt}
-\display{\mufi{HELBING SIGN}}\\
-\display{\helbing{}} ---
-\display{\mufi{helbing}} ---
-\display{\mufi{F2FB}}
-
-
-\section{Starred vs. unstarred}
-The unstarred commands use the configured font, whereas the starred version simply uses the current document font. Note the difference in the \@ signs as well as the missing \texttt{msignflour} in the document font.
-
-\vspace{12pt}
-\display{\mufi{0040}} ---
-\display{\mufi*{0040}}
-
-\display{\mufi{0041}} ---
-\display{\mufi*{0041}}
-
-\display{\msignflour{}} ---
-\display{\msignflour*{}}
-
-\section{CYFI characters}
-\display{\cyfi{CYRILLIC CAPITAL LETTER REVERSED A}}\\
-\display{\cyfi{F330}}
-
-\section{TITUS characters}
-\display{\titus{LATIN CAPITAL LETTER SCHWA WITH MACRON}}\\
-\display{\titus{E3EC}}
-
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/unicode-alphabets/specimen.pdf b/Master/texmf-dist/doc/latex/unicode-alphabets/specimen.pdf
index 94386650f80..e9c191c9908 100644
--- a/Master/texmf-dist/doc/latex/unicode-alphabets/specimen.pdf
+++ b/Master/texmf-dist/doc/latex/unicode-alphabets/specimen.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/unicode-alphabets/specimen.tex b/Master/texmf-dist/doc/latex/unicode-alphabets/specimen.tex
index 9962b8a81b1..3f52b09cd2b 100644
--- a/Master/texmf-dist/doc/latex/unicode-alphabets/specimen.tex
+++ b/Master/texmf-dist/doc/latex/unicode-alphabets/specimen.tex
@@ -24,7 +24,7 @@
\newfontfamily\mufifont{Palemonas MUFI}
\newfontfamily\silfont{Doulos SIL}
\newfontfamily\titusfont{TITUS Cyberbit Basic}
-\newfontfamily\unzfont{LUC.EnsisheimU1A}
+\newfontfamily\unzfont{LOB.Ensisheim}
\usepackage[
% CYFI,
@@ -125,4 +125,4 @@
\catcode`\_=8
\endgroup
-\end{document} \ No newline at end of file
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.pdf b/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.pdf
index cd9afaaa8a9..29907ed86ed 100644
--- a/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.pdf
+++ b/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.pdf
Binary files differ
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 ada84e780f8..3969d132606 100644
--- a/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.tex
+++ b/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.tex
@@ -93,7 +93,7 @@ Additionally, one may configure different fonts for each character set, as in th
If no fonts are configured, the document font will be used (note that this may give undesirable results, as few fonts support multiple character sets\footnote{I believe Andreas Stötzner's \emph{Andron Mega} does, albeit I haven't tried it as it is somewhat expensive.}).
-Finally, the \verb|MUFI| and \verb|UNZ| character sets have defined entity names, which result in the creation of macros for each character (see \verb|msignfour| in the following example). These can be suppressed with the \verb|disableentitymacros| option.
+Finally, the \verb|MUFI| and \verb|UNZ| character sets have defined entity names, which result in the creation of macros for each character (see \verb|msignflour| in the following example). These can be suppressed with the \verb|disableentitymacros| option.
\section{Usage}