summaryrefslogtreecommitdiff
path: root/info/symbols/comprehensive/source/symbols.tex
diff options
context:
space:
mode:
Diffstat (limited to 'info/symbols/comprehensive/source/symbols.tex')
-rw-r--r--info/symbols/comprehensive/source/symbols.tex11285
1 files changed, 9063 insertions, 2222 deletions
diff --git a/info/symbols/comprehensive/source/symbols.tex b/info/symbols/comprehensive/source/symbols.tex
index 45efd16a7e..763439483f 100644
--- a/info/symbols/comprehensive/source/symbols.tex
+++ b/info/symbols/comprehensive/source/symbols.tex
@@ -1,19 +1,19 @@
%%% ====================================================================
%%% @LaTeX-file{
%%% author = "Scott Pakin",
-%%% version = "14.0",
-%%% date = "05 May 2021",
-%%% time = "16:10:48 MDT",
+%%% version = "15.0",
+%%% date = "03 January 2024",
+%%% time = "00:37:09 MST",
%%% filename = "symbols.tex",
-%%% checksum = "49890 24745 81503 1177698",
+%%% checksum = "28793 31586 100238 1448831",
%%% email = "scott+clsl@pakin.org (Internet)",
%%% codetable = "ISO/ASCII",
%%% keywords = "symbols, LaTeX2e, typesetting, accents,
%%% mathematics, scientific, dingbats, fonts",
%%% supported = "yes",
-%%% abstract = "This document lists thousands of symbols and
-%%% the corresponding LaTeX commands that
-%%% produce them. Some of these symbols are
+%%% abstract = "This document lists tens of thousands of
+%%% symbols and the corresponding LaTeX commands
+%%% that produce them. Some of these symbols are
%%% guaranteed to be available in every LaTeX2e
%%% system; others require fonts and packages
%%% that may not accompany a given distribution
@@ -22,13 +22,13 @@
%%% prepare this document -- as well as this
%%% document itself -- are freely available
%%% from the Comprehensive TeX Archive Network
-%%% (http://www.ctan.org).",
-%%% docstring = "This LaTeX document showcases thousands of
-%%% symbols that are available to authors. The
-%%% original version of this document was
-%%% written by David Carlisle on 1994/10/02.
-%%% It was subsequently changed and expanded by
-%%% Scott Pakin.
+%%% (https://www.ctan.org).",
+%%% docstring = "This LaTeX document showcases tens of
+%%% thousands of symbols that are available to
+%%% authors. The original version of this
+%%% document was written by David Carlisle on
+%%% 1994/10/02. It subsequently was changed and
+%%% expanded by Scott Pakin.
%%%
%%% To build this document, run ``latex
%%% symbols'', then ``makeindex -s gind.ist
@@ -46,13 +46,20 @@
%%% header was produced with the help of Nelson
%%% Beebe's filehdr utility. Both checksum and
%%% filehdr are available from CTAN
-%%% (http://www.ctan.org)."
+%%% (https://www.ctan.org)."
%%% }
%%% ====================================================================
\NeedsTeXFormat{LaTeX2e}
\IfFileExists{cmap.sty}{\RequirePackage[resetfonts]{cmap}}{}
-\documentclass{article}
+\documentclass{report}
+\usepackage{etex} % Increase available TeX resources.
+\usepackage[
+ margin=1in,
+ includehead,
+ headheight=15pt,
+ ignorefoot,
+ ignoremp]{geometry}
\usepackage{array}
\usepackage{longtable}
\usepackage{textcomp}
@@ -62,11 +69,24 @@
\usepackage{makeidx}
\usepackage{verbatim}
\usepackage{graphicx}
-\usepackage{ifpdf}
+\usepackage{iftex}
\usepackage{tabularx}
\usepackage{keyval}
-
-\newcommand{\doctitle}{Comprehensive \LaTeX\ Symbol List} % Reusable
+\usepackage{accsupp}
+\usepackage{xstring}
+\usepackage{mflogo}
+\usepackage{url}
+\usepackage{multicol}
+\usepackage{rotating}
+\usepackage{slashed}
+\usepackage{centernot}
+\usepackage{changepage}
+\usepackage[svgnames]{xcolor}
+\usepackage{cutwin}
+\usepackage{tocloft}
+\usepackage{fancyhdr}
+
+\newcommand{\doctitle}{Comprehensive \latex Symbol List} % Reusable
\title{The \doctitle}
\author{\person{Scott}{Pakin} \texttt{<scott+clsl@pakin.org>}%
@@ -74,7 +94,7 @@
\person{David}{Carlisle}, with several additional tables provided
by \person{Alexander}{Holt}. See \vref{about-doc} for more
information about who did what.}}
-\date{5 May 2021}
+\date{3 January 2024}
\makeindex
@@ -102,10 +122,28 @@
%%% refer back to that, showing samples only of more unique characters.
%%%
+% Specify the document header and (empty) footer.
+\pagestyle{fancy}
+\fancyhead[L]{\scshape\nouppercase{\leftmark}}
+\fancyhead[R]{\thepage\rule[-6pt]{0pt}{0pt}}
+\fancyfoot[C]{}
+\renewcommand{\headrulewidth}{1pt}
+
+% Make index entries invoke \markboth for use in the header.
+\newcommand*{\recordentry}[1]{#1\markboth{#1}{#1}}
+
+% Limit the insertion of line breaks within URLs.
+\def\UrlBreaks{}
+\def\UrlBigBreaks{\do/}
+
% Index "X Y" and "Y, X". The "begin" and "end" variants are for page ranges.
-\newcommand{\idxboth}[2]{\mbox{}\index{#1 #2}\index{#2>#1}\index{#2}}
-\newcommand{\idxbothbegin}[2]{\mbox{}\index{#1 #2|(}\index{#2>#1|(}\index{#2|(}}
-\newcommand{\idxbothend}[2]{\mbox{}\index{#1 #2|)}\index{#2>#1|)}\index{#2|)}}
+\newcommand{\idxboth}[2]{\mbox{}\index{#1 #2}\index{#2>#1}}
+\newcommand{\idxbothbegin}[2]{\mbox{}\index{#1 #2|(}\index{#2>#1|(}}
+\newcommand{\idxbothend}[2]{\mbox{}\index{#1 #2|)}\index{#2>#1|)}}
+
+% Index "X" and "X>Y".
+\newcommand{\subindex}[2]{\index{#1}\index{#1>#2}}
+\newcommand{\ltsubindex}[2]{\ltindex{#1}\ltindex{#1>#2}}
% Index package names and hyperlink them to the CTAN package information.
% An optional argument of "index=false" suppresses indexing the package name.
@@ -119,7 +157,7 @@
% Use \setpkgnameopts to set the default options for a specific package.
\def\equalsign{=}
\newcommand*{\catalogueURL}[1]{%
- http://www.ctan.org/pkg/#1%
+ https://www.ctan.org/pkg/#1%
}
\makeatletter
\define@key{pkgname}{pkg}{\def\pkglinktarget{#1}}
@@ -158,8 +196,8 @@
% Index some other logical styles.
\newcommand{\optname}[2]{%
\textsf{#2}%
- \index{#2=\textsf{#2} (\textsf{#1} package option)}%
- \index{package options>#2=\textsf{#2} (\textsf{#1})}}
+ \index{#2=\textsf{#2} (\pkgname[index!=false]{#1} package option)}%
+ \index{package options>#2=\textsf{#2} (\pkgname[index!=false]{#1})}}
\newcommand{\filename}[1]{%
\texttt{#1}%
\index{#1=\texttt{#1} (file)}}
@@ -178,9 +216,36 @@
}
\DeclareRobustCommand{\person}[2]{#1\index{#2, #1} #2}
+% Support searching of "#1" as if it were written in plain text as "#2".
+\newcommand{\searchAs}[2]{%
+ \texorpdfstring{%
+ \BeginAccSupp{ActualText={#2}}%
+ #1%
+ \EndAccSupp{}%
+ }{%
+ #2%
+ }%
+}
+
% Index common words and phrases.
-\newcommand{\latex}{\LaTeX\index{LaTeX=\string\LaTeX}\xspace}
-\newcommand{\latexE}{\LaTeXe\index{LaTeX2e=\string\LaTeXe}\xspace}
+\DeclareRobustCommand{\latex}{%
+ \searchAs{\LaTeX}{LaTeX}%
+ \index{LaTeX=\string\searchAs{\string\LaTeX}{LaTeX}}\xspace
+}
+\DeclareRobustCommand{\latexEinternal}{%
+ % Split the two space-separated terms for Acrobat's benefit. (Okular
+ % seems okay with ActualText containing spaces.) Rather than an epsilon
+ % we use an "e" in "LaTeX 2e" because epsilon seems harder to search
+ % consistently across platforms with different native character
+ % encodings.
+ \searchAs{\LaTeX}{LaTeX}%
+ \texorpdfstring{\kern.15em}{ }%
+ \searchAs{2$_{\textstyle\varepsilon}$}{2e}%
+}
+\newcommand{\latexE}{%
+ \latexEinternal
+ \index{LaTeX2e=\noexpand\latexEinternal}\xspace
+}
\newcommand{\metafont}{\MF\index{Metafont=\string\MF}\xspace}
\newcommand{\tex}{\TeX\index{TeX=\string\TeX}\xspace}
\newcommand{\xypic}{%
@@ -220,16 +285,30 @@
\newcommand{\postscript}{PostScript\index{PostScript}\xspace}
\newcommand{\ascii}{ASCII\index{ASCII}\xspace}
\newcommand{\utfviii}{\mbox{UTF-8}\index{UTF-8}\xspace}
-\DeclareRobustCommand{\xelatexInternal}{%
- \mbox{X\lower0.5ex\hbox{\kern-0.15em\reflectbox{E}}\kern-0.1em\LaTeX}}
-\newcommand{\xelatex}{\xelatexInternal\index{XeLaTeX=\string\xelatexInternal}\xspace}
\DeclareRobustCommand{\xetexInternal}{%
\mbox{X\lower0.5ex\hbox{\kern-0.15em\reflectbox{E}}\kern-0.1em\TeX}}
-\newcommand{\xetex}{\xetexInternal\index{XeTeX=\string\xetexInternal}\xspace}
-\newcommand{\lualatex}{Lua\LaTeX\index{LuaLaTeX=Lua\string\LaTeX}\xspace}
+\newcommand{\xetex}{%
+ \searchAs{\xetexInternal}{XeTeX}%
+ \index{XeTeX=\string\searchAs{\string\xetexInternal}{XeTeX}}\xspace
+}
+\DeclareRobustCommand{\xelatexInternal}{%
+ \mbox{X\lower0.5ex\hbox{\kern-0.15em\reflectbox{E}}\kern-0.1em\LaTeX}}
+\newcommand{\xelatex}{%
+ \searchAs{\xelatexInternal}{XeLaTeX}%
+ \index{XeLaTeX=\string\searchAs{\string\xelatexInternal}{XeLaTeX}}\xspace
+}
+\newcommand{\lualatex}{%
+ \searchAs{Lua\LaTeX}{LuaLaTeX}%
+ \index{LuaLaTeX=\string\searchAs{Lua\string\LaTeX}{LuaLaTeX}}\xspace
+}
+\newcommand{\pdflatex}{%
+ \searchAs{pdf\LaTeX}{pdfLaTeX}%
+ \index{pdfLaTeX=\string\searchAs{pdf\string\LaTeX}{pdfLaTeX}}\xspace
+}
\newcommand{\italic}[1][italic]{#1\index{italic}}
\newcommand{\TikZ}{\pkgname{TikZ}}
-\setpkgnameopts{TikZ}{pkg=pgf,fmt={Ti\noexpand\textit{k}Z}}
+\DeclareRobustCommand{\TikZinternal}{\searchAs{Ti\textit{k}Z}{TikZ}}
+\setpkgnameopts{TikZ}{pkg=pgf,fmt={\noexpand\TikZinternal}}
\newcommand{\PSTricks}{\pkgname{PSTricks}}
\setpkgnameopts{PSTricks}{pkg=pstricks-base}
\newcommand{\rawtables}{Raw\index{Raw Font Tables} Font Tables}
@@ -240,11 +319,11 @@
\index{TeXbook, The=\TeX{}book, The>symbols from}%
}
\newcommand{\idxCTAN}{%
- \index{Comprehensive TeX Archive Network=\href{http://www.ctan.org/}{Comprehensive \string\TeX{} Archive Network}}%
+ \index{Comprehensive TeX Archive Network=\href{https://www.ctan.org/}{Comprehensive \string\TeX{} Archive Network}}%
}
-\newcommand{\CTAN}{\href{http://www.ctan.org/}{CTAN}\idxCTAN\xspace}
+\newcommand{\CTAN}{\href{https://www.ctan.org/}{CTAN}\idxCTAN\xspace}
\newcommand{\CTANfull}{Comprehensive\idxCTAN\ \TeX\ Archive Network\xspace}
-\newcommand{\TeXFAQ}[1]{\url{http://www.tex.ac.uk/FAQ-#1.html}}
+\newcommand{\TeXFAQ}[1]{\url{http://www.texfaq.org/FAQ-#1.html}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -353,18 +432,14 @@
\@cons\foundpkgs{{latexsym}}
\makeatother
\newcommand{\TC}{\pkgname{textcomp}}
-\setpkgnameopts{latexsym}{link=http://www.ctan.org/pkg/latex-base}
-
-% Load etex if possible to increase the number of various TeX resources
-% we have available.
-\IfStyFileExists*{etex}{\usepackage{etex}}{}
+\setpkgnameopts{latexsym}{link=https://www.ctan.org/pkg/latex-base}
% Typeset a string in various encodings.
-\newcommand{\encone}[1]{{\fontencoding{T1}\selectfont#1}}
-\newcommand{\enctwoA}[1]{{\fontencoding{T2A}\selectfont#1}}
-\newcommand{\encfour}[1]{{\fontencoding{T4}\selectfont#1}}
-\newcommand{\encfive}[1]{{\fontencoding{T5}\selectfont#1}}
-\newcommand{\encgreek}[1]{{\fontencoding{LGR}\selectfont#1}}
+\DeclareRobustCommand*{\encone}[1]{{\fontencoding{T1}\selectfont#1}}
+\DeclareRobustCommand*{\enctwoA}[1]{{\fontencoding{T2A}\selectfont#1}}
+\DeclareRobustCommand*{\encfour}[1]{{\fontencoding{T4}\selectfont#1}}
+\DeclareRobustCommand*{\encfive}[1]{{\fontencoding{T5}\selectfont#1}}
+\DeclareRobustCommand*{\encgreek}[1]{{\fontencoding{LGR}\selectfont#1}}
% Various punctuation marks confuse makeindex when used directly.
\let\magicrbrack=]
@@ -372,6 +447,7 @@
\DeclareRobustCommand{\magicequalname}{\texttt{\string\=}}
\DeclareRobustCommand{\magicvertname}{\texttt{|}}
\DeclareRobustCommand{\magicVertname}{\texttt{\string\|}}
+\DeclareRobustCommand{\showmacron}{\blackacchack\=} % Can't index "=".
% Vertically center a text-mode symbol.
\newsavebox{\tvcbox}
@@ -511,7 +587,7 @@
\newif\ifAMS
\newcommand\AMS{\pkgname{AMS}}
-\setpkgnameopts{AMS}{pkg=amsfonts,fmt={\noexpand\AmS{}}}
+\setpkgnameopts{AMS}{pkg=amsfonts,fmt={\noexpand\AmS}}
\makeatletter
\IfStyFileExists{amssymb}
{\AMStrue
@@ -802,10 +878,11 @@
\savesymbol{angle} \savesymbol{rightleftharpoons}
\savesymbol{textcent} \savesymbol{textsterling}
\savesymbol{L} \savesymbol{l} \savesymbol{r}
- \savesymbol{succapprox} \savesymbol{precapprox}
+ \savesymbol{succapprox} \savesymbol{precapprox} \savesymbol{Perp}
\usepackage{txfonts}
\restoresymbol{TX}{angle} \restoresymbol{TX}{rightleftharpoons}
\restoresymbol{TX}{succapprox} \restoresymbol{TX}{precapprox}
+ \restoresymbol{TX}{Perp}
% Restore the old font commands.
\global\let\DeclareTextSymbol=\origDeclareTextSymbol
\global\let\DeclareSymbolFont=\origDeclareSymbolFont
@@ -1490,7 +1567,14 @@
\newif\ifDICT
\newcommand\DICT{\pkgname{dictsym}}
\IfStyFileExists{dictsym}
- {\DICTtrue\usepackage{dictsym}}
+ {\DICTtrue
+ \ifpdf
+ % Bug workaround. See
+ % https://tex.stackexchange.com/questions/615300/pdflatex-builtin-glyph-names-is-empty/634975#634975
+ \pdfmapline{=dictsym DictSym <dictsym.pfb}
+ \fi
+ \usepackage{dictsym}
+ }
{}
\newif\ifEXTAR
@@ -1700,7 +1784,11 @@
\newcommand\KEYS{\pkgname{keystroke}}
\IfStyFileExists{keystroke}
{\KEYStrue
+ \savesymbol{Alt}
+ \savesymbol{End}
\usepackage{keystroke}
+ \restoresymbol{KEYS}{Alt}
+ \restoresymbol{KEYS}{End}
% \Tab and \BSpace's use of \reflectbox confuses our indexing code.
\DeclareRobustCommand{\keysTab}{\Tab}
\DeclareRobustCommand{\keysBSpace}{\BSpace}
@@ -1721,7 +1809,7 @@
\newcommand{##1}{{\usefont{U}{##3}{m}{n}\char##4}}%
}
\usepackage{fge}
- \newcommand*{\spirituslenisAB}[2]{%
+ \newcommand*{\spiritusaccent}[2]{%
\leavevmode
\setbox0=\hbox{##2}%
\@tempdima=\ht0
@@ -1732,9 +1820,12 @@
}%
}%
}
- \DeclareRobustCommand{\spirituslenisA}[1]{\spirituslenisAB{"15}{##1}}
- \DeclareRobustCommand{\spirituslenisB}[1]{\spirituslenisAB{"16}{##1}}
+ \DeclareRobustCommand{\spiritusasperA}[1]{\spiritusaccent{"13}{##1}}
+ \DeclareRobustCommand{\spiritusasperB}[1]{\spiritusaccent{"14}{##1}}
+ \DeclareRobustCommand{\spirituslenisA}[1]{\spiritusaccent{"15}{##1}}
+ \DeclareRobustCommand{\spirituslenisB}[1]{\spiritusaccent{"16}{##1}}
\let\spirituslenis=\spirituslenisA
+ \let\spiritusasper=\spiritusasperA
\let\DeclareSymbolFont=\origDeclareSymbolFont
\let\DeclareMathSymbol=\origDeclareMathSymbol
}
@@ -1987,6 +2078,11 @@
\newcommand\PIG{\pkgname{pigpen}}
\IfStyFileExists{pigpen}
{\PIGtrue
+ \ifpdf
+ % Bug workaround. See
+ % https://tex.stackexchange.com/questions/615300/pdflatex-builtin-glyph-names-is-empty/634975#634975
+ \pdfmapline{=pigpen <pigpen.pfa}
+ \fi
\usepackage{pigpen}
\DeclareRobustCommand{\CLSLpig}[1]{{\pigpenfont##1}}
}
@@ -1997,13 +2093,30 @@
\IfStyFileExists{clock}
{\CLOCKtrue\usepackage{clock}}
{}
+\DeclareRobustCommand*{\renderCLOCK}[2]{{%
+ \ClockStyle=#1
+ \ifx#2t
+ \ClockFrametrue
+ \else
+ \ClockFramefalse
+ \fi
+ \clock{15}{41}%
+}}
+\newcommand*{\showCLOCK}[2]{%
+ \renderCLOCK{#1}{#2}%
+ \index{clock=\string\verb+\string\clock+ (\string\renderCLOCK{#1}{#2})}%
+}
% We define our own teubner package to try to minimize symbol conflicts.
\newif\ifTEUB
\newcommand\TEUB{\pkgname{teubner}}
\makeatletter
\IfStyFileExists{teubner}
- {\TEUBtrue\usepackage{teubner-subset}}
+ {\TEUBtrue
+ \let\origamp=\&
+ \usepackage{teubner-subset}
+ \let\&=\origamp
+ }
{}
\makeatother
@@ -2049,11 +2162,7 @@
% {}
\newif\ifCHINA
-\newcommand\CHINA{%
- \texorpdfstring
- {\pkgname[fmt={\protect\Chinasym{}}]{china2e}}%
- {china2e}%
-}
+\newcommand{\CHINA}{\pkgname{china2e}}
\IfStyFileExists{china2e}
{\CHINAtrue
\savesymbol{Info}
@@ -2074,6 +2183,8 @@
\restoresymbol{china}{Telephone}
\restoresymbol{china}{Fire}
\restoresymbol{CHINA}{vdots}
+ \DeclareRobustCommand{\chinainternal}{\searchAs{\Chinasym}{CHiNA2e}}
+ \setpkgnameopts{china2e}{fmt={\noexpand\chinainternal}}
}
{}
@@ -2324,9 +2435,11 @@
{}
\newif\ifFNTAWE
-\newcommand\FNTAWE{\pkgname{fontawesome}}
-\IfStyFileExists{fontawesome}
- {\FNTAWEtrue\usepackage{fontawesome}}
+\newcommand\FNTAWE{\pkgname{fontawesome5}}
+\IfStyFileExists{fontawesome5}
+ {\FNTAWEtrue
+ \usepackage{fontawesome5}
+ }
{}
% stix defines a very large set of symbols and consumes a lot of math
@@ -2484,8 +2597,10 @@
\IfStyFileExists{apl}
{\APLtrue
\savesymbol{NG}
+ \savesymbol{SS}
\usepackage{apl}
\restoresymbol{APL}{NG}
+ \restoresymbol{APL}{SS}
}
{}
@@ -2541,8 +2656,8 @@
% when not producing PDF output.
\newif\ifLILY
\DeclareRobustCommand{\lilylogo}{\textsf{lilyglyphs}}
-\newcommand\LILY{\pkgname{LilyGlyphs}}
-\setpkgnameopts{LilyGlyphs}{pkg=lilyglyphs,fmt={\noexpand\lilylogo}}
+\newcommand\LILY{\pkgname{lilyglyphs}}
+\setpkgnameopts{lilyglyphs}{pkg=lilyglyphs,fmt={\noexpand\lilylogo}}
\IfStyFileExists{lilyglyphs}
{\LILYtrue
\savesymbol{flat}
@@ -2561,14 +2676,11 @@
\ifLILY
\ifpdf
\DeclareRobustCommand{\lilylogo}{%
- % The following \pdfliteral magic makes lilyglyphs's graphical logo
- % searchable as if it were simply the word "lilyglyphs".
- \pdfliteral{
- /Span << /ActualText (lilyglyphs) >>
- BDC
- }%
- \raisebox{-0.78ex}{\includegraphics{lilyglyphs/lilyglyphs_logo}}%
- \pdfliteral{EMC}%
+ % I'm not sure why \searchAs can't be given an \includegraphics, but
+ % the following hack seems to work.
+ \hspace*{40.252bp}% % Width of lilyglyphs_logo
+ \llap{\searchAs{\textcolor{white}{lilyglyphs}}{lilyglyphs}}%
+ \llap{\raisebox{-0.78ex}{\includegraphics{lilyglyphs/lilyglyphs_logo}}}%
}%
\renewcommand*{\lilyPrint}[2][]{%
\interpretLilyOptions{#1}%
@@ -2813,19 +2925,26 @@
\let\hat=\orighat % realhats does a \renewcommand{\hat} so \hat must exist.
\usepackage{realhats}
\restoresymbol{RHAT}{hat}
+ % Define a wrapper for each realhats command that takes a single,
+ % mandatory argument.
\DeclareRobustCommand{\RHATash}[1]{\RHAThat[ash]{##1}}
\DeclareRobustCommand{\RHATberet}[1]{\RHAThat[beret]{##1}}
+ \DeclareRobustCommand{\RHATbirthday}[1]{\RHAThat[birthday]{##1}}
\DeclareRobustCommand{\RHATcowboy}[1]{\RHAThat[cowboy]{##1}}
\DeclareRobustCommand{\RHATcrown}[1]{\RHAThat[crown]{##1}}
+ \DeclareRobustCommand{\RHATdunce}[1]{\RHAThat[dunce]{##1}}
+ \DeclareRobustCommand{\RHATfez}[1]{\RHAThat[fez]{##1}}
+ \DeclareRobustCommand{\RHATmortarboard}[1]{\RHAThat[mortarboard]{##1}}
+ \DeclareRobustCommand{\RHATpoliceman}[1]{\RHAThat[policeman]{##1}}
\DeclareRobustCommand{\RHATsanta}[1]{\RHAThat[santa]{##1}}
+ \DeclareRobustCommand{\RHATscottish}[1]{\RHAThat[scottish]{##1}}
\DeclareRobustCommand{\RHATsombrero}[1]{\RHAThat[sombrero]{##1}}
+ \DeclareRobustCommand{\RHATtileblue}[1]{\RHAThat[tile-blue]{##1}}
+ \DeclareRobustCommand{\RHATtilegray}[1]{\RHAThat[tile-gray]{##1}}
+ \DeclareRobustCommand{\RHATtilelightblue}[1]{\RHAThat[tile-light-blue]{##1}}
+ \DeclareRobustCommand{\RHATtilewhite}[1]{\RHAThat[tile-white]{##1}}
\DeclareRobustCommand{\RHATtophat}[1]{\RHAThat[tophat]{##1}}
\DeclareRobustCommand{\RHATwitch}[1]{\RHAThat[witch]{##1}}
- % I don't understand why, but dunce and fez mess up the index when they take
- % \graybox (or any colored item) as an argument. A workaround is to typeset
- % a black object after the colored object.
- \DeclareRobustCommand{\RHATdunce}[1]{\RHAThat[dunce]{##1\rule{1sp}{1sp}}}
- \DeclareRobustCommand{\RHATfez}[1]{\RHAThat[fez]{##1\rule{1sp}{1sp}}}
}
{}
@@ -2922,42 +3041,44 @@
\newcommand\ROJUD{\pkgname{rojud}}
\IfStyFileExists{rojud}
{\ROJUDtrue
- \usepackage{rojud}
+ \usepackage{rojud}
}
{}
-
+% utfsym renders symbols slowly. In an attempt to speed it up we use
+% a faked version of the package that uses a pre-rendered image for
+% each symbol.
\newif\ifUTFSYM
\newcommand\UTFSYM{\pkgname{utfsym}}
\IfStyFileExists{utfsym}
{\UTFSYMtrue
- \usepackage{utfsym}
- }
- {}
-
-% We have no math alphabets left so we trick the package into declaring a
-% text symbol.
-\newif\ifPLIM
-\newcommand\PLIM{\pkgname{plimsoll}}
-\IfStyFileExists{plimsoll}
- {\PLIMtrue
- \let\origDeclareSymbolFont=\DeclareSymbolFont
- \renewcommand*{\DeclareSymbolFont}[5]{\endinput}
- \usepackage{plimsoll}
- \let\DeclareSymbolFont=\origDeclareSymbolFont
- \DeclareRobustCommand*{\plimsoll}{{\usefont{U}{plimsoll}{m}{n}\char"001}}
+ \fakeusepackage{utfsym}
}
{}
% worldflags defines a number of global names that interfere with
% other packages and the symbol list itself. We use a faked version
-% of the package that's more careful about namespaces.
+% of the package that's more careful about namespaces and, as a side
+% effect, renders symbols substantially faster.
\newif\ifWFLAGS
\newcommand\WFLAGS{\pkgname{worldflags}}
\IfStyFileExists{worldflags}
{\WFLAGStrue
- \usepackage{fakeworldflags}
- \flagsdefault[width=9pt]
+ \usepackage{fakeworldflags}
+ }
+ {}
+
+% We have no math alphabets left so we trick the package into declaring a
+% text symbol.
+\newif\ifPLIM
+\newcommand\PLIM{\pkgname{plimsoll}}
+\IfStyFileExists{plimsoll}
+ {\PLIMtrue
+ \let\origDeclareSymbolFont=\DeclareSymbolFont
+ \renewcommand*{\DeclareSymbolFont}[5]{\endinput}
+ \usepackage{plimsoll}
+ \let\DeclareSymbolFont=\origDeclareSymbolFont
+ \DeclareRobustCommand*{\plimsoll}{{\usefont{U}{plimsoll}{m}{n}\char"001}}
}
{}
@@ -2965,73 +3086,289 @@
\newcommand\TWEM{\pkgname{twemojis}}
\IfStyFileExists{twemojis}
{\TWEMtrue
- \usepackage{twemojis}
- \newlength{\twemwidth}
- \settowidth{\twemwidth}{\texttt{.twemoji.1f574-1f3fb-200d-2640-fe0f.}}
+ \usepackage{twemojis}
+ \newlength{\twemwidth}
+ \settowidth{\twemwidth}{\texttt{.twemoji.1f574-1f3fb-200d-2640-fe0f.}}
}
{}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\newif\ifSACSYMB
+\newcommand\SACSYMB{\pkgname{sacsymb}}
+\IfStyFileExists{sacsymb}
+ {\SACSYMBtrue
+ % Conservatively save all symbols because sacsymb's two-letter symbol
+ % names are bound to cause trouble.
+ \savesymbol{ca} \savesymbol{cb} \savesymbol{cc} \savesymbol{cd}
+ \savesymbol{ce} \savesymbol{cf} \savesymbol{cg} \savesymbol{ch}
+ \savesymbol{ci} \savesymbol{cj} \savesymbol{ck} \savesymbol{cl}
+ \savesymbol{cm} \savesymbol{cn} \savesymbol{co} \savesymbol{cq}
+ \savesymbol{cs} \savesymbol{ct} \savesymbol{cu} \savesymbol{cv}
+ \savesymbol{cw}
+ \usepackage{sacsymb}
+ \restoresymbol{SACSYMB}{ca} \restoresymbol{SACSYMB}{cb}
+ \restoresymbol{SACSYMB}{cc} \restoresymbol{SACSYMB}{cd}
+ \restoresymbol{SACSYMB}{ce} \restoresymbol{SACSYMB}{cf}
+ \restoresymbol{SACSYMB}{cg} \restoresymbol{SACSYMB}{ch}
+ \restoresymbol{SACSYMB}{ci} \restoresymbol{SACSYMB}{cj}
+ \restoresymbol{SACSYMB}{ck} \restoresymbol{SACSYMB}{cl}
+ \restoresymbol{SACSYMB}{cm} \restoresymbol{SACSYMB}{cn}
+ \restoresymbol{SACSYMB}{co} \restoresymbol{SACSYMB}{cq}
+ \restoresymbol{SACSYMB}{cs} \restoresymbol{SACSYMB}{ct}
+ \restoresymbol{SACSYMB}{cu} \restoresymbol{SACSYMB}{cv}
+ \restoresymbol{SACSYMB}{cw}
+ }
+ {}
-% If we have mflogo.sty, use it. Otherwise, define \MF the "boring" way.
-\IfStyFileExists*{mflogo}
- {\usepackage{mflogo}}
- {\newcommand{\MF}{Metafont}}
+\newif\ifOVARS
+\newcommand\OVARS{\pkgname{overarrows}}
+\IfStyFileExists{overarrows}
+ {\OVARStrue
+ \usepackage{renamed-overarrows}
+ }
+ {}
-% If we have booktabs.sty, use it. Otherwise, define all its line types
-% in terms of \hline and \cline.
-\IfStyFileExists*{booktabs}
- {\usepackage{booktabs}}
- {\newcommand{\toprule}{\hline}
- \newcommand{\midrule}{\hline}
- \newcommand{\bottomrule}{\hline}
- \def\cmidrule(##1)##2{\cline{##2}}
+\newif\ifRESMES
+\newcommand\RESMES{\pkgname{resmes}}
+\IfStyFileExists{resmes}
+ {\RESMEStrue
+ \usepackage{resmes}
+ }
+ {}
+
+\newif\ifPDFMSYM
+\newcommand\PDFMSYM{\pkgname{pdfMsym}}
+\IfPackageFileExists{pdfmsym}{pdfmsym.tex}
+ {\PDFMSYMtrue
+ \makeatletter
+ \savesymbol{lightning}
+ \input{pdfmsym}
+ \pdfmsymsetscalefactor{10}
+ \restoresymbol{PDFMSYM}{lightning}
+ \makeatother
}
+ {}
-% If we have url.sty, use it. Otherwise, define \url as \texttt.
-\IfStyFileExists*{url}
- {\usepackage{url}
- \def\UrlBreaks{}
- \def\UrlBigBreaks{\do/}}
- {\newcommand{\url}[1]{\texttt{##1}}}
+\newif\ifSILLY
+\newcommand\SILLY{\pkgname{sillypage}}
+\IfStyFileExists{sillypage}
+ {\SILLYtrue
+ \usepackage{sillypage}
+ }
+ {}
-% If we have geometry.sty, use it. Otherwise, a lot of tables are going
-% to stick out into the margin.
-\makeatletter
-\IfStyFileExists*{geometry}
- {\usepackage[margin=1in,nohead,ignoremp]{geometry}
+% academicons requires XeLaTeX or LuaLaTeX. Use a faked version if
+% we're running from pdfLaTeX.
+\newif\ifACICOS
+\newcommand\ACICOS{\pkgname{academicons}}
+\IfStyFileExists{academicons}
+ {\ACICOStrue
+ \ifpdftex
+ \fakeusepackage{academicons}
+ \else
+ \usepackage{academicons}
+ \fi
}
{}
-\makeatother
-% If we have multicol.sty, use it.
-\newif\ifhavemulticol
-\IfStyFileExists*{multicol}
- {\havemulticoltrue\usepackage{multicol}}
+% typicons requires XeLaTeX or LuaLaTeX. Use a faked version if we're
+% running from pdfLaTeX.
+\newif\ifTYPICOS
+\newcommand\TYPICOS{\pkgname{typicons}}
+\IfStyFileExists{typicons}
+ {\TYPICOStrue
+ \ifpdftex
+ \fakeusepackage{typicons}
+ \else
+ \usepackage{typicons}
+ \fi
+ }
{}
-% If we have rotating.sty, use it.
-\newif\ifhaverotating
-\IfStyFileExists*{rotating}
- {\haverotatingtrue\usepackage{rotating}}
+% figbas has no LaTeX support so we fabricate it ourselves.
+\newif\ifFIGBAS
+\newcommand\FIGBAS{\pkgname{figbas}}
+\IfPackageFileExists{figbas}{cmrj.tfm}
+ {\FIGBAStrue
+ \DeclareFontFamily{U}{figbas}{}
+ \DeclareFontShape{U}{figbas}{m}{n}{<-> cmrj}{}
+ }
{}
-% If we have cancel.sty, use it.
-\newif\ifhavecancel
-\IfStyFileExists*{cancel}
- {\havecanceltrue\usepackage{cancel}}
+% asapsym requires XeLaTeX or LuaLaTeX. Use a faked version if we're
+% running from pdfLaTeX.
+\newif\ifASAP
+\newcommand\ASAP{\pkgname{asapsym}}
+\IfStyFileExists{asapsym}
+ {\ASAPtrue
+ \ifpdftex
+ \fakeusepackage{asapsym}
+ \else
+ \usepackage{asapsym}
+ \fi
+ }
+ {}
+
+% fontmfizz requires XeLaTeX or LuaLaTeX. Use a faked version if
+% we're running from pdfLaTeX.
+\newif\ifMFIZZ
+\newcommand\MFIZZ{\pkgname{fontmfizz}}
+\IfStyFileExists{fontmfizz}
+ {\MFIZZtrue
+ \ifpdftex
+ \fakeusepackage{fontmfizz}
+ \else
+ \usepackage{fontmfizz}
+ \fi
+ }
+ {}
+
+% hamnosys requires XeLaTeX or LuaLaTeX. Use a faked version if
+% we're running from pdfLaTeX.
+\newif\ifHNS
+\newcommand\HNS{\pkgname{hamnosys}}
+\IfStyFileExists{hamnosys}
+ {\HNStrue
+ \ifpdftex
+ \fakeusepackage{hamnosys}
+ \else
+ \usepackage{hamnosys}
+ \fi
+ }
+ {}
+
+% Use a faked figchild in which each symbol appears in a pre-rendered
+% graphics file.
+\newif\ifCHILD
+\newcommand\CHILD{\pkgname{figchild}}
+\IfStyFileExists{figchild}
+ {\CHILDtrue\fakeusepackage{figchild}}
+ {}
+
+% logix requires XeLaTeX or LuaLaTeX. Use a faked version if we're
+% running from pdfLaTeX.
+\newif\ifLOGIX
+\newcommand\LOGIX{\pkgname{logix}}
+\IfStyFileExists{logix}
+ {\LOGIXtrue
+ \ifpdftex
+ \fakeusepackage{logix}
+ \else
+ \usepackage{logix}
+ \fi
+ }
+ {}
+
+\newif\ifPGFORN
+\newcommand\PGFORN{\pkgname{pgfornament}}
+\IfStyFileExists{pgfornament}
+ {\PGFORNtrue
+ \usepackage{pgfornament}
+ \DeclareRobustCommand*{\pgfornVec}[1]{{%
+ \newpgfornamentfamily{vectorian}%
+ \pgfornament[height=15pt,ydelta=-5pt]{##1}%
+ }}%
+ \DeclareRobustCommand*{\pgfornHan}[1]{{%
+ \newpgfornamentfamily{han}%
+ \resizebox{!}{15pt}{\pgfornament[height=25pt,ydelta=-5pt]{##1}}%
+ }}%
+ }
+ {}
+
+% lcircuit has no LaTeX support so we fabricate it ourselves.
+\newif\ifLCIRC
+\newcommand\LCIRC{\pkgname{lcircuit}}
+\IfPackageFileExists{lcircuit}{nexorw.mac}
+ {\LCIRCtrue
+ \input{ande.mac}
+ \input{andn.mac}
+ \input{ands.mac}
+ \input{andw.mac}
+ \input{capew.mac}
+ \input{capns.mac}
+ \input{exore.mac}
+ \input{exorn.mac}
+ \input{exors.mac}
+ \input{exorw.mac}
+ \input{nande.mac}
+ \input{nandn.mac}
+ \input{nands.mac}
+ \input{nandw.mac}
+ \input{nexore.mac}
+ \input{nexorn.mac}
+ \input{nexors.mac}
+ \input{nexorw.mac}
+ \input{nfete.mac}
+ \input{nfetn.mac}
+ \input{nfets.mac}
+ \input{nfetw.mac}
+ \input{nore.mac}
+ \input{norn.mac}
+ \input{nors.mac}
+ \input{norw.mac}
+ \input{note.mac}
+ \input{notn.mac}
+ \input{nots.mac}
+ \input{notw.mac}
+ \input{ore.mac}
+ \input{orn.mac}
+ \input{ors.mac}
+ \input{orw.mac}
+ \input{ote.mac}
+ \input{otn.mac}
+ \input{ots.mac}
+ \input{otw.mac}
+ \input{pfete.mac}
+ \input{pfetn.mac}
+ \input{pfets.mac}
+ \input{pfetw.mac}
+ \input{resew.mac}
+ \input{resns.mac}
+ \input{tgateew.mac}
+ \input{tgatens.mac}
+ \input{tje.mac}
+ \input{tjn.mac}
+ \input{tjs.mac}
+ \input{tjw.mac}
+ \input{vddpin.mac}
+ \input{vsspin.mac}
+ \newcommand{\uselcircuit}[1]{\usebox{\csname##1\endcsname}}
+ }
{}
-% If we have slashed.sty, use it.
-\newif\ifhaveslashed
-\IfStyFileExists*{slashed}
- {\haveslashedtrue\usepackage{slashed}}
+% We don't actually load all of quantikz just for its few symbols.
+% Instead, we load only enough to retrieve the package's version string
+% then reproduce quantikz's symbol code almost verbatim.
+\newif\ifQTIKZ
+\newcommand\QTIKZ{\pkgname{quantikz}}
+\IfStyFileExists{quantikz}
+ {\QTIKZtrue
+ \let\origRequirePackage=\RequirePackage
+ \def\RequirePackage##1[##2]{\endinput}
+ \usepackage{quantikz}
+ \let\RequirePackage=\origRequirePackage
+ \newcommand*{\QTIKZket}[1]{\ensuremath{\left|##1\right\rangle}}
+ \newcommand*{\QTIKZbra}[1]{\ensuremath{\left\langle##1\right |}}
+ \newcommand*{\QTIKZproj}[1]{\ensuremath{\QTIKZket{##1}\!\QTIKZbra{##1}}}
+ \newcommand*{\QTIKZbraket}[2]{\ensuremath{\left\langle##1\middle|##2\right\rangle}}
+ }
{}
-% If we have centernot.sty, use it.
-\newif\ifhavecenternot
-\IfStyFileExists*{centernot}
- {\havecenternottrue\usepackage{centernot}}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+% If we have booktabs.sty, use it. Otherwise, define all its line types
+% in terms of \hline and \cline.
+\IfStyFileExists*{booktabs}
+ {\usepackage{booktabs}}
+ {\newcommand{\toprule}{\hline}
+ \newcommand{\midrule}{\hline}
+ \newcommand{\bottomrule}{\hline}
+ \def\cmidrule(##1)##2{\cline{##2}}
+ }
+
+% If we have cancel.sty, use it.
+\newif\ifhavecancel
+\IfStyFileExists*{cancel}
+ {\havecanceltrue\usepackage{cancel}}
{}
% If we have the accents package, use it (for an example in the section
@@ -3057,13 +3394,10 @@
}
{}
-% If we have the bm package, use it (to show how to typeset bold math).
-\newif\ifBM
-\IfStyFileExists{bm}
- {\BMtrue
- \usepackage{bm}
- }
- {}
+% Load the bm package to show how to typeset bold math. This needs to
+% be loaded after some other math package (I'm not sure which) or it
+% will consume a precious math alphabet.
+\usepackage{bm}
% If we have the xfakebold package, use it (to show how to typeset bold math).
\newif\ifXFB
@@ -3136,11 +3470,23 @@
{\usepackage{tocbibind}}
{}
+% If we have spverbatim.sty, use it.
+\newif\ifhavespverbatim
+\IfStyFileExists*{spverbatim}
+ {\havespverbatimtrue\usepackage{spverbatim}}
+ {}
+
+% If we have circledsteps.sty, use it.
+\newif\ifhavecircledsteps
+\IfStyFileExists*{circledsteps}
+ {\havecircledstepstrue\usepackage{circledsteps}}
+ {}
+
% If we have the Junicode font, use a few characters we extracted from
% it as graphics.
\newif\ifJUNI
\newcommand\JUNI{\pkgname{junicode}}
-\IfPackageFileExists{junicode}{Junicode.ttf}
+\IfPackageFileExists{junicode}{junicode/u2123.pdf}
{\JUNItrue
\DeclareRobustCommand{\versicle}{%
\raisebox{-1.7pt}{\includegraphics[scale=0.005]{junicode/u2123}}%
@@ -3312,10 +3658,20 @@
\newcommand{\indexcommand}[2][]{%
\edef\sanitized{\expandafter\sanitize\string#2!!!}%
\def\first@arg{#1}%
- \ifx\first@arg\@empty
- \expandafter\index\expandafter{\sanitized=\string\verb+\string#2+}%
+ \ifhavespverbatim
+ % Preferred approach: use \spverb.
+ \ifx\first@arg\@empty
+ \expandafter\index\expandafter{\sanitized=\string\spverb+\string#2+}%
+ \else
+ \expandafter\index\expandafter{\sanitized=\string\spverb+\string#2+ (#1)}%
+ \fi
\else
- \expandafter\index\expandafter{\sanitized=\string\verb+\string#2+ (#1)}%
+ % Backup approach: use \verb.
+ \ifx\first@arg\@empty
+ \expandafter\index\expandafter{\sanitized=\string\verb+\string#2+}%
+ \else
+ \expandafter\index\expandafter{\sanitized=\string\verb+\string#2+ (#1)}%
+ \fi
\fi
}
\let\indexaccent=\indexcommand
@@ -3325,13 +3681,13 @@
\def\second@arg{#2}%
\ifx\first@arg\@empty
\ifx\second@arg\CLSLpipe
- \index{_=\magicvertname}%
+ \index{_magicvertname=\magicvertname}%
\else
\index{_=\string\verb+\string#2+}%
\fi
\else
\ifx\second@arg\CLSLpipe
- \index{_=\magicvertname{} (#1)}%
+ \index{_magicvertname=\magicvertname{} (#1)}%
\else
\index{_=\string\verb+\string#2+ (#1)}%
\fi
@@ -3339,35 +3695,45 @@
}
\makeatother
-% If we have the multicol package, typeset the index in three columns instead
-% of the usual two.
-\ifhavemulticol
- \makeatletter
- \renewenvironment{theindex}{%
- \clearpage
- \section*{\indexname}
-
- If you're having trouble locating a symbol, try looking under
- ``T'' for ``\texttt{\string\text}$\ldots$''. Many text-mode
- commands begin with that prefix. Also, accents are shown
- over/under a gray box (e.g.,~``\,\blackacchack{\'}\,''
- for~``\texttt{\string\'}'').
-
- Some symbol entries appear to be listed repeatedly. This happens
- when multiple packages define identical (or nearly identical)
- glyphs with the same symbol name.%
-\ifAMS\ifABX
- \footnote{This occurs frequently between \pkgname{amssymb} and
- \pkgname{mathabx}, for example.}
-\fi\fi
- \setlength{\columnsep}{1em}%
- \begin{multicols}{3}%
- \let\item\@idxitem
- }{%
- \end{multicols}%
- }
- \makeatother
-\fi
+% Locally disable indexing. This is intended for tables of symbols
+% containing exclusively non-descriptive names.
+\newenvironment{indexingoff}{\def\index##1{}}{}
+
+% Typeset the index in three columns instead of the usual two.
+\makeatletter
+\renewenvironment{theindex}{%
+ \clearpage
+ \chapter*{\indexname}
+ Similar-looking glyphs are compressed into a single index entry with
+ a superscript ``\textcolor{Green}{$^+$}'' indicating that glyph
+ variations exist.
+\ifcomplete
+ For example, the entry ``integral, contour
+ ($\oint$)\textcolor{Green}{$^+$}\,'' presents only ``$\oint$'' but
+ indicates that variations also are available. In this case, those
+ variations are ``$\WASYoint$'', ``$\ABXointop$'', ``\MNStoint'',
+ ``\FDSYMtoint'', ``\STIXtointslop\,'', and ``\CMUPointT\,''---essentially
+ font differences along the lines of ``A''
+ vs.~``{\usefont{T1}{phv}{m}{n}A}'' vs.~``{\usefont{T1}{pzc}{m}{n}A}''\@.
+\fi % complete test
+ Substantially different glyphs with the same name are not merged.
+\ifcomplete
+ For example, both ``$\varprod$'' and ``\FDSYMtvarprod'' are presented for
+ ``product''.
+\fi % complete test
+
+ Accents are shown over/under a gray box (e.g.,~``\,\blackacchack{\'}\,''
+ for ``accents, acute''). Symbols appearing in a table that spans pages
+ sometimes are associated with all of the pages that table covers. The
+ author hopes to correct this issue in a future version of the \doctitle.
+
+ \setlength{\columnsep}{1em}%
+ \begin{multicols}{3}%
+ \let\item\@idxitem
+}{%
+ \end{multicols}%
+}
+\makeatother
% Define a counter to keep track of how many symbols are listed.
% Output this counter to the log file at the end of each run.
@@ -3402,8 +3768,8 @@
% index. (See below.) If we don't have color.sty, use black boxes.
\IfStyFileExists*{color}
{\usepackage{color}
- \newcommand*{\graybox}{\textcolor[gray]{0.7}{\rule[-\letteradp]{\letterawd}{\letteraht}}}}
- {\newcommand*{\graybox}{\rule[-\letteradp]{\letterawd}{\letteraht}}}
+ \DeclareRobustCommand*{\graybox}{\textcolor[gray]{0.7}{\rule[-\letteradp]{\letterawd}{\letteraht}}}}
+ {\DeclareRobustCommand*{\graybox}{\rule[-\letteradp]{\letterawd}{\letteraht}}}
% Define \blackacc to display an accented box, given an accent command.
% Define \blackacchack to display an accented "a" and then black out
@@ -3417,16 +3783,20 @@
\settodepth{\letteradp}{a}
\advance\letteradp by 0.06pt % In Computer Modern, "a" extends slightly below its bounding box.
\advance\letteraht by \letteradp
-\gdef\blackacchack#1{#1a\llap{\graybox}}
-\gdef\blackacc#1{#1{\graybox}}
-\gdef\blackacctwo#1{#1{\graybox}{\graybox}}
+\DeclareRobustCommand*{\blackacchack}[1]{#1a\llap{\graybox}}
+\DeclareRobustCommand*{\blackacc}[1]{#1{\graybox}}
+\DeclareRobustCommand*{\blackacctwo}[1]{#1{\graybox}{\graybox}}
% Symbol+verbatim for various types of symbols
\def\E#1{%
\begingroup
\lccode`|=`\\
- \def\EStruename{ES#1T}
- \lowercase{\incsyms\index{#1=\string\verb+\string|#1+ (\string|\EStruename)}}
+ \def\EStruename{ES#1T}%
+ \ifhavespverbatim
+ \lowercase{\incsyms\index{#1=\string\spverb+\string|#1+ (\string|\EStruename)}}%
+ \else
+ \lowercase{\incsyms\index{#1=\string\verb+\string|#1+ (\string|\EStruename)}}%
+ \fi
\endgroup
\csname ES#1T\endcsname & \csname ES#1D\endcsname &
\ttfamily\expandafter\string\csname#1\endcsname
@@ -3440,8 +3810,14 @@
\def\Jiv#1#2{\incsyms\indexcommand{#1}{\fontencoding{T4}\selectfont#1#2} &
\ttfamily\string#1\string{#2\string}}
\makeatletter
- \def\K@opt@arg[#1]#2{\incsyms\indexcommand[\string#1]{#2}#1 &\ttfamily\string#2}
- \def\K@no@opt@arg#1{\incsyms\indexcommand[\string#1]{#1}#1 &\ttfamily\string#1}
+ \def\K@opt@arg[#1]#2{%
+ \incsyms\indexcommand[\noexpand\noexpand\noexpand#1]{#2}%
+ #1 &\ttfamily\string#2%
+ }
+ \def\K@no@opt@arg#1{%
+ \incsyms\indexcommand[\detokenize{#1}]{#1}%
+ #1 &\ttfamily\string#1%
+ }
\def\K{\@ifnextchar[{\K@opt@arg}{\K@no@opt@arg}}
\makeatother
\def\KED[#1][#2][#3]#4{\incsyms\indexcommand[#1]{#2}#3 &\ttfamily\string#4}
@@ -3456,7 +3832,11 @@
}
\def\Kfeyn#1{\incsyms\indexcommand[\string\feyn{#1}]{\feyn{#1}}\feyn{#1} &\ttfamily\string\feyn\string{\string#1\string}}
\def\Kp#1{\incsyms\indexpunct[$#1$]{#1}#1 &\ttfamily\string#1}
-\def\Kpig#1{\incsyms\index{pigpenfont #1=\string\verb+{\string\pigpenfont\space#1}+\space(\string\CLSLpig{#1})}\CLSLpig{#1} &\ttfamily\string{\string\pigpenfont\space\string#1\string}}
+\def\Kpig#1{%
+ \incsyms
+ \index{pigpenfont #1=\string\verb+{\string\pigpenfont\space#1}+\space(\string\CLSLpig{#1})}%
+ \CLSLpig{#1} & \ttfamily\string{\string\pigpenfont\space\string#1\string}%
+}
\def\Ks#1{\incsyms\indexcommand[\string\encone{\string#1}]{#1}{\encone{#1}} &\ttfamily\string#1$^*$}
\def\Kt#1{\incsyms\indexcommand[\string\encone{\string#1}]{#1}{\encone{#1}} &\ttfamily\string#1}
\def\Kv#1{\incsyms\indexcommand[\string\encfive{\string#1}]{#1}{\encfive{#1}} &\ttfamily\string#1}
@@ -3476,6 +3856,16 @@
\incsyms\indexcommand[\string{\string\usefont{OT1}{rojud}{m}{n}\string#1\string}]{#1}%
\fontsize{36}{36}\usefont{OT1}{rojud}{m}{n}#1 & \ttfamily\string#1
}
+\def\KfaReg#1{%
+ \incsyms
+ \indexcommand[{\string#1[regular]}]{#1[regular]}#1[regular] & \ttfamily\string#1[regular]%
+}
+\def\Klcirc#1{%
+ \incsyms
+ \indexcommand[\protect\uselcircuit\string{#1\string}]{\usebox{\csname#1\endcsname}}%
+ \uselcircuit{#1}
+ & \ttfamily\string\usebox\string{\expandafter\string\csname#1\endcsname\string}
+}
\makeatletter
\def\N@opt@arg[#1]#2{\incsyms\indexcommand[$\string#1$]{#2}$#1$ & $\Big#1$ &\ttfamily\string#2}
\def\N@no@opt@arg#1{\incsyms\indexcommand[$\string#1$]{#1}$#1$ & $\Big#1$ &\ttfamily\string#1}
@@ -3494,6 +3884,18 @@
\def\Np{\@ifnextchar[{\Np@opt@args}{\Np@no@opt@args}}
\def\Nbig[#1]#2{\incsyms\indexcommand[$\string\Big\string#1$]{#2}$#1$ & $\Big#1$ &\ttfamily\string#2}
\makeatother
+\def\Nlogix#1{%
+ \incsyms
+ \bgroup
+ \expandafter\let\csname#1\endcsname=\relax
+ \edef\next{\noexpand\indexcommand[\csname#1\endcsname]{\csname#1\endcsname}}%
+ \next
+ \egroup
+ \csname#1\endcsname
+ & \csname#1Big\endcsname
+ & \ttfamily\expandafter\string\csname#1\endcsname
+}
+\def\Nlogixii#1{\Nlogix{Opn#1} & \Nlogix{Cls#1}}
\def\Mt#1{\incsyms\indexcommand[\string\metra\string#1]{#1}\metra#1 &\ttfamily\string#1}
\makeatletter
\def\Q@opt@arg[#1]#2{\incsyms\indexaccent[\string\blackacchack{\string#1}]{#2}#1{A}#1{a} &
@@ -3517,7 +3919,7 @@
\ifFC
\def\Qiv#1#2{\incsyms\indexaccent[\string\encfour{\string\blackacchack{\string#1}}]{#1}\encfour{#1{A}#1{a}} &
\ttfamily\string#1\string{A\string}\string#1\string{a\string}$^#2$}
- \def\QivBAR#1{\incsyms\index{_=\string\magicVertname{}
+ \def\QivBAR#1{\incsyms\index{_magicVertname=\string\magicVertname{}
(\string\encfour{\string\blackacchack{\string\FCbar}})}
\encfour{\FCbar{A}\FCbar{a}} &
\ttfamily\string\|\string{A\string}\string\|\string{a\string}$^#1$}
@@ -3538,37 +3940,44 @@
\def\R{\@ifnextchar[{\R@opt@arg}{\R@no@opt@arg}}
\makeatother
\def\Tm#1{\incsyms\indexcommand{\maya}$\mayadigit{#1}$ &\ttfamily\string\maya\string{#1\string}}
-\def\Tmoon#1{\incsyms\indexcommand{\MoonPha}\MoonPha{#1} &\ttfamily\string\MoonPha\string{#1\string}}
+\def\Tmoon#1{%
+ \incsyms\indexcommand[\noexpand\noexpand\noexpand\MoonPha{#1}]{\MoonPha{#1}}\MoonPha{#1} &
+ \ttfamily\string\MoonPha\string{#1\string}}
\def\Tarr#1#2{%
\incsyms\indexcommand[\csname adfarrow#1\endcsname#2]{\adfarrow#1#2}\csname adfarrow#1\endcsname{#2} &
\ttfamily\string\adfarrow#1#2%
}
\def\Tast#1{%
- \incsyms\indexcommand[\adfast{#1}]{\adfast{#1}}\adfast{#1} &
+ \incsyms\indexcommand[\noexpand\noexpand\noexpand\adfast{#1}]{\adfast{#1}}\adfast{#1} &
\ttfamily\string\adfast\string{#1\string}%
}
\def\Tbul#1{%
- \incsyms\indexcommand[\adfbullet{#1}]{\adfbullet{#1}}\adfbullet{#1} &
+ \incsyms\indexcommand[\noexpand\noexpand\noexpand\adfbullet{#1}]{\adfbullet{#1}}%
+ \adfbullet{#1} &
\ttfamily\string\adfbullet\string{#1\string}%
}
\def\Tding#1{%
- \incsyms\indexcommand[\ding{#1}]{\ding{#1}}\ding{#1}\indexcommand{\ding} &
- \ttfamily\string\ding\string{#1\string}%
+ \incsyms
+ \indexcommand[\protect\ding{#1}]{\ding{#1}}%
+ \indexcommand{\ding}%
+ \ding{#1}
+ & \ttfamily\string\ding\string{#1\string}%
}
\def\Tknit#1{%
\incsyms\indexcommand[\protect\textknit{#1}]{\textknit{#1}}\textknit{#1}\indexcommand{\textknit} &
\ttfamily\string\textknit\string{#1\string}%
}
\def\Tpi#1#2{%
- \incsyms\indexcommand[\Pisymbol{#1}{#2}]{\Pisymbol{#1}{#2}}\Pisymbol{#1}{#2}\indexcommand{\Pisymbol} &
+ \incsyms\indexcommand[\protect\Pisymbol{#1}{#2}]{\Pisymbol{#1}{#2}}\Pisymbol{#1}{#2}%
+ \indexcommand{\Pisymbol} &
\ttfamily\string\Pisymbol\string{#1\string}\string{#2\string}%
}
\def\Tutf#1{%
- \incsyms\indexcommand[\protect\usym{#1}]{\usym{#1}}\usym{#1}\indexcommand{\usym} &
+ \incsyms\indexcommand[\usym{#1}]{\usym{#1}}\usym{#1}\indexcommand{\usym} &
\ttfamily\string\usym\string{#1\string}%
}
\def\Tutfw#1{%
- \incsyms\indexcommand[\protect\usymW{#1}{0.75em}]{\usym{#1}}\usymW{#1}{0.75em}\indexcommand{\usym} &
+ \incsyms\indexcommand[\usymW{#1}{0.75em}]{\usym{#1}}\usymW{#1}{0.75em}\indexcommand{\usym} &
\ttfamily\string\usym\string{#1\string}%
}
\def\Tld#1#2{%
@@ -3578,31 +3987,69 @@
& \ttfamily\string\lilyDynamics\string{#2\string}%
}
\def\Twflag#1{%
- \incsyms\indexcommand[\protect\worldflag{#1}]{\worldflag{#1}}\worldflag{#1}\indexcommand{\worldflag} &
+ \incsyms\indexcommand[\protect\worldflag{#1}]{\worldflag{#1}}%
+ \worldflag{#1}\indexcommand{\worldflag} &
\ttfamily\string\worldflag\string{#1\string}%
}
\def\Ttwem#1#2{%
\incsyms
\xdef\twemname{\detokenize{#1}}%
- \index{\twemname=\twemname\ (\protect\twemoji{#2})}%
- \indexcommand[\protect\twemoji{#2}]{\twemoji{\twemname}}%
+ \index{\twemname=\twemname\space (\twemoji{#2})}%
+ \indexcommand[\twemoji{#2}]{\twemoji{\twemname}}%
\indexcommand{\twemoji}%
\twemoji{#2} &
- \frenchspacing\ttfamily\string\twemoji\string{\twemname\string}%
+ \frenchspacing\ttfamily\string\twemoji\string{#1\string}%
+}
+\def\Tsilly#1{%
+ \incsyms
+ \ifnum#1<10
+ \index{sillystep{0#1}=\string\verb+\string\sillystep{#1}+\space(\string\sillystep{#1})}%
+ \else
+ \index{sillystep{#1}=\string\verb+\string\sillystep{#1}+\space(\string\sillystep{#1})}%
+ \fi
+ \sillystep{#1} & \ttfamily\string\sillystep\string{#1\string}%
+}
+\def\TpgfornV#1{%
+ \incsyms
+ \indexcommand[\protect\pgfornVec{#1}]{\pgfornament{#1}}%
+ \pgfornVec{#1}%
+ \indexcommand{\pgfornament} &
+ \ttfamily\string\pgfornament\string{#1\string}%
+}
+\def\TpgfornVwide#1{%
+ \newpgfornamentfamily{vectorian}%
+ \pgfornament[height=10pt,ydelta=-3pt]{#1}%
+ \indexcommand{\pgfornament} &
+ \ttfamily\string\pgfornament\string{#1\string}%
+}
+\def\TpgfornH#1{%
+ \incsyms
+ \indexcommand[\protect\pgfornHan{#1}]{\pgfornament{#1}}%
+ \pgfornHan{#1}%
+ \indexcommand{\pgfornament} &
+ \ttfamily\string\pgfornament\string{#1\string}%
}
\makeatletter
% Allow underscores in the argument to \lilyGlyph.
\def\Tlg{\CLSLcleanarg\Tlg@helper}
- % \lilyglyphs glyph names are too long to index so we use "..." as a proxy.
\def\Tlg@helper#1{%
\incsyms
- \index{lilyGlyph=\string\verb+\string\lilyGlyph{+\dots\string\verb+}+ (\protect\lilyGlyph{#1})}%
+ \indexcommand[\protect\lilyGlyph{#1}]{\lilyGlyph{#1}}%
\lilyGlyph{#1}%
& \ttfamily\string\lilyGlyph\string{#1\string}%
}
+\newcommand{\V}[2][]{%
+ \incsyms
+ \def\first@arg{#1}%
+ \ifx\first@arg\@empty
+ \else
+ \indexcommand[#1]{#2}#1%
+ \fi
+ & \indexcommand[#2]{#2}#2%
+ & \ttfamily\string#2%
+}
\makeatother
-\newcommand{\V}[2][]{\incsyms\indexcommand[#1]{#2}#1 & \indexcommand[#2]{#2}#2 &\ttfamily\string#2}
-\newcommand{\Vl}[1]{\incsyms\indexcommand{#1}#1 & & \ttfamily\string#1}
+\newcommand{\Vl}[1]{\incsyms\indexcommand[#1]{#1}#1 & & \ttfamily\string#1}
\newcommand{\Vpl}[1]{\incsyms\indexpunct[$#1$]{#1}#1 & & \ttfamily\string#1}
\makeatletter
\newcommand{\VV}[2]{%
@@ -3626,10 +4073,14 @@
}
\def\Wf#1#2{\incsyms\indexcommand{#1}$#1{#2}$ &\ttfamily\string#1\string{#2\string}}
\def\Ww#1#2#3{\incsyms\indexcommand{#2}$#1{#3}$ &\ttfamily\string#2\string{#3\string}}
-\def\Wul#1#2#3{%
- \incsyms\indexaccent[$\string\blackacctwo{\string#1}$]{#1}%
- $#1{#2}{#3}$ &\ttfamily\string#1\string{#2\string}\string{#3\string}}
\makeatletter
+ \def\Wul@no@opt@arg#1#2#3{%
+ \incsyms\indexaccent[$\string\blackacctwo{\string#1}$]{#1}%
+ $#1{#2}{#3}$ &\ttfamily\string#1\string{#2\string}\string{#3\string}}
+ \def\Wul@opt@arg[#1]#2#3#4{%
+ \incsyms\indexaccent[$\string\blackacctwo{\string#1}$]{#2}%
+ $#1{#3}{#4}$ &\ttfamily\string#2\string{#3\string}\string{#4\string}}
+ \def\Wul{\@ifnextchar[{\Wul@opt@arg}{\Wul@no@opt@arg}}
\def\X@opt@arg[#1]#2{\incsyms\indexcommand[$\string#1$]{#2}$#1$ &\ttfamily\string#2}
\def\X@no@opt@arg#1{\incsyms\indexcommand[$\string#1$]{#1}$#1$ &\ttfamily\string#1}
\def\X{\@ifnextchar[{\X@opt@arg}{\X@no@opt@arg}}
@@ -3808,7 +4259,34 @@
name for each symbol is shown in this table.
All \TWEM\ symbols are implemented as PDF\index{PDF} graphics, not
- with a font.
+ with a font. See also the \pkgname{hwemoji} package, which enables
+ direct Unicode entry of emoji characters in \pdflatex; the
+ \pkgname{emoji} package, which provides a \lualatex interface to
+ different underlying emoji fonts; and the \pkgname{emo} package,
+ which uses a font if possible, otherwise PDF\index{PDF} graphics
+}
+
+\newcommand{\pdfmsymmessage}{%
+ \PDFMSYM\ symbols are implemented with PDF\index{PDF} literals
+ instead of (or sometimes in conjunction) with a font. All symbols
+ can be rendered by \pdflatex and \lualatex, some by \xelatex, and
+ none by most other \tex backends%
+}
+
+\newcommand{\luaxemessage}[1]{%
+ #1 requires either \lualatex or \xelatex%
+}
+
+\newcommand{\childmessage}{%
+ All \CHILD\ symbols are implemented with \TikZ\ graphics, not with a
+ font. Not shown above, each symbol takes three arguments: a scale
+ factor, a line color, and a line thickness. \seedocs{\CHILD}%
+}
+
+\newcommand{\worldflagsmessage}{%
+ All \WFLAGS\ symbols are implemented with \TikZ\ graphics, not with
+ a font. The package provides a number of options for controlling
+ flag size and style. \seedocs{\WFLAGS}%
}
% Define an environment in which to write a single table of symbols. The
@@ -3831,7 +4309,7 @@
\begin{center}
\refstepcounter{table}%
\phantomsection
- \addcontentsline{toc}{subsection}{%
+ \addcontentsline{toc}{section}{%
\protect\numberline{\tablename~\thetable:}{#2}}%
\@makecaption{\fnum@table}{#2}\medskip
\let\next=\relax
@@ -3872,7 +4350,7 @@
\let\LT@array=\origLT@array
\let\LT@start=\origLT@start
%
- \addcontentsline{toc}{subsection}{%
+ \addcontentsline{toc}{section}{%
\protect\numberline{\tablename~\thetable:}{#2}}%
\@makecaption{\fnum@table}{#2}%
\gdef\lt@indexed{}%
@@ -3902,7 +4380,7 @@
\makeatletter
\newcommand{\ltindex}[1]{%
\index{#1|(}%
- \@cons{\lt@indexed}{{#1|)}}%
+ \@cons{\lt@indexed}{{\detokenize{#1|)}}}%
}
\newcommand{\ltidxboth}[2]{\ltindex{#1 #2}\ltindex{#2>#1}}
\makeatother
@@ -3918,19 +4396,14 @@
\end{table}
}
-% Do the same as the above, but typeset the table in landscape mode (or
-% not, if we haven't loaded the rotating package).
-\ifhaverotating
- \newenvironment{nonsymtableL}[1]{%
- \begin{sidewaystable}[htbp]
- \centering
- \caption{#1}\medskip
- }{%
- \end{sidewaystable}
- }
-\else
- \newenvironment{nonsymtableL}{\begin{nonsymtable}}{\end{nonsymtable}}
-\fi
+% Do the same as the above, but typeset the table in landscape mode.
+\newenvironment{nonsymtableL}[1]{%
+ \begin{sidewaystable}[htbp]
+ \centering
+ \caption{#1}\medskip
+}{%
+ \end{sidewaystable}
+}
% Define a table environment that's just like nonsymtable except that
% it allows page breaks.
@@ -3943,30 +4416,21 @@
}
\makeatother
-% Define a macro that alters the width of the subsection number in the
-% table of contents for all subsequent entries. This is needed because
-% "real" subsections should use the width of "9.9" as the width of their
-% label while "table" subsections should use the width of "Table 999:"
-% for their label. Currently, no section mixes "real" and "table"
-% subsections.
-\makeatletter
-\newcommand{\toclabelwidth}{3em}
-\renewcommand{\numberline}[1]{\hb@xt@\toclabelwidth{#1\hfil}}
-\newcommand{\setsectionlabelwidth}[1]{%
- \settowidth{\@tempdimc}{#1}%
+% Do not reset table numbers across chapters boundaries.
+\counterwithout{table}{chapter}
+
+% Format sections numbers and table numbers differently in the table of
+% contents (because table numbers are prefixed with "Table").
+\newcommand{\tablesections}{%
\addtocontents{toc}{%
- {\catcode`\string\!=6
- \gdef\string\numberline!1{%
- \string\hb@xt@\the\@tempdimc{!1\hfil}}}%
+ \settowidth{\cftsecnumwidth}{Table 999:~}%
}%
}
-\makeatother
-\newcommand{\tablesubsections}{%
- \setsectionlabelwidth{Table~999:\hspace*{0.75em}}}
-\newcommand{\realsubsections}{%
- \setsectionlabelwidth{9.9\quad}}
\newcommand{\realsections}{%
- \setsectionlabelwidth{\textbf{9\quad}}}
+ \addtocontents{toc}{%
+ \settowidth{\cftsecnumwidth}{99.9~}%
+ }%
+}
% Paragraphs with tall symbols should get a little extra interline spacing.
\newenvironment{morespacing}[1]{\advance\baselineskip by #1\relax}{\par}
@@ -4044,7 +4508,7 @@
}
\AtBeginDocument{%
\hypersetup{%
- pdftitle={The \doctitle},
+ pdftitle={The Comprehensive LaTeX Symbol List},
pdfauthor={Scott Pakin},
pdfsubject={List of \prevtotalsymbols\ symbols that can be typeset using LaTeX},
pdfkeywords={LaTeX, symbols, glyphs, characters, fonts, typesetting, macros,
@@ -4067,7 +4531,7 @@
pdfcontacturl={http://www.pakin.org/\xmptilde scott/},
pdfcopyright={Copyright (C) 2007-\the\year, Scott Pakin},
pdflicenseurl={http://www.latex-project.org/lppl/},
- pdfversionid={14.0},
+ pdfversionid={15.0},
pdflang={en-US},
pdfmetalang={en-US}
}
@@ -4084,7 +4548,7 @@
\dotfil~\ignorespaces}%
\@ifundefined{pdfbookmark}{\def\pdfbookmark[#1]#2#3{}}{}
\newcommand{\indexheading}[1]{%
- \pdfbookmark[2]{#1}{indexheading.#1}%
+ \pdfbookmark[1]{#1}{indexheading.#1}%
{\centering\bfseries#1\nopagebreak\par}%
}
\makeatother
@@ -4096,6 +4560,7 @@
% Include "Figure", "Table", and "Section" within hyperlinks.
\labelformat{figure}{Figure~#1}
\labelformat{table}{Table~#1}
+\labelformat{chapter}{Chapter~#1}
\labelformat{section}{Section~#1}
\labelformat{subsection}{Section~#1}
@@ -4104,7 +4569,18 @@
\begin{document}
\sloppy
\usefont{OT1}{cmr}{m}{n}\selectfont
-\maketitle
+
+% Import the title-page contents from either title-letter or title-a4,
+% as specified by \titlefile. If \titlefile is undefined, include a
+% placeholder title.
+\begin{titlepage}
+ \makeatletter
+ \@ifundefined{titlefile}{%
+ \maketitle
+ }{%
+ \input{\titlefile}%
+ }%
+\end{titlepage}
\begin{abstract}
This document lists \approxcount\prevtotalsymbols{} symbols and the
@@ -4114,7 +4590,7 @@
distribution and that therefore need to be installed. All of the
fonts and packages used to prepare this document---as well as this
document itself---are freely available from the \CTANfull
- (\url{http://www.ctan.org/}).
+ (\url{https://www.ctan.org/}).
\end{abstract}
% Typeset a table of contents, temporarily disabling nested hyperlinks
@@ -4125,27 +4601,6 @@
\tableofcontents
\endgroup
-% Now that we've output the table of contents, let's make \section start a
-% new page. I toyed with the idea of changing the documentclass from
-% article to report, but I like having the abstract on the same page as
-% the title and the start of the table of contents; I want the tables
-% numbered consecutively throughout the document; and I like the smaller,
-% less gaudy section headings the article class offers. In short, article
-% seems a better fit than report.
-\makeatletter
-\let\origsection=\section
-\renewcommand\section{%
- \@startsection {section}{1}{\z@}%
- {-3.5ex \@plus -1ex \@minus -.2ex}%
- {2.3ex \@plus.2ex}%
- {\realsections
- \clearpage
- \phantomsection
- \normalfont\Large\bfseries}%
-}
-\makeatother
-
-
% Define an integral containing a dash or a double-dash.
\def\Xint#1{\mathchoice
{\XXint\displaystyle\textstyle{#1}}%
@@ -4222,7 +4677,6 @@
\indexMA[\AMSmcal{M}]{Mellin transform}
\indexMA[\mathbbm{M}]{Minkowski space}
\indexMA[\mathbbm{N}]{natural numbers}
-\indexMA[\AMSmcal{O}]{big O}
\indexMA[\AMSmcal{O}]{local ring}
\indexMA[\mathbbm{O}]{octonions}
\indexMA[\mathbbm{P}]{projective space}
@@ -4242,52 +4696,16 @@
\indexMA{Schwartz distribution spaces}
\indexMA{script letters}
-% Provide "see ..."s for every accent whose name I happen to know.
-\index{acute=acute (\blackacchack\')|see{accents}}
-\index{arc=arc (\blackacchack\newtie)|see{accents}}
-\index{breve=breve (\blackacchack\u)|see{accents}}
-\index{caron=caron (\blackacchack\v)|see{accents}}
-\index{cedilla=cedilla (\blackacc\c)|see{accents}}
-\index{circumflex=circumflex (\blackacchack\^)|see{accents}}
-\ifCBEL
- \index{comma-below accent=comma-below accent (\blackacchack\cb)|see{accents}}
-\fi % CBEL test
-\index{diaeresis=di\ae{}resis (\blackacchack\")|see{accents}}
-\index{dot accent=dot accent (\blackacchack\. or \blackacc\d)|see{accents}}
-\index{double acute=double acute (\blackacchack\H)|see{accents}}
-\index{grave=grave (\blackacchack\`)|see{accents}}
-\index{hacek=h\'{a}\v{c}ek (\blackacchack\v)|see{accents}}
-\ifVIET
- \index{hook accent=hook accent (\encfive{\blackacchack\h})|see{accents}}
-\fi % VIET test
-\index{Hungarian umlaut=Hungarian umlaut (\blackacchack\H)|see{accents}}
-\index{krouzek=krou\v{z}ek (\blackacchack\r)|see{accents}}
-\DeclareRobustCommand{\showmacron}{\blackacchack\=} % Can't index "=".
-\index{macron=macron (\showmacron)|see{accents}}
-\index{ogonek=ogonek (\encone{\blackacc\k})|see{accents}}
-\index{ring=ring (\blackacchack\r)|see{accents}}
-\ifCBEL
- \index{Romanian comma-belo accent=Romanian comma-belo accent (\blackacchack\cb)|see{accents}}
-\fi % CBEL test
-\index{trema=trema (\blackacchack\")|see{accents}}
-\index{umlaut=umlaut (\blackacchack\")|see{accents}}
-
-% Provide references for alternate accent names listed under "accents".
-\index{accents>hacek=h\'{a}\v{c}ek|see{accents, caron}}
-\index{accents>Hungarian umlaut|see{accents, double acute}}
-\index{accents>krouzek=krou\v{z}ek|see{accents, ring}}
-\index{accents>Romanian comma-belo accent|see{accents, comma-below}}
-\index{accents>trema|see{accents, di\ae{}resis}}
-\index{accents>umlaut|see{accents, di\ae{}resis}}
-
% Provide "see ..."s for various logical and set operators.
\index{logical operators>and|see{\texttt{\string\wedge}}}
\index{logical operators>or|see{\texttt{\string\vee}}}
\index{logical operators>not|see{\texttt{\string\neg} \emph{and} \texttt{\string\sim}}}
+\index{logical operators>xor|see{\texttt{\string\oplus}}}
\index{operators>logical|see{logical operators}}
\index{and|see{\texttt{\string\wedge}}}
\index{or|see{\texttt{\string\vee}}}
\index{not|see{\texttt{\string\neg}}}
+\index{xor|see{\texttt{\string\oplus}}}
\index{conjunction, logical|see{\texttt{\string\wedge} \emph{and} \texttt{\string\&}}}
\index{disjunction|see{\texttt{\string\vee}}}
\index{negation|see{\texttt{\string\neg} \emph{and} \texttt{\string\sim}}}
@@ -4318,6 +4736,13 @@
\index{multiplicative disjunction|see{\texttt{\string\bindnasrepma}, \texttt{\string\invamp}, and \texttt{\string\parr}}}
\fi % complete test
+% Provide "see ..."s for various delimiters.
+\index{angle brackets|see{delimiters}}
+\index{brackets|see{delimiters}}
+\index{braces|see{delimiters}}
+\index{parentheses|see{delimiters}}
+\index{square brackets|see{delimiters}}
+
% Provide "see ..."s for various punctuation marks.
\index{paragraph mark|see{\texttt{\string\P}}}
\index{pilcrow|see{\texttt{\string\P}}}
@@ -4325,7 +4750,7 @@
\index{dollar sign|see{\texttt{\string\$}}}
\index{cents|see{\texttt{\string\textcent}}}
\index{hash mark|see{\texttt{\string\#} \textit{and} \texttt{\string\hash}}}
-\index{ampersand|see{\texttt{\string\&}}}
+\index{ampersand=ampersand (\&)|see{\texttt{\string\&}}}
\index{section mark|see{\texttt{\string\S}}}
\index{caret|see{\texttt{\string\^}}}
\index{swung dash|see{\texttt{\string\sim}}}
@@ -4338,29 +4763,55 @@
\index{falsum|see{\texttt{\string\bot}}}
% Provide "see ..."s for various musical terms.
-\index{quaver|see{musical symbols}}
-\index{semiquaver|see{musical symbols}}
-\index{demisemiquaver|see{musical symbols}}
-\index{semibreve|see{musical symbols}}
-\index{minim|see{musical symbols}}
-\index{crotchet|see{musical symbols}}
-\index{whole note|see{musical symbols}}
-\index{half note|see{musical symbols}}
-\index{quarter note|see{musical symbols}}
-\index{eighth note|see{musical symbols}}
-\index{sixteenth note|see{musical symbols}}
-\index{thirty-second note|see{musical symbols}}
\index{accidentals|see{musical symbols}}
+\index{sharp=sharp ($\sharp$)|see{musical symbols}}
+\index{flat=flat ($\flat$)|see{musical symbols}}
+\index{natural=natural ($\natural$)|see{musical symbols}}
\index{rests|see{musical symbols}}
\index{articulations|see{musical symbols}}
+\ifLILY
+ \index{whole note=whole note (\wholeNote)|see{musical symbols}}
+ \index{half note=half note (\halfNote)|see{musical symbols}}
+ \index{quarter note=quarter note (\quarterNote)|see{musical symbols}}
+ \index{eighth note=eighth note (\eighthNote)|see{musical symbols}}
+ \index{sixteenth note=sixteenth note (\sixteenthNote)|see{musical symbols}}
+ \index{thirty-second note=thirty-second note (\thirtysecondNote)|see{musical symbols}}
+ \index{quaver=quaver (\quaver)|see{musical symbols}}
+ \index{semiquaver=semiquaver (\semiquaver)|see{musical symbols}}
+ \index{demisemiquaver=demisemiquaver (\demisemiquaver)|see{musical symbols}}
+ \index{semibreve=semibreve (\semibreve)|see{musical symbols}}
+ \index{minim=minim (\minim)|see{musical symbols}}
+ \index{crotchet=crotchet (\crotchet)|see{musical symbols}}
+ \index{breve=breve (\lilyGlyph{noteheads.sM1double})|see{musical symbols}}
+ \index{fermata=fermata (\fermata)|see{musical symbols}}
+\else % LILY test
+ \index{whole note|see{musical symbols}}
+ \index{half note|see{musical symbols}}
+ \index{quarter note|see{musical symbols}}
+ \index{eighth note|see{musical symbols}}
+ \index{sixteenth note|see{musical symbols}}
+ \index{thirty-second note|see{musical symbols}}
+ \index{quaver|see{musical symbols}}
+ \index{semiquaver|see{musical symbols}}
+ \index{demisemiquaver|see{musical symbols}}
+ \index{semibreve|see{musical symbols}}
+ \index{minim|see{musical symbols}}
+ \index{crotchet|see{musical symbols}}
+ \index{breve|see{musical symbols}}
+ \index{fermata|see{musical symbols}}
+\fi % LILY test
\ifMSX
- \index{punctum|see{\textsf{musixgre}}}
- \index{virga|see{\textsf{musixgre}}}
- \index{apostropha|see{\textsf{musixgre}}}
- \index{oriscus|see{\textsf{musixgre}}}
- \index{quilisma|see{\textsf{musixgre}}}
- \index{deminutum|see{\textsf{musixgre}}}
+ \index{shake=shake (\MSXshake)|see{musical symbols}}
+ \index{alla breve=alla breve (\MSXallabreve)|see{musical symbols}}
+ \index{cut time=cut time (\MSXallabreve)|see{alla breve}}
+\else
+ \index{shake|see{musical symbols}}
+ \index{alla breve|see{musical symbols}}
+ \index{cut time|see{alla breve}}
\fi % MSX test
+\ifMUSICOG
+ \index{segno=segno (\musSegno)|see{musical symbols}}
+\fi % MUSICOG test
% Provide a number of other useful "see ..."s.
\index{diamonds|see{rhombuses}}
@@ -4370,13 +4821,15 @@
\index{digits|see{numerals}}
\index{numbers|see{numerals}}
\index{degrees|see{\texttt{\string\textdegree}}}
+\index{pomega|see{\texttt{\string\varpi}}}
+\index{curly pi|see{\texttt{\string\varpi}}}
\index{Cedi|see{\texttt{\string\textcolonmonetary}}}
\index{iff=\texttt{\string\iff}|see{\texttt{\string\Longleftrightarrow}}}
-\index{derivitive, partial|see{\texttt{\string\partial}}}
+\index{derivative, partial|see{\texttt{\string\partial}}}
\index{to=\texttt{\string\to}|see{\texttt{\string\rightarrow}}}
\index{adjoint=adjoint (\dag)|see{\texttt{\string\dag}}}
\index{Cartesian product|see{\texttt{\string\times}}}
-\index{tick|see{check marks}}
+\index{tick marks|see{check marks}}
\index{supremum|see{\texttt{\string\sup}}}
\ifAMS
\index{implies=\texttt{\string\implies}|see{\texttt{\string\Longrightarrow}
@@ -4390,18 +4843,11 @@
\index{transversal intersection|see{\texttt{\string\pitchfork}}}
\index{absolute value|see{\texttt{\string\lvert} \emph{and} \texttt{\string\rvert}}}
\index{norm|see{\texttt{\string\lVert} \emph{and} \texttt{\string\rVert}}}
-% \index{average|see{\texttt{\string\varnothing}}}
- \index{inverse limit|see{\texttt{\string\varprojlim}}}
\index{proper subset/superset|see{\texttt{\string\subsetneq}\slash\texttt{\string\supsetneq}}}
\index{probability limit=probability limit ($\displaystyle\plim_{n \to \infty}$)|see{\texttt{\string\DeclareMathOperator}}}
\fi % AMS test
-\ifTIPA
-% \index{symbols>dictionary|see{symbols, phonetic}}
-% \index{dictionary symbols|see{phonetic symbols}}
- \index{pronunciation symbols|see{phonetic symbols}}
-\fi % TIPA test
\index{abzuglich=abz\"uglich|see{\texttt{\string\textdiscount}}}
-\index{diacritics|see{accents}}
+\index{diacritics|seealso{accents}}
\index{parts per thousand|see{\texttt{\string\textperthousand}}}
\index{thousandths|see{\texttt{\string\textperthousand}}}
\index{millesimal sign|see{\texttt{\string\textperthousand}}}
@@ -4410,7 +4856,7 @@
\index{cross ratio|see{\texttt{\string\textrecipe}}}
\ifMARV
\index{Deleatur=\texttt{\string\Deleatur}|see{\texttt{\string\Denarius}}}
- \index{mouse|see{\texttt{\string\ComputerMouse}}}
+% \index{mouse|see{\texttt{\string\ComputerMouse}}}
\fi % MARV test
%\index{playing cards|see{card suits}}
\ifABX
@@ -4425,17 +4871,13 @@
\index{rationalized Planck constant|see{\texttt{\string\hbar}}}
\index{options|see{package options}}
\index{cardinality|see{\texttt{\string\aleph}}}
-\index{wreath product|see{\texttt{\string\wr}}}
+%\index{wreath product|see{\texttt{\string\wr}}}
\index{reverse solidus|see{\texttt{\string\textbackslash}}}
-\index{radicals|see{\texttt{\string\sqrt} \emph{and} \texttt{\string\surd}}}
-\index{roots|see{\texttt{\string\sqrt}}}
-\index{square root|see{\texttt{\string\sqrt}}}
-\index{square root>hooked|see{\texttt{\string\hksqrt}}}
-\index{cube root|see{\texttt{\string\sqrt}}}
+\index{radicals|see{square root}}
+\index{roots|see{square root}}
+\index{cube root=cube root ($\blackacc{\sqrt[3]}$)|see{square root}}
\ifcomplete
\index{return|see{carriage return}}
- \index{heads|see{faces}}
- \index{people|see{faces}}
\fi
\ifTX
\index{fish hook|see{\texttt{\string\strictif}}}
@@ -4451,32 +4893,29 @@
\index{micro|see{\texttt{\string\textmu}}}
\index{Angstrom unit=\AA{}ngstr\"om unit>math mode|see{\texttt{\string\mathring}}}
\index{Angstrom unit=\AA{}ngstr\"om unit>text mode|see{\texttt{\string\AA}}}
-\index{yen|see{\texttt{\string\textyen}}}
+%\index{yen|see{\texttt{\string\textyen}}}
\index{equilibrium|see{\texttt{\string\rightleftharpoons}}}
\index{number sign|see{\texttt{\string\textnumero}}}
\index{ditto marks|see{\texttt{\string\textquotedbl}}}
\index{Weierstrass p function=Weierstrass $\wp$ function|see{\texttt{\string\wp}}}
\index{inexact differential|see{\texttt{\string\dbar}}}
-\ifhaveslashed
- \index{reduced quadrupole moment|see{\texttt{\string\rqm}}}
-\fi % haveslashed
+\index{reduced quadrupole moment|see{\texttt{\string\rqm}}}
\ifST
- \index{banana brackets|see{\texttt{\string\llparenthesis} \emph{and} \texttt{\string\rrparenthesis}}}
- \index{catamorphism|see{\texttt{\string\llparenthesis} \emph{and} \texttt{\string\rrparenthesis}}}
+ \index{banana brackets|see{delimiters}}
+ \index{catamorphism|see{delimiters}}
\fi % ST test
\ifOTII
\index{impulse train|see{sha}}
\index{Tate-Shafarevich group|see{sha}}
\fi
\index{differential, inexact|see{\texttt{\string\dbar}}}
-\index{brackets|see{delimiters}}
\ifcomplete
\index{equivalence|see{\texttt{\string\equiv}, \texttt{\string\leftrightarrow}, \emph{and} \texttt{\string\threesim}}}
\else
\index{equivalence|see{\texttt{\string\equiv} \emph{and} \texttt{\string\leftrightarrow}}}
\fi
\index{vinculum|see{\texttt{\string\overline}}}
-\index{es-zet|see{\texttt{\string\ss}}}
+\index{eszett|see{\texttt{\string\ss}}}
\index{Maxwell-Stefan diffusion coefficient|see{\texttt{\string\DH}}}
\index{Laplacian=Laplacian ($\nabla^2$)|see{\texttt{\string\nabla}}}
\index{Laplacian=Laplacian ($\Delta$)|see{\texttt{\string\Delta}}}
@@ -4501,10 +4940,6 @@
\index{Kronecker product|see{\texttt{\string\otimes}}}
\index{Kronecker sum|see{\texttt{\string\oplus}}}
\index{ring sum|see{\texttt{\string\oplus}}}
-\ifFOUR
- \index{do not enter|see{\texttt{\string\noway}}}
- \index{no entry|see{\texttt{\string\noway}}}
-\fi % FOUR test
\index{congruent|see{\texttt{\string\equiv}}}
\index{centigrade|see{\texttt{\string\textcelsius}}}
\index{greatest lower bound|see{\texttt{\string\sqcap}}}
@@ -4543,10 +4978,10 @@
\index{Swedo-Norwegian runes|see{short-twig runes}}
\index{H\"alsinge runes|see{staveless runes}}
%
- \index{runes>long-branch|see{normal runes}}
- \index{runes>Danish|see{normal runes}}
- \index{runes>Swedo-Norwegian|see{short-twig runes}}
- \index{runes>H\"alsinge|see{staveless runes}}
+ \subindex{runes}{long-branch|see{normal runes}}
+ \subindex{runes}{Danish|see{normal runes}}
+ \subindex{runes}{Swedo-Norwegian|see{short-twig runes}}
+ \subindex{runes}{H\"alsinge|see{staveless runes}}
\fi % ARUNE test
\index{guillemotleft=\texttt{\string\guillemotleft}|see{\texttt{\string\guillemetleft}}}
\index{guillemotright=\texttt{\string\guillemotright}|see{\texttt{\string\guillemetright}}}
@@ -4554,12 +4989,35 @@
\index{tailed z|see{\texttt{\string\roundz}}}
\index{ezh|see{\texttt{\string\roundz}}}
\fi
+\ifcomplete % Many packages define globes.
+ \index{world|see{globe}}
+\fi % complete test
+\ifFNTAWE
+ \index{Dungeons and Dragons|see{D\&D}}
+\fi % FNTAWE test
+\index{bullets|see{circles, squares, rhombuses, etc.}}
+\ifcomplete % Many packages define \sqint or \smallsqint
+ \index{integrals>quaternion|see{integrals, square}}
+\fi % complete test
+\ifcomplete % Really just TWEM and WFLAGS
+ \index{flags>Democratic Republic of the Congo|see{flags, Congo--Kinshasa}}
+ \index{flags>Republic of the Congo|see{flags, Congo--Brazzaville}}
+ \index{flags>Maldives|see{flags, Falkland Islands}}
+ \index{flags>Ivory Coast|see{flags, C\^ote d'Ivoire}}
+ \index{flags>pirate|see{flags, Jolly Roger}}
+ \index{flags>skull and crossbones|see{flags, Jolly Roger}}
+\fi % complete test
+\ifcomplete % Really just typicons, twemojis, and a few others
+ \index{mobile phone|see{cell phone}}
+ \index{wheel of dharma|see{dharmachakra}}
+\fi % complete test
+\index{vector notation|see{accents}}
% Multiple packages define \multimap.
\makeatletter
\@ifundefined{multimap}{}{%
\index{linear implication|see{\texttt{\string\string\string\multimap}}}
- \index{lollipop|see{\texttt{\string\string\string\multimap}}}}
+ \index{lollipop (mathematics)|see{\texttt{\string\string\string\multimap}}}}
\makeatother
% Minutes/seconds and feet/inches are normally formed with superscripted
@@ -4612,8 +5070,6 @@
\index{lnot=\texttt{\string\lnot}|see{\texttt{\string\neg}}}
\index{land=\texttt{\string\land}|see{\texttt{\string\wedge}}}
\index{lor=\texttt{\string\lor}|see{\texttt{\string\vee}}}
- %\index{restriction=\texttt{\string\restriction}|see{\texttt{\string\upharpoonright}}}
- \index{Doteq=\texttt{\string\Doteq}|see{\texttt{\string\doteqdot}}}
\index{doublecup=\texttt{\string\doublecup}|see{\texttt{\string\Cup}}}
\index{doublecap=\texttt{\string\doublecap}|see{\texttt{\string\Cap}}}
\index{llless=\texttt{\string\llless}|see{\texttt{\string\lll}}}
@@ -4644,8 +5100,8 @@
\index{leaf|see{\texttt{\string\textleaf}}}
%\index{less|see{\texttt{\string\textless}}}
\index{married|see{\texttt{\string\textmarried}}}
-\index{minus|see{\texttt{\string\textminus}}}
-\index{ohm|see{\texttt{\string\textohm}}}
+%\index{minus|see{\texttt{\string\textminus}}}
+%\index{ohm|see{\texttt{\string\textohm}}}
%\index{paragraph|see{\texttt{\string\textparagraph}}}
\index{recipe|see{\texttt{\string\textrecipe}}}
%\index{registered|see{\texttt{\string\textregistered}}}
@@ -4665,21 +5121,22 @@
\index{seagull|see{\texttt{\string\textseagull}}}
\fi % TIPA test
%\index{swab|see{\texttt{\string\textswab}}}
+\index{ohm|see{omega}}
-\section{Introduction}
+\chapter{Introduction}
\label{introduction}
-\realsubsections
+\realsections
Welcome to the \doctitle! This document strives to be your primary
source of \latex{} symbol information: font samples, \latex{}
commands, packages, usage details, caveats---everything needed to put
-thousands of different symbols at your disposal. All of the fonts
-covered herein meet the following criteria:
+tens of thousands of different symbols at your disposal. All of the
+fonts covered herein meet the following criteria:
\begin{enumerate}
\item They are freely available from the \CTANfull
- (\url{http://www.ctan.org/}).
+ (\url{https://www.ctan.org/}).
\item All of their symbols have \latexE{} bindings. That is, a user
should be able to access a symbol by name
@@ -4693,9 +5150,9 @@ fonts that provide, at a minimum, either \tex\ font-metric files
(\fileext{tfm}) or the \metafont\ sources (\fileext{mf}) that produce
those font-metric files. Some of the \ref{min-latex-support} fonts do
include \latex\ font-definition files (\fileext{fd}). However, what
-sets the fonts in \ref{min-latex-support} apart from the fonts in rest
-of the document is that they lack a \latex\ style file (\fileext{sty})
-that individually names each of the glyphs.
+sets the fonts in \ref{min-latex-support} apart from the fonts in the
+rest of the document is that they lack a \latex\ style file
+(\fileext{sty}) that individually names each of the glyphs.
The restrictions listed above are not particularly limiting criteria;
the \doctitle{} contains samples of \approxcount\prevtotalsymbols{}
@@ -4706,9 +5163,9 @@ therefore need to be installed. See \TeXFAQ{installthings} for help
with installing new fonts and packages.
-\subsection{Document Usage}
+\section{Document Usage}
-Each section of this document contains a number of font tables. Each
+Each chapter of this document contains a number of font tables. Each
table shows a set of symbols, with the corresponding \latex{} command
to the right of each symbol. A table's caption indicates what package
needs to be loaded in order to access that table's symbols. For
@@ -4720,18 +5177,18 @@ and/or \pkgname{amsmath}. Notes below a table provide additional
information about some or all the symbols in that table.
One\label{altenc} note that appears a few times in this document,
-particularly in \ref{body-text-symbols}, indicates that
-certain symbols do not exist in the OT1 \fntenc[OT1]
-(Donald\index{Knuth, Donald E.} Knuth's original, 7-bit
-\fntenc[7-bit], which is the default \fntenc{} for \latex) and that
-you should use \pkgname{fontenc} to select a different encoding, such
-as T1 (a common 8-bit \fntenc[8-bit]\index{font encodings>T1}). That
-means that you should put
+particularly in \ref{body-text-symbols}, indicates that certain
+symbols do not exist in the OT1 \fntenc[OT1] (Donald\index{Knuth,
+ Donald E.} Knuth's original, 7-bit \fntenc[7-bit], which is the
+default \fntenc{} for \latex) and that you should use
+\pkgname{fontenc} to select a different encoding, such as T1 (a common
+8-bit \fntenc[8-bit]\subindex{font encodings}{T1}). That means that
+you should put
``\cmd{\usepackage}\verb|[|\meta{encoding}\verb|]{fontenc}|'' in your
document's preamble, where \meta{encoding} is, e.g.,
-\texttt{T1}\index{font encodings>T1} or \texttt{LY1}\index{font
-encodings>LY1}. To limit the change in \fntenc[limiting scope of] to
-the current group, use
+\texttt{T1}\subindex{font encodings}{T1} or \texttt{LY1}\subindex{font
+ encodings}{LY1}. To limit the change in \fntenc[limiting scope of]
+to the current group, use
``\cmd{\fontencoding}\verb|{|\meta{encoding}\verb|}|\cmd{\selectfont}''.
\ref{addl-info} contains some additional information about the symbols
@@ -4764,24 +5221,20 @@ to use within a mathematical expression, however.)
\ifcomplete
-\subsection{Frequently Requested Symbols}
+\section{Frequently Requested Symbols}
There are a number of symbols that are requested over and over again
on \ctt. If you're looking for such a symbol the following list will
help you find it quickly.
\newenvironment{symbolfaq}{%
- \ifhavemulticol
- \setlength{\columnsep}{3em}%
- \begin{multicols}{2}%
- \fi
+ \setlength{\columnsep}{3em}%
+ \begin{multicols}{2}%
\setlength{\parskip}{1ex}%
\newcommand{\faq}[2]{%
\noindent##1\quad\dotfill\quad\makebox[1em][r]{##2}\par}%
}{%
- \ifhavemulticol
- \end{multicols}%
- \fi
+ \end{multicols}%
}
\begin{symbolfaq}
@@ -4831,12 +5284,12 @@ help you find it quickly.
\fi % ifcomplete
-\section{Body-text symbols}
+\chapter{Body-text symbols}
\label{body-text-symbols}
\idxbothbegin{body-text}{symbols}
-\tablesubsections
+\tablesections
-This section lists symbols that are intended for use in running text,
+This chapter lists symbols that are intended for use in running text,
such as punctuation marks, accents, ligatures, and currency symbols.
\bigskip
@@ -4845,6 +5298,7 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\index{special characters=``special'' characters}
\index{escapable characters}
\index{underline}
+\index{ampersand}
\label{special-escapable}
\begin{tabular}{*6{ll@{\qqquad}}ll}
\K\$ & \K\% & \K\_$\,^*$ & \Kp\} & \K\& & \K\# & \Kp\{ \\
@@ -4867,6 +5321,8 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\idxboth{registered}{trademark}
\index{trademark}
\index{braces}
+\index{circles}
+\index{asterisks}
\index{quotation marks}
\idxboth{dot}{symbols}
\index{dots (ellipses)} \index{ellipses (dots)}
@@ -4938,7 +5394,7 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\begin{symtable}{Non-ASCII Letters (Excluding Accented Letters)}
-\index{letters>non-ASCII}
+\subindex{letters}{non-ASCII}
\index{ASCII}
\label{non-ascii}
\begin{tabular}{*4{ll@{\qqquad}}ll}
@@ -4958,7 +5414,7 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\begin{symtable}[TGRK]{\TGRK\ Upright Greek Letters}
-\index{alphabets>Greek}
+\subindex{alphabets}{Greek}
\index{Greek>letters}
\index{Greek>upright}
\index{upright Greek letters}
@@ -5005,7 +5461,7 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\begin{symtable}[FC]{Letters Used to Typeset African Languages}
-\index{alphabets>African}
+\subindex{alphabets}{African}
\label{fc}
\begin{tabular}{*6{ll@{\qquad}}ll}
\Jiv\B{D} & \Jiv\m{c} & \Jiv\m{f} & \Jiv\m{k} & \Jiv\M{t} & \Jiv\m{Z} \\
@@ -5034,7 +5490,7 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\begin{symtable}[VIET]{Letters Used to Typeset Vietnamese}
-\index{alphabets>Vietnamese}
+\subindex{alphabets}{Vietnamese}
\begin{tabular}{*3{ll@{\qquad}}ll}
\Kv\OHORN & \Kv\ohorn & \Kv\UHORN & \Kv\uhorn \\
\end{tabular}
@@ -5082,14 +5538,39 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\end{symtable}
+\begin{symtable}[FNTAWE]{\FNTAWE\ Decorative Punctuation Marks and Typographic Symbols}
+\index{punctuation}
+\index{quotation marks}
+\index{asterisks}
+\index{asterisk=asterisk (\faAsterisk)}
+\index{at sign=at sign (\faAt)}
+\index{dots (ellipses)} \index{ellipses (dots)}
+\index{ellipsis=ellipsis (\faEllipsisH)}
+\index{ellipsis=ellipsis (\faEllipsisV)}
+\index{exclamation point=exclamation point (\faExclamation)}
+\index{paragraph=paragraph (\faParagraph)}
+\index{question mark=question mark (\faQuestion)}
+\index{left quotation marks=left quotation marks (\faQuoteLeft)}
+\index{right quotation marks=right quotation marks (\faQuoteRight)}
+\index{slash=slash (\faSlash)}
+\label{fontawesome5-punctuation}
+\begin{tabular}{*3{ll}}
+\K\faAsterisk & \K\faExclamation & \K\faQuoteRight \\
+\K\faAt & \K\faParagraph & \K\faSlash \\
+\K\faEllipsisH & \K\faQuestion & \\
+\K\faEllipsisV & \K\faQuoteLeft & \\
+\end{tabular}
+\end{symtable}
+
+
\begin{longsymtable}[TIPA]{\TIPA\ Phonetic Symbols}
\ltidxboth{phonetic}{symbols}
\ltidxboth{linguistic}{symbols}
\ltidxboth{dictionary}{symbols}
-\ltidxboth{rotated}{symbols}
-\ltidxboth{upside-down}{symbols}
-\ltidxboth{inverted}{symbols}
-\ltindex{alphabets>phonetic}
+\ltidxboth{rotated}{letters}
+\ltindex{upside-down letters}
+\ltindex{inverted letters}
+\ltsubindex{alphabets}{phonetic}
\ltindex{tilde}
\label{tipa-phonetic}
\begin{longtable}{*3{ll}}
@@ -5169,11 +5650,12 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\ltidxboth{phonetic}{symbols}
\ltidxboth{linguistic}{symbols}
\ltidxboth{dictionary}{symbols}
-\ltidxboth{rotated}{symbols}
-\ltidxboth{upside-down}{symbols}
-\ltidxboth{inverted}{symbols}
-\index{female}
-\index{alphabets>phonetic}
+\ltidxboth{rotated}{letters}
+\ltindex{upside-down letters}
+\ltindex{inverted letters}
+\ltindex{female sign}
+\ltsubindex{alphabets}{phonetic}
+\ltindex{arrows}
\label{tipx-phonetic}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -5215,11 +5697,12 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\ltidxboth{phonetic}{symbols}
\ltidxboth{linguistic}{symbols}
\ltidxboth{dictionary}{symbols}
-\ltidxboth{rotated}{symbols}
-\ltidxboth{upside-down}{symbols}
-\ltidxboth{inverted}{symbols}
-\ltindex{alphabets>phonetic}
-\index{tilde}
+\ltidxboth{rotated}{letters}
+\ltindex{upside-down letters}
+\ltindex{inverted letters}
+\ltindex{barred letters}
+\ltsubindex{alphabets}{phonetic}
+\ltindex{tilde}
\label{wipa-phonetic}
\begin{longtable}{*4{ll}}
\multicolumn{8}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -5263,10 +5746,10 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\idxboth{phonetic}{symbols}
\idxboth{linguistic}{symbols}
\idxboth{dictionary}{symbols}
-\idxboth{rotated}{symbols}
-\idxboth{upside-down}{symbols}
-\idxboth{inverted}{symbols}
-\index{alphabets>phonetic}
+\idxboth{rotated}{letters}
+\index{upside-down letters}
+\index{inverted letters}
+\subindex{alphabets}{phonetic}
\label{wasy-phonetics}
\begin{tabular}{*3{ll@{\qquad}}ll}
\K\dh & \K\inve & \K\roundz & \K\thorn \\
@@ -5279,10 +5762,10 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\idxboth{phonetic}{symbols}
\idxboth{linguistic}{symbols}
\idxboth{dictionary}{symbols}
-\idxboth{rotated}{symbols}
-\idxboth{upside-down}{symbols}
-\idxboth{inverted}{symbols}
-\index{alphabets>phonetic}
+\idxboth{rotated}{letters}
+\index{upside-down letters}
+\index{inverted letters}
+\subindex{alphabets}{phonetic}
\label{phon-phonetic}
\begin{tabular}{*5{ll}}
\K\barj & \K\flap & \K[\PHONibar]\ibar & \K\rotvara & \K\vari \\
@@ -5302,7 +5785,7 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\idxboth{phonetic}{symbols}
\idxboth{linguistic}{symbols}
\idxboth{dictionary}{symbols}
-\index{alphabets>phonetic}
+\subindex{alphabets}{phonetic}
\label{phonfc-phonetic}
\begin{tabular}{*3{ll}}
\K[\encfour\PHONFCtextcrd]\textcrd & \K[\encfour\PHONFCtexthtd]\texthtd & \K[\encfour\PHONFCtextpipe]\textpipe \\
@@ -5335,10 +5818,9 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\begin{symtable}[SMTR]{\SMTR\ Transliteration Symbols}
\idxboth{phonetic}{symbols}
\idxboth{linguistic}{symbols}
-\idxboth{dictionary}{symbols}
\idxboth{transliteration}{symbols}
-\idxboth{semitic}{transliteration}
-\index{alphabets>phonetic}
+\index{semitic transliteration}
+\subindex{alphabets}{phonetic}
\label{semtrans-phonetic}
\begin{tabular}{ll@{\qqquad}ll}
\K\Alif & \K\Ayn \\
@@ -5369,10 +5851,11 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\index{accents>macron=macron (\showmacron)} % "Generic"
\index{accents>ogonek=ogonek (\encone{\blackacc\k})} % "Generic"
\index{accents>ring=ring (\blackacchack\r)} % "Generic"
-\index{font encodings>T2A}
-\index{font encodings>T2B}
-\index{font encodings>T2C}
-\index{font encodings>X2}
+\index{accents>hat}
+\subindex{font encodings}{T2A}
+\subindex{font encodings}{T2B}
+\subindex{font encodings}{T2C}
+\subindex{font encodings}{X2}
\label{text-accents}
\begin{tabular}{*3{ll@{\qqquad}}ll}
\Q\" & \QivBAR\ddag & \Qt{\enctwoA}\f$^\P$ & \Q\t \\
@@ -5384,7 +5867,7 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\end{tabular}
\par\medskip
\begin{tabular}{ll@{\qqquad}ll}
-\Q\newtie$^*$ & \Qc\textcircled
+\Q\newtie$^*$ & \Qc\textcircled$^\parallel$
\end{tabular}
\bigskip
@@ -5414,13 +5897,19 @@ such as punctuation marks, accents, ligatures, and currency symbols.
X2). Use the \pkgname{fontenc} package to select an encoding.
\end{tablenote}
+\medskip
+\begin{tablenote}[\parallel]
+ See also the \pkgname{circledsteps} package, which uses \TikZ\ to
+ encircle symbols of any size.
+\end{tablenote}
+
\bigskip
\begin{tablenote}
- \index{dotless i=dotless $i~(\imath)$>text mode} \index{dotless
- j=dotless $j~(\jmath)$>text mode} Also note the existence of
- \cmdI{\i} and \cmdI{\j}, which produce dotless versions of ``i'' and
- ``j'' (viz., ``\i'' and ``\j''). These are useful when the accent
- is supposed to replace the dot in encodings that need to
+ \subindex{dotless i=dotless $i~(\imath)$}{text mode}
+ \subindex{dotless j=dotless $j~(\jmath)$}{text mode} Also note the
+ existence of \cmdI{\i} and \cmdI{\j}, which produce dotless versions
+ of ``i'' and ``j'' (viz., ``\i'' and ``\j''). These are useful when
+ the accent is supposed to replace the dot in encodings that need to
composite\index{composited accents} (i.e.,~combine) letters and
accents. For example, ``\verb|na\"{\i}ve|'' always produces a
correct ``na\"{\i}ve'', while ``\verb|na\"{i}ve|'' yields the rather
@@ -5439,15 +5928,16 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\ltindex{accents}
\ltindex{accents>multiple per character}
\ltindex{tilde}
-\ltindex{accents>acute=acute (\string\blackacchack\string\')} % "Generic"
-\ltindex{accents>arc=arc (\string\blackacchack\string\newtie)} % "Generic"
-\ltindex{accents>breve=breve (\string\blackacchack\string\u)} % "Generic"
-\ltindex{accents>circumflex=circumflex (\string\blackacchack\string\^)} % "Generic"
-\ltindex{accents>dot=dot (\string\blackacchack\string\. or \string\blackacc\string\d)} % "Generic"
-\ltindex{accents>grave=grave (\string\blackacchack\string\`)} % "Generic"
-\ltindex{accents>macron=macron (\string\blackacc\string\=)} % "Generic"
-\ltindex{accents>ogonek=ogonek (\string\encone{\string\blackacc\string\k})} % "Generic"
-\ltindex{accents>ring=ring (\string\blackacchack\string\r)} % "Generic"
+\ltindex{accents>acute=acute (\blackacchack\')} % "Generic"
+\ltindex{accents>arc=arc (\blackacchack\newtie)} % "Generic"
+\ltindex{accents>breve=breve (\blackacchack\u)} % "Generic"
+\ltindex{accents>circumflex=circumflex (\blackacchack\^)} % "Generic"
+\ltindex{accents>dot=dot (\blackacchack\. or \blackacc\d)} % "Generic"
+\ltindex{accents>grave=grave (\blackacchack\`)} % "Generic"
+\ltindex{accents>macron=macron (\showmacron)} % "Generic"
+\ltindex{accents>ogonek=ogonek (\encone{\blackacc\k})} % "Generic"
+\ltindex{accents>ring=ring (\blackacchack\r)} % "Generic"
+\ltindex{accents>hat}
\label{tipa-accents}
\renewcommand{\arraystretch}{1.25} % Keep high and low accents from touching.
\begin{longtable}{ll}
@@ -5655,10 +6145,10 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\begin{symtable}[SMTR]{\SMTR\ Accents}
\index{accents}
-\idxboth{semitic}{transliteration}
-\idxboth{rotated}{symbols}
-\idxboth{upside-down}{symbols}
-\idxboth{inverted}{symbols}
+\idxboth{phonetic}{symbols}
+\idxboth{linguistic}{symbols}
+\idxboth{transliteration}{symbols}
+\index{semitic transliteration}
\label{semtrans-accents}
\begin{tabular}{ll@{\qqquad}ll}
\Q[\smtrD]\D & \Q[\smtrU]\U \\
@@ -5692,7 +6182,7 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\begin{symtable}[CBEL]{\CBEL\ Accents}
\index{accents}
-\index{accents>comma-below=comma-below (\blackacchack\cb)} % "Generic"
+\index{accents>comma below=comma below (\blackacchack\cb)} % "Generic"
\label{combelow}
\begin{tabular}{ll}
\Q\cb \\
@@ -5767,6 +6257,7 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\begin{symtable}[MARV]{\MARV\ Diacritics}
\index{accents}
\index{accents>macron=macron (\showmacron)} % "Generic"
+\index{arrows}
\label{marv-accent-chars}
\begin{tabular}{*2{ll@{\qquad}}ll}
\K\arrowOver & \K\barOver & \K\StrikingThrough \\
@@ -5790,7 +6281,7 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\begin{symtable}{\TC\ Currency Symbols}
\idxboth{currency}{symbols}
\idxboth{monetary}{symbols}
-\index{euro signs}
+\index{euro}
\label{tc-currency}
\begin{tabular}{*4{ll}}
\K\textbaht & \K\textdollar$^*$ & \K\textguarani & \K\textwon \\
@@ -5809,7 +6300,7 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\begin{symtable}[MARV]{\MARV\ Currency Symbols}
\idxboth{currency}{symbols}
\idxboth{monetary}{symbols}
-\index{euro signs}
+\index{euro}
\label{marv-currency}
\begin{tabular}{*4{ll}ll}
\K\Denarius & \K\EURcr & \K\EURtm & \K\Pfund \\
@@ -5839,32 +6330,34 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\begin{symtable}[FNTAWE]{\FNTAWE\ Currency Symbols}
\idxboth{currency}{symbols}
\idxboth{monetary}{symbols}
-\index{euro signs}
-\label{fontawesome-currency}
-\begin{tabular}{*4{ll}ll}
-\K\faBtc & \K\faIls & \K\faKrw & \K\faUsd \\
-\K\faEur & \K\faInr & \K\faRub & \K\faViacoin \\
-\K\faGbp & \K\faJpy & \K\faTry & \\
+\index{euro}
+\index{Bitcoin=bitcoin (\faBtc)}
+\index{dollar=dollar (\faDollarSign)}
+\index{euro=euro (\faEuroSign)}
+\index{hryvnia=hryvnia (\faHryvnia)}
+\index{lira=lira (\faLiraSign)}
+\index{pound=pound (\faPoundSign)}
+\index{ruble=ruble (\faRubleSign)}
+\index{rupee=rupee (\faRupeeSign)}
+\index{shekel=shekel (\faShekelSign)}
+\index{tenge=tenge (\faTenge)}
+\index{Viacoin=Viacoin (\faViacoin)}
+\index{won=won (\faWonSign)}
+\index{yen=yen (\faYenSign)}
+\label{fontawesome5-currency}
+\begin{tabular}{*3{ll}ll}
+\K\faBtc & \K\faLiraSign & \K\faShekelSign & \K\faYenSign \\
+\K\faDollarSign & \K\faPoundSign & \K\faTenge & \\
+\K\faEuroSign & \K\faRubleSign & \K\faViacoin & \\
+\K\faHryvnia & \K\faRupeeSign & \K\faWonSign & \\
\end{tabular}
-
-\bigskip
-
-\begin{tablenote}
- \FNTAWE\ defines \cmdI{\faBitcoin} as a synonym for \cmdI{\faBtc};
- \cmdI{\faCny}, \cmdI{\faYen}, and \cmdI{\faRmb} as synonyms for
- \cmdI{\faJpy}; \cmdI{\faDollar} as a synonym for \cmdI{\faUsd};
- \cmdI{\faEuro} as a synonym for \cmdI{\faEur}; \cmdI{\faRouble} and
- \cmdI{\faRuble} as synonyms for \cmdI{\faRub}; \cmdI{\faRupee} as a
- synonym for \cmdI{\faInr}; \cmdI{\faShekel} and \cmdI{\faSheqel} as
- synonyms for \cmdI{\faIls}; \cmdI{\faTurkishLira} as a synonym for
- \cmdI{\faTry}; and \cmdI{\faWon} as a synonym for \cmdI{\faKrw}.
-\end{tablenote}
\end{symtable}
\begin{symtable}[WASY]{\WASY\ Currency Symbols}
\idxboth{currency}{symbols}
\idxboth{monetary}{symbols}
+\index{euro}
\label{wasy-currency}
\begin{tabular}{*2{ll@{\qquad}}ll}
\K\cent & \K\currency & \K\wasyeuro$^*$ \\
@@ -5872,9 +6365,9 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\bigskip
\begin{tablenote}[*]
- \cmdI[\protect\wasyeuro]{\wasyeuro} is also available as
- \cmdI[\WASYeuro]{\euro} unless you specify the \optname{\WASY}{noeuro}
- package option.
+ \cmdI[\string\wasyeuro]{\wasyeuro} is also available as
+ \cmdI[\string\WASYeuro]{\euro} unless you specify the
+ \optname{wasysym}{noeuro} package option.
\end{tablenote}
\end{symtable}
@@ -5882,7 +6375,7 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\begin{symtable}[CHINA]{\CHINA\ Currency Symbols}
\idxboth{currency}{symbols}
\idxboth{monetary}{symbols}
-\index{euro signs}
+\index{euro}
\label{china-euro}
\begin{tabular}{ll@{\qquad}ll}
\K\Euro & \K\Pound \\
@@ -5891,11 +6384,11 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\begin{symtable}[TEUB]{\TEUB\ Currency Symbols}
-\idxboth{currency}{symbols}
\idxboth{monetary}{symbols}
+\idxboth{currency}{symbols}
+\index{currency symbols>ancient}
\index{Greek>coins}
\index{Roman coins}
-\index{coins, ancient}
\label{teub-currency}
\begin{tabular}{*2{ll@{\qquad}}ll}
\K\denarius & \K\hemiobelion & \K\tetartemorion \\
@@ -5917,7 +6410,7 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\begin{symtable}[EUSYM]{\EUSYM\ Euro Signs}
\idxboth{currency}{symbols}
\idxboth{monetary}{symbols}
-\index{euro signs}
+\index{euro}
\label{eurosym-euros}
\begin{tabular}{*4{ll}}
\K\geneuro & \K\geneuronarrow & \K\geneurowide & \K\officialeuro \\
@@ -5926,11 +6419,12 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\bigskip
\begin{tablenote}
- \cmd{\euro} is automatically mapped to one of the above---by
- default, \cmdI{\officialeuro}---based on a \EUSYM\ package option.
- \seedocs{\EUSYM}. The \verb|\geneuro|\dots{} characters are
- generated from the current body font's ``C'' character and therefore
- may not appear exactly as shown.
+ \cmdI[\officialeuro]{\euro} is automatically mapped to one of
+ the above---by default, \cmdI{\officialeuro}---based on a
+ \EUSYM\ package option. \seedocs{\EUSYM}. The
+ \verb|\geneuro|\dots{} characters are generated from the current
+ body font's ``C'' character and therefore may not appear exactly as
+ shown.
\end{tablenote}
\end{symtable}
@@ -5938,7 +6432,7 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\begin{symtable}[FOUR]{\FOUR\ Euro Signs}
\idxboth{currency}{symbols}
\idxboth{monetary}{symbols}
-\index{euro signs}
+\index{euro}
\label{fourier-euros}
\begin{tabular}{*2{ll}}
\K\eurologo & \K[\FOURtexteuro]\texteuro \\
@@ -5975,16 +6469,24 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\index{trademark}
\idxboth{registered}{trademark}
\idxboth{legal}{symbols}
-\label{fontawesome-legal}
+\label{fontawesome5-legal}
\begin{tabular}{*2{ll}}
-\K\faCopyright & \K\faRegistered \\
-\K\faCreativeCommons & \K\faTrademark \\
+\K\faCopyright & \K\faCreativeCommonsRemix \\
+\KfaReg\faCopyright & \K\faCreativeCommonsSa \\
+\K\faCreativeCommons & \K\faCreativeCommonsSampling \\
+\K\faCreativeCommonsBy & \K\faCreativeCommonsSamplingPlus \\
+\K\faCreativeCommonsNc & \K\faCreativeCommonsShare \\
+\K\faCreativeCommonsNcEu & \K\faCreativeCommonsZero \\
+\K\faCreativeCommonsNcJp & \K\faRegistered \\
+\K\faCreativeCommonsNd & \KfaReg\faRegistered \\
+\K{\faCreativeCommonsPd*} & \K\faTrademark \\
+\K\faCreativeCommonsPd & \\
\end{tabular}
\end{symtable}
\begin{symtable}[CCLIC]{\CCLIC\ Creative Commons License Icons}
-\index{Creative Commons licenses}
+\idxboth{Creative Commons}{licenses}
\index{copyright}
\idxboth{legal}{symbols}
\label{cclic-creativecommons}
@@ -6002,7 +6504,7 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\begin{symtable}[CCICO]{\CCICO\ Creative Commons License Icons}
-\index{Creative Commons licenses}
+\idxboth{Creative Commons}{licenses}
\index{copyright}
\idxboth{legal}{symbols}
\label{ccico-creativecommons}
@@ -6048,6 +6550,7 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\begin{symtable}{Miscellaneous \TC\ Symbols}
\index{tilde}
\index{quotation marks}
+\index{circles}
\label{tc-misc}
\begin{tabular}{ll@{\qquad}ll}
\K\textblank & \K\textpilcrow \\
@@ -6082,12 +6585,12 @@ such as punctuation marks, accents, ligatures, and currency symbols.
\idxbothend{body-text}{symbols}
-\section{Mathematical symbols}
+\chapter{Mathematical symbols}
\label{math-symbols}
\idxbothbegin{mathematical}{symbols}
-\tablesubsections
+\tablesections
-Most, but not all, of the symbols in this section are math-mode only.
+Most, but not all, of the symbols in this chapter are math-mode only.
That is, they yield a ``\texttt{Missing~\$ inserted}''\index{Missing
\$ inserted=``\texttt{Missing~\$ inserted}''} error message if not
used within \verb|$|$\ldots$\verb|$|, \verb|\[|$\ldots$\verb|\]|, or
@@ -6109,12 +6612,11 @@ number set, or some other alphanumeric.
Although there have been many requests on \ctt for a
contradiction\idxboth{contradiction}{symbols} symbol, the ensuing
-discussion invariably reveals innumerable ways to represent
-contradiction in a proof, including ``\blitza''~(\cmdI{\blitza}),
-``$\Rightarrow\Leftarrow$''~(\cmdX{\Rightarrow}\cmdX{\Leftarrow}),
-``$\bot$''~(\cmdX{\bot}),
-``$\nleftrightarrow$''~(\cmdX{\nleftrightarrow}), and
-``\textreferencemark''~(\cmdI{\textreferencemark}). Because of the
+discussion invariably reveals innumerable ways to represent contradiction
+in a proof, including ``\blitza''~(\cmdI{\blitza}),
+``$\Rightarrow\Leftarrow$''~(\cmdX{\Rightarrow}\cmdX{\Leftarrow}),\index{arrows}
+``$\bot$''~(\cmdX{\bot}), ``$\nleftrightarrow$''~(\cmdX{\nleftrightarrow}),
+and ``\textreferencemark''~(\cmdI{\textreferencemark}). Because of the
lack of notational consensus, it is probably better to spell out
``Contradiction!''\ than to use a symbol for this purpose. Similarly,
discussions on \ctt have revealed that there are a variety of ways to
@@ -6125,22 +6627,30 @@ defined\idxboth{definition}{symbols} as''. Common candidates include
symbol is called \cmdX{\coloneqq}. In \ABX\ and \MNS\ it's called
\cmdI[$\string\ABXcoloneq$]{\coloneq}. In \CEQ\ it's called
\cmdX{\colonequals}.}), and ``$\stackrel{\text{\tiny
-def}}{=}$''~(\cmd{\stackrel}\verb|{|\cmd{\text}\verb|{\tiny|
+ def}}{=}$''~(\cmd{\stackrel}\verb|{|\cmd{\text}\verb|{\tiny|
\verb|def}}{=}|). See also the example of \cmd{\equalsfill}
-\vpageref[below]{equalsfill-ex}. Depending upon the context,
-disjoint\index{disjoint union} union may be represented as
-``$\coprod$''~(\cmdX{\coprod}), ``$\sqcup$''~(\cmdX{\sqcup}),
-``$\dotcup$''~(\cmdX{\dotcup}), ``$\oplus$''~(\cmdX{\oplus}), or any
-of a number of other symbols.\footnote{\person{Bob}{Tennent} listed
-these and other disjoint-union symbol possibilities in a November~2007
-post to \ctt.} Finally, the average\index{average} value of a
-variable~$x$ is written by some people as
+\vpageref[below]{equalsfill-ex}. Depending upon the context, disjoint
+union
+%
+\index{disjoint union=disjoint union ($\coprod$)}
+\index{disjoint union=disjoint union ($\sqcup$)}
+\index{disjoint union=disjoint union ($\dotcup$)}
+\index{disjoint union=disjoint union ($\oplus$)}
+\index{disjoint union=disjoint union ($\amalg$)}
+%
+may be represented as ``$\coprod$''~(\cmdX{\coprod}),
+``$\sqcup$''~(\cmdX{\sqcup}), ``$\dotcup$''~(\cmdX{\dotcup}),
+``$\oplus$''~(\cmdX{\oplus}), ``$\amalg$''~(\cmdX{\amalg}), or any of a
+number of other symbols.\footnote{\person{Bob}{Tennent} listed these and
+other disjoint-union symbol possibilities in a November~2007 post to \ctt.}
+Finally, the average\index{average} value of a variable~$x$ is written by
+some people as
``$\overline{x}$''~(\verb|\overline{x}|)\incsyms\indexaccent[$\string\blackacc{\string\overline}$]{\overline},
by some people as ``$\langle x \rangle$''~(\cmdX{\langle} \texttt{x}
-\cmdX{\rangle}), and by some people as ``$\diameter x$'' or
-``$\varnothing x$''~(\cmdX{\diameter} \texttt{x} or \cmdX{\varnothing}
-\texttt{x}). The moral of the story is that you should be careful
-always to explain your notation to avoid confusing your readers.
+\cmdX{\rangle}), and by some people as ``$\diameter x$'' or ``$\varnothing
+x$''~(\cmdX{\diameter} \texttt{x} or \cmdX{\varnothing} \texttt{x}). The
+moral of the story is that you should be careful always to explain your
+notation to avoid confusing your readers.
\fi % Matches \ifcomplete
@@ -6148,6 +6658,8 @@ always to explain your notation to avoid confusing your readers.
\begin{symtable}{Math-mode Versions of Text Symbols}
\index{underline}
+\index{dots (ellipses)>math mode}
+\index{ellipses (dots)>math mode}
\label{math-text-vers}
\begin{tabular}{*3{ll}}
\X\mathdollar & \X\mathparagraph & \X\mathsterling \\
@@ -6160,6 +6672,54 @@ always to explain your notation to avoid confusing your readers.
\end{symtable}
+\begin{symtable}[LOGIX]{\LOGIX\ Math-mode Versions of Text Symbols}
+\index{tilde}
+\index{underline}
+\index{copyright}
+\index{quotation marks}
+\index{question mark=question mark (\Queston)}
+\idxboth{currency}{symbols}
+\idxboth{monetary}{symbols}
+\label{logix-math-text-vers}
+\begin{tabular}{*4{ll}}
+\K\AAnd & \K\Dagger & \K\LeftSlash & \K\SingleQuote \\
+\K\Ampersand & \K\Daggerr & \K\LngVrtBar & \K\Tild \\
+\K\BackQuote & \K\Ddagger & \K\Numbr & \K\TripleQuote \\
+\K\BndBar & \K\Ddaggerr & \K\Percnt & \K\Underscore \\
+\K\Circumflex & \K\Dollar & \K\Queston & \\
+\K\Coma & \K\DoubleQuote & \K\RightSlash & \\
+\K\Cpyrght & \K\Exclaim & \K\Semicln & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\LOGIX}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[LOGIX]{\LOGIX\ Basic Operators}
+\idxboth{binary}{operators}
+\index{asterisks}
+\index{asterisks>circled}
+\index{asterisks>dotted}
+\index{plusses}
+\label{logix-basic}
+\begin{tabular}{*4{ll}}
+\K\Asterick & \K\CircMinusPlus & \K\Divd & \K\Minus \\
+\K\CircAsterick & \K\CircPls & \K\Divide & \K\MinusPlus \\
+\K\CircDivd & \K\CircPlusMinus & \K\DMinus & \K\Pls \\
+\K\CircDivide & \K\CircTimes & \K\DPlus & \K\PlusMinus \\
+\K\CircMinus & \K\DAsterisk & \K\DTimes & \K\Times \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\LOGIX}.
+\end{tablenote}
+\end{symtable}
+
+
\begin{symtable}[CMLL]{\CMLL\ Unary Operators}
\idxboth{unary}{operators}
\idxboth{linear logic}{symbols}
@@ -6182,8 +6742,9 @@ always to explain your notation to avoid confusing your readers.
\begin{symtable}{Binary Operators}
\idxboth{binary}{operators}
\index{division}
-\idxboth{linear logic}{symbols}
+\idxboth{logic}{symbols}
\index{rhombuses}
+\index{circles}
\label{bin}
\begin{tabular}{*4{ll}}
\X\amalg & \X\cup & \X\oplus & \X\times \\
@@ -6204,6 +6765,7 @@ always to explain your notation to avoid confusing your readers.
\begin{symtable}[AMS]{\AMS\ Binary Operators}
\idxboth{binary}{operators}
+\idxboth{boxed}{symbols}
\index{semidirect products}
\label{ams-bin}
\begin{tabular}{*3{ll}}
@@ -6237,7 +6799,9 @@ always to explain your notation to avoid confusing your readers.
\begin{symtable}[ST]{\ST\ Binary Operators}
\idxboth{binary}{operators}
-\idxboth{linear logic}{symbols}
+\idxboth{logic}{symbols}
+\idxboth{boxed}{symbols}
+\index{arrows}
\label{st-bin}
\begin{tabular}{*3{ll}}
\X\baro & \X\interleave & \X\varoast \\
@@ -6275,7 +6839,8 @@ always to explain your notation to avoid confusing your readers.
\begin{symtable}[TX]{\TXPX\ Binary Operators}
\idxboth{binary}{operators}
-\idxboth{linear logic}{symbols}
+\idxboth{logic}{symbols}
+\index{circles}
\label{txpx-bin}
\begin{tabular}{*3{ll}}
\X\circledbar & \X\circledwedge & \X\medcirc \\
@@ -6290,6 +6855,8 @@ always to explain your notation to avoid confusing your readers.
\index{asterisks}
\index{semidirect products}
\index{rhombuses}
+\index{plusses}
+\index{squares}
\label{abx-bin}
\begin{tabular}{*3{ll}}
\X[\ABXast]\ast & \X[\ABXcurlywedge]\curlywedge & \X[\ABXsqcap]\sqcap \\
@@ -6328,6 +6895,10 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[MNS]{\MNS\ Binary Operators}
\ltidxboth{binary}{operators}
+\ltindex{plusses}
+\ltindex{circles}
+\ltindex{rhombuses}
+\ltidxboth{database}{symbols}
\label{mns-bin}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -6388,6 +6959,8 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[FDSYM]{\FDSYM\ Binary Operators}
\ltidxboth{binary}{operators}
+\ltindex{plusses}
+\ltidxboth{database}{symbols}
\label{fdsym-bin}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -6471,6 +7044,8 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[BSK]{\BSK\ Binary Operators}
\ltidxboth{binary}{operators}
+\ltindex{plusses}
+\ltindex{asterisks}
\label{bsk-bin}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -6511,6 +7086,7 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[STIX]{\STIX\ Binary Operators}
\ltidxboth{binary}{operators}
+\ltindex{plusses}
\label{stix-bin}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -6594,6 +7170,22 @@ always to explain your notation to avoid confusing your readers.
\end{symtable}
+\begin{symtable}[PDFMSYM]{\PDFMSYM\ Binary Operators}
+\idxboth{binary}{operators}
+\label{pdfmsym-bin}
+\begin{tabular}{*3{ll}}
+\X\circwedge & \X\divs & \X\ndivs \\
+\X\dcup & \X\dwedge & \\
+\end{tabular}
+
+\bigskip
+
+\begin{tablenote}
+ \pdfmsymmessage.
+\end{tablenote}
+\end{symtable}
+
+
\begin{symtable}[CMLL]{\CMLL\ Binary Operators}
\idxboth{binary}{operators}
\label{cmll-bin}
@@ -6629,6 +7221,44 @@ always to explain your notation to avoid confusing your readers.
\end{symtable}
+\begin{symtable}[RESMES]{\RESMES\ Binary Operators}
+\idxboth{binary}{operators}
+\index{restriction of a measure}
+\label{resmes-bin}
+\begin{tabular}{ll}
+\X\resmes \\
+\end{tabular}
+
+\bigskip
+
+\begin{tablenote}
+ This symbol notates the restriction of a measure to a set, as in
+ $\phi \resmes Y$.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[LOGIX]{\LOGIX\ Logical Operators}
+\idxboth{binary}{operators}
+\idxboth{logic}{symbols}
+\label{logix-bin}
+\begin{tabular}{*4{ll}}
+\K\CircInvNt & \K\CircXor & \K\Nand & \K\SbNd \\
+\K\CircNand & \K\Dnd & \K\Nd & \K\SbNor \\
+\K\CircNd & \K\Dnt & \K\Ngt & \K\SbOr \\
+\K\CircNgt & \K\Dor & \K\Nor & \K\SbXor \\
+\K\CircNor & \K\InvNt & \K\Nt & \K\Shfr \\
+\K\CircNt & \K\Lnand & \K\Or & \K\Xor \\
+\K\CircOr & \K\Lnor & \K\SbNand & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\LOGIX}.
+\end{tablenote}
+\end{symtable}
+
+
\begin{symtable}[ULSY]{\ULSY\ Geometric Binary Operators}
\idxboth{binary}{operators}
\label{ulsy-geometric-bin}
@@ -6640,7 +7270,11 @@ always to explain your notation to avoid confusing your readers.
\begin{symtable}[ABX]{\ABX\ Geometric Binary Operators}
\idxboth{binary}{operators}
-\idxboth{linear logic}{symbols}
+\idxboth{logic}{symbols}
+\idxboth{boxed}{symbols}
+\index{asterisks}
+\index{asterisks>boxed}
+\index{asterisks>circled}
\label{abx-geometric-bin}
\begin{tabular}{*3{ll}}
\X[\ABXblacktriangledown]\blacktriangledown & \X[\ABXboxright]\boxright & \X[\ABXominus]\ominus \\
@@ -6664,7 +7298,7 @@ always to explain your notation to avoid confusing your readers.
\begin{symtable}[MNS]{\MNS\ Geometric Binary Operators}
\idxboth{binary}{operators}
-\idxboth{linear logic}{symbols}
+\idxboth{logic}{symbols}
\index{rhombuses}
\label{mns-geometric-bin}
\begin{tabular}{*3{ll}}
@@ -6711,7 +7345,14 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[FDSYM]{\FDSYM\ Geometric Binary Operators}
\ltidxboth{binary}{operators}
+\ltidxboth{boxed}{symbols}
+\ltindex{circles}
+\ltindex{squares}
+\ltindex{triangles}
\ltindex{rhombuses}
+\ltindex{stars}
+\ltindex{asterisks}
+\ltindex{asterisks>circled}
\label{fdsym-geometric-bin}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -6775,7 +7416,12 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[BSK]{\BSK\ Geometric Binary Operators}
\ltidxboth{binary}{operators}
+\ltidxboth{boxed}{symbols}
\ltindex{rhombuses}
+\ltindex{squares}
+\ltindex{circles}
+\ltindex{triangles}
+\ltindex{stars}
\label{bsk-geometric-bin}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -6809,6 +7455,11 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[STIX]{\STIX\ Geometric Binary Operators}
\ltidxboth{binary}{operators}
\ltindex{rhombuses}
+\ltindex{squares}
+\ltindex{circles}
+\ltindex{triangles}
+\ltindex{stars}
+\ltindex{crosses}
\label{stix-geometric-bin}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -6855,6 +7506,213 @@ always to explain your notation to avoid confusing your readers.
\end{longsymtable}
+\begin{longsymtable}[LOGIX]{\LOGIX\ Geometric Binary Operators}
+\ltidxboth{binary}{operators}
+\ltindex{rhombuses}
+\ltindex{circles}
+\ltindex{triangles}
+\ltindex{squares}
+\ltindex{polygons}
+\ltindex{arrowheads}
+\ltindex{geometric shapes}
+\label{logix-geometric-bin}
+\begin{longtable}{*2{ll}}
+\multicolumn{4}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\endhead
+\endfirsthead
+\\[3ex]
+\multicolumn{4}{r}{\small\textit{(continued on next page)}}
+\endfoot
+\endlastfoot
+\K\BlackCircle & \K\LogPast \\
+\K\BlackCircleA & \K\LogPos \\
+\K\BlackCircleB & \K\LWhiteCircle \\
+\K\BlackCircleC & \K\LWhiteCurvedDiamond \\
+\K\BlackCircleD & \K\LWhiteDiamond \\
+\K\BlackCircleE & \K\LWhiteDownTriangle \\
+\K\BlackCircleF & \K\LWhiteLeftArrowHead \\
+\K\BlackCircleG & \K\LWhiteLeftTriangle \\
+\K\BlackCircleH & \K\LWhiteLozenge \\
+\K\BlackCircleI & \K\LWhiteRightArrowHead \\
+\K\BlackCurvedDiamond & \K\LWhiteRightCurvedArrowHead \\
+\K\BlackDiamond & \K\LWhiteRightTriangle \\
+\K\BlackDiamondA & \K\LWhiteSmallCircle \\
+\K\BlackDiamondB & \K\LWhiteSquare \\
+\K\BlackDiamondC & \K\LWhiteSquareRoundCorners \\
+\K\BlackDiamondD & \K\LWhiteUpTriangle \\
+\K\BlackDiamondE & \K\LWhiteVerySmallCircle \\
+\K\BlackDiamondF & \K\LWhiteVerySmallSquare \\
+\K\BlackDiamondG & \K\Nec \\
+\K\BlackDiamondH & \K\Next \\
+\K\BlackDiamondI & \K\NonCont \\
+\K\BlackDownTriangle & \K\OutlineCircle \\
+\K\BlackDownTriangleA & \K\OutlineCurvedDiamond \\
+\K\BlackDownTriangleB & \K\OutlineDiamond \\
+\K\BlackDownTriangleC & \K\OutlineDownTriangle \\
+\K\BlackDownTriangleD & \K\OutlineLeftArrowHead \\
+\K\BlackDownTriangleE & \K\OutlineLeftTriangle \\
+\K\BlackDownTriangleF & \K\OutlineLozenge \\
+\K\BlackDownTriangleG & \K\OutlineRightArrowHead \\
+\K\BlackDownTriangleH & \K\OutlineRightCurvedArrowHead \\
+\K\BlackDownTriangleI & \K\OutlineRightTriangle \\
+\K\BlackLeftArrowHead & \K\OutlineSmallCircle \\
+\K\BlackLeftTriangle & \K\OutlineSquare \\
+\K\BlackLeftTriangleA & \K\OutlineSquareRoundCorners \\
+\K\BlackLeftTriangleB & \K\OutlineUpTriangle \\
+\K\BlackLeftTriangleC & \K\OutlineVerySmallCircle \\
+\K\BlackLeftTriangleD & \K\OutlineVerySmallSquare \\
+\K\BlackLeftTriangleE & \K\Past \\
+\K\BlackLeftTriangleF & \K\Pos \\
+\K\BlackLeftTriangleG & \K\QuartedLozenge \\
+\K\BlackLeftTriangleH & \K\QuarteredCircle \\
+\K\BlackLeftTriangleI & \K\QuarteredCurvedDiamond \\
+\K\BlackLozenge & \K\QuarteredDiamond \\
+\K\BlackReallySmallCircle & \K\QuarteredDownTriangle \\
+\K\BlackReallySmallDiamond & \K\QuarteredLeftTriangle \\
+\K\BlackReallySmallSquare & \K\QuarteredRightTriangle \\
+\K\BlackRightArrowHead & \K\QuarteredSmallCircle \\
+\K\BlackRightCurvedArrowHead & \K\QuarteredSquare \\
+\K\BlackRightTriangle & \K\QuarteredSquareRoundCorners \\
+\K\BlackRightTriangleA & \K\QuarteredUpTriangle \\
+\K\BlackRightTriangleB & \K\QuarteredVerySmallCircle \\
+\K\BlackRightTriangleC & \K\QuarteredVerySmallSquare \\
+\K\BlackRightTriangleD & \K\TmpCont \\
+\K\BlackRightTriangleE & \K\TmpFutr \\
+\K\BlackRightTriangleF & \K\TmpNec \\
+\K\BlackRightTriangleG & \K\TmpNext \\
+\K\BlackRightTriangleH & \K\TmpNonCont \\
+\K\BlackRightTriangleI & \K\TmpPast \\
+\K\BlackSmallCircle & \K\TmpPos \\
+\K\BlackSquare & \K\UpSlahsedSquareRoundCorners \\
+\K\BlackSquareA & \K\UpSlashedCircle \\
+\K\BlackSquareB & \K\UpSlashedCurvedDiamond \\
+\K\BlackSquareC & \K\UpSlashedDiamond \\
+\K\BlackSquareD & \K\UpSlashedDownTriangle \\
+\K\BlackSquareE & \K\UpSlashedLeftTriangle \\
+\K\BlackSquareF & \K\UpSlashedLozenge \\
+\K\BlackSquareG & \K\UpSlashedRightTriangle \\
+\K\BlackSquareH & \K\UpSlashedSmallCircle \\
+\K\BlackSquareI & \K\UpSlashedSquare \\
+\K\BlackSquareRoundCorners & \K\UpSlashedUpTriangle \\
+\K\BlackUpTriangle & \K\UpSlashedVerySmallCircle \\
+\K\BlackUpTriangleA & \K\UpSlashedVerySmallSquare \\
+\K\BlackUpTriangleB & \K\VerticallyDividedCircle \\
+\K\BlackUpTriangleC & \K\VerticallyDividedCurvedDiamond \\
+\K\BlackUpTriangleD & \K\VerticallyDividedDiamond \\
+\K\BlackUpTriangleE & \K\VerticallyDividedDownTriangle \\
+\K\BlackUpTriangleF & \K\VerticallyDividedLeftTriangle \\
+\K\BlackUpTriangleG & \K\VerticallyDividedLozenge \\
+\K\BlackUpTriangleH & \K\VerticallyDividedRightTriangle \\
+\K\BlackUpTriangleI & \K\VerticallyDividedSmallCircle \\
+\K\BlackVerySmallCircle & \K\VerticallyDividedSquare \\
+\K\BlackVerySmallSquare & \K\VerticallyDividedSquareRoundCorners \\
+\K\Cont & \K\VerticallyDividedUpTriangle \\
+\K\CrossedCircle & \K\VerticallyDividedVerySmallCircle \\
+\K\CrossedCurvedDiamond & \K\VerticallyDividedVerySmallSquare \\
+\K\CrossedDiamond & \K\WhiteCircle \\
+\K\CrossedDownTriangle & \K\WhiteCircleA \\
+\K\CrossedLeftTriangle & \K\WhiteCircleB \\
+\K\CrossedLozenge & \K\WhiteCircleC \\
+\K\CrossedRightTriangle & \K\WhiteCircleContainingBlackCircle \\
+\K\CrossedSmallCircle & \K\WhiteCircleD \\
+\K\CrossedSquare & \K\WhiteCircleE \\
+\K\CrossedSquareRoundCorners & \K\WhiteCircleF \\
+\K\CrossedUpTriangle & \K\WhiteCircleG \\
+\K\CrossedVerySmallCircle & \K\WhiteCircleH \\
+\K\CrossedVerySmallSquare & \K\WhiteCircleI \\
+\K\DeoCont & \K\WhiteCurvedDiamond \\
+\K\DeoFutr & \K\WhiteCurvedDiamondContainingBlackDiamond \\
+\K\DeoNec & \K\WhiteDiamond \\
+\K\DeoNext & \K\WhiteDiamondA \\
+\K\DeoNonCont & \K\WhiteDiamondB \\
+\K\DeoPast & \K\WhiteDiamondC \\
+\K\DeoPos & \K\WhiteDiamondContainingBlackDiamond \\
+\K\DottedCircl & \K\WhiteDiamondD \\
+\K\DottedCurvedDiamond & \K\WhiteDiamondE \\
+\K\DottedDiamond & \K\WhiteDiamondF \\
+\K\DottedDownTriangle & \K\WhiteDiamondG \\
+\K\DottedLeftArrowHead & \K\WhiteDiamondH \\
+\K\DottedLeftTriangle & \K\WhiteDiamondI \\
+\K\DottedLozenge & \K\WhiteDownTriangle \\
+\K\DottedRightArrowHead & \K\WhiteDownTriangleA \\
+\K\DottedRightCurvedArrowHead & \K\WhiteDownTriangleB \\
+\K\DottedRightTriangle & \K\WhiteDownTriangleC \\
+\K\DottedSmallCircle & \K\WhiteDownTriangleContainingBlackDownTriangle \\
+\K\DottedSquare & \K\WhiteDownTriangleD \\
+\K\DottedSquareRoundCorners & \K\WhiteDownTriangleE \\
+\K\DottedUpTriangle & \K\WhiteDownTriangleF \\
+\K\DottedVerySmallCircle & \K\WhiteDownTriangleG \\
+\K\DottedVerySmallSquare & \K\WhiteDownTriangleH \\
+\K\DownSlashedCircle & \K\WhiteDownTriangleI \\
+\K\DownSlashedCurvedDiamond & \K\WhiteLeftArrowHead \\
+\K\DownSlashedDiamond & \K\WhiteLeftTriangle \\
+\K\DownSlashedDownTriangle & \K\WhiteLeftTriangleA \\
+\K\DownSlashedLeftTriangle & \K\WhiteLeftTriangleB \\
+\K\DownSlashedLozenge & \K\WhiteLeftTriangleC \\
+\K\DownSlashedRightTriangle & \K\WhiteLeftTriangleContainingBlackLeftTriangle \\
+\K\DownSlashedSmallCircle & \K\WhiteLeftTriangleD \\
+\K\DownSlashedSquare & \K\WhiteLeftTriangleE \\
+\K\DownSlashedSquareRoundCorners & \K\WhiteLeftTriangleF \\
+\K\DownSlashedUpTriangle & \K\WhiteLeftTriangleG \\
+\K\DownSlashedVerySmallCircle & \K\WhiteLeftTriangleH \\
+\K\DownSlashedVerySmallSquare & \K\WhiteLeftTriangleI \\
+\K\DoxCont & \K\WhiteLozenge \\
+\K\DoxFutr & \K\WhiteLozengeContainingBlackLozenge \\
+\K\DoxNec & \K\WhiteReallySmallCircle \\
+\K\DoxNext & \K\WhiteReallySmallDiamond \\
+\K\DoxNonCont & \K\WhiteReallySmallSquare \\
+\K\DoxPast & \K\WhiteRightArrowHead \\
+\K\DoxPos & \K\WhiteRightCurvedArrowHead \\
+\K\FacCont & \K\WhiteRightTriangle \\
+\K\FacFutr & \K\WhiteRightTriangleA \\
+\K\FacNec & \K\WhiteRightTriangleB \\
+\K\FacNext & \K\WhiteRightTriangleC \\
+\K\FacNonCont & \K\WhiteRightTriangleContainingBlackRightTriangle \\
+\K\FacPast & \K\WhiteRightTriangleD \\
+\K\FacPos & \K\WhiteRightTriangleE \\
+\K\Futr & \K\WhiteRightTriangleF \\
+\K\HorizontallyDividedCircle & \K\WhiteRightTriangleG \\
+\K\HorizontallyDividedCurvedDiamond & \K\WhiteRightTriangleH \\
+\K\HorizontallyDividedDiamond & \K\WhiteRightTriangleI \\
+\K\HorizontallyDividedDownTriangle & \K\WhiteSmallCircle \\
+\K\HorizontallyDividedLeftTriangle & \K\WhiteSmallCircleContainingBlackCircle \\
+\K\HorizontallyDividedLozenge & \K\WhiteSquare \\
+\K\HorizontallyDividedRightTriangle & \K\WhiteSquareA \\
+\K\HorizontallyDividedSmallCircle & \K\WhiteSquareB \\
+\K\HorizontallyDividedSquare & \K\WhiteSquareC \\
+\K\HorizontallyDividedSquareRoundCorners & \K\WhiteSquareContainingBlackSquare \\
+\K\HorizontallyDividedUpTriangle & \K\WhiteSquareD \\
+\K\HorizontallyDividedVerySmallCircle & \K\WhiteSquareE \\
+\K\HorizontallyDividedVerySmallSquare & \K\WhiteSquareF \\
+\K\LBlackCircle & \K\WhiteSquareG \\
+\K\LBlackCurvedDiamond & \K\WhiteSquareH \\
+\K\LBlackDiamond & \K\WhiteSquareI \\
+\K\LBlackDownTriangle & \K\WhiteSquareRoundCorners \\
+\K\LBlackLeftArrowHead & \K\WhiteSquareRoundCornersContainingBlackSquare \\
+\K\LBlackLeftTriangle & \K\WhiteUpTriangle \\
+\K\LBlackLozenge & \K\WhiteUpTriangleA \\
+\K\LBlackRightArrowHead & \K\WhiteUpTriangleB \\
+\K\LBlackRightCurvedArrowHead & \K\WhiteUpTriangleC \\
+\K\LBlackRightTriangle & \K\WhiteUpTriangleContainingBlackUpTriangle \\
+\K\LBlackSmallCircle & \K\WhiteUpTriangleD \\
+\K\LBlackSquare & \K\WhiteUpTriangleE \\
+\K\LBlackSquareRoundCorners & \K\WhiteUpTriangleF \\
+\K\LBlackUpTriangle & \K\WhiteUpTriangleG \\
+\K\LBlackVerySmallCircle & \K\WhiteUpTriangleH \\
+\K\LBlackVerySmallSquare & \K\WhiteUpTriangleI \\
+\K\LogCont & \K\WhiteVerySmallCircle \\
+\K\LogFutr & \K\WhiteVerySmallCircleContainingBlackCircle \\
+\K\LogNec & \K\WhiteVerySmallSquare \\
+\K\LogNext & \K\WhiteVerySmallSquareContainingBlackSquare \\
+\K\LogNonCont & \\
+\end{longtable}
+
+\begin{tablenote}
+ \luaxemessage{\LOGIX}.
+\end{tablenote}
+\end{longsymtable}
+
+
\begin{symtable}[HWMATH]{\HWMATH\ Halloween-Themed Math Operators}
\index{pumpkins}
\index{witches}
@@ -6974,8 +7832,8 @@ always to explain your notation to avoid confusing your readers.
\begin{symtable}{Variable-sized Math Operators}
\idxboth{variable-sized}{symbols}
-\idxboth{linear logic}{symbols}
-\index{integrals}
+\idxboth{logic}{symbols}
+\index{integrals>circular ($\oint$)}
\label{op}
\renewcommand{\arraystretch}{1.75} % Keep tall symbols from touching.
\begin{tabular}{*3{l@{$\:$}ll@{\qquad}}l@{$\:$}ll}
@@ -6989,7 +7847,8 @@ always to explain your notation to avoid confusing your readers.
\begin{symtable}[AMS]{\AMS\ Variable-sized Math Operators}
\idxboth{variable-sized}{symbols}
-\index{integrals}
+\subindex{integrals}{contour}
+\index{integrals>dotted}
\label{ams-large}
\renewcommand{\arraystretch}{2.5} % Keep tall symbols from touching.
\begin{tabular}{l@{$\:$}ll@{\qquad}l@{$\:$}ll}
@@ -7013,7 +7872,7 @@ always to explain your notation to avoid confusing your readers.
\begin{symtable}[WASY]{\WASY\ Variable-sized Math Operators}
\idxboth{variable-sized}{symbols}
-\index{integrals}
+\subindex{integrals}{contour}
\label{wasy-large}
\renewcommand{\arraystretch}{2.5} % Keep tall symbols from touching.
\begin{tabular}{*2{l@{$\:$}ll@{\qquad}}l@{$\:$}ll}
@@ -7043,7 +7902,12 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[ABX]{\ABX\ Variable-sized Math Operators}
\ltidxboth{variable-sized}{symbols}
+\ltidxboth{boxed}{symbols}
\ltindex{integrals}
+\ltsubindex{integrals}{contour}
+\ltindex{asterisks}
+\ltindex{asterisks>boxed}
+\ltindex{asterisks>circled}
\label{abx-large}
\renewcommand{\arraystretch}{2.5} % Keep tall symbols from touching.
\begin{longtable}{*2{l@{$\:$}ll@{\qquad}}l@{$\:$}ll}
@@ -7074,7 +7938,7 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[TX]{\TXPX\ Variable-sized Math Operators}
\ltidxboth{variable-sized}{symbols}
-\ltindex{integrals}
+\ltsubindex{integrals}{contour}
\label{txpx-large}
\renewcommand{\arraystretch}{2.5} % Keep tall symbols from touching.
\begin{longtable}{l@{$\:$}ll@{\hspace{4em}}l@{$\:$}ll}
@@ -7135,8 +7999,9 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[MNS]{\MNS\ Variable-sized Math Operators}
\ltidxboth{variable-sized}{symbols}
-\ltidxboth{linear logic}{symbols}
+\ltidxboth{logic}{symbols}
\ltindex{integrals}
+\ltsubindex{integrals}{contour}
\label{mns-large}
\renewcommand{\arraystretch}{1.75} % Keep tall symbols from touching.
\begin{longtable}{*2{c@{\quad}cl@{\qquad}}c@{\quad}cl}
@@ -7179,8 +8044,9 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[FDSYM]{\FDSYM\ Variable-sized Math Operators}
\ltidxboth{variable-sized}{symbols}
-\ltidxboth{linear logic}{symbols}
+\ltidxboth{logic}{symbols}
\ltindex{integrals}
+\ltsubindex{integrals}{contour}
\label{fdsym-large}
\renewcommand{\arraystretch}{1.75} % Keep tall symbols from touching.
\begin{longtable}{*2{c@{\quad}cl@{\qquad}}c@{\quad}cl}
@@ -7264,6 +8130,7 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[STIX]{\STIX\ Variable-sized Math Operators}
\ltidxboth{variable-sized}{symbols}
\ltindex{integrals}
+\ltsubindex{integrals}{contour}
\label{stix-large}
\renewcommand{\arraystretch}{2.5} % Keep tall symbols from touching.
\begin{longtable}{*2{c@{\quad}cl@{\qquad}}c@{\quad}cl}
@@ -7307,6 +8174,7 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[STIX]{\STIX\ Integrals with Explicit Slant}
\ltidxboth{variable-sized}{symbols}
\ltindex{integrals}
+\ltsubindex{integrals}{contour}
\label{stix-large-all}
\renewcommand{\arraystretch}{2.5} % Keep tall symbols from touching.
\begin{longtable}{c@{\quad}cl @{\qquad} c@{\quad}cl}
@@ -7362,6 +8230,7 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[CMUPINT]{\CMUPINT\ Variable-sized Upright Integrals}
\ltidxboth{variable-sized}{symbols}
\ltindex{integrals}
+\ltsubindex{integrals}{contour}
\label{cmupint}
\renewcommand{\arraystretch}{2.5} % Keep tall symbols from touching.
\begin{longtable}{*2{c@{\quad}cl@{\hspace{4em}}}c@{\quad}cl}
@@ -7412,6 +8281,7 @@ always to explain your notation to avoid confusing your readers.
\begin{symtable}[MDES]{\MDES\ Variable-sized Math Operators}
\idxboth{variable-sized}{symbols}
\index{integrals}
+\subindex{integrals}{contour}
\label{mdes-large}
\renewcommand{\arraystretch}{2.5} % Keep tall symbols from touching.
\begin{tabular}{*2{c@{\quad}cl@{\hspace{4em}}}c@{\quad}cl}
@@ -7432,9 +8302,36 @@ always to explain your notation to avoid confusing your readers.
\end{symtable}
+\begin{symtable}[PDFMSYM]{\PDFMSYM\ Variable-sized Math Operators}
+\idxboth{variable-sized}{symbols}
+\label{pdfmsym-large}
+\renewcommand{\arraystretch}{2.5} % Keep tall symbols from touching.
+\begin{tabular}{lll@{\qquad}lll}
+\R\aint & \R\bigforall \\
+\R\bigcircwedge & \R[\biNint{5}]\biNint\verb|{5}|$^*$ \\
+\R\bigdcup & \R[\iNint{5}]\iNint\verb|{5}|$^*$ \\
+\R\bigdwedge & \R[\oiNint{5}]\oiNint\verb|{5}|$^*$ \\
+\R\bigexists & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \pdfmsymmessage.
+\end{tablenote}
+
+\bigskip
+\begin{tablenote}[*]
+ These commands have a required argument, which specifies the number
+ of integrals. For example, \verb|\oiNint{7}| produces the symbol
+ \[ \oiNint{7} \quad. \]
+\end{tablenote}
+\end{symtable}
+
+
\begin{symtable}[PRODINT]{\PRODINT\ Variable-sized Math Operators}
\idxboth{variable-sized}{symbols}
-\idxboth{product}{integrals}
+\index{product integrals}
+\subindex{integrals}{product}
\label{prodint}
\begin{tabular}{*3{ll}}
\K\prodi & \K\Prodi & \K\PRODI \\
@@ -7444,17 +8341,38 @@ always to explain your notation to avoid confusing your readers.
\begin{tablenote}
\PRODINT\ currently requires the author to manually specify
- \cmd{\prodi} for inlined expressions (\verb|$|\dots\verb|$|),
- \cmd{\Prodi} for displayed math (\verb|\[|\dots\verb|\]|), and
- \cmd{\PRODI} for displayed math involving tall integrands. The
+ \cmdI{\prodi} for inlined expressions (\verb|$|\dots\verb|$|),
+ \cmdI{\Prodi} for displayed math (\verb|\[|\dots\verb|\]|), and
+ \cmdI{\PRODI} for displayed math involving tall integrands. The
package does not define a product integral command that scales
automatically akin to the symbols in \ref{op}.
\end{tablenote}
\end{symtable}
+\begin{symtable}[PDFMSYM]{\PDFMSYM\ Extensible Math Operators}
+\label{pdfmsym-ext-ops}
+\begin{tabular}{ll@{\qquad}ll}
+\X\prood & \X\suum \\
+\end{tabular}
+
+\bigskip
+
+\begin{tablenote}
+ These symbols extend horizontally to fit their lower and upper limits.
+ Hence,
+\begin{verbatim}
+\suum_{i=\lfloor\sqrt{a^2 + b^2 + c^2}\rfloor}^{\max(5N-3, 11N-8)}
+\end{verbatim}
+ produces
+ \[ \suum_{i=\lfloor\sqrt{a^2 + b^2 + c^2}\rfloor}^{\max(5N-3, 11N-8)} \quad. \]
+ \pdfmsymmessage.
+\end{tablenote}
+\end{symtable}
+
+
\begin{symtable}[CMLL]{\CMLL\ Large Math Operators}
-\idxboth{linear logic}{symbols}
+\idxboth{logic}{symbols}
\label{cmll-large}
\renewcommand{\arraystretch}{2.5} % Keep tall symbols from touching.
\begin{tabular}{ll@{\qquad}ll}
@@ -7472,6 +8390,9 @@ always to explain your notation to avoid confusing your readers.
\begin{symtable}{Binary Relations}
\idxboth{relational}{symbols}
+\idxboth{frown}{symbols}
+\idxboth{smile}{symbols}
+\idxboth{database}{symbols}
\index{tacks}
\label{rel}
\begin{tabular}{*4{ll}}
@@ -7489,11 +8410,12 @@ always to explain your notation to avoid confusing your readers.
\bigskip
\begin{tablenote}[\dag]
The difference between \cmdX{\mid} and
- \verb+|+\index{_=\magicvertname{} ($\vert$)} is that the former is a
- binary relation while the latter is a math ordinal. Consequently,
- \latex\ typesets the two with different surrounding spacing.
- Contrast ``\verb+P(A | B)+''~$\mapsto$ \mbox{``$P(A | B)$''} with
- ``\verb+P(A \mid B)+''~$\mapsto$ \mbox{``$P(A \mid B)$''}.
+ \verb+|+\index{_magicvertname=\magicvertname{} ($\vert$)} is that
+ the former is a binary relation while the latter is a math ordinal.
+ Consequently, \latex\ typesets the two with different surrounding
+ spacing. Contrast ``\verb+P(A | B)+''~$\mapsto$ \mbox{``$P(A |
+ B)$''} with ``\verb+P(A \mid B)+''~$\mapsto$ \mbox{``$P(A \mid
+ B)$''}.
\end{tablenote}
\end{symtable}
@@ -7502,6 +8424,8 @@ always to explain your notation to avoid confusing your readers.
\index{binary relations}
\index{relational symbols>binary}
\index{pitchforks}
+\idxboth{frown}{symbols}
+\idxboth{smile}{symbols}
\label{ams-rel}
\begin{tabular}{*3{ll}}
\X\approxeq & \X\eqcirc & \X\succapprox \\
@@ -7548,6 +8472,7 @@ always to explain your notation to avoid confusing your readers.
\begin{symtable}[WASY]{\WASY\ Binary Relations}
\index{binary relations}
\index{relational symbols>binary}
+\idxboth{database}{symbols}
\label{wasy-rel}
\begin{tabular}{*3{ll}}
\X\invneg & \X\leadsto & \X\wasypropto \\
@@ -7559,10 +8484,11 @@ always to explain your notation to avoid confusing your readers.
\begin{symtable}[TX]{\TXPX\ Binary Relations}
\index{binary relations}
\index{relational symbols>binary}
+\idxboth{database}{symbols}
\label{txpx-rel}
\begin{tabular}{*3{ll}}
\X\circledgtr & \X\lJoin & \X\opentimes \\
-\X\circledless & \X\lrtimes & \X\Perp \\
+\X\circledless & \X\lrtimes & \X[\TXPerp]\Perp \\
\X\colonapprox & \X\multimap & \X\preceqq \\
\X\Colonapprox & \X\multimapboth & \X\precneqq \\
\X\coloneq & \X\multimapbothvert & \X\rJoin \\
@@ -7625,7 +8551,8 @@ always to explain your notation to avoid confusing your readers.
\begin{symtable}[ABX]{\ABX\ Negated Binary Relations}
-\index{binary relations>negated}\index{relational symbols>negated binary}
+\index{binary relations>negated}
+\index{relational symbols>negated binary}
\label{abx-nrel}
\begin{tabular}{*3{ll}}
\X[\ABXnapprox]\napprox & \X[\ABXnotperp]\notperp & \X[\ABXnvDash]\nvDash \\
@@ -7716,7 +8643,7 @@ always to explain your notation to avoid confusing your readers.
\K[\MNSleftvdash]\dashv & \mnssyn\leftvdash \\
\K[\MNSnwseline]\diagdown & \mnssyn\nwseline \\
\K[\MNSneswline]\diagup & \mnssyn\neswline \\
-\K[\MNSneswline]\divides & \mnssyn\updownline \\
+\K[\MNSupdownline]\divides & \mnssyn\updownline \\
\K[\MNSDoteq]\doteqdot & \mnssyn\Doteq \\
\K[\MNSrightmodels]\models & \mnssyn\rightmodels \\
\K[\MNSUpdownline]\parallel & \mnssyn\Updownline \\
@@ -7809,8 +8736,11 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[FDSYM]{\FDSYM\ Binary Relations}
-\index{binary relations}
-\index{relational symbols>binary}
+\ltindex{binary relations}
+\ltindex{relational symbols>binary}
+\ltidxboth{frown}{symbols}
+\ltidxboth{smile}{symbols}
+\ltidxboth{database}{symbols}
\label{fdsym-rel}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -7884,8 +8814,10 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[FDSYM]{\FDSYM\ Negated Binary Relations}
-\index{binary relations>negated}
-\index{relational symbols>negated binary}
+\ltindex{binary relations>negated}
+\ltindex{relational symbols>negated binary}
+\ltidxboth{frown}{symbols}
+\ltidxboth{smile}{symbols}
\label{fdsym-nrel}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -7956,8 +8888,10 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[BSK]{\BSK\ Binary Relations}
-\index{binary relations}
-\index{relational symbols>binary}
+\ltindex{binary relations}
+\ltindex{relational symbols>binary}
+\ltidxboth{frown}{symbols}
+\ltidxboth{smile}{symbols}
\label{bsk-rel}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -8021,8 +8955,8 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[STIX]{\STIX\ Binary Relations}
\ltindex{binary relations}
\ltindex{relational symbols>binary}
-\ltindex{APL>symbols}
-\ltindex{symbols>APL}
+\ltidxboth{APL}{symbols}
+\ltidxboth{frown}{symbols}
\label{stix-rel}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -8163,9 +9097,9 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[TURN]{\TURN\ Binary Relations}
-\index{binary relations}
-\index{relational symbols>binary}
-\index{consequence relations}
+\ltindex{binary relations}
+\ltindex{relational symbols>binary}
+\ltindex{consequence relations}
\label{turn-rel}
\renewcommand{\arraystretch}{2} % Keep tall symbols from touching.
\begin{longtable}{ll@{\hspace*{2em}}ll@{\hspace*{2em}}ll}
@@ -8236,10 +9170,27 @@ always to explain your notation to avoid confusing your readers.
\end{symtable}
+\begin{symtable}[PDFMSYM]{\PDFMSYM\ Binary Relations}
+\idxboth{relational}{symbols}
+\label{pdfmsym-rel}
+\begin{tabular}{*3{ll}}
+\X\leftPP & \X\longroundedarrow & \X\roundedarrow \\
+\X\longleftPP & \X\longsquaredarrow & \X\squaredarrow \\
+\X\longrightPP & \X\rightPP & \\
+\end{tabular}
+
+\bigskip
+
+\begin{tablenote}
+ \pdfmsymmessage.
+\end{tablenote}
+\end{symtable}
+
+
\begin{symtable}[CMLL]{\CMLL\ Binary Relations}
\index{binary relations}
\index{relational symbols>binary}
-\idxboth{linear logic}{symbols}
+\idxboth{logic}{symbols}
\label{cmll-rel}
\begin{tabular}{ll@{\hspace*{2em}}ll}
\K[\CMLLcoh]\coh & \K[\CMLLscoh]\scoh \\
@@ -8275,6 +9226,44 @@ always to explain your notation to avoid confusing your readers.
\end{symtable}
+\begin{symtable}[LOGIX]{\LOGIX\ Binary Relations}
+\index{binary relations}
+\index{relational symbols>binary}
+\label{logix-rel}
+\begin{tabular}{*4{ll}}
+\K\ClsEquv & \K\NotClsEquv & \K\NotPre & \K\Pre \\
+\K\ClsImpl & \K\NotClsImpl & \K\NotPreq & \K\Preq \\
+\K\Conseq & \K\NotConseq & \K\NotRule & \K\Rule \\
+\K\DTrpTurn & \K\NotDTrpTurn & \K\NotSeq & \K\Seq \\
+\K\DTurnDWavy & \K\NotDTurnDWavy & \K\NotSuc & \K\Suc \\
+\K\DTurnWavy & \K\NotDTurnWavy & \K\NotSucq & \K\Sucq \\
+\K\Model & \K\NotModel & \K\NotTrpTurn & \K\TrpTurn \\
+\K\MulMap & \K\NotMulMap & \K\NotTurn & \K\Turn \\
+\K\MulMapDual & \K\NotMulMapDual & \K\NotTurnDWavy & \K\TurnDWavy \\
+\K\MulMapInv & \K\NotMulMapInv & \K\NotTurnWavy & \K\TurnWavy \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\LOGIX}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[LOGIX]{\LOGIX\ Set Symbols}
+\label{logix-set}
+\begin{tabular}{*4{ll}}
+\K\In & \K\NotOwns & \K\Of & \K\VoidBunch \\
+\K\NotIn & \K\NullSet & \K\Owns & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\LOGIX}.
+\end{tablenote}
+\end{symtable}
+
+
\begin{symtable}{Subset and Superset Relations}
\index{binary relations}
\index{relational symbols>binary}
@@ -8511,6 +9500,28 @@ always to explain your notation to avoid confusing your readers.
\end{longsymtable}
+\begin{symtable}[LOGIX]{\LOGIX\ Subset and Superset Relations}
+\index{binary relations}
+\index{relational symbols>binary}
+\index{subsets}
+\index{supersets}
+\index{symbols>subset and superset}
+\label{logix-subsets}
+\begin{tabular}{*4{ll}}
+\K\FntSbset & \K\NotStrctFntSbset & \K\NotWkSbnch & \K\StrctSbmap \\
+\K\NotFntSbset & \K\NotStrctSbmap & \K\Sbmap & \K\StrctSbnch \\
+\K\NotSbmap & \K\NotStrctSbnch & \K\Sbnch & \K\StrctSbset \\
+\K\NotSbnch & \K\NotStrctSbset & \K\Sbset & \K\StrctWkSbnch \\
+\K\NotSbset & \K\NotStrctWkSbnch & \K\StrctFntSbset & \K\WkSbnch \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\LOGIX}.
+\end{tablenote}
+\end{symtable}
+
+
\begin{symtable}{Inequalities}
\index{binary relations}\index{relational symbols>binary}
\index{inequalities}
@@ -8651,8 +9662,8 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[FDSYM]{\FDSYM\ Inequalities}
-\index{binary relations}\index{relational symbols>binary}
-\index{inequalities}
+\ltindex{binary relations}\index{relational symbols>binary}
+\ltindex{inequalities}
\label{fdsym-inequal-rel}
\renewcommand{\arraystretch}{1.25} % Keep visually similar symbols from touching.
\begin{longtable}{ll*2{@{\hspace*{2em}}ll}}
@@ -8805,8 +9816,31 @@ always to explain your notation to avoid confusing your readers.
\end{longsymtable}
+\begin{symtable}[LOGIX]{\LOGIX\ Inequalities and Equalities}
+\index{binary relations}
+\index{relational symbols>binary}
+\index{inequalities}
+\label{logix-inequal-rel}
+\begin{tabular}{*4{ll}}
+\K\CircEq & \K\Gr & \K\NotLs & \K\SbGr \\
+\K\CircGr & \K\Gre & \K\NotLse & \K\SbGre \\
+\K\CircGre & \K\Ls & \K\NotSbGr & \K\SbLs \\
+\K\CircLs & \K\Lse & \K\NotSbGre & \K\SbLse \\
+\K\CircLse & \K\NotEq & \K\NotSbLs & \K\Sm \\
+\K\CircSm & \K\NotGr & \K\NotSbLse & \\
+\K\Eq & \K\NotGre & \K\NotSm & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\LOGIX}.
+\end{tablenote}
+\end{symtable}
+
+
\begin{symtable}[AMS]{\AMS\ Triangle Relations}
-\index{triangle relations}\index{relational symbols>triangle}
+\index{triangle relations}
+\index{relational symbols>triangle}
\label{ams-triangle-rel}
\begin{tabular}{*3{ll}}
\X\blacktriangleleft & \X\ntriangleright & \X\trianglerighteq \\
@@ -9055,7 +10089,7 @@ always to explain your notation to avoid confusing your readers.
\begin{symtable}[AMS]{\AMS\ Negated Arrows}
-\index{arrows>negated}
+\subindex{arrows}{negated}
\label{ams-narrows}
\begin{tabular}{*3{ll}}
\X\nLeftarrow & \X\nLeftrightarrow & \X\nRightarrow \\
@@ -9076,6 +10110,7 @@ always to explain your notation to avoid confusing your readers.
\begin{symtable}[ST]{\ST\ Arrows}
\index{arrows}
+\index{lightning}
\label{st-arrows}
\begin{tabular}{*3{ll}}
\X\leftarrowtriangle & \X\Mapsfrom & \X\shortleftarrow \\
@@ -9130,7 +10165,7 @@ always to explain your notation to avoid confusing your readers.
\begin{symtable}[ABX]{\ABX\ Negated Arrows}
-\index{arrows>negated}
+\subindex{arrows}{negated}
\label{abx-narrows}
\begin{tabular}{*3{ll}}
\X[\ABXnLeftarrow]\nLeftarrow & \X[\ABXnleftrightarrow]\nleftrightarrow & \X[\ABXnrightarrow]\nrightarrow \\
@@ -9156,7 +10191,8 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[MNS]{\MNS\ Arrows}
-\index{arrows}
+\ltindex{arrows}
+\ltindex{lightning}
\label{mns-arrows}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -9254,7 +10290,7 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[MNS]{\MNS\ Negated Arrows}
-\index{arrows>negated}
+\ltsubindex{arrows}{negated}
\label{mns-narrows}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -9398,7 +10434,8 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[FDSYM]{\FDSYM\ Arrows}
-\index{arrows}
+\ltindex{arrows}
+\ltindex{lightning}
\label{fdsym-arrows}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -9509,7 +10546,7 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[FDSYM]{\FDSYM\ Negated Arrows}
-\index{arrows>negated}
+\ltsubindex{arrows}{negated}
\label{fdsym-narrows}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -9678,8 +10715,8 @@ always to explain your notation to avoid confusing your readers.
\begin{longsymtable}[BSK]{\BSK\ Arrows}
-\index{arrows}
-\index{carriage return}
+\ltindex{arrows}
+\ltindex{carriage return}
\label{boisik-arrows}
\begin{longtable}{*2{ll}}
\multicolumn{4}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -9990,23 +11027,72 @@ always to explain your notation to avoid confusing your readers.
\end{longsymtable}
-\begin{symtable}[HARP]{\HARP\ Extensible Harpoons}
+\begin{longsymtable}[PDFMSYM]{\PDFMSYM\ Arrows}
+\ltindex{arrows}
+\ltindex{carriage return}
+\ltindex{lightning}
+\label{pdfmsym-arrows}
+\begin{longtable}{*2{ll}}
+\multicolumn{4}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\endhead
+\endfirsthead
+\\[3ex]
+\multicolumn{4}{r}{\small\textit{(continued on next page)}}
+\endfoot
+\endlastfoot
+\X[\PDFMSYMlightning]\lightning \\
+\X\longvarCircleleftarrow & \X\varCircleleftarrow \\
+\X\longvarcircleleftarrow & \X\varcircleleftarrow \\
+\X\longvarCirclerightarrow & \X\varCirclerightarrow \\
+\X\longvarcirclerightarrow & \X\varcirclerightarrow \\
+\X\longvardoubleleftarrow & \X\vardoubleleftarrow \\
+\X\longvardoublerightarrow & \X\vardoublerightarrow \\
+\X\longvardownhookleftarrow & \X\vardownhookleftarrow \\
+\X\longvardownhookrightarrow & \X\vardownhookrightarrow \\
+\X\longvarLeftarrow & \X\varLeftarrow \\
+\X\longvarleftarrow & \X\varleftarrow \\
+\X\longvarleftarrows & \X\varleftarrows \\
+\X\longvarleftrightarrow & \X\varleftrightarrow \\
+\X\longvarleftrightarrows & \X\varleftrightarrows \\
+\X\longvarLleftarrow & \X\varLleftarrow \\
+\X\longvarLleftRrightarrow & \X\varLleftRrightarrow \\
+\X\longvarmapsfrom & \X\varmapsfrom \\
+\X\longvarmapsto & \X\varmapsto \\
+\X\longvarRibbonleftarrow & \X\varRibbonleftarrow \\
+\X\longvarRibbonrightarrow & \X\varRibbonrightarrow \\
+\X\longvarRightarrow & \X\varRightarrow \\
+\X\longvarrightarrow & \X\varrightarrow \\
+\X\longvarrightarrows & \X\varrightarrows \\
+\X\longvarrightleftarrows & \X\varrightleftarrows \\
+\X\longvarRrightarrow & \X\varRrightarrow \\
+\X\longvarSquareleftarrow & \X\varSquareleftarrow \\
+\X\longvarSquarerightarrow & \X\varSquarerightarrow \\
+\X\longvaruphookleftarrow & \X\varuphookleftarrow \\
+\X\longvaruphookrightarrow & \X\varuphookrightarrow \\
+\end{longtable}
+
+\bigskip
+
+\begin{tablenote}
+ \pdfmsymmessage.
+\end{tablenote}
+\end{longsymtable}
+
+
+\begin{symtable}[PDFMSYM]{\PDFMSYM\ Harpoons}
\index{harpoons}
-\index{symbols>extensible}
-\label{harp-harpoons}
-\begin{tabular}{*3{ll}}
-\W\overleftharp{abc} & \W\overrightharpdown{abc} & \W\underrightharp{abc} \\
-\W\overleftharpdown{abc} & \W\underleftharp{abc} & \W\underrightharpdown{abc} \\
-\W\overrightharp{abc} & \W\underleftharpdown{abc} & \\
+\label{pdfmsym-harpoons}
+\begin{tabular}{*2{ll}}
+\X\longvarleftharp & \X\varleftharp \\
+\X\longvarleftrightharp & \X\varleftrightharp \\
+\X\longvarrightharp & \X\varrightharp \\
+\X\longvarrightleftharp & \X\varrightleftharp \\
\end{tabular}
\bigskip
+
\begin{tablenote}
- All of the \HARP\ symbols are implemented using the
- \pkgname{graphics} package (specifically, \pkgname{graphics}'s
- \cmd{\resizebox} command). Consequently, only \tex backends that
- support graphical transformations (e.g.,~\emph{not}
- Xdvi\index{Xdvi}) can properly display these symbols.
+ \pdfmsymmessage.
\end{tablenote}
\end{symtable}
@@ -10049,7 +11135,7 @@ always to explain your notation to avoid confusing your readers.
\begin{tablenote}
The arrows provided by \OLDARR\ represent Donald\index{Knuth, Donald E.}
Knuth's pre-1992 \PSfont{Computer Modern} glyphs, which feature
- smaller arrowheads. Contrast the following:
+ smaller arrowheads\index{arrowheads}. Contrast the following:
\begin{center}
\begin{tabular}{ccc}
@@ -10061,7 +11147,7 @@ always to explain your notation to avoid confusing your readers.
\ifAMS
\ifMTOOLS
In addition to the arrows shown above, \OLDARR\ also reduces the
- arrowhead size for \AMS's
+ arrowhead\index{arrowheads} size for \AMS's
\cmdI[$\string\blackacc{\string\overleftarrow}$]{\overleftarrow},
\cmdI[$\string\blackacc{\string\overrightarrow}$]{\overrightarrow},
\cmdI[$\string\blackacc{\string\overleftrightarrow}$]{\overleftrightarrow},
@@ -10070,14 +11156,14 @@ always to explain your notation to avoid confusing your readers.
\cmdI[$\string\blackacc{\string\underleftrightarrow}$]{\underleftrightarrow},
\cmdI[$\string\blackacc{\string\xleftarrow}$]{\xleftarrow},
\cmdI[$\string\blackacc{\string\xrightarrow}$]{\xrightarrow},
- \cmdX{\varinjlim}, and \cmdX{\varprojlim} symbols
- (\vref*{extensible-accents}, \vref{ams-extensible-arrows}, and
- \vref{ams-log}) and \MTOOLS's
- \cmdI[$\string\blackacc{\string\xleftrightarrow}$]{\xleftrightarrow},
- \cmdI[$\string\blackacc{\string\xhookleftarrow}$]{\xhookleftarrow},
- \cmdI[$\string\blackacc{\string\xhookrightarrow}$]{\xhookrightarrow}, and
- \cmdI[$\string\blackacc{\string\xmapsto}$]{\xmapsto} symbols
- (\vref*{mathtools-extensible-arrows}).
+ \cmdX{\varinjlim}, and \cmdX{\varprojlim} symbols (\vref{ams-log},
+ \vref{extensible-accents}, and \vref{ams-extensible-arrows}) and
+ \MTOOLS's
+ \cmdI[$\string\blackacc{\string\MTOOLSxleftrightarrow}$]{\xleftrightarrow},
+ \cmdI[$\string\blackacc{\string\MTOOLSxhookleftarrow}$]{\xhookleftarrow},
+ \cmdI[$\string\blackacc{\string\MTOOLSxhookrightarrow}$]{\xhookrightarrow},
+ and \cmdI[$\string\blackacc{\string\MTOOLSxmapsto}$]{\xmapsto}
+ symbols (\vref{mathtools-extensible-arrows}).
\fi
\fi
@@ -10140,6 +11226,159 @@ always to explain your notation to avoid confusing your readers.
\end{symtable}
+\begin{longsymtable}[LOGIX]{\LOGIX\ Arrows}
+\ltindex{arrows}
+\ltidxboth{logic}{symbols}
+\label{logix-arrows}
+\begin{longtable}{*3{ll}}
+\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\endhead
+\endfirsthead
+\\[3ex]
+\multicolumn{6}{r}{\small\textit{(continued on next page)}}
+\endfoot
+\endlastfoot
+\K\DashArrowLeft & \K\LMtImpl & \K\RplcFree \\
+\K\DashArrowRight & \K\LoopArrowLeft & \K\RplcFreeLeft \\
+\K\Entail & \K\LoopArrowRight & \K\RplcFreeRight \\
+\K\EntailEquv & \K\LParFunc & \K\SEntail \\
+\K\Equv & \K\LWkEntail & \K\SEntailEquv \\
+\K\FishArrowLeft & \K\LWkEntailEquv & \K\SEquv \\
+\K\FishArrowRight & \K\MapParInGndMul & \K\SFunc \\
+\K\FlatArrowLeft & \K\MapParInGndOne & \K\ShftAccent \\
+\K\FlatArrowRight & \K\MapParInGndSng & \K\ShftSubscr \\
+\K\ForkArrowLeft & \K\MapParInMul & \K\ShftSuper \\
+\K\ForkArrowRight & \K\MapParInOne & \K\SImpl \\
+\K\Func & \K\MapParInSng & \K\SMapTo \\
+\K\FunParInGndMul & \K\MapParOnGndMul & \K\SMtEquv \\
+\K\FunParInGndOne & \K\MapParOnGndOne & \K\SMtImpl \\
+\K\FunParInGndSng & \K\MapParOnGndSng & \K\SParFunc \\
+\K\FunParInMul & \K\MapParOnMul & \K\SWkEntail \\
+\K\FunParInOne & \K\MapParOnOne & \K\SWkEntailEquv \\
+\K\FunParInSng & \K\MapParOnSng & \K\VEntail \\
+\K\FunParOnGndMul & \K\MapTo & \K\VEntailEquv \\
+\K\FunParOnGndOne & \K\MapTotInGndMul & \K\VEquv \\
+\K\FunParOnGndSng & \K\MapTotInGndOne & \K\VFunc \\
+\K\FunParOnMul & \K\MapTotInGndSng & \K\VImpl \\
+\K\FunParOnOne & \K\MapTotInMul & \K\VMapTo \\
+\K\FunParOnSng & \K\MapTotInOne & \K\VMtEquv \\
+\K\FunTotInGndMul & \K\MapTotInSng & \K\VMtImpl \\
+\K\FunTotInGndOne & \K\MapTotOnGndMul & \K\VParFunc \\
+\K\FunTotInGndSng & \K\MapTotOnGndOne & \K\VWkEntail \\
+\K\FunTotInMul & \K\MapTotOnGndSng & \K\VWkEntailEquv \\
+\K\FunTotInOne & \K\MapTotOnMul & \K\WavyArrowLeft \\
+\K\FunTotInSng & \K\MapTotOnOne & \K\WavyArrowRight \\
+\K\FunTotOnGndMul & \K\MapTotOnSng & \K\WkEntail \\
+\K\FunTotOnGndOne & \K\MtEquv & \K\WkEntailEquv \\
+\K\FunTotOnGndSng & \K\MtImpl & \K\XEntail \\
+\K\FunTotOnMul & \K\ParFunc & \K\XEntailEquv \\
+\K\FunTotOnOne & \K\RplcAll & \K\XEquv \\
+\K\FunTotOnSng & \K\RplcAllBnd & \K\XFunc \\
+\K\HookArrowLeft & \K\RplcAllBndLeft & \K\XImpl \\
+\K\HookArrowRight & \K\RplcAllBndRight & \K\XMapTo \\
+\K\Impl & \K\RplcAllLeft & \K\XMtEquv \\
+\K\LEntail & \K\RplcAllRight & \K\XMtImpl \\
+\K\LEntailEquv & \K\RplcAny & \K\XParFunc \\
+\K\LEquv & \K\RplcAnyLeft & \K\XWkEntail \\
+\K\LFunc & \K\RplcAnyRight & \K\XWkEntailEquv \\
+\K\LImpl & \K\RplcEquv & \K\ZigArrowLeft \\
+\K\LMapTo & \K\RplcEquvLeft & \K\ZigArrowRight \\
+\K\LMtEquv & \K\RplcEquvRight & \\
+\end{longtable}
+
+\begin{tablenote}
+ \luaxemessage{\LOGIX}.
+\end{tablenote}
+\end{longsymtable}
+
+
+\begin{symtable}[LOGIX]{\LOGIX\ Negated Arrows}
+\subindex{arrows}{negated}
+\idxboth{logic}{symbols}
+\label{logix-narrows}
+\begin{tabular}{*3{ll}}
+\K\NotEntail & \K\NotSEntail & \K\NotVWkEntail \\
+\K\NotEntailEquv & \K\NotSEntailEquv & \K\NotVWkEntailEquv \\
+\K\NotEquv & \K\NotSEquv & \K\NotWkEntail \\
+\K\NotImpl & \K\NotSImpl & \K\NotWkEntailEquv \\
+\K\NotLEntail & \K\NotSMtEquv & \K\NotXEntail \\
+\K\NotLEntailEquv & \K\NotSMtImpl & \K\NotXEntailEquv \\
+\K\NotLEquv & \K\NotSWkEntail & \K\NotXEquv \\
+\K\NotLImpl & \K\NotSWkEntailEquv & \K\NotXImpl \\
+\K\NotLMtEquv & \K\NotVEntail & \K\NotXMtEquv \\
+\K\NotLMtImpl & \K\NotVEntailEquv & \K\NotXMtImpl \\
+\K\NotLWkEntail & \K\NotVEquv & \K\NotXWkEntail \\
+\K\NotLWkEntailEquv & \K\NotVImpl & \K\NotXWkEntailEquv \\
+\K\NotMtEquv & \K\NotVMtEquv & \\
+\K\NotMtImpl & \K\NotVMtImpl & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\LOGIX}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[LOGIX]{\LOGIX\ Harpoons}
+\index{harpoons}
+\label{logix-harpoons}
+\begin{tabular}{*2{ll}}
+\K\HarpoonDnLeft & \K\HarpoonUpLeft \\
+\K\HarpoonDnRight & \K\HarpoonUpRight \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\LOGIX}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[LOGIX]{\LOGIX\ Implications and Equivalences}
+\idxboth{logic}{symbols}
+\label{logix-impl}
+\begin{tabular}{*4{ll}}
+\K\InEquv & \K\SInEquv & \K\VWkEquv & \K\XInEquv \\
+\K\InImpl & \K\SInImpl & \K\VWkImpl & \K\XInImpl \\
+\K\LInEquv & \K\SWkEquv & \K\VWkMtEquv & \K\XWkEquv \\
+\K\LInImpl & \K\SWkImpl & \K\VWkMtImpl & \K\XWkImpl \\
+\K\LWkEquv & \K\SWkMtEquv & \K\WkEquv & \K\XWkMtEquv \\
+\K\LWkImpl & \K\SWkMtImpl & \K\WkImpl & \K\XWkMtImpl \\
+\K\LWkMtEquv & \K\VInEquv & \K\WkMtEquv & \\
+\K\LWkMtImpl & \K\VInImpl & \K\WkMtImpl & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\LOGIX}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[LOGIX]{\LOGIX\ Negated Implications and Equivalences}
+\idxboth{logic}{symbols}
+\label{logix-nimpl}
+\begin{tabular}{*3{ll}}
+\K\NotInEquv & \K\NotSWkEquv & \K\NotWkEquv \\
+\K\NotInImpl & \K\NotSWkImpl & \K\NotWkImpl \\
+\K\NotLInEquv & \K\NotSWkMtEquv & \K\NotWkMtEquv \\
+\K\NotLInImpl & \K\NotSWkMtImpl & \K\NotWkMtImpl \\
+\K\NotLWkEquv & \K\NotVInEquv & \K\NotXInEquv \\
+\K\NotLWkImpl & \K\NotVInImpl & \K\NotXInImpl \\
+\K\NotLWkMtEquv & \K\NotVWkEquv & \K\NotXWkEquv \\
+\K\NotLWkMtImpl & \K\NotVWkImpl & \K\NotXWkImpl \\
+\K\NotSInEquv & \K\NotVWkMtEquv & \K\NotXWkMtEquv \\
+\K\NotSInImpl & \K\NotVWkMtImpl & \K\NotXWkMtImpl \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\LOGIX}.
+\end{tablenote}
+\end{symtable}
+
+
\begin{symtable}[ESR]{\ESR\ Restrictions}
\index{restrictions}
\label{esrelations}
@@ -10153,7 +11392,8 @@ always to explain your notation to avoid confusing your readers.
\begin{symtable}[MNS]{\MNS\ Spoons}
\index{binary relations}
\index{relational symbols>binary}
-\idxboth{spoon}{symbols}
+\index{spoon symbols (mathematics)}
+\index{symbols>spoon (mathematics)}
\label{mns-spoons}
\begin{tabular}{*3{ll}}
\K[\MNSdownfilledspoon]\downfilledspoon & \K[\MNSnnespoon]\nnespoon & \K[\MNSnwfilledspoon]\nwfilledspoon \\
@@ -10253,7 +11493,8 @@ always to explain your notation to avoid confusing your readers.
\begin{symtable}[FDSYM]{\FDSYM\ Spoons}
\index{binary relations}
\index{relational symbols>binary}
-\idxboth{spoon}{symbols}
+\index{spoon symbols (mathematics)}
+\index{symbols>spoon (mathematics)}
\label{fdsym-spoons}
\begin{tabular}{*3{ll}}
\K[\FDSYMblackwhitespoon]\blackwhitespoon & \K[\FDSYMndownblackspoon]\ndownblackspoon & \K[\FDSYMnupblackspoon]\nupblackspoon \\
@@ -10354,6 +11595,7 @@ always to explain your notation to avoid confusing your readers.
\begin{symtable}[ULSY]{\ULSY\ Contradiction Symbols}
\idxboth{contradiction}{symbols}
+\index{lightning}
\label{ulsy}
\medskip
\begin{tabular}{*6{ll}}
@@ -10365,50 +11607,60 @@ always to explain your notation to avoid confusing your readers.
\begin{symtable}{Extension Characters}
\index{extension characters}
\label{ext}
+\begin{indexingoff}
\begin{tabular}{*2{ll}}
\X\relbar & \X\Relbar \\
\end{tabular}
+\end{indexingoff}
\end{symtable}
\begin{symtable}[ST]{\ST\ Extension Characters}
\index{extension characters}
\label{st-ext}
+\begin{indexingoff}
\begin{tabular}{*3{ll}}
\X\Arrownot &\X\Mapsfromchar &\X\Mapstochar \\
\X\arrownot &\X\mapsfromchar
\end{tabular}
+\end{indexingoff}
\end{symtable}
\begin{symtable}[TX]{\TXPX\ Extension Characters}
\index{extension characters}
\label{txpx-ext}
+\begin{indexingoff}
\begin{tabular}{*3{ll}}
\X\Mappedfromchar & \X\Mmappedfromchar & \X\Mmapstochar \\
\X\mappedfromchar & \X\mmappedfromchar & \X\mmapstochar \\
\end{tabular}
+\end{indexingoff}
\end{symtable}
\begin{symtable}[ABX]{\ABX\ Extension Characters}
\index{extension characters}
\label{abx-ext}
+\begin{indexingoff}
\begin{tabular}{*3{ll}}
\X[\ABXmapsfromchar]\mapsfromchar & \X[\ABXmapstochar]\mapstochar \\
\X[\ABXMapsfromchar]\Mapsfromchar & \X[\ABXMapstochar]\Mapstochar \\
\end{tabular}
+\end{indexingoff}
\end{symtable}
\begin{symtable}[STIX]{\STIX\ Extension Characters}
\index{extension characters}
\label{stix-ext}
+\begin{indexingoff}
\begin{tabular}{*3{ll}}
\K[\STIXlhook]\lhook & \K[\STIXrelbar]\relbar & \K[\STIXRRelbar]\RRelbar \\
\K[\STIXmapsfromchar]\mapsfromchar & \K[\STIXRelbar]\Relbar & \K[\STIXRrelbar]\Rrelbar \\
\K[\STIXmapstochar]\mapstochar & \K[\STIXrhook]\rhook & \\
\end{tabular}
+\end{indexingoff}
\end{symtable}
@@ -10418,6 +11670,7 @@ always to explain your notation to avoid confusing your readers.
\index{limits}
\index{trigonometric functions}
\label{log}
+\begin{indexingoff}
\begin{tabular}{*8l}
\Z\arccos & \Z\cos & \Z\csc & \Z\exp & \Z\ker & \Z\limsup & \Z\min & \Z\sinh \\
\Z\arcsin & \Z\cosh & \Z\deg & \Z\gcd & \Z\lg & \Z\ln & \Z\Pr & \Z\sup \\
@@ -10430,11 +11683,12 @@ always to explain your notation to avoid confusing your readers.
Calling the above ``symbols'' may be a bit
misleading.\footnotemark{} Each log-like symbol merely produces the
eponymous textual equivalent, but with proper surrounding spacing.
- See \ref{math-spacing} for more information about log-like
- symbols. As \cmd{\bmod} and \cmd{\pmod} are arguably not symbols we
- refer the reader to the Short Math Guide for
- \latex~\cite{Downes:smg} for samples.
+ See \ref{math-spacing} for more information about log-like symbols.
+ As \cmd{\bmod} and \cmd{\pmod} arguably are not symbols we refer the
+ reader to the Short Math Guide for \latex~\cite{Downes:smg} for
+ samples.
\end{tablenote}
+\end{indexingoff}
\end{symtable}
\footnotetext{Michael\index{Downes, Michael J.} J. Downes prefers the
more general term, ``atomic\index{atomic math objects} math objects''.}
@@ -10444,7 +11698,9 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\idxboth{log-like}{symbols}
\index{atomic math objects}
\index{limits}
+\index{inverse limit=inverse limit ($\varprojlim$)}
\label{ams-log}
+\begin{indexingoff}
\renewcommand{\arraystretch}{1.5} % Keep tall symbols from touching.
\begin{tabular}{*2{ll@{\qquad}}ll}
\X\injlim & \X\varinjlim & \X\varlimsup \\
@@ -10455,10 +11711,11 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{tablenote}
Load the \pkgname{amsmath} package to get these symbols. See
\ref{math-spacing} for some additional comments regarding log-like
- symbols. As \cmd{\mod} and \cmd{\pmod} are arguably not symbols we
+ symbols. As \cmdX{\mod} and \cmd{\pmod} arguably are not symbols we
refer the reader to the Short Math Guide for
\latex~\cite{Downes:smg} for samples.
\end{tablenote}
+\end{indexingoff}
\end{symtable}
@@ -10467,6 +11724,7 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\index{atomic math objects}
\index{trigonometric functions}
\label{mismath-log}
+\begin{indexingoff}
\renewcommand{\arraystretch}{1.4} % Keep tall symbols from touching.
\begin{tabular}{*3{ll@{\hspace*{3em}}}ll}
\X[\MISMadj]\adj & \X[\MISMConv]\Conv & \X[\MISMid]\id & \X[\MISMsech]\sech \\
@@ -10479,6 +11737,7 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\X[\MISMartanh]\artanh & \X[\MISMerf]\erf & \X[\MISMRe]\Re$^*$ & \\
\X[\MISMAut]\Aut & \X[\MISMgrad]\grad & \X[\MISMrot]\rot & \\
\end{tabular}
+\end{indexingoff}
\bigskip
\begin{tablenote}[*]
@@ -10490,9 +11749,9 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{symtable}[MISMATH]{\MISMATH\ Asymptotic Notation}
-\index{asymptotic notation}
+\index{asymptotic complexity}
\index{big O notation}
-\index{Bachmann–Landau notation}
+\index{Bachmann-Landau notation}
\label{mismath-asymp}
\begin{tabular}{*2{ll@{\hspace*{3em}}}ll}
\X[\MISMbigo]\bigo & \X[\MISMbigO]\bigO & \X[\MISMlito]\lito \\
@@ -10511,7 +11770,8 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{symtable}{Greek Letters}
\index{Greek>letters}
-\index{alphabets>Greek}
+\subindex{alphabets}{Greek}
+\index{pi=pi ($\pi$)}
\label{greek}
\begin{tabular}{*8l}
\X\alpha &\X\theta &\X o &\X\tau \\
@@ -10575,7 +11835,7 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{symtable}[AMS]{\AMS\ Greek Letters}
\index{Greek>letters}
-\index{alphabets>Greek}
+\subindex{alphabets}{Greek}
\label{ams-greek}
\begin{tabular}{*4l}
\X\digamma &\X\varkappa
@@ -10584,7 +11844,7 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{symtable}[TX]{\TXPX\ Upright Greek Letters}
-\index{alphabets>Greek}
+\subindex{alphabets}{Greek}
\index{Greek>upright}
\index{Greek>letters}
\index{upright Greek letters}
@@ -10612,7 +11872,7 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{symtable}[UPGR]{\UPGR\ Upright Greek Letters}
-\index{alphabets>Greek}
+\subindex{alphabets}{Greek}
\index{Greek>upright}
\index{Greek>letters}
\index{upright Greek letters}
@@ -10658,7 +11918,8 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{symtable}[FOUR]{\FOUR\ Variant Greek Letters}
\index{Greek>letters}
-\index{alphabets>Greek}
+\subindex{alphabets}{Greek}
+\index{pi=pi (\FOURpi)}
\label{fourier-greek}
\begin{tabular}{*2{ll}}
\K[\FOURpi]\pi & \K[\FOURrho]\rho \\
@@ -10725,7 +11986,7 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{symtable}[AMS]{\AMS\ Hebrew Letters}
-\index{Hebrew}\index{alphabets>Hebrew}
+\index{Hebrew}\subindex{alphabets}{Hebrew}
\label{ams-hebrew}
\begin{tabular}{*6l}
\X\beth & \X\gimel & \X\daleth
@@ -10739,7 +12000,7 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{symtable}[MNS]{\MNS\ Hebrew Letters}
-\index{Hebrew}\index{alphabets>Hebrew}
+\index{Hebrew}\subindex{alphabets}{Hebrew}
\label{mns-hebrew}
\begin{tabular}{*8l}
\K[\MNSaleph]\aleph & \K[\MNSbeth]\beth & \K[\MNSgimel]\gimel & \K[\MNSdaleth]\daleth \\
@@ -10748,7 +12009,7 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{symtable}[FDSYM]{\FDSYM\ Hebrew Letters}
-\index{Hebrew}\index{alphabets>Hebrew}
+\index{Hebrew}\subindex{alphabets}{Hebrew}
\label{fdsym-hebrew}
\begin{tabular}{*8l}
\K[\FDSYMaleph]\aleph & \K[\FDSYMbeth]\beth & \K[\FDSYMgimel]\gimel & \K[\FDSYMdaleth]\daleth \\
@@ -10757,7 +12018,7 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{symtable}[BSK]{\BSK\ Hebrew Letters}
-\index{Hebrew}\index{alphabets>Hebrew}
+\index{Hebrew}\subindex{alphabets}{Hebrew}
\label{bsk-hebrew}
\begin{tabular}{*8l}
\K[\BSKbeth]\beth & \K[\BSKgimel]\gimel & \K[\BSKdaleth]\daleth \\
@@ -10766,7 +12027,7 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{symtable}[STIX]{\STIX\ Hebrew Letters}
-\index{Hebrew}\index{alphabets>Hebrew}
+\index{Hebrew}\subindex{alphabets}{Hebrew}
\label{stix-hebrew}
\begin{tabular}{*4{ll}}
\K[\STIXaleph]\aleph & \K[\STIXbeth]\beth & \K[\STIXgimel]\gimel & \K[\STIXdaleth]\daleth \\
@@ -10777,7 +12038,7 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{symtable}{Letter-like Symbols}
\idxboth{letter-like}{symbols}
\index{tacks}
-\idxboth{linear logic}{symbols}
+\idxboth{logic}{symbols}
\label{letter-like}
\begin{tabular}{*5{ll}}
\X\bot & \X\forall & \X\imath & \X\ni & \X\top \\
@@ -10826,7 +12087,7 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{symtable}[MNS]{\MNS\ Letter-like Symbols}
\idxboth{letter-like}{symbols}
-\idxboth{linear logic}{symbols}
+\idxboth{logic}{symbols}
\label{mns-letter-like}
\begin{tabular}{*4{ll}}
\K[\MNSbot]\bot & \K[\MNSin]\in & \K[\MNSnowns]\nowns & \K[\MNStop]\top \\
@@ -10847,7 +12108,7 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{symtable}[FDSYM]{\FDSYM\ Letter-like Symbols}
\idxboth{letter-like}{symbols}
-\idxboth{linear logic}{symbols}
+\idxboth{logic}{symbols}
\label{fdsym-letter-like}
\begin{tabular}{*4{ll}}
\K[\FDSYMbot]\bot & \K[\FDSYMforall]\forall & \K[\FDSYMin]\in & \K[\FDSYMowns]\owns \\
@@ -10861,15 +12122,15 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{tablenote}
\FDSYM\ provides synonyms \cmdI[\FDSYMnin]{\notin} for
\cmdI[\FDSYMnin]{\nin}, \cmdI[\FDSYMowns]{\ni} for
- \cmdI[\FDSYMowns]{\owns}, and \cmdI[\FDSYMowns]{\nni} for
- \cmdI[\FDSYMowns]{\nowns}.
+ \cmdI[\FDSYMowns]{\owns}, and \cmdI[\FDSYMnowns]{\nni} for
+ \cmdI[\FDSYMnowns]{\nowns}.
\end{tablenote}
\end{symtable}
\begin{symtable}[BSK]{\BSK\ Letter-like Symbols}
\idxboth{letter-like}{symbols}
-\idxboth{linear logic}{symbols}
+\idxboth{logic}{symbols}
\label{bsk-letter-like}
\begin{tabular}{*4{ll}}
\K[\BSKBbbk]\Bbbk & \K[\BSKGame]\Game & \K[\BSKimath]\imath & \K[\BSKnexists]\nexists \\
@@ -10881,7 +12142,7 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{symtable}[STIX]{\STIX\ Letter-like Symbols}
\idxboth{letter-like}{symbols}
-\idxboth{linear logic}{symbols}
+\idxboth{logic}{symbols}
\label{stix-letter-like}
\begin{tabular}{*4{ll}}
\K[\STIXAngstrom]\Angstrom & \K[\STIXEulerconst]\Eulerconst & \K[\STIXimath]\imath & \K[\STIXtop]\top \\
@@ -10932,12 +12193,15 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{symtable}[FGE]{\FGE\ Letter-like Symbols}
\idxboth{letter-like}{symbols}
\idxboth{Frege logic}{symbols}
+\idxboth{rotated}{letters}
+\index{upside-down letters}
+\index{inverted letters}
\label{fge-letter-like}
\begin{tabular}{*3{ll@{\qqquad}}ll}
-\K\fgeA & \K\fgeeszett & \K\fgeleftB & \K\fgeU \\
-\K\fgec & \K\fgeF & \K\fgeleftC & \\
-\K\fged & \K\fgef & \K\fgerightB & \\
-\K\fgee & \K\fgelb$^*$ & \K\fges & \\
+\K\fgeA & \K\fgeeszett & \K\fgeleftB & \K\fges \\
+\K\fgec & \K\fgeF & \K\fgeleftC & \\
+\K\fged & \K\fgef & \K\fgemark$^*$ & \\
+\K\fgee & \K\fgelb$^*$ & \K\fgerightB & \\
\end{tabular}
\bigskip
@@ -10945,7 +12209,8 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{tablenote}[*]
The \FGE\ package defines \cmdI[\fgelb]{\fgeeta},
\cmdI[\fgelb]{\fgeN}, and \cmdI[\fgelb]{\fgeoverU} as synonyms for
- \cmd{\fgelb}.
+ \cmdI{\fgelb} and \cmdI[\fgemark]{\fgeU} as a synonym for
+ \cmdI{\fgemark}.
\end{tablenote}
\end{symtable}
@@ -10968,6 +12233,54 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\end{symtable}
+\begin{symtable}[LOGIX]{\LOGIX\ Proof Symbols}
+\index{quantifiers}
+\index{Q.E.D.}
+\index{end of proof}
+\index{proof, end of}
+\idxboth{logic}{symbols}
+\label{logix-proof}
+\begin{tabular}{*4{ll}}
+\K\BnchExists & \K\Bot & \K\HdnForAll & \K\TFBoth \\
+\K\BnchForAll & \K\Defn & \K\NFalse & \K\TFNone \\
+\K\BnchHdnExists & \K\End & \K\NtExists & \K\Top \\
+\K\BnchHdnForAll & \K\Exists & \K\NTrue & \K\True \\
+\K\BnchNtExists & \K\False & \K\Qed & \K\Unique \\
+\K\BnchUnique & \K\ForAll & \K\QuantCon & \\
+\K\BndMap & \K\HdnExists & \K\QuantDis & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\LOGIX}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[EOPROOF]{\EOPROOF\ End-of-Proof Symbols}
+\index{Q.E.D.}
+\index{end of proof}
+\index{proof, end of}
+\label{endofproof}
+\begin{tabular}{ll}
+\K\wasserdicht \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \texttt{\string\wasserdicht} is implemented as an external PDF
+ graphic. The command in fact typesets the symbol flush right on the
+ page to signify the end of proof. To use the command in inline
+ text, simply load the underlying graphic file directly:
+
+\vspace{-\baselineskip}
+\begin{verbatim}
+ \includegraphics[width=10pt]{endofproofwd.pdf}
+\end{verbatim}
+\end{tablenote}
+\end{symtable}
+
+
\begin{symtable}[AMS]{\AMS\ Delimiters}
\index{delimiters}
\label{ams-del}
@@ -11054,9 +12367,9 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{tablenote}
When used with \cmd{\left} and \cmd{\right}, these symbols expand to
the height of the enclosed math expression. Note that \cmdX{\vert}
- is a synonym for \verb+|+\index{_=\magicvertname{} ($\vert$)}, and
- \cmdX{\Vert} is a synonym for \verb+\|+\index{_=\magicVertname{}
- ($\Vert$)}.
+ is a synonym for \verb+|+\index{_magicvertname=\magicvertname{}
+ ($\vert$)}, and \cmdX{\Vert} is a synonym for
+ \verb+\|+\index{_magicVertName=\magicVertname{} ($\Vert$)}.
$\varepsilon$-\TeX{}\index{e-tex=$\varepsilon$-\TeX} provides a
\cmd{\middle} analogue to \cmd{\left} and \cmd{\right}.
@@ -11064,8 +12377,14 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
expand to the height of the surrounding \cmd{\left} and \cmd{\right}
symbols. (This capability is commonly needed when typesetting
adjacent bras\index{bra} and kets\index{ket} in Dirac\index{Dirac
- notation} notation: ``$\langle\phi\vert\psi\rangle$''). A similar
- effect can be achieved in conventional \latex using the
+ notation} notation: ``$\langle\phi\vert\psi\rangle$''). This is
+ exactly what the \QTIKZ\ package
+\ifQTIKZ
+ does (see \vref{quantikz}).
+\else
+ does.
+\fi
+ A similar effect can be achieved in conventional \latex using the
\pkgname{braket} package.
\end{tablenote}
\end{symtable}
@@ -11129,7 +12448,7 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{symtable}[ABX]{\ABX\ Variable-sized Delimiters}
\index{delimiters}
\index{delimiters>variable-sized}
-\idxboth{wavy-line}{delimiters}
+\idxboth{wavy line}{delimiters}
\index{semantic valuation}
\label{abx-var-dels}
\renewcommand{\arraystretch}{2.5} % Keep tall symbols from touching.
@@ -11142,10 +12461,10 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{longsymtable}[MNS]{\MNS\ Variable-sized Delimiters}
-\index{delimiters}
-\index{delimiters>variable-sized}
-\index{braces}
-\idxboth{wavy-line}{delimiters}
+\ltindex{delimiters}
+\ltindex{delimiters>variable-sized}
+\ltindex{braces}
+\ltidxboth{wavy line}{delimiters}
\label{mns-var-dels}
\renewcommand{\arraystretch}{3} % Keep tall symbols from touching.
\begin{longtable}{lll*2{@{\qquad}lll}}
@@ -11169,15 +12488,18 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\KNbig[\MNStgreater][\MNSdgreater]> & \KNbig[\MNStlWavy][\MNSdlWavy]\lWavy & \KNbig[\MNStulrcorner][\MNSdulrcorner]\ulrcorner \\
\let\indexcommand=\indexpunct % Hack to make the "|" symbol index properly
\KNbig[\MNStvert][\MNSdvert]| & \KNbig[\MNStrangle][\MNSdrangle]\rangle & \KNbig[\MNSturcorner][\MNSdurcorner]\urcorner \\
-\KNbig[\MNStlangle][\MNSdlangle]\langle & \KNbig[\MNStranglebar][\MNSdranglebar]\ranglebar & \KNbig[\MNStVert][\MNSdVert]\| \\
+\KNbig[\MNStlangle][\MNSdlangle]\langle & \KNbig[\MNStranglebar][\MNSdranglebar]\ranglebar & \let\indexcommand=\indexpunct % Hack to make the "|" symbol index properly
+ \KNbig[\MNStVert][\MNSdVert]\| \\
\KNbig[\MNStlanglebar][\MNSdlanglebar]\langlebar & \KNbig[\MNStrbrace][\MNSdrbrace]\rbrace & \\
\end{longtable}
\bigskip
\begin{tablenote}
- \cmdX{\vert} is a synonym for \verb+|+\index{_=\magicvertname{} ($\vert$)}.
- \cmdX{\Vert} is a synonym for \verb+\|+\index{_=\magicVertname{} ($\Vert$)}.
+ \cmdX{\vert} is a synonym for
+ \verb+|+\index{_magicvertname=\magicvertname{} ($\vert$)}.
+ \cmdX{\Vert} is a synonym for
+ \verb+\|+\index{_magicVertname=\magicVertname{} ($\Vert$)}.
\cmdX{\mid} and \verb|\mvert| produce the same symbol as
\cmdX{\vert} but designated as math relations instead of ordinals.
\verb|\divides| produces the same symbol as \cmdX{\vert} but
@@ -11189,10 +12511,10 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{longsymtable}[FDSYM]{\FDSYM\ Variable-sized Delimiters}
-\index{delimiters}
-\index{delimiters>variable-sized}
-\index{braces}
-\idxboth{wavy-line}{delimiters}
+\ltindex{delimiters}
+\ltindex{delimiters>variable-sized}
+\ltindex{braces}
+\ltidxboth{wavy line}{delimiters}
\label{fdsym-var-dels}
\renewcommand{\arraystretch}{3} % Keep tall symbols from touching.
\begin{longtable}{lll*2{@{\qquad}lll}}
@@ -11224,10 +12546,10 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{tablenote}
\FDSYM\ defines
- ``\cmdIp[\string\FDSYMtlparen]('' as a synonym for \cmdI[\string\FDSYMtlparen]{\lparen},
- ``\cmdIp[\string\FDSYMtrparen])'' as a synonym for \cmdI[\string\FDSYMtrparen]{\rparen},
- ``\cmdIp[\string\FDSYMtlbrack]['' as a synonym for \cmdI[\string\FDSYMtlbrack]{\lbrack},
- ``\cmdIp[\string\FDSYMtrbrack]]'' as a synonym for \cmdI[\string\FDSYMtrbrack]{\rbrack},
+ ``\cmdI[\string\FDSYMtlparen]('' as a synonym for \cmdI[\string\FDSYMtlparen]{\lparen},
+ ``\cmdI[\string\FDSYMtrparen])'' as a synonym for \cmdI[\string\FDSYMtrparen]{\rparen},
+ ``\cmdI[\string\FDSYMtlbrack]['' as a synonym for \cmdI[\string\FDSYMtlbrack]{\lbrack},
+ ``\cmdI[\string\FDSYMtrbrack]]'' as a synonym for \cmdI[\string\FDSYMtrbrack]{\rbrack},
``\verb|{|'' as a synonym for \cmdI[\string\FDSYMtlbrace]{\lbrace},
``\verb|}|'' as a synonym for \cmdI[\string\FDSYMtrbrace]{\rbrace},
``\cmdIp[\string\FDSYMtmathslash]/'' as a synonym for \cmdI[\string\FDSYMtmathslash]\mathslash,
@@ -11243,7 +12565,7 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\index{delimiters}
\index{delimiters>variable-sized}
\index{braces}
-\idxboth{wavy-line}{delimiters}
+\idxboth{wavy line}{delimiters}
\label{stix-var-dels}
\renewcommand{\arraystretch}{3} % Keep tall symbols from touching.
\begin{longtable}{lll*2{@{\qquad}lll}}
@@ -11278,7 +12600,7 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{symtable}[MDES]{\MDES\ Variable-sized Delimiters}
\index{delimiters}
\index{delimiters>variable-sized}
-\idxboth{wavy-line}{delimiters}
+\idxboth{wavy line}{delimiters}
\label{mdes-var-dels}
\renewcommand{\arraystretch}{2.75} % Keep tall symbols from touching.
\begin{tabular}{lll@{\qquad}lll}
@@ -11320,8 +12642,8 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\NATH\ redefines all of the above to include implicit \cmd{\left}
and \cmd{\right} commands. Hence, separate \verb+\lVert+ and
\verb+\rVert+ commands are needed to disambiguate whether
- ``\verb+|+\index{_=\magicvertname{} ($\vert$)}'' is a left or right
- delimiter.
+ ``\verb+|+\index{_magicvertname=\magicvertname{} ($\vert$)}'' is a
+ left or right delimiter.
\end{tablenote}
\bigskip
@@ -11336,6 +12658,12 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\begin{symtable}[NATH]{\NATH\ Variable-sized Delimiters (Triple)}
\index{delimiters}
\index{delimiters>variable-sized}
+\index{triple<=\verb+\triple<+ ($\nathtriple\langle$)}
+\index{triple!>=\verb+\triple!>+ ($\nathtriple\rangle$)}
+\index{triple[=\verb+\triple[+ ($\nathtriple[$)}
+\index{triple]=\verb+\triple]+ ($\nathtriple]$)}
+\index{ltriplevert=\verb+\ltriple\vert+ ($\nathtriple\vert$)}
+\index{rtriplevert=\verb+\rtriple\vert+ ($\nathtriple\vert$)}
\label{nath-var-dels-triple}
\renewcommand{\arraystretch}{2.5} % Keep tall symbols from touching.
\begin{tabular}{lll@{\qquad}lll}
@@ -11349,8 +12677,8 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
Similar to \verb+\lVert+ and \verb+\rVert+ in
\ref{nath-var-dels-double}, \cmd{\ltriple} and \cmd{\rtriple} must
be used instead of \cmd{\triple} to disambiguate whether
- ``\verb+|+\index{_=\magicvertname{} ($\vert$)}'' is a left or right
- delimiter.
+ ``\verb+|+\index{_magicvertname=\magicvertname{} ($\vert$)}'' is a
+ left or right delimiter.
\end{tablenote}
\bigskip
@@ -11374,6 +12702,64 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\end{symtable}
+\begin{longsymtable}[LOGIX]{\LOGIX\ Variable-sized Delimiters}
+\ltindex{delimiters}
+\ltindex{delimiters>variable-sized}
+\label{logix-dels}
+\renewcommand{\arraystretch}{1.75} % Keep tall symbols from touching.
+\begin{longtable}{lll@{\qquad}lll}
+\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\endhead
+\endfirsthead
+\\[3ex]
+\multicolumn{6}{r}{\small\textit{(continued on next page)}}
+\endfoot
+\endlastfoot
+\Nlogix{BndBar} \\
+\Nlogixii{Angl} \\
+\Nlogixii{AnglBar} \\
+\Nlogixii{ArrwBrac} \\
+\Nlogixii{Bar} \\
+\Nlogixii{Brac} \\
+\Nlogixii{BracBar} \\
+\Nlogixii{BrknBrac} \\
+\Nlogixii{BrknBracBar} \\
+\Nlogixii{BrknBrkt} \\
+\Nlogixii{BrknBrktBar} \\
+\Nlogixii{Brkt} \\
+\Nlogixii{BrktBar} \\
+\Nlogixii{Ceil} \\
+\Nlogixii{CircBrac} \\
+\Nlogixii{CircBracBar} \\
+\Nlogixii{CircBrkt} \\
+\Nlogixii{CircBrktBar} \\
+\Nlogixii{CrlyBrkt} \\
+\Nlogixii{CrlyBrktBar} \\
+\Nlogixii{CurvAngl} \\
+\Nlogixii{DblAngl} \\
+\Nlogixii{DblBar} \\
+\Nlogixii{DblBrac} \\
+\Nlogixii{DblCeil} \\
+\Nlogixii{DblFloor} \\
+\Nlogixii{DblGrp} \\
+\Nlogixii{DblParn} \\
+\Nlogixii{Floor} \\
+\Nlogixii{Grp} \\
+\Nlogixii{Parn} \\
+\Nlogixii{ParnBar} \\
+\Nlogixii{SqrParn} \\
+\Nlogixii{Tortoise} \\
+\Nlogixii{TortoiseBar} \\
+\Nlogixii{TrpBar} \\
+\Nlogixii{Turn} \\
+\end{longtable}
+
+\begin{tablenote}
+\luaxemessage{\LOGIX}.
+\end{tablenote}
+\end{longsymtable}
+
+
\begin{symtable}{\TC\ Text-mode Delimiters}
\index{delimiters}
\index{delimiters>text-mode}
@@ -11410,6 +12796,7 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\index{accents>grave=grave (\blackacchack\`)} % "Generic"
\index{accents>macron=macron (\showmacron)} % "Generic"
\index{accents>ring=ring (\blackacchack\r)} % "Generic"
+\index{accents>hat}
\index{tilde}
\label{math-accents}
\begin{tabular}{*4{ll}}
@@ -11421,8 +12808,8 @@ more general term, ``atomic\index{atomic math objects} math objects''.}
\bigskip
\begin{tablenote}
- \index{dotless i=dotless $i~(\imath)$>math mode}
- \index{dotless j=dotless $j~(\jmath)$>math mode}
+ \subindex{dotless i=dotless $i~(\imath)$}{math mode}
+ \subindex{dotless j=dotless $j~(\jmath)$}{math mode}
Note also the existence of \cmdX{\imath} and \cmdX{\jmath}, which
produce dotless versions of ``\textit{i}'' and ``\textit{j}''. (See
\vref{ord}.) These are useful when the accent is supposed to
@@ -11536,6 +12923,8 @@ within subscripts and superscripts%
\begin{symtable}[STIX]{\STIX\ Math-mode Accents}
\index{accents}
+\index{accents>circumflex=circumflex (\blackacchack\^)} % "Generic"
+\index{accents>hat}
\label{stix-math-accents}
\renewcommand{\arraystretch}{1.1}
\begin{tabular}{ll@{\quad}ll}
@@ -11560,15 +12949,16 @@ within subscripts and superscripts%
\index{accents}
\label{fge-math-accents}
\begin{tabular}{ll}
-\Q\spirituslenis$^*$ \\
+ \Q\spiritusasper \\
+ \Q\spirituslenis \\
\end{tabular}
\bigskip
-\begin{tablenote}[*]
- When \FGE\ is passed the \optname{fge}{crescent} option,
- \cmdI[\string\blackacc{\string\spirituslenisB}]{\spirituslenis}
- instead uses a crescent accent as in~``\,\spirituslenisB{a}\,''.
+\begin{tablenote}
+ When \FGE\ is passed the \optname{fge}{crescent} option, these
+ symbols instead uses a crescent accent as in
+ ``\,\spiritusasperB{a}\,'' and ``\,\spirituslenisB{a}\,''.
\end{tablenote}
\end{symtable}
@@ -11591,6 +12981,30 @@ within subscripts and superscripts%
\end{symtable}
+\begin{symtable}[PDFMSYM]{\PDFMSYM\ Math-mode Accents}
+\index{accents}
+\label{pdfmsym-accents}
+\renewcommand{\arraystretch}{1.2}
+\begin{tabular}{ll@{\qquad}ll}
+\W\shortlvecc{a} & \W\shortunderleftrightharp{a} \\
+\W\shortoverleftharp{a} & \W\shortunderleftrightvecc{a} \\
+\W\shortoverleftrightharp{a} & \W\shortunderlvecc{a} \\
+\W\shortoverleftrightvecc{a} & \W\shortunderrightharp{a} \\
+\W\shortoverrightharp{a} & \W\shortunderrightleftharp{a} \\
+\W\shortoverrightleftharp{a} & \W\shortunderstraightlvecc{a} \\
+\W\shortstraightlvecc{a} & \W\shortunderstraightvecc{a} \\
+\W\shortstraightvecc{a} & \W\shortundervecc{a} \\
+\W\shortunderleftharp{a} & \W\shortvecc{a} \\
+\end{tabular}
+
+\bigskip
+
+\begin{tablenote}
+ \pdfmsymmessage.
+\end{tablenote}
+\end{symtable}
+
+
\begin{symtable}[HWMATH]{\HWMATH\ Halloween-Themed Math-mode Accents}
\index{accents}
\label{hwmath-accents}
@@ -11604,21 +13018,33 @@ within subscripts and superscripts%
\begin{symtable}[RHATS]{\RHATS\ Math-mode Hat Accents}
\index{accents}
-\index{beret}
-\index{cowboy hat}
-\index{crown}
-\index{dunce cap}
-\index{fez}
-\index{sombrero}
-\index{top hat}
-\index{witch's hat}
+\index{accents>hat, literal}
+\index{Ash Ketchum's hat=Ash Ketchum's hat ($\blackacc{\RHATash}$)}
+\index{beret=beret ($\blackacc{\RHATberet}$)}
+\index{birthday hat=birthday hat ($\blackacc{\RHATbirthday}$)}
+\index{cowboy hat=cowboy hat ($\blackacc{\RHATcowboy}$)}
+\index{crown=crown ($\blackacc{\RHATcrown}$)}
+\index{dunce cap=dunce cap ($\blackacc{\RHATdunce}$)}
+\index{fez=fez ($\blackacc{\RHATfez}$)}
+\index{mortarboard=mortarboard ($\blackacc{\RHATmortarboard}$)}
+\index{policeman's hat=policeman's hat ($\blackacc{\RHATpoliceman}$)}
+\index{Santa Claus's hat=Santa Claus's hat ($\blackacc{\RHATsanta}$)}
+\index{Scottish hat=Scottish hat ($\blackacc{\RHATscottish}$)}
+\index{sombrero=sombrero ($\blackacc{\RHATsombrero}$)}
+\index{top hat=top hat ($\blackacc{\RHATtophat}$)}
+\index{witch's hat=witch's hat ($\blackacc{\RHATwitch}$)}
\label{realhats}
-\begin{tabular}{*2{ll@{\qquad}}ll}
-\W[\RHATash]{\hat[ash]}{a} & \W[\RHATfez]{\hat[fez]}{a} \\
-\W[\RHATberet]{\hat[beret]}{a} & \W[\RHATsanta]{\hat[santa]}{a} \\
-\W[\RHATcowboy]{\hat[cowboy]}{a} & \W[\RHATsombrero]{\hat[sombrero]}{a} \\
-\W[\RHATcrown]{\hat[crown]}{a} & \W[\RHATtophat]{\hat[tophat]}{a} \\
-\W[\RHATdunce]{\hat[dunce]}{a} & \W[\RHATwitch]{\hat[witch]}{a} \\
+\renewcommand{\arraystretch}{1.2} % Keep tall symbols from touching.
+\begin{tabular}{ll@{\qquad}ll}
+\W[\RHATash]{\hat[ash]}{a} & \W[\RHATsanta]{\hat[santa]}{a} \\
+\W[\RHATberet]{\hat[beret]}{a} & \W[\RHATscottish]{\hat[scottish]}{a} \\
+\W[\RHATbirthday]{\hat[birthday]}{a} & \W[\RHATsombrero]{\hat[sombrero]}{a} \\
+\W[\RHATcowboy]{\hat[cowboy]}{a} & \W[\RHATtileblue]{\hat[tile-blue]}{a} \\
+\W[\RHATcrown]{\hat[crown]}{a} & \W[\RHATtilegray]{\hat[tile-gray]}{a} \\
+\W[\RHATdunce]{\hat[dunce]}{a} & \W[\RHATtilelightblue]{\hat[tile-light-blue]}{a} \\
+\W[\RHATfez]{\hat[fez]}{a} & \W[\RHATtilewhite]{\hat[tile-white]}{a} \\
+\W[\RHATmortarboard]{\hat[mortarboard]}{a} & \W[\RHATtophat]{\hat[tophat]}{a} \\
+\W[\RHATpoliceman]{\hat[policeman]}{a} & \W[\RHATwitch]{\hat[witch]}{a} \\
\end{tabular}
\bigskip
@@ -11642,9 +13068,10 @@ within subscripts and superscripts%
\index{tilde}
\index{tilde>extensible}
\index{extensible tildes}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\index{accents>circumflex=circumflex (\blackacchack\^)} % "Generic"
\index{accents>macron=macron (\showmacron)} % "Generic"
+\index{accents>hat}
\label{extensible-accents}
\renewcommand{\arraystretch}{1.5}
\begin{tabular}{*4l}
@@ -11711,7 +13138,7 @@ within subscripts and superscripts%
\begin{tablenote}[\dag]
If you're looking for an extensible \emph{diagonal} line or arrow to
be used for canceling or reducing mathematical
- subexpressions\index{arrows>diagonal, for reducing subexpressions}
+ subexpressions\subindex{arrows}{diagonal, for reducing subexpressions}
\ifhavecancel
(e.g.,~``$\cancel{x + -x}$'' or ``$\cancelto{5}{3+2}\quad$'')
\fi
@@ -11732,7 +13159,7 @@ within subscripts and superscripts%
\index{accents}
\idxboth{extensible}{accents}
\idxboth{extensible}{arrows}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\label{ora-extensible-accents}
\begin{tabular}{ll}
\W\Overrightarrow{abc} \\
@@ -11742,8 +13169,9 @@ within subscripts and superscripts%
\begin{symtable}[YH]{\YH\ Extensible Accents}
\idxboth{extensible}{accents}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\index{accents>arc=arc (\blackacchack\newtie)} % "Generic"
+\index{accents>hat}
\label{yhmath-extensible-accents}
\renewcommand{\arraystretch}{1.5}
\begin{tabular}{ll@{\qquad}ll}
@@ -11756,7 +13184,7 @@ within subscripts and superscripts%
\begin{symtable}[AMS]{\AMS\ Extensible Accents}
\idxboth{extensible}{accents}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\label{ams-extensible-accents}
\renewcommand{\arraystretch}{1.5}
\begin{tabular}{ll@{\qquad}ll}
@@ -11770,9 +13198,10 @@ within subscripts and superscripts%
\idxboth{extensible}{accents}
\idxboth{extensible}{arrows}
\idxboth{extensible}{braces}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\index{accents>arc=arc (\blackacchack\newtie)} % "Generic"
\index{accents>circumflex=circumflex (\blackacchack\^)} % "Generic"
+\index{accents>hat}
\label{mns-extensible-accents}
\renewcommand{\arraystretch}{1.75}
\begin{tabular}{ll@{\qquad}ll}
@@ -11788,9 +13217,10 @@ within subscripts and superscripts%
\begin{symtable}[FDSYM]{\FDSYM\ Extensible Accents}
\idxboth{extensible}{accents}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\index{accents>arc=arc (\blackacchack\newtie)} % "Generic"
\index{accents>circumflex=circumflex (\blackacchack\^)} % "Generic"
+\index{accents>hat}
\label{fdsym-extensible-accents}
\renewcommand{\arraystretch}{1.75}
\begin{tabular}{ll@{\qquad}ll}
@@ -11806,9 +13236,10 @@ within subscripts and superscripts%
\begin{symtable}[STIX]{\STIX\ Extensible Accents}
\idxboth{extensible}{accents}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\index{accents>arc=arc (\blackacchack\newtie)} % "Generic"
\index{accents>circumflex=circumflex (\blackacchack\^)} % "Generic"
+\index{accents>hat}
\idxboth{long}{division}
\label{stix-extensible-accents}
\renewcommand{\arraystretch}{1.75}
@@ -11831,7 +13262,7 @@ within subscripts and superscripts%
\begin{symtable}[MTOOLS]{\MTOOLS\ Extensible Accents}
\idxboth{extensible}{accents}
\idxboth{extensible}{braces}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\label{mathtools-extensible-accents}
\renewcommand{\arraystretch}{1.5}
\begin{tabular}{ll@{\qquad}ll}
@@ -11854,7 +13285,7 @@ within subscripts and superscripts%
\idxboth{extensible}{accents}
\idxboth{extensible}{arrows}
\idxboth{extensible}{braces}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\index{accents>arc=arc (\blackacchack\newtie)} % "Generic"
\index{accents>caron=caron (\blackacchack\v)} % "Generic"
\index{accents>macron=macron (\showmacron)} % "Generic"
@@ -11881,7 +13312,7 @@ within subscripts and superscripts%
\index{accents}
\idxboth{extensible}{accents}
\idxboth{extensible}{arrows}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\index{accents>arc=arc (\blackacchack\newtie)} % "Generic"
\label{four-extensible-accents}
\renewcommand{\arraystretch}{1.75}
@@ -11896,7 +13327,7 @@ within subscripts and superscripts%
\index{accents}
\idxboth{extensible}{accents}
\idxboth{extensible}{arrows}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\label{esv-extensible-accents}
\renewcommand{\arraystretch}{1.5}
\begin{tabular}{ll}
@@ -11919,12 +13350,84 @@ within subscripts and superscripts%
\end{symtable}
+\begin{symtable}[PDFMSYM]{\PDFMSYM\ Extensible Accents}
+\index{accents}
+\index{accents>circumflex=circumflex (\blackacchack\^)} % "Generic"
+\index{accents>hat}
+\label{pdfmsym-ext-accents}
+\renewcommand{\arraystretch}{1.5}
+\begin{tabular}{ll@{\qquad}ll}
+\W\lvecc{abc}$^*$ & \W\underlvecc{abc} \\
+\W\overleftharp{abc}$^*$ & \W\underrightharp{abc} \\
+\W\overleftrightharp{abc}$^*$ & \W\underrightleftharp{abc} \\
+\W\overleftrightvecc{abc}$^*$ & \W\understraightlvecc{abc} \\
+\W\overrightharp{abc}$^*$ & \W\understraightvecc{abc} \\
+\W\overrightleftharp{abc}$^*$ & \W\undervecc{abc} \\
+\W\straightlvecc{abc}$^*$ & \W\varwidecheck{abc} \\
+\W\straightvecc{abc}$^*$ & \W\varwidehat{abc} \\
+\W\underleftharp{abc} & \W\varwidetilde{abc} \\
+\W\underleftrightharp{abc} & \W\vecc{abc}$^*$ \\
+\W\underleftrightvecc{abc} & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \pdfmsymmessage.
+\end{tablenote}
+
+\bigskip
+\begin{tablenote}[*]
+ The \cmd{\constvec} command takes one of these vector commands and
+ its argument and typesets the accent at $x$~height, truncating
+ everything above it. Hence, while \verb|\overleftharp{abcMxyz}|
+ produces ``$\overleftharp{abcMxyz}$'',
+ \verb|\constvec{\overleftharp}{abcMxyz}| produces
+ ``$\constvec{\overleftharp}{abcMxyz}$''.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[OVARS]{\OVARS\ Extensible Accents}
+\index{accents}
+\idxboth{extensible}{accents}
+\idxboth{extensible}{arrows}
+\idxboth{extensible}{symbols}
+\label{overarrows-extensible-accents}
+\renewcommand{\arraystretch}{1.75}
+\begin{tabular}{ll@{\qquad}ll}
+\W[\OVARSoverbar]\overbar{abc} & \W[\OVARSunderbar]\underbar{abc} \\
+\W[\OVARSoverleftarrow]\overleftarrow{abc} & \W[\OVARSunderleftarrow]\underleftarrow{abc} \\
+\W[\OVARSoverleftharpoondown]\overleftharpoondown{abc} & \W[\OVARSunderleftharpoondown]\underleftharpoondown{abc} \\
+\W[\OVARSoverleftharpoonup]\overleftharpoonup{abc} & \W[\OVARSunderleftharpoonup]\underleftharpoonup{abc} \\
+\W[\OVARSoverleftrightarrow]\overleftrightarrow{abc} & \W[\OVARSunderleftrightarrow]\underleftrightarrow{abc} \\
+\W[\OVARSoverrightarrow]\overrightarrow{abc} & \W[\OVARSunderrightarrow]\underrightarrow{abc} \\
+\W[\OVARSoverrightharpoondown]\overrightharpoondown{abc} & \W[\OVARSunderrightharpoondown]\underrightharpoondown{abc} \\
+\W[\OVARSoverrightharpoonup]\overrightharpoonup{abc} & \W[\OVARSunderrightharpoonup]\underrightharpoonup{abc} \\
+\end{tabular}
+
+\bigskip
+
+\begin{tablenote}
+ \OVARS\ is extremely customizable. Virtually all aspects of
+ arrows---length, thickness, position, scale,
+ arrowhead\index{arrowheads} style, etc.---can be modified, and new
+ extensible arrows can be constructed. \seedocs{\OVARS}. For
+ example, the documentation shows how to create extensible arrows
+ like the following:
+
+ \begin{tabular}{ll@{\qquad}ll}
+ \W[\OVARSoverarchedleftrightarrow]\overarchedleftrightarrow{abc} & \W[\OVARSoverbandedarrow]\overbandedarrow{abc} \\
+ \end{tabular}
+\end{tablenote}
+\end{symtable}
+
+
\begin{symtable}[ABRACES]{\ABRACES\ Extensible Accents}
\idxboth{extensible}{accents}
\idxboth{extensible}{braces}
\idxboth{multiline}{braces}
\idxboth{asymmetric}{braces}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\label{abraces-extensible-accents}
\renewcommand{\arraystretch}{1.5}
\begin{tabular}{ll@{\qquad}ll}
@@ -11949,7 +13452,7 @@ within subscripts and superscripts%
\index{tilde>extensible}
\index{extensible tildes}
\index{tilde}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\label{utild-extensible-accents}
\begin{tabular}{ll}
\W\utilde{abc} \\
@@ -11959,8 +13462,12 @@ within subscripts and superscripts%
\begin{tablenote}
Because \verb|\utilde| is based on \verb|\widetilde|%
- \index{widetilde=\verb+\widetilde+ ($\blackacc{\widetilde}$)}
- it is also made more extensible by the \YH\
+ \ifhavespverbatim
+ \index{widetilde=\spverb+\widetilde+ ($\blackacc{\widetilde}$)}
+ \else
+ \index{widetilde=\verb+\widetilde+ ($\blackacc{\widetilde}$)}
+ \fi
+ it is also made more extensible by the \YH\
\ifYH
package (\vref*{yhmath-extensible-accents}).
\else
@@ -11973,7 +13480,7 @@ within subscripts and superscripts%
\begin{symtable}[USHORT]{\USHORT\ Extensible Accents}
\index{accents}
\idxboth{extensible}{accents}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\index{underline}
\label{ushort-extensible-accents}
\begin{tabular}{ll@{\qquad}ll}
@@ -12006,7 +13513,7 @@ within subscripts and superscripts%
\begin{symtable}[MDW]{\MDW\ Extensible Accents}
\index{accents}
\idxboth{extensible}{accents}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\label{mdw-extensible-accents}
\renewcommand{\arraystretch}{1.5}
\begin{tabular}{ll}
@@ -12018,7 +13525,7 @@ within subscripts and superscripts%
\begin{symtable}[ACTANG]{\ACTANG\ Extensible Accents}
\index{accents}
\idxboth{extensible}{accents}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\index{symbols>actuarial}
\index{actuarial symbols}
\index{symbols>annuity}
@@ -12047,7 +13554,7 @@ within subscripts and superscripts%
\begin{symtable}[AMS]{\AMS\ Extensible Arrows}
\index{arrows}
\idxboth{extensible}{arrows}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\label{ams-extensible-arrows}
\begin{tabular}{ll@{\qquad}ll}
\W\xleftarrow{abc} & \W\xrightarrow{abc} \\
@@ -12058,7 +13565,7 @@ within subscripts and superscripts%
\begin{symtable}[MTOOLS]{\MTOOLS\ Extensible Arrows}
\index{arrows}
\idxboth{extensible}{arrows}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\label{mathtools-extensible-arrows}
\renewcommand{\arraystretch}{1.5}
\begin{tabular}{ll@{\qquad}ll}
@@ -12076,7 +13583,7 @@ within subscripts and superscripts%
\begin{symtable}[CHEMA]{\CHEMA\ Extensible Arrows}
\index{arrows}
\idxboth{extensible}{arrows}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\label{chemarr-extensible-arrows}
\begin{tabular}{ll}
\W\xrightleftharpoons{abc} \\
@@ -12087,7 +13594,7 @@ within subscripts and superscripts%
\begin{symtable}[CHEMB]{\CHEMB\ Extensible Arrows}
\index{arrows}
\idxboth{extensible}{arrows}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\label{chemarrow-extensible-arrows}
\renewcommand{\arraystretch}{4} % Keep upper and lower strings from touching.
\begin{tabular}{ll@{\qquad}ll}
@@ -12109,7 +13616,7 @@ within subscripts and superscripts%
\begin{symtable}[EXTAR]{\EXTAR\ Extensible Arrows}
\index{arrows}
\idxboth{extensible}{arrows}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\label{extarrows-extensible-arrows}
\renewcommand{\arraystretch}{1.5}
\begin{tabular}{ll@{\qquad}ll}
@@ -12122,10 +13629,41 @@ within subscripts and superscripts%
\end{symtable}
+\begin{symtable}[PDFMSYM]{\PDFMSYM\ Extensible Arrows}
+\index{arrows}
+\idxboth{extensible}{arrows}
+\idxboth{extensible}{symbols}
+\label{pdfmsym-extensible-arrows}
+\renewcommand{\arraystretch}{1.5}
+\begin{tabular}{ll@{\qquad}ll}
+\W\xvarCircleleftarrow{abc} & \W\xvarLleftRrightarrow{abc} \\
+\W\xvarcircleleftarrow{abc} & \W\xvarmapsfrom{abc} \\
+\W\xvarCirclerightarrow{abc} & \W\xvarmapsto{abc} \\
+\W\xvarcirclerightarrow{abc} & \W\xvarRibbonleftarrow{abc} \\
+\W\xvardoubleleftarrow{abc} & \W\xvarRibbonrightarrow{abc} \\
+\W\xvardoublerightarrow{abc} & \W\xvarRightarrow{abc} \\
+\W\xvardownhookleftarrow{abc} & \W\xvarrightarrow{abc} \\
+\W\xvardownhookrightarrow{abc} & \W\xvarrightarrows{abc} \\
+\W\xvarleftarrow{abc} & \W\xvarrightleftarrows{abc} \\
+\W\xvarLeftarrow{abc} & \W\xvarRrightarrow{abc} \\
+\W\xvarleftarrows{abc} & \W\xvarSquareleftarrow{abc} \\
+\W\xvarleftrightarrow{abc} & \W\xvarSquarerightarrow{abc} \\
+\W\xvarleftrightarrows{abc} & \W\xvaruphookleftarrow{abc} \\
+\W\xvarLleftarrow{abc} & \W\xvaruphookrightarrow{abc} \\
+\end{tabular}
+
+\bigskip
+
+\begin{tablenote}
+ \pdfmsymmessage.
+\end{tablenote}
+\end{symtable}
+
+
\begin{symtable}[XPFEIL]{\XPFEIL\ Extensible Arrows}
\index{arrows}
\idxboth{extensible}{arrows}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\label{extpfeil-extensible-arrows}
\renewcommand{\arraystretch}{1.5}
\begin{tabular}{ll@{\qquad}ll}
@@ -12146,7 +13684,7 @@ within subscripts and superscripts%
\index{arrows}
\idxboth{extensible}{arrows}
\idxboth{dotted}{arrows}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\label{dot-arrows}
\begin{tabular}{ll}
\W\dotarrow{a} \\
@@ -12156,7 +13694,7 @@ within subscripts and superscripts%
\begin{tablenote}
The \DOTARR\ package provides mechanisms for lengthening the arrow,
adjusting the distance between the arrow and its symbol, and
- altering the arrowhead. \seedocs{\DOTARR}.
+ altering the arrowhead\index{arrowheads}. \seedocs{\DOTARR}.
\end{tablenote}
\end{symtable}
@@ -12164,7 +13702,7 @@ within subscripts and superscripts%
\begin{symtable}[HWMATH]{\HWMATH\ Extensible Arrows}
\index{arrows}
\idxboth{extensible}{arrows}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\label{hwmath-arrows}
\renewcommand{\arraystretch}{1.5} % Keep high and low accents from touching.
\begin{tabular}{ll*2{@{\qquad}ll}}
@@ -12178,11 +13716,12 @@ within subscripts and superscripts%
\begin{tablenote}
These commands always typeset the arrow in script (small) style,
hence the ``\texttt{script}'' in their names. Contrast the size of
- the arrowheads in the following examples:
+ the arrowheads\index{arrowheads} in the following examples (zoomed
+ 3x for clarity):
\begin{center}
\begin{tabular}{ccc}
- $\overrightarrow{abc}$ & \small vs. & $\overscriptrightarrow{abc}$ \\
+ \scalebox{3}{$\overrightarrow{abc}$} & \small vs. & \scalebox{3}{$\overscriptrightarrow{abc}$} \\
\small\verb|\overrightarrow{abc}| & & \small\verb|\overscriptrightarrow{abc}| \\
\end{tabular}
\end{center}
@@ -12190,9 +13729,47 @@ within subscripts and superscripts%
\end{symtable}
+\begin{symtable}[PDFMSYM]{\PDFMSYM\ Extensible Harpoons}
+\index{harpoons}
+\idxboth{extensible}{symbols}
+\label{pdfmsym-ext-harpoons}
+\begin{tabular}{*2{ll}}
+\W\xvarleftharp{abc} & \W\xvarrightharp{abc} \\
+\W\xvarleftrightharp{abc} & \W\xvarrightleftharp{abc} \\
+\end{tabular}
+
+\bigskip
+
+\begin{tablenote}
+ \pdfmsymmessage.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[HARP]{\HARP\ Extensible Harpoons}
+\index{harpoons}
+\idxboth{extensible}{symbols}
+\label{harp-harpoons}
+\begin{tabular}{*3{ll}}
+\W\overleftharp{abc} & \W\overrightharpdown{abc} & \W\underrightharp{abc} \\
+\W\overleftharpdown{abc} & \W\underleftharp{abc} & \W\underrightharpdown{abc} \\
+\W\overrightharp{abc} & \W\underleftharpdown{abc} & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ All of the \HARP\ symbols are implemented using the
+ \pkgname{graphics} package (specifically, \pkgname{graphics}'s
+ \cmd{\resizebox} command). Consequently, only \tex backends that
+ support graphical transformations (e.g.,~\emph{not}
+ Xdvi\index{Xdvi}) can properly display these symbols.
+\end{tablenote}
+\end{symtable}
+
+
\begin{symtable}[TRF]{\TRF\ Extensible Transform Symbols}
\index{transforms}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\label{trf-extend}
\begin{tabular}{ll@{\hspace*{2em}}ll}
\W\dft{abc} & \W\DFT{abc} \\
@@ -12202,7 +13779,7 @@ within subscripts and superscripts%
\begin{symtable}[ESR]{\ESR\ Extensible Relations}
\index{relations}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\label{esr-extend}
\renewcommand{\arraystretch}{1.5} % Keep tall symbols from touching.
\begin{tabular}{ll@{\hspace*{2em}}ll}
@@ -12215,7 +13792,7 @@ within subscripts and superscripts%
\begin{symtable}[HWMATH]{\HWMATH\ Extensible Brooms and Pitchforks}
\index{brooms}
\index{pitchforks}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\label{hwmath-unwitched}
\renewcommand{\arraystretch}{2} % Keep tall symbols from touching.
\begin{tabular}{ll@{\hspace*{2em}}ll}
@@ -12233,7 +13810,7 @@ within subscripts and superscripts%
\index{witches}
\index{brooms}
\index{pitchforks}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\idxboth{Halloween}{symbols}
\label{hwmath-witches}
\renewcommand{\arraystretch}{2} % Keep tall symbols from touching.
@@ -12256,7 +13833,7 @@ within subscripts and superscripts%
\begin{symtable}[HWMATH]{\HWMATH\ Extensible Ghosts}
\index{ghosts}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\idxboth{Halloween}{symbols}
\label{hwmath-ghosts}
\renewcommand{\arraystretch}{2} % Keep tall symbols from touching.
@@ -12270,7 +13847,7 @@ within subscripts and superscripts%
\begin{symtable}[HWMATH]{\HWMATH\ Extensible Bats}
\index{bats}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\idxboth{Halloween}{symbols}
\label{hwmath-bats}
\renewcommand{\arraystretch}{2} % Keep tall symbols from touching.
@@ -12429,8 +14006,8 @@ within subscripts and superscripts%
\cmdI[\string\FDSYMudots]{\udots};
\cmdI[\string\FDSYMbecause]{\because} as a synonym for
\cmdI[\string\FDSYMdowntherefore]{\downtherefore};
- \cmdI[\string\FDSYMcdots]{\cdotp} as a synonym for
- \cmdI[\string\FDSYMhdots]{\cdot}; \cmdI[\string\FDSYMcdots]{\cdots}
+ \cmdI[\string\FDSYMcdot]{\cdotp} as a synonym for
+ \cmdI[\string\FDSYMcdot]{\cdot}; \cmdI[\string\FDSYMcdots]{\cdots}
as a synonym for \cmdI[\string\FDSYMhdots]{\hdots};
\cmdI[\string\FDSYMColon]{\Colon} as a synonym for
\cmdI[\string\FDSYMsquaredots]{\squaredots};
@@ -12448,8 +14025,9 @@ within subscripts and superscripts%
\begin{symtable}[STIX]{\STIX\ Dots}
\idxboth{dot}{symbols}
-\index{dots (ellipses)}
-\index{ellipses (dots)}
+\index{dots (ellipses)} \index{ellipses (dots)}
+\index{dots (ellipses)>math mode}
+\index{ellipses (dots)>math mode}
\label{stix-dots}
\begin{tabular}{*2{ll@{\hspace*{1.5cm}}}ll}
\K[\STIXadots]\adots & \K[\STIXcdots]\cdots & \K[\STIXfourvdots]\fourvdots \\
@@ -12472,6 +14050,8 @@ within subscripts and superscripts%
\begin{symtable}[MDOTS]{\MDOTS\ Dots}
\index{dots (ellipses)} \index{ellipses (dots)}
+\index{dots (ellipses)>math mode}
+\index{ellipses (dots)>math mode}
\idxboth{dot}{symbols}
\label{mathdots-dots}
\begin{tabular}{ll*2{@{\quad}ll}}
@@ -12490,6 +14070,8 @@ within subscripts and superscripts%
\begin{symtable}[YH]{\YH\ Dots}
\index{dots (ellipses)} \index{ellipses (dots)}
+\index{dots (ellipses)>math mode}
+\index{ellipses (dots)>math mode}
\idxboth{dot}{symbols}
\label{yhmath-dots}
\begin{tabular}{ll}
@@ -12500,6 +14082,8 @@ within subscripts and superscripts%
\begin{symtable}[TEUB]{\TEUB\ Dots}
\index{dots (ellipses)} \index{ellipses (dots)}
+\index{dots (ellipses)>math mode}
+\index{ellipses (dots)>math mode}
\idxboth{dot}{symbols}
\label{teubner-dots}
\begin{tabular}{*3{ll@{\qquad}}ll}
@@ -12508,6 +14092,25 @@ within subscripts and superscripts%
\end{symtable}
+\begin{symtable}[LOGIX]{\LOGIX\ Dots}
+\index{dots (ellipses)}
+\index{ellipses (dots)}
+\index{dots (ellipses)>math mode}
+\index{ellipses (dots)>math mode}
+\idxboth{dot}{symbols}
+\label{logix-dots}
+\begin{tabular}{*4{ll}}
+\K\BndDot & \K\Cln & \K\LDots & \K\Thus \\
+\K\CDots & \K\Dt & \K\Since & \K\VDots \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\LOGIX}.
+\end{tablenote}
+\end{symtable}
+
+
\begin{symtable}[BEGRIFF]{\BEGRIFF\ Begriffsschrift Symbols}
\idxboth{Frege logic}{symbols}
\idxboth{Begriffsschrift}{symbols}
@@ -12591,20 +14194,22 @@ within subscripts and superscripts%
\begin{symtable}[FGE]{\FGE\ Digits}
-\index{numerals}
+\subindex{numerals}{rotated}
+\subindex{numerals}{slashed}
\idxboth{Frege logic}{symbols}
\label{fge-digits}
-\begin{tabular}{ll@{\qquad}ll}
-\K\fgestruckzero & \K\fgestruckone \\
+\begin{tabular}{*2{ll@{\qqquad}}ll}
+\K\fgeleftthree & \K\fgerighttwo & \K\fgestruckzero \\
+\K\fgelefttwo & \K\fgestruckone & \\
\end{tabular}
\end{symtable}
\begin{symtable}[DOZ]{\DOZ\ Base-12 Digits}
\index{numerals}
-\index{dozenal (base 12)>numerals}
-\index{base twelve>numerals}
-\index{duodecimal (base 12)>numerals}
+\subindex{dozenal (base 12)}{numerals}
+\subindex{base twelve}{numerals}
+\subindex{duodecimal (base 12)}{numerals}
\idxboth{Pitman's base 12}{symbols}
\label{dozenal-digits}
\begin{tabular}{ll@{\qquad}ll}
@@ -12659,6 +14264,8 @@ within subscripts and superscripts%
\begin{symtable}[AMS]{\AMS\ Angles}
\index{angles}
+\idxboth{measured}{angles}
+\idxboth{spherical}{angles}
\label{ams-angles}
\begin{tabular}{*3{ll}}
\X[\AMSangle]\angle & \X\measuredangle & \X\sphericalangle \\
@@ -12668,6 +14275,8 @@ within subscripts and superscripts%
\begin{symtable}[MNS]{\MNS\ Angles}
\index{angles}
+\idxboth{measured}{angles}
+\idxboth{spherical}{angles}
\label{mns-angles}
\begin{tabular}{*3{ll}}
\K[\MNSangle]\angle & \K[\MNSmeasuredangle]\measuredangle & \K[\MNSsphericalangle]\sphericalangle \\
@@ -12677,6 +14286,9 @@ within subscripts and superscripts%
\begin{symtable}[FDSYM]{\FDSYM\ Angles}
\index{angles}
+\idxboth{measured}{angles}
+\idxboth{spherical}{angles}
+\idxboth{right}{angles}
\label{fdsym-angles}
\begin{tabular}{*3{ll}}
\K[\FDSYMangle]\angle & \K[\FDSYMrevangle]\revangle & \K[\FDSYMsphericalangle]\sphericalangle \\
@@ -12704,6 +14316,9 @@ within subscripts and superscripts%
\begin{symtable}[BSK]{\BSK\ Angles}
\index{angles}
+\idxboth{measured}{angles}
+\idxboth{spherical}{angles}
+\idxboth{right}{angles}
\label{bsk-angles}
\begin{tabular}{*3{ll}}
\K[\BSKangle]\angle & \K[\BSKrightangle]\rightangle & \K[\BSKsphericalangle]\sphericalangle \\
@@ -12715,6 +14330,11 @@ within subscripts and superscripts%
\begin{symtable}[STIX]{\STIX\ Angles}
\index{angles}
+\idxboth{measured}{angles}
+\idxboth{spherical}{angles}
+\idxboth{right}{angles}
+\index{axes=axes (\STIXthreedangle)}
+\index{coordinate axes=axes (\STIXthreedangle)}
\label{stix-angles}
\begin{tabular}{*3{ll}}
\K[\STIXangdnr]\angdnr & \K[\STIXmeasanglerutone]\measanglerutone & \K[\STIXrightanglemdot]\rightanglemdot \\
@@ -12731,14 +14351,78 @@ within subscripts and superscripts%
\end{symtable}
+\begin{symtable}[TYPICOS]{\TYPICOS\ Decorative Mathematical Symbols}
+\index{division=division (\tiDivideOutline)}
+\index{division=division (\tiDivide)}
+\index{equals=equals (\tiEqualsOutline)}
+\index{equals=equals (\tiEquals)}
+\index{infinity=infinity (\tiInfinityOutline)}
+\index{infinity=infinity (\tiInfinity)}
+\index{minus=minus (\tiMinusOutline)}
+\index{minus=minus (\tiMinus)}
+\index{pi=pi (\tiPi)}
+\index{plus=plus (\tiPlusOutline)}
+\index{plus=plus (\tiPlus)}
+\label{typicons-math}
+\begin{tabular}{*3{ll}}
+\K\tiDivide & \K\tiInfinity & \K\tiPi \\
+\K\tiDivideOutline & \K\tiInfinityOutline & \K\tiPlus \\
+\K\tiEquals & \K\tiMinus & \K\tiPlusOutline \\
+\K\tiEqualsOutline & \K\tiMinusOutline & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ See also \cmdI{\tiTimes}~(\tiTimes) and
+ \cmdI{\tiTimesOutline}~(\tiTimesOutline) in
+ \ref{typicons-check-marks}. All \TYPICOS\ symbols are intended to
+ be used in text mode, not math mode.
+
+ \luaxemessage{\TYPICOS}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[FNTAWE]{\FNTAWE\ Decorative Mathematical Symbols}
+\index{division=division (\faDivide)}
+\index{equals=equals (\faEquals)}
+\index{greater than or equal to=greater than or equal to (\faGreaterThanEqual)}
+\index{greater than=greater than (\faGreaterThan)}
+\index{infinity=infinity (\faInfinity)}
+\index{less than or equal to=less than or equal to (\faLessThanEqual)}
+\index{less than=less than (\faLessThan)}
+\index{minus=minus (\faMinus)}
+\index{not equal=not equal (\faNotEqual)}
+\index{percent=percent (\faPercent)}
+\index{percent=percent (\faPercentage)}
+\index{plus=plus (\faPlus)}
+\index{question mark=question mark (\faQuestion)}
+\label{fontawesome5-math}
+\begin{tabular}{*3{ll}}
+\K\faDivide & \K\faLessThan & \K\faPercentage \\
+\K\faEquals & \K\faLessThanEqual & \K\faPlus \\
+\K\faGreaterThan & \K\faMinus & \K\faQuestion \\
+\K\faGreaterThanEqual & \K\faNotEqual & \\
+\K\faInfinity & \K\faPercent & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ See also \cmdI{\faTimes}~(\faTimes) in
+ \ref{fontawesome5-check-marks}. All \FNTAWE\ symbols are intended
+ to be used in text mode, not math mode.
+\end{tablenote}
+\end{symtable}
+
+
\begin{symtable}{Miscellaneous \latexE\ Math Symbols}
\idxboth{miscellaneous}{symbols}
\index{dots (ellipses)}
\index{ellipses (dots)}
\index{null set}
\index{empty set}
-\index{dotless i=dotless $i~(\imath)$>math mode}
-\index{dotless j=dotless $j~(\jmath)$>math mode}
+\subindex{dotless i=dotless $i~(\imath)$}{math mode}
+\subindex{dotless j=dotless $j~(\jmath)$}{math mode}
\index{angles}
\index{rhombuses}
\index{infinity}
@@ -12813,6 +14497,7 @@ within subscripts and superscripts%
\begin{symtable}[WASY]{Miscellaneous \WASY\ Math Symbols}
\index{angles}
\index{rhombuses}
+\index{upside-down letters}
\label{wasy-math}
\begin{tabular}{*4{ll}}
\X[\WASYBox]\Box & \X[\WASYDiamond]\Diamond & \X\mho$^*$ & \K\varangle \\
@@ -12842,6 +14527,8 @@ within subscripts and superscripts%
\index{null set}
\index{semidirect products}
\index{angles}
+\idxboth{measured}{angles}
+\idxboth{spherical}{angles}
\index{pitchforks}
\index{infinity}
\label{abx-misc}
@@ -12972,17 +14659,21 @@ within subscripts and superscripts%
\begin{longsymtable}[STIX]{Miscellaneous \STIX\ Math Symbols}
-\ltindex{check marks}
-\ltindex{faces}
-\ltindex{smiley faces}
-\ltindex{outer joins}
+\ltidxboth{currency}{symbols}
\ltidxboth{database}{symbols}
-\ltidxboth{relational database}{symbols}
\ltidxboth{engineering}{symbols}
-\ltidxboth{currency}{symbols}
-\ltindex{Q.E.D.}
+\ltindex{asterisks}
+\ltindex{check marks}
+\ltindex{circles}
\ltindex{end of proof}
+\ltindex{faces}
+\ltindex{outer joins}
\ltindex{proof, end of}
+\ltindex{Q.E.D.}
+\ltindex{smiley faces}
+\ltindex{squares}
+\ltindex{triangles}
+\ltindex{Xs}
\label{stix-misc}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -13022,30 +14713,6 @@ within subscripts and superscripts%
\end{longsymtable}
-\begin{symtable}[EOPROOF]{\EOPROOF\ End-of-Proof Symbols}
-\index{Q.E.D.}
-\index{end of proof}
-\index{proof, end of}
-\label{endofproof}
-\begin{tabular}{ll}
-\K\wasserdicht \\
-\end{tabular}
-
-\bigskip
-\begin{tablenote}
- \texttt{\string\wasserdicht} is implemented as an external PDF
- graphic. The command in fact typesets the symbol flush right on the
- page to signify the end of proof. To use the command in inline
- text, simply load the underlying graphic file directly:
-
-\vspace{-\baselineskip}
-\begin{verbatim}
- \includegraphics[width=10pt]{endofproofwd.pdf}
-\end{verbatim}
-\end{tablenote}
-\end{symtable}
-
-
\begin{symtable}{Miscellaneous \TC\ Text-mode Math Symbols}
\index{fractions}
\label{tc-math}
@@ -13089,9 +14756,9 @@ within subscripts and superscripts%
\idxboth{Frege logic}{symbols}
\label{fge-misc}
\begin{tabular}{*3{ll@{\qquad}}ll}
-\K\fgebackslash & \K\fgecap & \K\fgecupacute & \K\fgelangle \\
-\K\fgebaracute & \K\fgecapbar & \K\fgecupbar & \K\fgeupbracket \\
-\K\fgebarcap & \K\fgecup & \K\fgeinfty & \\
+\K\fgebackslash & \K\fgecap & \K\fgecupacute & \K\fgelangle \\
+\K\fgebaracute & \K\fgecapbar & \K\fgecupbar & \K\fgeupbracket \\
+\K\fgebarcap & \K\fgecup & \K\fgeinfty & \\
\end{tabular}
\end{symtable}
@@ -13099,6 +14766,7 @@ within subscripts and superscripts%
\begin{symtable}[MDES]{Miscellaneous \MDES\ Math Symbols}
\idxboth{miscellaneous}{symbols}
\index{angles}
+\idxboth{right}{angles}
\label{mdes-misc}
\begin{tabular}{ll}
\K[\MDESrightangle]\rightangle
@@ -13106,6 +14774,33 @@ within subscripts and superscripts%
\end{symtable}
+\begin{symtable}[LOGIX]{Miscellaneous \LOGIX\ Math Symbols}
+\idxboth{miscellaneous}{symbols}
+\idxboth{logic}{symbols}
+\label{logix-misc}
+\begin{tabular}{*4{ll}}
+\K\Aor & \K\FncCnvrs & \K\MapJoin & \K\SetJoin \\
+\K\Append & \K\FncComp & \K\MapMeet & \K\SetMeet \\
+\K\BncBistab & \K\ForComp & \K\Mnd & \K\SetSymDiff \\
+\K\BnchJoin & \K\FrstOrd & \K\Mor & \K\SimPerp \\
+\K\BnchMeet & \K\GrtFix & \K\Normal & \K\SInCoh \\
+\K\Catenate & \K\InCoh & \K\OfCrse & \K\SmCircPlus \\
+\K\Choice & \K\Infin & \K\QuantAAnd & \K\SmCircStar \\
+\K\Choices & \K\LcgBistab & \K\QuantBnchJoin & \K\SmCircTimes \\
+\K\Coh & \K\LgCircPlus & \K\QuantBnchMeet & \K\VeeJoin \\
+\K\Concat & \K\LgCircStar & \K\QuantMor & \K\VeeMeet \\
+\K\Cover & \K\LgCircTimes & \K\QuantSetJoin & \K\WhyNot \\
+\K\ExGrtFix & \K\LstFix & \K\QuantSetMeet & \\
+\K\ExLstFix & \K\MapComp & \K\SCoh & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\LOGIX}.
+\end{tablenote}
+\end{symtable}
+
+
% Because the Math Alphabets table is a bit different from the symbol
% tables in this document we start it on its own page to emphasize it
% and to include enough room for some of the table notes.
@@ -13221,7 +14916,7 @@ Font sample & Generating command & \normalfont \tex\ font & Required package \\
\unskip
% Because we have so much text and because we're at the end of the
-% section, we put all of the table notes after the symtable to give
+% chapter, we put all of the table notes after the symtable to give
% LaTeX the opportunity to split them across pages.
\begin{center}
\bigskip
@@ -13286,24 +14981,24 @@ Font sample & Generating command & \normalfont \tex\ font & Required package \\
\ifx\MBBmathbb\undefined
\pkgname{mbboard} extends the blackboard bold symbol set
significantly further. It supports not only the
- Greek\index{Greek>blackboard bold}\index{alphabets>Greek}\index{Greek>letters}
+ Greek\index{Greek>blackboard bold}\subindex{alphabets}{Greek}\index{Greek>letters}
alphabet---including ``Greek-like'' symbols such as
\cmd{\bbnabla}---but also \emph{all} punctuation marks, various
currency\idxboth{currency}{symbols}\idxboth{monetary}{symbols}
- symbols such as \cmd{\bbdollar} and \cmd{\bbeuro},\index{euro
- signs>blackboard bold} and the
- Hebrew\index{Hebrew}\index{alphabets>Hebrew} alphabet.
+ symbols such as \cmd{\bbdollar} and
+ \cmd{\bbeuro},\index{euro>blackboard bold} and the
+ Hebrew\index{Hebrew}\subindex{alphabets}{Hebrew} alphabet.
\else
\pkgname{mbboard} extends the blackboard bold symbol set
significantly further. It supports not only the
- Greek\index{Greek>blackboard bold}\index{alphabets>Greek}\index{Greek>letters}
+ Greek\index{Greek>blackboard bold}\subindex{alphabets}{Greek}\index{Greek>letters}
alphabet---including ``Greek-like'' symbols such as
\cmdI{\bbnabla}~(``\bbnabla'')---but also \emph{all} punctuation
marks, various
currency\idxboth{currency}{symbols}\idxboth{monetary}{symbols}
symbols such as \cmdI{\bbdollar}~(``\bbdollar'') and
- \cmdI{\bbeuro}~(``\bbeuro''),\index{euro signs>blackboard bold}
- and the Hebrew\index{Hebrew}\index{alphabets>Hebrew}
+ \cmdI{\bbeuro}~(``\bbeuro''),\index{euro>blackboard bold}
+ and the Hebrew\index{Hebrew}\subindex{alphabets}{Hebrew}
alphabet~(e.g.,~``\cmdI{\bbfinalnun}\linebreak[1]\cmdI{\bbyod}%
\linebreak[1]\cmdI{\bbqof}\linebreak[1]\cmdI{\bbpe}''~$\rightarrow$
``\bbfinalnun\bbyod\bbqof\bbpe'').
@@ -13359,13 +15054,13 @@ Font sample & Generating command & \normalfont \tex\ font & Required package \\
\idxbothend{mathematical}{symbols}
-\section{Science and technology symbols}
+\chapter{Science and technology symbols}
\label{sci-tech-symbols}
\idxbothbegin{scientific}{symbols}
\idxbothbegin{technological}{symbols}
-\tablesubsections
+\tablesections
-This section lists symbols that are employed in various branches of
+This chapter lists symbols that are employed in various branches of
science and engineering.
\bigskip
@@ -13383,6 +15078,7 @@ science and engineering.
\begin{symtable}[WASY]{\WASY\ Electrical and Physical Symbols}
\idxboth{electrical}{symbols}
\idxboth{physical}{symbols}
+\index{gluons}
\index{photons}
\label{wasy-electic}
\begin{tabular}{*{9}{ll@{\qquad}}ll}
@@ -13397,11 +15093,21 @@ science and engineering.
\idxboth{engineering}{symbols}
\index{electrical impulse}
\index{square impulse}
+\index{digital signals>falling edge=falling edge (\FallingEdge)}
+\index{digital signals>rising edge=rising edge (\RaisingEdge)}
+\index{digital signals>high=high (\ShortPulseHigh)}
+\index{digital signals>high=high (\PulseHigh)}
+\index{digital signals>high=high (\LongPulseHigh)}
+\index{digital signals>low=low (\ShortPulseLow)}
+\index{digital signals>low=low (\PulseLow)}
+\index{digital signals>low=low (\LongPulseLow)}
\label{pulse-diagram}
+\begin{indexingoff}
\begin{tabular}{*4{ll}}
\K\FallingEdge & \K\LongPulseLow & \K\PulseLow & \K\ShortPulseHigh \\
\K\LongPulseHigh & \K\PulseHigh & \K\RaisingEdge & \K\ShortPulseLow \\
\end{tabular}
+\end{indexingoff}
\bigskip
\begin{tablenote}
@@ -13471,8 +15177,7 @@ science and engineering.
\begin{symtable}[STEIN]{\STEIN\ Extensible Phasor Symbol}
\index{Steinmetz phasor notation}
-\index{angle notation}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\index{phasor}
\label{steinmetz-phasor}
\begin{tabular}{ll}
@@ -13519,14 +15224,15 @@ science and engineering.
\begin{symtable}[WASY]{\WASY\ Astronomical Symbols}
\idxboth{astronomical}{symbols}
\idxboth{astrological}{symbols}
-\idxboth{zodiacal}{symbols}
+\idxboth{horoscope}{symbols}
+\idxboth{zodiac}{symbols}
\index{planets}
\index{Earth}
\index{suns}
\index{moons}
\index{celestial bodies}
-\index{male}
-\index{female}
+\index{male sign}
+\index{female sign}
\label{wasy-astro}
\begin{tabular}{*5{ll}}
\K\mercury & \K\earth & \K\jupiter & \K\uranus & \K\pluto \\
@@ -13546,13 +15252,15 @@ science and engineering.
\begin{symtable}[MARV]{\MARV\ Astronomical Symbols}
\idxboth{astronomical}{symbols}
\idxboth{astrological}{symbols}
-\idxboth{zodiacal}{symbols}
+\idxboth{horoscope}{symbols}
+\idxboth{zodiac}{symbols}
\index{planets}
\index{suns}
+\index{sun=sun (\Sun)}
\index{moons}
\index{celestial bodies}
-\index{male}
-\index{female}
+\index{male sign}
+\index{female sign}
\index{Earth}
\label{marv-astro}
\begin{tabular}{*5{ll}}
@@ -13575,34 +15283,18 @@ science and engineering.
\end{symtable}
-\begin{symtable}[FNTAWE]{\FNTAWE\ Astronomical Symbols}
-\idxboth{astronomical}{symbols}
-\idxboth{astrological}{symbols}
-\idxboth{zodiacal}{symbols}
-\index{planets}
-\index{suns}
-\index{moons}
-\index{celestial bodies}
-\index{male}
-\index{female}
-\label{fontawesome-astro}
-\begin{tabular}{*3{ll}}
-\K\faMars & \K\faMoonO & \K\faVenus \\
-\K\faMercury & \K\faSunO & \\
-\end{tabular}
-\end{symtable}
-
-
\begin{symtable}[ABX]{\ABX\ Astronomical Symbols}
\idxboth{astronomical}{symbols}
\idxboth{astrological}{symbols}
-\idxboth{zodiacal}{symbols}
+\idxboth{horoscope}{symbols}
+\idxboth{zodiac}{symbols}
\index{planets}
\index{suns}
+\index{sun=sun ($\ABXSun$)}
\index{moons}
\index{celestial bodies}
-\index{male}
-\index{female}
+\index{male sign}
+\index{female sign}
\index{Earth}
\label{abx-astro}
\begin{tabular}{*5{ll}}
@@ -13629,8 +15321,10 @@ science and engineering.
\begin{symtable}[STIX]{\STIX\ Astronomical Symbols}
\idxboth{astronomical}{symbols}
\idxboth{astrological}{symbols}
-\idxboth{zodiacal}{symbols}
+\idxboth{horoscope}{symbols}
+\idxboth{zodiac}{symbols}
\index{suns}
+\index{sun=sun ($\STIXsun$)}
\index{moons}
\index{celestial bodies}
\label{stix-astro}
@@ -13643,7 +15337,8 @@ science and engineering.
\begin{symtable}[UTFSYM]{\UTFSYM\ Astronomical Symbols}
\idxboth{astronomical}{symbols}
\idxboth{astrological}{symbols}
-\idxboth{zodiacal}{symbols}
+\idxboth{horoscope}{symbols}
+\idxboth{zodiac}{symbols}
\index{celestial bodies}
\index{moons}
\index{planets}
@@ -13672,7 +15367,8 @@ science and engineering.
\begin{symtable}[STAR]{\STAR\ Astronomical Symbols}
\idxboth{astronomical}{symbols}
\idxboth{astrological}{symbols}
-\idxboth{zodiacal}{symbols}
+\idxboth{horoscope}{symbols}
+\idxboth{zodiac}{symbols}
\index{angles}
\index{arrows}
\index{asteroids}
@@ -13680,15 +15376,20 @@ science and engineering.
\index{circles}
\index{Earth}
\index{elements}
-\index{female}
+\index{female sign}
\index{geometric shapes}
\index{hearts}
-\index{male}
+\index{male sign}
\index{moons}
\index{planets}
\index{stars}
\index{suns}
+\index{sun=sun (\STARSun)}
\index{triangles}
+\index{ascendant=ascendant (\STARASC)}
+\index{descendant=descendant (\STARDSC)}
+\index{medium coeli=medium c{\oe}li (\STARMC)}
+\index{imum coeli=imum c{\oe}li (\STARIC)}
\label{starfont}
\begin{tabular}{*4{ll}}
\K[\STARMercury]\Mercury & \K[\STARMars]\Mars & \K[\STARUranus]\Uranus & \K[\STARvarTerra]\varTerra \\
@@ -13757,18 +15458,20 @@ science and engineering.
\begin{symtable}[APL]{\APL\ APL Symbols}
\idxboth{APL}{symbols}
\label{apl}
+\begin{indexingoff}
\begin{tabular}{*8{ll}}
-\K\AB & \K\DD & \K\GD & \K\LK & \K\PD & \K\UA & \K\ZG & \K\ZQ \\
-\K\AM & \K\DE & \K\GE & \K\LO & \K\QQ & \K\US & \K\ZH & \K\ZR \\
-\K\BL & \K\DL & \K\GO & \K\LU & \K\RB & \K\UU & \K\ZI & \K\ZS \\
-\K\BX & \K\DM & \K\GU & \K\NE & \K\RK & \K\XQ & \K\ZJ & \K\ZT \\
-\K\CB & \K\DQ & \K\IB & \K[\APLNG]\NG & \K\RO & \K\ZA & \K\ZK & \K\ZU \\
-\K\CE & \K\DU & \K\IO & \K\NN & \K\RU & \K\ZB & \K\ZL & \K\ZV \\
-\K\CO & \K\EN & \K\LB & \K\NR & \K\RV & \K\ZC & \K\ZM & \K\ZW \\
-\K\CR & \K\EP & \K\LD & \K\NT & \K\SO & \K\ZD & \K\ZN & \K\ZX \\
-\K\CS & \K\FL & \K\LE & \K\OM & \K\SS & \K\ZE & \K\ZO & \K\ZY \\
-\K\DA & \K\FM & \K\LG & \K\OR & \K\TR & \K\ZF & \K\ZP & \K\ZZ \\
+\K\AB & \K\DD & \K\GD & \K\LK & \K\PD & \K\UA & \K\ZG & \K\ZQ \\
+\K\AM & \K\DE & \K\GE & \K\LO & \K\QQ & \K\US & \K\ZH & \K\ZR \\
+\K\BL & \K\DL & \K\GO & \K\LU & \K\RB & \K\UU & \K\ZI & \K\ZS \\
+\K\BX & \K\DM & \K\GU & \K\NE & \K\RK & \K\XQ & \K\ZJ & \K\ZT \\
+\K\CB & \K\DQ & \K\IB & \K[\APLNG]\NG & \K\RO & \K\ZA & \K\ZK & \K\ZU \\
+\K\CE & \K\DU & \K\IO & \K\NN & \K\RU & \K\ZB & \K\ZL & \K\ZV \\
+\K\CO & \K\EN & \K\LB & \K\NR & \K\RV & \K\ZC & \K\ZM & \K\ZW \\
+\K\CR & \K\EP & \K\LD & \K\NT & \K\SO & \K\ZD & \K\ZN & \K\ZX \\
+\K\CS & \K\FL & \K\LE & \K\OM & \K[\APLSS]\SS & \K\ZE & \K\ZO & \K\ZY \\
+\K\DA & \K\FM & \K\LG & \K\OR & \K\TR & \K\ZF & \K\ZP & \K\ZZ \\
\end{tabular}
+\end{indexingoff}
\end{symtable}
@@ -13792,14 +15495,14 @@ science and engineering.
\label{keystroke}
\renewcommand{\arraystretch}{1.25} % Keep the symbols from touching.
\begin{tabular}{*2{ll@{\qqquad}}ll}
-\K\Alt & \K\Enter$^*$ & \K\PrtSc$^*$ \\
+\K[\KEYSAlt]\Alt & \K\Enter$^*$ & \K\PrtSc$^*$ \\
\K\AltGr & \K\Esc$^*$ & \K\RArrow \\
\K\Break$^*$ & \K\Home$^*$ & \K\Return \\
\K[\keysBSpace]\BSpace$^\dag$ & \K\Ins$^*$ & \K\Scroll$^*$ \\
\K\Ctrl$^*$ & \K\LArrow & \K\Shift$^*$ \\
\K\DArrow & \K\NumLock & \K\Spacebar \\
\K\Del$^*$ & \K\PgDown$^*$ & \K[\keysTab]\Tab$^\dag$ \\
-\K\End$^*$ & \K\PgUp$^*$ & \K\UArrow \\
+\K[\KEYSEnd]\End$^*$ & \K\PgUp$^*$ & \K\UArrow \\
\end{tabular}
\bigskip
@@ -13830,13 +15533,13 @@ science and engineering.
\begin{symtable}[ASCII]{\ASCII\ Control Characters (CP437)}
\index{ASCII}
-\index{IBM PC}
+\idxboth{IBM PC}{symbols}
\index{control characters}
\index{carriage return}
\index{faces}
\index{smiley faces}
\index{frowny faces}
-\index{nonbreaking space}
+\index{non-breaking space=non-breaking space (\NBSP)}
\index{code page 437}
\label{ibm-ascii}
\begin{tabular}{*4{ll@{\qqquad}}ll}
@@ -13849,20 +15552,21 @@ science and engineering.
\K\BEL & \K\SO & \K\NAK & \K\FS & \\[2ex]
%
\K\DEL & \K\NBSP & \K\NUL &
-\incsyms\indexcommand[\splitvert]{\splitvert}\splitvert &
+\incsyms\indexcommand[\string\splitvert]{\splitvert}\splitvert &
\multicolumn{2}{l}{\ttfamily\string\splitvert} \\
\end{tabular}
\bigskip
-
\begin{tablenote}
Code Page~437 (CP437), which was first utilized by the original
- IBM~PC, uses the symbols \cmdI{\SOH} through \cmdI{\US} to depict
- \ascii characters~1--31 and \cmdI{\DEL} to depict \ascii
- character~127. The \cmdI{\NUL} symbol, not part of CP437,
- represents \ascii character~0. \cmdI{\NBSP}, also not part of
- CP437, represents a nonbreaking space. \cmdI{\splitvert} is merely
- the ``$|$'' character drawn as it was on the IBM~PC.
+ IBM~PC, uses the symbols \cmdI[\string\SOH]{\SOH} through
+ \cmdI[\string\US]{\US} to depict \ascii characters~1--31 and
+ \cmdI[\string\DEL]{\DEL} to depict \ascii character~127. The
+ \cmdI[\string\NUL]{\NUL} symbol, not part of CP437, represents
+ \ascii character~0. \cmdI[\string\NBSP]{\NBSP}, also not part of
+ CP437, represents a nonbreaking space.
+ \cmdI[\string\splitvert]{\splitvert} is merely the ``$|$'' character
+ drawn as it was on the IBM~PC.
\end{tablenote}
\end{symtable}
@@ -13870,18 +15574,18 @@ science and engineering.
\begin{symtable}[LOGIC]{\LOGIC\ Logic Gates}
\index{buffers}
\index{inverters}
-\index{AND gates}
-\index{OR gates}
-\index{NAND gates}
-\index{NOR gates}
+\index{AND gates=\textsc{and} gates}
+\index{OR gates=\textsc{or} gates}
+\index{NAND gates=\textsc{nand} gates}
+\index{NOR gates=\textsc{nor} gates}
\index{logic gates}
\index{digital logic gates}
\index{combinatorial logic gates}
\index{Boolean logic gates}
-\index{symbols>gates, digital logic}
-\index{symbols>logic}
+\index{symbols>digital logic}
\index{triangles}
\label{mil-gates}
+\begin{indexingoff}
\renewcommand{\arraystretch}{3} % Keep tall symbols from touching.
\begin{tabular}{*3{ll@{\qquad}}ll}
\K\ANDd & \K\BUFu & \K\NANDl & \K\ORd \\
@@ -13892,6 +15596,7 @@ science and engineering.
\K\BUFl & \K\INVu & \K\NORr & \\
\K\BUFr & \K\NANDd & \K\NORu & \\
\end{tabular}
+\end{indexingoff}
\bigskip
\begin{tablenote}
@@ -13909,8 +15614,30 @@ science and engineering.
\end{symtable}
+\begin{symtable}[QTIKZ]{\QTIKZ\ Quantum-Mechanics Notation}
+\index{Dirac notation}
+\index{quantum-mechanics notation}
+\idxboth{extensible}{accents}
+\idxboth{extensible}{braces}
+\label{quantikz}
+\renewcommand{\arraystretch}{1.2}
+\begin{tabular}{*4{ll}}
+\W[\QTIKZbra]\bra{a} & \W[\QTIKZket]\ket{a} \\
+\Wul[\QTIKZbraket]\braket{a}{b} & \W[\QTIKZproj]\proj{a} \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ All of these symbols work in both text and math mode and scale
+ automatically to fit their argument(s).
+\end{tablenote}
+\end{symtable}
+
+
\begin{symtable}[MARV]{\MARV\ Communication Symbols}
\idxboth{communication}{symbols}
+\index{lightning}
+\index{telephone=telephone (\Telefon)}
\label{marv-comm}
\begin{tabular}{*4{ll}ll}
\K\Email & \K\fax & \K\Faxmachine & \K\Lightning & \K\Pickup \\
@@ -13940,9 +15667,568 @@ science and engineering.
\end{symtable}
+\begin{longsymtable}[TYPICOS]{\TYPICOS\ User-Interface Symbols}
+\ltidxboth{user-interface}{symbols}
+\ltindex{adjust brightness=adjust brightness (\tiAdjustBrightness)}
+\ltindex{adjust contrast=adjust contrast (\tiAdjustContrast)}
+\ltindex{archive=archive (\tiArchive)}
+\ltindex{backspace=backspace (\tiBackspaceOutline)}
+\ltindex{backspace=backspace (\tiBackspace)}
+\ltindex{battery charge=battery charge (\tiBatteryCharge)}
+\ltindex{battery full=battery full (\tiBatteryFull)}
+\ltindex{battery high=battery high (\tiBatteryHigh)}
+\ltindex{battery low=battery low (\tiBatteryLow)}
+\ltindex{battery mid=battery mid (\tiBatteryMid)}
+\ltindex{bookmark=bookmark (\tiBookmark)}
+\ltindex{cancel=cancel (\tiCancelOutline)}
+\ltindex{cancel=cancel (\tiCancel)}
+\ltindex{area chart=area chart (\tiChartAreaOutline)}
+\ltindex{area chart=area chart (\tiChartArea)}
+\ltindex{bar chart=bar chart (\tiChartBarOutline)}
+\ltindex{bar chart=bar chart (\tiChartBar)}
+\ltindex{line chart=line chart (\tiChartLineOutline)}
+\ltindex{line chart=line chart (\tiChartLine)}
+\ltindex{pie chart=pie chart (\tiChartPieOutline)}
+\ltindex{pie chart=pie chart (\tiChartPie)}
+\ltindex{cloud storage=cloud storage (\tiCloudStorageOutline)}
+\ltindex{cloud storage=cloud storage (\tiCloudStorage)}
+\ltindex{code=code (\tiCodeOutline)}
+\ltindex{code=code (\tiCode)}
+\ltindex{cog=cog (\tiCogOutline)}
+\ltindex{cog=cog (\tiCog)}
+\ltindex{CSS=CSS (\tiCss)}
+\ltindex{database=database (\tiDatabase)}
+\ltindex{download=download (\tiDownloadOutline)}
+\ltindex{download=download (\tiDownload)}
+\ltindex{edit=edit (\tiEdit)}
+\ltindex{export=export (\tiExportOutline)}
+\ltindex{export=export (\tiExport)}
+\ltindex{filter=filter (\tiFilter)}
+\ltindex{flow=flow (\tiFlowChildren)}
+\ltindex{flow=flow (\tiFlowMerge)}
+\ltindex{flow=flow (\tiFlowParallel)}
+\ltindex{flow=flow (\tiFlowSwitch)}
+\ltindex{group=group (\tiGroupOutline)}
+\ltindex{group=group (\tiGroup)}
+\ltindex{HTML=HTML (\tiHtml)}
+\ltindex{image=image (\tiImageOutline)}
+\ltindex{image=image (\tiImage)}
+\ltindex{information=information (\tiInfoLargeOutline)}
+\ltindex{information=information (\tiInfoLarge)}
+\ltindex{information=information (\tiInfoOutline)}
+\ltindex{information=information (\tiInfo)}
+\ltindex{link=link (\tiLinkOutline)}
+\ltindex{link=link (\tiLink)}
+\ltindex{location=location (\tiLocationOutline)}
+\ltindex{location=location (\tiLocation)}
+\ltindex{message typing=message typing (\tiMessageTyping)}
+\ltindex{message=message (\tiMessage)}
+\ltindex{messages=messages (\tiMessages)}
+\ltindex{refresh=refresh (\tiRefreshOutline)}
+\ltindex{refresh=refresh (\tiRefresh)}
+\ltindex{RSS=RSS (\tiRssOutline)}
+\ltindex{RSS=RSS (\tiRss)}
+\ltindex{sort alphabetically=sort alphabetically (\tiSortAlphabeticallyOutline)}
+\ltindex{sort alphabetically=sort alphabetically (\tiSortAlphabetically)}
+\ltindex{sort numerically=sort numerically (\tiSortNumericallyOutline)}
+\ltindex{sort numerically=sort numerically (\tiSortNumerically)}
+\ltindex{support=support (\tiSupport)}
+\ltindex{tabs=tabs (\tiTabsOutline)}
+\ltindex{large=large (\tiThLargeOutline)}
+\ltindex{large=large (\tiThLarge)}
+\ltindex{list=list (\tiThListOutline)}
+\ltindex{list=list (\tiThList)}
+\ltindex{menu=menu (\tiThMenuOutline)}
+\ltindex{menu=menu (\tiThMenu)}
+\ltindex{small squares=small squares (\tiThSmallOutline)}
+\ltindex{small squares=small squares (\tiThSmall)}
+\ltindex{upload=upload (\tiUploadOutline)}
+\ltindex{upload=upload (\tiUpload)}
+\ltindex{warning=warning (\tiWarningOutline)}
+\ltindex{warning=warning (\tiWarning)}
+\ltindex{waves=waves (\tiWavesOutline)}
+\ltindex{waves=waves (\tiWaves)}
+\ltindex{wifi=wifi (\tiWiFiOutline)}
+\ltindex{wifi=wifi (\tiWiFi)}
+\ltindex{zoom in=zoom in (\tiZoomInOutline)}
+\ltindex{zoom in=zoom in (\tiZoomIn)}
+\ltindex{zoom out=zoom out (\tiZoomOutOutline)}
+\ltindex{zoom out=zoom out (\tiZoomOut)}
+\ltindex{zoom=zoom (\tiZoomOutline)}
+\ltindex{zoom=zoom (\tiZoom)}
+\label{typicons-ui}
+\begin{longtable}{*2{ll}}
+\multicolumn{4}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\endhead
+\endfirsthead
+\\[3ex]
+\multicolumn{4}{r}{\small\textit{(continued on next page)}}
+\endfoot
+\endlastfoot
+\K\tiAdjustBrightness & \K\tiInfo \\
+\K\tiAdjustContrast & \K\tiInfoLarge \\
+\K\tiArchive & \K\tiInfoLargeOutline \\
+\K\tiBackspace & \K\tiInfoOutline \\
+\K\tiBackspaceOutline & \K\tiLink \\
+\K\tiBatteryCharge & \K\tiLinkOutline \\
+\K\tiBatteryFull & \K\tiLocation \\
+\K\tiBatteryHigh & \K\tiLocationOutline \\
+\K\tiBatteryLow & \K\tiMessage \\
+\K\tiBatteryMid & \K\tiMessages \\
+\K\tiBookmark & \K\tiMessageTyping \\
+\K\tiCancel & \K\tiRefresh \\
+\K\tiCancelOutline & \K\tiRefreshOutline \\
+\K\tiChartArea & \K\tiRss \\
+\K\tiChartAreaOutline & \K\tiRssOutline \\
+\K\tiChartBar & \K\tiSortAlphabetically \\
+\K\tiChartBarOutline & \K\tiSortAlphabeticallyOutline \\
+\K\tiChartLine & \K\tiSortNumerically \\
+\K\tiChartLineOutline & \K\tiSortNumericallyOutline \\
+\K\tiChartPie & \K\tiSupport \\
+\K\tiChartPieOutline & \K\tiTabsOutline \\
+\K\tiCloudStorage & \K\tiThLarge \\
+\K\tiCloudStorageOutline & \K\tiThLargeOutline \\
+\K\tiCode & \K\tiThList \\
+\K\tiCodeOutline & \K\tiThListOutline \\
+\K\tiCog & \K\tiThMenu \\
+\K\tiCogOutline & \K\tiThMenuOutline \\
+\K\tiCss & \K\tiThSmall \\
+\K\tiDatabase & \K\tiThSmallOutline \\
+\K\tiDownload & \K\tiUpload \\
+\K\tiDownloadOutline & \K\tiUploadOutline \\
+\K\tiEdit & \K\tiWarning \\
+\K\tiExport & \K\tiWarningOutline \\
+\K\tiExportOutline & \K\tiWaves \\
+\K\tiFilter & \K\tiWavesOutline \\
+\K\tiFlowChildren & \K\tiWiFi \\
+\K\tiFlowMerge & \K\tiWiFiOutline \\
+\K\tiFlowParallel & \K\tiZoom \\
+\K\tiFlowSwitch & \K\tiZoomIn \\
+\K\tiGroup & \K\tiZoomInOutline \\
+\K\tiGroupOutline & \K\tiZoomOut \\
+\K\tiHtml & \K\tiZoomOutline \\
+\K\tiImage & \K\tiZoomOutOutline \\
+\K\tiImageOutline & \\
+\end{longtable}
+
+\begin{tablenote}
+ \luaxemessage{\TYPICOS}.
+\end{tablenote}
+\end{longsymtable}
+
+
+\begin{longsymtable}[FNTAWE]{\FNTAWE\ User-Interface Symbols}
+\ltidxboth{user-interface}{symbols}
+\ltidxboth{musical}{symbols}
+\ltindex{arrows}
+\ltindex{ad=ad (\faAd)}
+\ltindex{address book=address book (\faAddressBook)}
+\ltindex{address book=address book (\faAddressBook[regular])}
+\ltindex{address card=address card (\faAddressCard)}
+\ltindex{address card=address card (\faAddressCard[regular])}
+\ltindex{adjust=adjust (\faAdjust)}
+\ltindex{align center=align center (\faAlignCenter)}
+\ltindex{align justify=align justify (\faAlignJustify)}
+\ltindex{align left=align left (\faAlignLeft)}
+\ltindex{align right=align right (\faAlignRight)}
+\ltindex{arrows=arrows (\faArrows*)}
+\ltindex{audio description=audio description (\faAudioDescription)}
+\ltindex{backspace=backspace (\faBackspace)}
+\ltindex{bars=bars (\faBars)}
+\ltindex{battery empty=battery empty (\faBatteryEmpty)}
+\ltindex{battery full=battery full (\faBatteryFull)}
+\ltindex{battery half=battery half (\faBatteryHalf)}
+\ltindex{battery quarter=battery quarter (\faBatteryQuarter)}
+\ltindex{battery three quarters=battery three quarters (\faBatteryThreeQuarters)}
+\ltindex{mute=mute (\faBellSlash)}
+\ltindex{mute=mute (\faBellSlash[regular])}
+\ltindex{blog=blog (\faBlog)}
+\ltindex{bold=bold (\faBold)}
+\ltindex{bookmark=bookmark (\faBookmark)}
+\ltindex{bookmark=bookmark (\faBookmark[regular])}
+\ltindex{border all=border all (\faBorderAll)}
+\ltindex{border none=border none (\faBorderNone)}
+\ltindex{border style=border style (\faBorderStyle)}
+\ltindex{check out=check out (\faCartArrowDown)}
+\ltindex{add to shopping cart=add to shopping cart (\faCartPlus)}
+\ltindex{area chart=area chart (\faChartArea)}
+\ltindex{bar chart=bar chart (\faChartBar)}
+\ltindex{bar chart=bar chart (\faChartBar[regular])}
+\ltindex{line chart=line chart (\faChartLine)}
+\ltindex{pie chart=pie chart (\faChartPie)}
+\ltindex{clipboard=clipboard (\faClipboardCheck)}
+\ltindex{clipboard=clipboard (\faClipboard)}
+\ltindex{clipboard=clipboard (\faClipboard[regular])}
+\ltindex{clone=clone (\faClone)}
+\ltindex{clone=clone (\faClone[regular])}
+\ltindex{closed captioning=closed captioning (\faClosedCaptioning)}
+\ltindex{closed captioning=closed captioning (\faClosedCaptioning[regular])}
+\ltindex{cloud download=cloud download (\faCloudDownload*)}
+\ltindex{cloud upload=cloud upload (\faCloudUpload*)}
+\ltindex{code branch=code branch (\faCodeBranch)}
+\ltindex{code=code (\faCode)}
+\ltindex{cog=cog (\faCog)}
+\ltindex{columns=columns (\faColumns)}
+\ltindex{comment with dollar=comment with dollar (\faCommentDollar)}
+\ltindex{comment with ellipsis=comment with ellipsis (\faCommentDots)}
+\ltindex{comment with ellipsis=comment with ellipsis (\faCommentDots[regular])}
+\ltindex{comments off=comments off (\faCommentSlash)}
+\ltindex{comment=comment (\faComment)}
+\ltindex{comment=comment (\faComment*)}
+\ltindex{comment=comment (\faComment*[regular])}
+\ltindex{comment=comment (\faComment[regular])}
+\ltindex{comments with dollar=comments with dollar (\faCommentsDollar)}
+\ltindex{comments=comments (\faComments)}
+\ltindex{comments=comments (\faComments[regular])}
+\ltindex{compress=compress (\faCompressArrows*)}
+\ltindex{compress=compress (\faCompress)}
+\ltindex{compress=compress (\faCompress*)}
+\ltindex{copy=copy (\faCopy)}
+\ltindex{copy=copy (\faCopy[regular])}
+\ltindex{crop=crop (\faCrop)}
+\ltindex{crop=crop (\faCrop*)}
+\ltindex{crosshairs=crosshairs (\faCrosshairs)}
+\ltindex{cut=cut (\faCut)}
+\ltindex{database=database (\faDatabase)}
+\ltindex{desktop=desktop (\faDesktop)}
+\ltindex{donate=donate (\faDonate)}
+\ltindex{download=download (\faDownload)}
+\ltindex{polygon=polygon (\faDrawPolygon)}
+\ltindex{edit=edit (\faEdit)}
+\ltindex{edit=edit (\faEdit[regular])}
+\ltindex{open envelope=open envelope (\faEnvelopeOpenText)}
+\ltindex{open envelope=open envelope (\faEnvelopeOpen)}
+\ltindex{open envelope=open envelope (\faEnvelopeOpen[regular])}
+\ltindex{envelope=envelope (\faEnvelopeSquare)}
+\ltindex{envelope=envelope (\faEnvelope)}
+\ltindex{envelope=envelope (\faEnvelope[regular])}
+\ltindex{eraser=eraser (\faEraser)}
+\ltindex{Ethernet=Ethernet (\faEthernet)}
+\ltindex{exchange=exchange (\faExchange*)}
+\ltindex{warning=warning (\faExclamationCircle)}
+\ltindex{warning=warning (\faExclamationTriangle)}
+\ltindex{expand=expand (\faExpandArrows*)}
+\ltindex{expand=expand (\faExpand)}
+\ltindex{expand=expand (\faExpand*)}
+\ltindex{external link=external link (\faExternalLinkSquare*)}
+\ltindex{external link=external link (\faExternalLink*)}
+\ltindex{hide=hide (\faEyeSlash)}
+\ltindex{hide=hide (\faEyeSlash[regular])}
+\ltindex{eye=eye (\faEye)}
+\ltindex{eye=eye (\faEye[regular])}
+\ltindex{show=show (\faEye)}
+\ltindex{show=show (\faEye[regular])}
+\ltindex{fill=fill (\faFillDrip)}
+\ltindex{fill=fill (\faFill)}
+\ltindex{film=film (\faFilm)}
+\ltindex{filter=filter (\faFilter)}
+\ltindex{fingerprint=fingerprint (\faFingerprint)}
+\ltindex{fire=fire (\faFire*)}
+\ltindex{font=font (\faFont)}
+\ltindex{grip horizontal=grip horizontal (\faGripHorizontal)}
+\ltindex{grip lines vertical=grip lines vertical (\faGripLinesVertical)}
+\ltindex{grip lines=grip lines (\faGripLines)}
+\ltindex{grip vertical=grip vertical (\faGripVertical)}
+\ltindex{hashtag=hashtag (\faHashtag)}
+\ltindex{heading=heading (\faHeading)}
+\ltindex{history=history (\faHistory)}
+\ltindex{icons=icons (\faIcons)}
+\ltindex{I cursor=I cursor (\faICursor)}
+\ltindex{image=image (\faImage)}
+\ltindex{image=image (\faImage[regular])}
+\ltindex{images=images (\faImages)}
+\ltindex{images=images (\faImages[regular])}
+\ltindex{inbox=inbox (\faInbox)}
+\ltindex{indent=indent (\faIndent)}
+\ltindex{info circle=info circle (\faInfoCircle)}
+\ltindex{information=information (\faInfo)}
+\ltindex{italics=italics (\faItalic)}
+\ltindex{language=language (\faLanguage)}
+\ltindex{code=code (\faLaptopCode)}
+\ltindex{layer group=layer group (\faLayerGroup)}
+\ltindex{level down=level down (\faLevelDown*)}
+\ltindex{level up=level up (\faLevelUp*)}
+\ltindex{link=link (\faLink)}
+\ltindex{ordered list=ordered list (\faListOl)}
+\ltindex{unordered list=unordered list (\faListUl)}
+\ltindex{list=list (\faList)}
+\ltindex{list=list (\faList*)}
+\ltindex{list=list (\faList*[regular])}
+\ltindex{location arrow=location arrow (\faLocationArrow)}
+\ltindex{bulk mail=bulk mail (\faMailBulk)}
+\ltindex{map, marked=map, marked (\faMapMarked)}
+\ltindex{map, marked=map, marked (\faMapMarked*)}
+\ltindex{map marker=map marker (\faMapMarker)}
+\ltindex{map marker=map marker (\faMapMarker*)}
+\ltindex{map pin=map pin (\faMapPin)}
+\ltindex{microphone off=microphone off (\faMicrophoneAltSlash)}
+\ltindex{microphone off=microphone off (\faMicrophoneSlash)}
+\ltindex{minus, circled=minus, circled (\faMinusCircle)}
+\ltindex{minus, squared=minus, squared (\faMinusSquare)}
+\ltindex{minus, squared=minus, squared (\faMinusSquare[regular])}
+\ltindex{mouse pointer=mouse pointer (\faMousePointer)}
+\ltindex{music=music (\faMusic)}
+\ltindex{network, wired=network, wired (\faNetworkWired)}
+\ltindex{group objects=group objects (\faObjectGroup)}
+\ltindex{group objects=group objects (\faObjectGroup[regular])}
+\ltindex{ungroup objects=ungroup objects (\faObjectUngroup)}
+\ltindex{ungroup objects=ungroup objects (\faObjectUngroup[regular])}
+\ltindex{outdent=outdent (\faOutdent)}
+\ltindex{paste=paste (\faPaste)}
+\ltindex{pause=pause (\faPauseCircle)}
+\ltindex{pause=pause (\faPauseCircle[regular])}
+\ltindex{pause=pause (\faPause)}
+\ltindex{photo and video=photo and video (\faPhotoVideo)}
+\ltindex{plus, circled=plus, circled (\faPlusCircle)}
+\ltindex{plus, squared=plus, squared (\faPlusSquare)}
+\ltindex{plus, squared=plus, squared (\faPlusSquare[regular])}
+\ltindex{podcast=podcast (\faPodcast)}
+\ltindex{poll=poll (\faPollH)}
+\ltindex{poll=poll (\faPoll)}
+\ltindex{portrait=portrait (\faPortrait)}
+\ltindex{power off=power off (\faPowerOff)}
+\ltindex{print=print (\faPrint)}
+\ltindex{project diagram=project diagram (\faProjectDiagram)}
+\ltindex{QR code=QR code (\faQrcode)}
+\ltindex{circled question mark=circled question mark (\faQuestionCircle)}
+\ltindex{circled question mark=circled question mark (\faQuestionCircle[regular])}
+\ltindex{random=random (\faRandom)}
+\ltindex{redo=redo (\faRedo)}
+\ltindex{redo=redo (\faRedo*)}
+\ltindex{remove formatting=remove formatting (\faRemoveFormat)}
+\ltindex{reply all=reply all (\faReplyAll)}
+\ltindex{reply=reply (\faReply)}
+\ltindex{retweet=retweet (\faRetweet)}
+\ltindex{route=route (\faRoute)}
+\ltindex{RSS=RSS (\faRssSquare)}
+\ltindex{RSS=RSS (\faRss)}
+\ltindex{save=save (\faSave)}
+\ltindex{save=save (\faSave[regular])}
+\ltindex{search with dollar sign=search with dollar sign (\faSearchDollar)}
+\ltindex{search with location=search with location (\faSearchLocation)}
+\ltindex{search with minus sign=search with minus sign (\faSearchMinus)}
+\ltindex{search with plus sign=search with plus sign (\faSearchPlus)}
+\ltindex{search=search (\faSearch)}
+\ltindex{server=server (\faServer)}
+\ltindex{shapes=shapes (\faShapes)}
+\ltindex{share=share (\faShareAltSquare)}
+\ltindex{share=share (\faShareSquare)}
+\ltindex{share=share (\faShareSquare[regular])}
+\ltindex{share=share (\faShare)}
+\ltindex{share=share (\faShare*)}
+\ltindex{sign in=sign in (\faSignIn*)}
+\ltindex{sign out=sign out (\faSignOut*)}
+\ltindex{signal=signal (\faSignal)}
+\ltindex{signature=signature (\faSignature)}
+\ltindex{sitemap=sitemap (\faSitemap)}
+\ltindex{sliders=sliders (\faSlidersH)}
+\ltindex{SMS=SMS (\faSms)}
+\ltindex{sort alpha down=sort alpha down (\faSortAlphaDown)}
+\ltindex{sort alpha down=sort alpha down (\faSortAlphaDown*)}
+\ltindex{sort alpha up=sort alpha up (\faSortAlphaUp)}
+\ltindex{sort alpha up=sort alpha up (\faSortAlphaUp*)}
+\ltindex{sort amount down=sort amount down (\faSortAmountDown)}
+\ltindex{sort amount down=sort amount down (\faSortAmountDown*)}
+\ltindex{sort amount up=sort amount up (\faSortAmountUp)}
+\ltindex{sort amount up=sort amount up (\faSortAmountUp*)}
+\ltindex{sort down=sort down (\faSortDown)}
+\ltindex{sort numeric down=sort numeric down (\faSortNumericDown)}
+\ltindex{sort numeric down=sort numeric down (\faSortNumericDown*)}
+\ltindex{sort numeric up=sort numeric up (\faSortNumericUp)}
+\ltindex{sort numeric up=sort numeric up (\faSortNumericUp*)}
+\ltindex{sort up=sort up (\faSortUp)}
+\ltindex{sort=sort (\faSort)}
+\ltindex{spell check=spell check (\faSpellCheck)}
+\ltindex{spinner=spinner (\faSpinner)}
+\ltindex{square root=square root (\faSquareRoot*)}
+\ltindex{store, slashed=store, slashed (\faStoreAltSlash)}
+\ltindex{store, slashed=store, slashed (\faStoreSlash)}
+\ltindex{stream=stream (\faStream)}
+\ltindex{street view=street view (\faStreetView)}
+\ltindex{strikethrough=strikethrough (\faStrikethrough)}
+\ltindex{subscript=subscript (\faSubscript)}
+\ltindex{superscript=superscript (\faSuperscript)}
+\ltindex{sync=sync (\faSync)}
+\ltindex{sync=sync (\faSync*)}
+\ltindex{table=table (\faTable)}
+\ltindex{tasks=tasks (\faTasks)}
+\ltindex{terminal=terminal (\faTerminal)}
+\ltindex{text height=text height (\faTextHeight)}
+\ltindex{text width=text width (\faTextWidth)}
+\ltindex{grid, large=grid, large (\faThLarge)}
+\ltindex{list=list (\faThList)}
+\ltindex{grid, small=grid, small (\faTh)}
+\ltindex{tint, slashed=tint, slashed (\faTintSlash)}
+\ltindex{tint=tint (\faTint)}
+\ltindex{toggle off=toggle off (\faToggleOff)}
+\ltindex{toggle on=toggle on (\faToggleOn)}
+\ltindex{trash, restore from=trash, restore from (\faTrashRestore)}
+\ltindex{trash, restore from=trash, restore from (\faTrashRestore*)}
+\ltindex{underline=underline (\faUnderline)}
+\ltindex{undo=undo (\faUndo)}
+\ltindex{undo=undo (\faUndo*)}
+\ltindex{universal access=universal access (\faUniversalAccess)}
+\ltindex{accessibility=accessibility (\faUniversalAccess)}
+\ltindex{unlink=unlink (\faUnlink)}
+\ltindex{upload=upload (\faUpload)}
+\ltindex{vector=vector (\faVectorSquare)}
+\ltindex{video, slashed=video, slashed (\faVideoSlash)}
+\ltindex{video=video (\faVideo)}
+\ltindex{voicemail=voicemail (\faVoicemail)}
+\ltindex{window close=window close (\faWindowClose)}
+\ltindex{window close=window close (\faWindowClose[regular])}
+\ltindex{window maximize=window maximize (\faWindowMaximize)}
+\ltindex{window maximize=window maximize (\faWindowMaximize[regular])}
+\ltindex{window minimize=window minimize (\faWindowMinimize)}
+\ltindex{window minimize=window minimize (\faWindowMinimize[regular])}
+\ltindex{window restore=window restore (\faWindowRestore)}
+\ltindex{window restore=window restore (\faWindowRestore[regular])}
+\label{fontawesome5-ui}
+\begin{longtable}{*2{ll}}
+\multicolumn{3}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\endhead
+\endfirsthead
+\\[3ex]
+\multicolumn{3}{r}{\small\textit{(continued on next page)}}
+\endfoot
+\endlastfoot
+\K\faAd & \K\faListUl \\
+\K\faAddressBook & \K\faLocationArrow \\
+\KfaReg\faAddressBook & \K\faMailBulk \\
+\K\faAddressCard & \K{\faMapMarked*} \\
+\KfaReg\faAddressCard & \K\faMapMarked \\
+\K\faAdjust & \K{\faMapMarker*} \\
+\K\faAlignCenter & \K\faMapMarker \\
+\K\faAlignJustify & \K\faMapPin \\
+\K\faAlignLeft & \K\faMicrophoneAltSlash \\
+\K\faAlignRight & \K\faMicrophoneSlash \\
+\K{\faArrows*} & \K\faMinusCircle \\
+\K\faAudioDescription & \K\faMinusSquare \\
+\K\faBackspace & \KfaReg\faMinusSquare \\
+\K\faBars & \K\faMousePointer \\
+\K\faBatteryEmpty & \K\faMusic \\
+\K\faBatteryFull & \K\faNetworkWired \\
+\K\faBatteryHalf & \K\faObjectGroup \\
+\K\faBatteryQuarter & \KfaReg\faObjectGroup \\
+\K\faBatteryThreeQuarters & \K\faObjectUngroup \\
+\K\faBellSlash & \KfaReg\faObjectUngroup \\
+\KfaReg\faBellSlash & \K\faOutdent \\
+\K\faBlog & \K\faPaste \\
+\K\faBold & \K\faPause \\
+\K\faBookmark & \K\faPauseCircle \\
+\KfaReg\faBookmark & \KfaReg\faPauseCircle \\
+\K\faBorderAll & \K\faPhotoVideo \\
+\K\faBorderNone & \K\faPlusCircle \\
+\K\faBorderStyle & \K\faPlusSquare \\
+\K\faCartArrowDown & \KfaReg\faPlusSquare \\
+\K\faCartPlus & \K\faPodcast \\
+\K\faChartArea & \K\faPoll \\
+\K\faChartBar & \K\faPollH \\
+\KfaReg\faChartBar & \K\faPortrait \\
+\K\faChartLine & \K\faPowerOff \\
+\K\faChartPie & \K\faPrint \\
+\K\faClipboard & \K\faProjectDiagram \\
+\KfaReg\faClipboard & \K\faQrcode \\
+\K\faClipboardCheck & \K\faQuestionCircle \\
+\K\faClone & \KfaReg\faQuestionCircle \\
+\KfaReg\faClone & \K\faRandom \\
+\K\faClosedCaptioning & \K{\faRedo*} \\
+\KfaReg\faClosedCaptioning & \K\faRedo \\
+\K{\faCloudDownload*} & \K\faRemoveFormat \\
+\K{\faCloudUpload*} & \K\faReply \\
+\K\faCode & \K\faReplyAll \\
+\K\faCodeBranch & \K\faRetweet \\
+\K\faCog & \K\faRoute \\
+\K\faColumns & \K\faRss \\
+\KfaReg{\faComment*} & \K\faRssSquare \\
+\K{\faComment*} & \K\faSave \\
+\K\faComment & \KfaReg\faSave \\
+\KfaReg\faComment & \K\faSearch \\
+\K\faCommentDollar & \K\faSearchDollar \\
+\K\faCommentDots & \K\faSearchLocation \\
+\KfaReg\faCommentDots & \K\faSearchMinus \\
+\K\faComments & \K\faSearchPlus \\
+\KfaReg\faComments & \K\faServer \\
+\K\faCommentsDollar & \K\faShapes \\
+\K\faCommentSlash & \K{\faShare*} \\
+\K{\faCompress*} & \K\faShare \\
+\K\faCompress & \K\faShareAltSquare \\
+\K{\faCompressArrows*} & \K\faShareSquare \\
+\K\faCopy & \KfaReg\faShareSquare \\
+\KfaReg\faCopy & \K\faSignal \\
+\K{\faCrop*} & \K\faSignature \\
+\K\faCrop & \K{\faSignIn*} \\
+\K\faCrosshairs & \K{\faSignOut*} \\
+\K\faCut & \K\faSitemap \\
+\K\faDatabase & \K\faSlidersH \\
+\K\faDesktop & \K\faSms \\
+\K\faDonate & \K\faSort \\
+\K\faDownload & \K{\faSortAlphaDown*} \\
+\K\faDrawPolygon & \K\faSortAlphaDown \\
+\K\faEdit & \K{\faSortAlphaUp*} \\
+\KfaReg\faEdit & \K\faSortAlphaUp \\
+\K\faEnvelope & \K{\faSortAmountDown*} \\
+\KfaReg\faEnvelope & \K\faSortAmountDown \\
+\K\faEnvelopeOpen & \K{\faSortAmountUp*} \\
+\KfaReg\faEnvelopeOpen & \K\faSortAmountUp \\
+\K\faEnvelopeOpenText & \K\faSortDown \\
+\K\faEnvelopeSquare & \K{\faSortNumericDown*} \\
+\K\faEraser & \K\faSortNumericDown \\
+\K\faEthernet & \K{\faSortNumericUp*} \\
+\K{\faExchange*} & \K\faSortNumericUp \\
+\K\faExclamationCircle & \K\faSortUp \\
+\K\faExclamationTriangle & \K\faSpellCheck \\
+\K{\faExpand*} & \K\faSpinner \\
+\K\faExpand & \K{\faSquareRoot*} \\
+\K{\faExpandArrows*} & \K\faStoreAltSlash \\
+\K{\faExternalLink*} & \K\faStoreSlash \\
+\K{\faExternalLinkSquare*} & \K\faStream \\
+\K\faEye & \K\faStreetView \\
+\KfaReg\faEye & \K\faStrikethrough \\
+\K\faEyeSlash & \K\faSubscript \\
+\KfaReg\faEyeSlash & \K\faSuperscript \\
+\K\faFill & \K{\faSync*} \\
+\K\faFillDrip & \K\faSync \\
+\K\faFilm & \K\faTable \\
+\K\faFilter & \K\faTasks \\
+\K\faFingerprint & \K\faTerminal \\
+\K{\faFire*} & \K\faTextHeight \\
+\K\faFont & \K\faTextWidth \\
+\K\faGripHorizontal & \K\faTh \\
+\K\faGripLines & \K\faThLarge \\
+\K\faGripLinesVertical & \K\faThList \\
+\K\faGripVertical & \K\faTint \\
+\K\faHashtag & \K\faTintSlash \\
+\K\faHeading & \K\faToggleOff \\
+\K\faHistory & \K\faToggleOn \\
+\K\faIcons & \K{\faTrashRestore*} \\
+\K\faICursor & \K\faTrashRestore \\
+\K\faImage & \K\faUnderline \\
+\KfaReg\faImage & \K{\faUndo*} \\
+\K\faImages & \K\faUndo \\
+\KfaReg\faImages & \K\faUniversalAccess \\
+\K\faInbox & \K\faUnlink \\
+\K\faIndent & \K\faUpload \\
+\K\faInfo & \K\faVectorSquare \\
+\K\faInfoCircle & \K\faVideo \\
+\K\faItalic & \K\faVideoSlash \\
+\K\faLanguage & \K\faVoicemail \\
+\K\faLaptopCode & \K\faWindowClose \\
+\K\faLayerGroup & \KfaReg\faWindowClose \\
+\K{\faLevelDown*} & \K\faWindowMaximize \\
+\K{\faLevelUp*} & \KfaReg\faWindowMaximize \\
+\K\faLink & \K\faWindowMinimize \\
+\KfaReg{\faList*} & \KfaReg\faWindowMinimize \\
+\K{\faList*} & \K\faWindowRestore \\
+\K\faList & \KfaReg\faWindowRestore \\
+\K\faListOl & \\
+\end{longtable}
+\end{longsymtable}
+
+
\begin{symtable}[WASY]{\WASY\ Biological Symbols}
-\index{male}
-\index{female}
+\index{male sign}
+\index{female sign}
\label{wasy-bio}
\begin{tabular}{*2{ll}}
\K\female & \K\male \\
@@ -13951,8 +16237,8 @@ science and engineering.
\begin{symtable}[STIX]{\STIX\ Biological Symbols}
-\index{male}
-\index{female}
+\index{male sign}
+\index{female sign}
\label{stix-bio}
\begin{tabular}{*2{ll}}
\K[\STIXfemale]\female & \K[\STIXmale]\male \\
@@ -13963,8 +16249,8 @@ science and engineering.
\begin{symtable}[MARV]{\MARV\ Biological Symbols}
\idxboth{biological}{symbols}
-\index{male}
-\index{female}
+\index{male sign}
+\index{female sign}
\label{marv-bio}
\begin{tabular}{*3{ll}ll}
\K\FEMALE & \K\FemaleMale & \K\Male & \K\Neutral \\
@@ -13976,8 +16262,8 @@ science and engineering.
\begin{symtable}[UTFSYM]{\UTFSYM\ Biological Symbols}
\idxboth{biological}{symbols}
-\index{male}
-\index{female}
+\index{male sign}
+\index{female sign}
\label{utfsym-bio}
\begin{tabular}{*4{ll}}
\Tutf{26A2} & \Tutf{26A4} & \Tutf{26A6} & \Tutf{26A8} \\
@@ -13991,32 +16277,47 @@ science and engineering.
\begin{symtable}[FNTAWE]{\FNTAWE\ Biological Symbols}
\idxboth{biological}{symbols}
-\index{male}
-\index{female}
-\label{fontawesome-bio}
+\index{male sign}
+\index{female sign}
+\index{genderless=genderless (\faGenderless)}
+\index{male/male sign=male/male sign (\faMarsDouble)}
+\index{male with stroke=male with stroke (\faMarsStrokeH)}
+\index{male with stroke=male with stroke (\faMarsStrokeV)}
+\index{male with stroke=male with stroke (\faMarsStroke)}
+\index{male=make (\faMars)}
+\index{neuter=neuter (\faNeuter)}
+\index{transgender=transgender (\faTransgender*)}
+\index{transgender=transgender (\faTransgender)}
+\index{female/female sign=female/female sign (\faVenusDouble)}
+\index{female/male sign=female/male sign (\faVenusMars)}
+\index{female=female (\faVenus)}
+\label{fontawesome5-bio}
\begin{tabular}{*3{ll}}
-\K\faGenderless & \K\faMarsStrokeH & \K\faTransgenderAlt \\
-\K\faMars & \K\faMarsStrokeV & \K\faVenus \\
-\K\faMarsDouble & \K\faNeuter & \K\faVenusDouble \\
-\K\faMarsStroke & \K\faTransgender & \K\faVenusMars \\
+\K\faGenderless & \K\faMarsStrokeH & \K\faTransgender \\
+\K\faMars & \K\faMarsStrokeV & \K\faVenus \\
+\K\faMarsDouble & \K\faNeuter & \K\faVenusDouble \\
+\K\faMarsStroke & \K{\faTransgender*} & \K\faVenusMars \\
\end{tabular}
-
-\bigskip
-
-\begin{tablenote}
- \FNTAWE\ defines \cmdI{\faIntersex} as a synonym for
- \cmdI{\faTransgender}
-\end{tablenote}
\end{symtable}
\begin{symtable}[MARV]{\MARV\ Safety-related Symbols}
\idxboth{safety-related}{symbols}
+\index{biohazard=biohazard (\Biohazard)}
+\index{CE mark=CE mark (\CEsign)}
+\index{explosion proof=explosion proof (\Explosionsafe)}
+\index{radiation=radiation (\Radioactivity)}
+\index{exchange eligible=exchange eligible (\BSEfree)}
+\index{electrostatic discharge=electrostatic discharge (\Estatically)}
+\index{laser beam=laser beam (\Laserbeam)}
+\index{stop sign=stop sign (\Stopsign)}
\label{marv-safety}
+\begin{indexingoff}
\begin{tabular}{*3{ll}ll}
\K\Biohazard & \K\CEsign & \K\Explosionsafe & \K\Radioactivity \\
\K\BSEfree & \K\Estatically & \K\Laserbeam & \K\Stopsign \\
\end{tabular}
+\end{indexingoff}
\end{symtable}
@@ -14068,9 +16369,16 @@ science and engineering.
\begin{longsymtable}[SVR]{\SVR\ Physics Ideograms}
\ltindex{particle-physics symbols}
\ltindex{symbols>particle physics}
-\ltindex{fermions}
\ltindex{subatomic particles}
+\ltindex{antiquarks}
+\ltindex{bosons}
+\ltindex{fermions}
+\ltindex{gluons}
+\ltindex{kaons}
+\ltindex{mesons}
\ltindex{photons}
+\ltindex{pions}
+\ltindex{quarks}
\label{svrsymbols}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -14125,10 +16433,10 @@ science and engineering.
\idxbothend{technological}{symbols}
-\section{Dingbats}
+\chapter{Dingbats}
\label{dingbat-symbols}
\idxbothbegin{dingbat}{symbols}
-\tablesubsections
+\tablesections
Dingbats are symbols such as stars, arrows, and geometric shapes.
They are commonly used as bullets in itemized lists or, more
@@ -14148,6 +16456,7 @@ particular symbol.
\begin{symtable}[DING]{\DING\ Arrows}
+\subindex{arrows}{dingbat}
\label{bbding-arrows}
\begin{tabular}{*3{ll}}
\K\ArrowBoldDownRight & \K\ArrowBoldRightShort & \K\ArrowBoldUpRight \\
@@ -14159,6 +16468,7 @@ particular symbol.
\begin{symtable}[PI]{\PI\ Arrows}
\index{arrows}
\idxboth{fletched}{arrows}
+\subindex{arrows}{dingbat}
\label{pi-arrows}
\begin{tabular}{*5{ll}}
\Tding{212} & \Tding{221} & \Tding{230} & \Tding{239} & \Tding{249} \\
@@ -14175,7 +16485,7 @@ particular symbol.
\begin{symtable}[ADFSYM]{\ADFSYM\ Arrows}
-\index{arrows}
+\subindex{arrows}{dingbat}
\label{adf-arrows}
\begin{tabular}{*4{ll}}
\Tarr{e}{1} & \Tarr{ne}{1} & \Tarr{s}{1} & \Tarr{sw}{1} \\
@@ -14215,7 +16525,8 @@ particular symbol.
\begin{symtable}[ADFORN]{\ADFORN\ Arrows}
-\index{arrows}
+\subindex{arrows}{dingbat}
+\index{arrowheads}
\label{adforn-arrows}
\begin{tabular}{*2{ll}}
\K\adfhalfleftarrow & \K\adfhalfrightarrowhead \\
@@ -14226,7 +16537,7 @@ particular symbol.
\begin{symtable}[AREV]{\AREV\ Arrows}
-\index{arrows}
+\subindex{arrows}{dingbat}
\label{arev-arrows}
\begin{tabular}{ll}
\K[\AREVarrowbullet]\arrowbullet \\
@@ -14235,7 +16546,7 @@ particular symbol.
\begin{symtable}[UTFSYM]{\UTFSYM\ Arrows}
-\index{arrows}
+\subindex{arrows}{dingbat}
\label{utfsym-arrows}
\begin{tabular}{*4{ll}}
\Tutf{2794} & \Tutf{27A1} & \Tutf{27AB} & \Tutf{27B6} \\
@@ -14255,36 +16566,68 @@ particular symbol.
\end{symtable}
-\begin{symtable}[FNTAWE]{\FNTAWE\ Arrows}
-\index{arrows}
-\label{fontawesome-arrows}
-\begin{tabular}{*3{ll}}
-\K\faArrowCircleDown & \K\faArrowDown & \K\faLongArrowDown \\
-\K\faArrowCircleLeft & \K\faArrowLeft & \K\faLongArrowLeft \\
-\K\faArrowCircleODown & \K\faArrowRight & \K\faLongArrowRight \\
-\K\faArrowCircleOLeft & \K\faArrows & \K\faLongArrowUp \\
-\K\faArrowCircleORight & \K\faArrowsAlt & \K\faRepeat \\
-\K\faArrowCircleOUp & \K\faArrowsH & \K\faUndo \\
-\K\faArrowCircleRight & \K\faArrowsV & \\
-\K\faArrowCircleUp & \K\faArrowUp & \\
+\begin{symtable}[ASAP]{\ASAP\ Arrows}
+\subindex{arrows}{dingbat}
+\label{asapsym-arrows}
+\begin{tabular}{*2{ll}}
+\K\asapArrowCircleFillDown & \K\asapArrowCircleOpenRight \\
+\K\asapArrowCircleFillDownLeft & \K\asapArrowCircleOpenUp \\
+\K\asapArrowCircleFillDownRight & \K\asapArrowCircleOpenUpLeft \\
+\K\asapArrowCircleFillLeft & \K\asapArrowCircleOpenUpRight \\
+\K\asapArrowCircleFillRight & \K\asapArrowDown \\
+\K\asapArrowCircleFillUp & \K\asapArrowDownLeft \\
+\K\asapArrowCircleFillUpLeft & \K\asapArrowDownRight \\
+\K\asapArrowCircleFillUpRight & \K\asapArrowLeft \\
+\K\asapArrowCircleOpenDown & \K\asapArrowRight \\
+\K\asapArrowCircleOpenDownLeft & \K\asapArrowUp \\
+\K\asapArrowCircleOpenDownRight & \K\asapArrowUpLeft \\
+\K\asapArrowCircleOpenLeft & \K\asapArrowUpRight \\
\end{tabular}
\bigskip
+\begin{tablenote}
+ \luaxemessage{\ASAP}.
+\end{tablenote}
+\end{symtable}
+
+\begin{symtable}[TYPICOS]{\TYPICOS\ Arrows}
+\subindex{arrows}{dingbat}
+\label{typicons-arrows}
+\begin{tabular}{*3{ll}}
+\K\tiArrowBack & \K\tiArrowMaximise & \K\tiArrowSortedDown \\
+\K\tiArrowBackOutline & \K\tiArrowMaximiseOutline & \K\tiArrowSortedUp \\
+\K\tiArrowDown & \K\tiArrowMinimise & \K\tiArrowSync \\
+\K\tiArrowDownOutline & \K\tiArrowMinimiseOutline & \K\tiArrowSyncOutline \\
+\K\tiArrowDownThick & \K\tiArrowMove & \K\tiArrowUnsorted \\
+\K\tiArrowForward & \K\tiArrowMoveOutline & \K\tiArrowUp \\
+\K\tiArrowForwardOutline & \K\tiArrowRepeat & \K\tiArrowUpOutline \\
+\K\tiArrowLeft & \K\tiArrowRepeatOutline & \K\tiArrowUpThick \\
+\K\tiArrowLeftOutline & \K\tiArrowRight & \K\tiLocationArrow \\
+\K\tiArrowLeftThick & \K\tiArrowRightOutline & \K\tiLocationArrowOutline \\
+\K\tiArrowLoop & \K\tiArrowRightThick & \\
+\K\tiArrowLoopOutline & \K\tiArrowShuffle & \\
+\end{tabular}
+
+\bigskip
\begin{tablenote}
- \FNTAWE\ defines \cmdI{\faRotateLeft} as a synonym for \cmdI{\faUndo}
- and \cmdI{\faRotateRight} as a synonym for \cmdI{\faRepeat}.
+ \luaxemessage{\TYPICOS}.
\end{tablenote}
\end{symtable}
-\begin{symtable}[FNTAWE]{\FNTAWE\ Chevrons}
-\index{chevrons}
-\label{fontawesome-chevrons}
+\begin{symtable}[FNTAWE]{\FNTAWE\ Arrows}
+\subindex{arrows}{dingbat}
+\label{fontawesome5-arrows}
\begin{tabular}{*3{ll}}
-\K\faChevronCircleDown & \K\faChevronCircleUp & \K\faChevronRight \\
-\K\faChevronCircleLeft & \K\faChevronDown & \K\faChevronUp \\
-\K\faChevronCircleRight & \K\faChevronLeft & \\
+\KfaReg\faArrowAltCircleDown & \K\faArrowCircleDown & \K\faArrowsAltV \\
+\K\faArrowAltCircleDown & \K\faArrowCircleLeft & \K\faArrowUp \\
+\KfaReg\faArrowAltCircleLeft & \K\faArrowCircleRight & \K\faLongArrowAltDown \\
+\K\faArrowAltCircleLeft & \K\faArrowCircleUp & \K\faLongArrowAltLeft \\
+\K\faArrowAltCircleRight & \K\faArrowDown & \K\faLongArrowAltRight \\
+\KfaReg\faArrowAltCircleRight & \K\faArrowLeft & \K\faLongArrowAltUp \\
+\KfaReg\faArrowAltCircleUp & \K\faArrowRight & \\
+\K\faArrowAltCircleUp & \K\faArrowsAltH & \\
\end{tabular}
\end{symtable}
@@ -14351,11 +16694,30 @@ particular symbol.
\end{symtable}
-\begin{symtable}[FNTAWE]{\FNTAWE\ Pencils}
+\begin{symtable}[TYPICOS]{\TYPICOS\ Pencils and Pens}
+\index{pencils}
+\index{pens}
+\label{typicons-pencils}
+\begin{tabular}{ll@{\qquad}ll}
+\K\tiPen & \K\tiPencil \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\TYPICOS}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[FNTAWE]{\FNTAWE\ Pencils, Pens, and Nibs}
\index{pencils}
-\label{fontawesome-pencils}
+\index{pens}
+\index{nibs}
+\label{fontawesome5-pencils}
\begin{tabular}{*3{ll}}
-\K\faPencil & \K\faPencilSquare & \K\faPencilSquareO \\
+\K\faHighlighter & \K\faPen & \K\faPenNib \\
+\K\faMarker & \K{\faPencil*} & \K\faPenSquare \\
+\K{\faPen*} & \K\faPenFancy & \\
\end{tabular}
\end{symtable}
@@ -14470,33 +16832,61 @@ particular symbol.
\end{symtable}
-\begin{symtable}[FNTAWE]{\FNTAWE\ Fists}
+\begin{symtable}[TYPICOS]{\TYPICOS\ Fists}
\index{fists}
-\index{rock/paper/scissors}
-\index{roshambo}
-\label{fontawesome-hands}
-\begin{tabular}{*3{ll}}
-\K\faHandLizardO & \K\faHandPaperO & \K\faHandSpockO \\
-\K\faHandODown & \K\faHandPeaceO & \K\faThumbsDown \\
-\K\faHandOLeft & \K\faHandPointerO & \K\faThumbsODown \\
-\K\faHandORight & \K\faHandRockO & \K\faThumbsOUp \\
-\K\faHandOUp & \K\faHandScissorsO & \K\faThumbsUp \\
+\index{thumbs down=thumbs down (\tiThumbsDown)}
+\index{thumbs OK=thumbs OK (\tiThumbsOk)}
+\index{OK sign=OK sign (\tiThumbsOk)}
+\index{thumbs up=thumbs up (\tiThumbsUp)}
+\label{typicons-hands}
+\begin{tabular}{ll*2{@{\qquad}ll}}
+\K\tiThumbsDown & \K\tiThumbsOk & \K\tiThumbsUp \\
\end{tabular}
\bigskip
-
\begin{tablenote}
- \FNTAWE\ defines \cmdI{\faHandGrabO} as a synonym for
- \cmdI{\faHandRockO} and \cmdI{\faHandStopO} as a synonym for
- \cmdI{\faHandPaperO}.
+ \luaxemessage{\TYPICOS}.
\end{tablenote}
\end{symtable}
+\begin{symtable}[FNTAWE]{\FNTAWE\ Fists}
+\index{fists}
+\index{rock, paper, scissors}
+\index{roshambo}
+\idxboth{medical}{symbols}
+\label{fontawesome5-hands}
+\begin{tabular}{*2{ll}}
+\K\faFistRaised & \K\faHandPointUp \\
+\K\faHandHolding & \KfaReg\faHandPointUp \\
+\K\faHandHoldingHeart & \K\faHandRock \\
+\K\faHandHoldingMedical & \KfaReg\faHandRock \\
+\K\faHandHoldingUsd & \K\faHands \\
+\K\faHandHoldingWater & \K\faHandScissors \\
+\K\faHandLizard & \KfaReg\faHandScissors \\
+\KfaReg\faHandLizard & \K\faHandshake \\
+\K\faHandMiddleFinger & \KfaReg\faHandshake \\
+\K\faHandPaper & \K\faHandshakeAltSlash \\
+\KfaReg\faHandPaper & \K\faHandshakeSlash \\
+\K\faHandPeace & \K\faHandsHelping \\
+\KfaReg\faHandPeace & \K\faHandSparkles \\
+\K\faHandPointDown & \K\faHandSpock \\
+\KfaReg\faHandPointDown & \KfaReg\faHandSpock \\
+\K\faHandPointer & \K\faHandsWash \\
+\KfaReg\faHandPointer & \K\faThumbsDown \\
+\K\faHandPointLeft & \KfaReg\faThumbsDown \\
+\KfaReg\faHandPointLeft & \K\faThumbsUp \\
+\K\faHandPointRight & \KfaReg\faThumbsUp \\
+\KfaReg\faHandPointRight & \\
+\end{tabular}
+\end{symtable}
+
+
\begin{symtable}[DING]{\DING\ Crosses and Plusses}
\index{crosses}
\index{plusses}
\index{crucifixes}
+\idxboth{religious}{symbols}
\label{crosses-plusses}
\begin{tabular}{*3{ll}}
\K[\dingCross]\Cross & \K\CrossOpenShadow & \K\PlusOutline \\
@@ -14511,6 +16901,7 @@ particular symbol.
\index{crosses}
\index{plusses}
\index{crucifixes}
+\idxboth{religious}{symbols}
\label{pi-crosses-plusses}
\begin{tabular}{*4{ll}}
\Tding{57} & \Tding{59} & \Tding{61} & \Tding{63} \\
@@ -14549,6 +16940,7 @@ particular symbol.
\begin{symtable}[AREV]{\AREV\ Crosses}
\index{crosses}
\index{crucifixes}
+\idxboth{religious}{symbols}
\label{arev-crosses}
\begin{tabular}{*2{ll}}
\K[\AREVeastcross]\eastcross & \K[\AREVwestcross]\westcross \\
@@ -14632,25 +17024,45 @@ particular symbol.
\end{symtable}
-\begin{symtable}[FNTAWE]{\FNTAWE\ Xs and Check Marks}
+\begin{symtable}[TYPICOS]{\TYPICOS\ Xs and Check Marks}
\index{check marks}
\index{Xs}
-\label{fontawesome-check-marks}
+\index{delete=delete (\tiDeleteOutline)}
+\index{delete=delete (\tiDelete)}
+\index{input checked=input checked (\tiInputCheckedOutline)}
+\index{input checked=input checked (\tiInputChecked)}
+\index{tick mark=tick mark (\tiTickOutline)}
+\index{tick mark=tick mark (\tiTick)}
+\index{times=times (\tiTimesOutline)}
+\index{times=times (\tiTimes)}
+\label{typicons-check-marks}
\begin{tabular}{*3{ll}}
-\K\faCheck & \K\faCheckSquare & \K\faTimesCircle \\
-\K\faCheckCircle & \K\faCheckSquareO & \K\faTimesCircleO \\
-\K\faCheckCircleO & \K\faTimes$^*$ & \\
+\K\tiDelete & \K\tiInputCheckedOutline & \K\tiTimes \\
+\K\tiDeleteOutline & \K\tiTick & \K\tiTimesOutline \\
+\K\tiInputChecked & \K\tiTickOutline & \\
\end{tabular}
\bigskip
-
-\begin{tablenote}[*]
- \FNTAWE\ defines both \cmdI{\faClose} and \cmdI{\faRemove} as
- synonyms for \cmdI{\faTimes}.
+\begin{tablenote}
+ \luaxemessage{\TYPICOS}.
\end{tablenote}
\end{symtable}
+\begin{symtable}[FNTAWE]{\FNTAWE\ Xs and Check Marks}
+\index{check marks}
+\index{Xs}
+\label{fontawesome5-check-marks}
+\begin{tabular}{*2{ll}}
+\K\faCheck & \KfaReg\faCheckSquare \\
+\K\faCheckCircle & \K\faTimes \\
+\KfaReg\faCheckCircle & \K\faTimesCircle \\
+\K\faCheckDouble & \KfaReg\faTimesCircle \\
+\K\faCheckSquare & \\
+\end{tabular}
+\end{symtable}
+
+
\begin{symtable}[PI]{\PI\ Circled Numerals}
\idxboth{circled}{numerals}
\label{circled-numerals}
@@ -14702,7 +17114,8 @@ particular symbol.
\begin{symtable}[WASY]{\WASY\ Stars}
\index{stars}
\index{Jewish star}
-\index{Star of David}
+\subindex{stars}{Jewish}
+\index{star of David}
\label{wasy-stars}
\begin{tabular}{*6l}
\K\davidsstar & \K\hexstar & \K\varhexstar
@@ -14718,7 +17131,10 @@ particular symbol.
\index{sparkles}
\index{snowflakes}
\index{stars}
-\index{Jewish star}\index{Star of David}
+\index{Jewish star}
+\subindex{stars}{Jewish}
+\index{star of David}
+\index{sparkles}
\label{star-like}
\begin{tabular}{*3{ll}}
\K\Asterisk & \K\FiveFlowerPetal & \K\JackStar \\
@@ -14786,10 +17202,11 @@ particular symbol.
\index{asterisks}
\index{flowers}
\index{Jewish star}
+\subindex{stars}{Jewish}
+\index{star of David}
\index{ornaments}
\index{snowflakes}
\index{sparkles}
-\index{Star of David}
\index{stars}
\label{utfsym-star-like}
\begin{tabular}{*4{ll}}
@@ -14827,22 +17244,36 @@ particular symbol.
\end{symtable}
-\begin{symtable}[FNTAWE]{\FNTAWE\ Stars}
+\begin{symtable}[TYPICOS]{\TYPICOS\ Stars}
\index{stars}
-\label{fontawesome-stars}
-\begin{tabular}{*4{ll}}
-\K\faStar & \K\faStarHalf & \K\faStarHalfO & \K\faStarO \\
+\label{typicons-stars}
+\begin{tabular}{*3{ll}}
+\K\tiStar & \K\tiStarFullOutline & \K\tiStarOutline \\
+\K\tiStarburst & \K\tiStarHalf & \\
+\K\tiStarburstOutline & \K\tiStarHalfOutline & \\
\end{tabular}
\bigskip
-
\begin{tablenote}
- \FNTAWE\ defines both \cmdI{\faStarHalfEmpty} and
- \cmdI{\faStarHalfFull} as synonyms for \cmdI{\faStarHalfO}.
+ \luaxemessage{\TYPICOS}.
\end{tablenote}
\end{symtable}
+\begin{symtable}[FNTAWE]{\FNTAWE\ Stars}
+\index{stars}
+\index{star, half=star, half (\faStarHalf*)}
+\index{star, half=star, half (\faStarHalf)}
+\index{star of life=star of life (\faStarOfLife)}
+\index{star=star (\faStar)}
+\label{fontawesome5-stars}
+\begin{tabular}{*3{ll}}
+\K\faStar & \K{\faStarHalf*} & \KfaReg\faStarHalf \\
+\KfaReg\faStar & \K\faStarHalf & \K\faStarOfLife \\
+\end{tabular}
+\end{symtable}
+
+
\begin{symtable}[FOUR]{\FOUR\ Fleurons and Flowers}
\index{flowers}
\index{fleurons}
@@ -14850,6 +17281,7 @@ particular symbol.
\index{ornaments}
\index{stars}
\label{fourier-orns}
+\begin{indexingoff}
\begin{tabular}{*3{ll}}
\K\aldine & \K\decoone & \K\floweroneright \\
\K\aldineleft & \K\decosix & \K\leafleft \\
@@ -14858,6 +17290,7 @@ particular symbol.
\K\decofourleft & \K\decotwo & \K\starredbullet \\
\K\decofourright & \K\floweroneleft & \\
\end{tabular}
+\end{indexingoff}
\end{symtable}
@@ -14909,6 +17342,9 @@ particular symbol.
\index{polygons}
\index{stars}
\index{geometric shapes}
+\index{Jewish star}
+\subindex{stars}{Jewish}
+\index{star of David}
\label{mns-geometrical}
\begin{tabular}{*3{ll}}
\K[\MNSfilledlargestar]\filledlargestar & \K[\MNSlargelozenge]\largelozenge & \K[\MNSmedlozenge]\medlozenge \\
@@ -14941,6 +17377,9 @@ particular symbol.
\index{polygons}
\index{stars}
\index{geometric shapes}
+\index{Jewish star}
+\subindex{stars}{Jewish}
+\index{star of David}
\label{fdsym-geometrical}
\begin{tabular}{*3{ll}}
\K[\FDSYMlargeblackcircle]\largeblackcircle & \K[\FDSYMlargetriangledown]\largetriangledown & \K[\FDSYMmedlozenge]\medlozenge \\
@@ -14987,13 +17426,17 @@ particular symbol.
\begin{longsymtable}[STIX]{\STIX\ Geometric Shapes}
\ltindex{circles}
+\ltindex{ellipses (ovals)}
+\ltindex{geometric shapes}
+\ltindex{hexagons}
+\ltindex{ovals}
+\ltindex{parallelograms}
+\ltindex{pentagons}
+\ltindex{polygons}
\ltindex{rhombuses}
\ltindex{squares}
-\ltindex{triangles}
-\ltindex{polygons}
\ltindex{stars}
-\ltindex{parallelograms}
-\ltindex{geometric shapes}
+\ltindex{triangles}
\label{stix-geometrical}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -15095,9 +17538,9 @@ particular symbol.
\begin{longsymtable}[IFS]{\IFS\ Geometric Shapes}
+\ltindex{geometric shapes}
\ltindex{circles}
\ltindex{rhombuses}
-\ltindex{geometric shapes}
\ltindex{squares}
\ltindex{triangles}
\label{ifs-geometrical}
@@ -15155,8 +17598,8 @@ particular symbol.
\index{circles}
\index{rhombuses}
\index{ellipses (ovals)}
-\index{geometric shapes}
\index{ovals}
+\index{geometric shapes}
\index{rectangles}
\index{squares}
\index{triangles}
@@ -15209,6 +17652,7 @@ particular symbol.
\index{squares}
\index{triangles}
\index{ellipses (ovals)}
+\index{ovals}
\label{adf-geometrical}
\begin{tabular}{*4{ll}}
\Tbul{27} & \Tbul{32} & \Tbul{43} & \Tbul{48} \\
@@ -15223,7 +17667,8 @@ particular symbol.
\begin{symtable}[UTFSYM]{\UTFSYM\ Geometric Shapes}
\index{geometric shapes}
\index{circles}
-\index{squares}
+\index{rhombuses}
+\index{triangles}
\label{utfsym-geom}
\begin{tabular}{*4{ll}}
\Tutf{1F534} & \Tutf{1F537} & \Tutf{1F53A} & \Tutf{1F53D} \\
@@ -15241,22 +17686,23 @@ particular symbol.
\index{circles}
\index{squares}
\label{fontawesome-geometrical}
-\begin{tabular}{*4{ll}}
-\K\faCircle & \K\faCircleONotch & \K\faDotCircleO & \K\faSquareO \\
-\K\faCircleO & \K\faCircleThin & \K\faSquare & \\
+\begin{tabular}{*3{ll}}
+\K\faCircle & \K\faDotCircle & \KfaReg\faSquare \\
+\KfaReg\faCircle & \KfaReg\faDotCircle & \K\faSquareFull \\
+\K\faCircleNotch & \K\faSquare & \\
\end{tabular}
\end{symtable}
\begin{longsymtable}[OPLOT]{\OPLOT\ Geometric Shapes}
\ltindex{circles}
+\ltindex{geometric shapes}
\ltindex{hexagons}
\ltindex{pentagons}
-\ltindex{rhombuses}
\ltindex{polygons}
+\ltindex{rhombuses}
\ltindex{stars}
\ltindex{triangles}
-\ltindex{geometric shapes}
\label{oplot-geometrical}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -15362,6 +17808,7 @@ particular symbol.
\index{check marks}
\index{carriage return}
\index{squares}
+\index{borders}
\label{ark-misc}
\begin{tabular}{*3{ll}}
\K\anchor & \K\eye & \K\Sborder \\
@@ -15418,6 +17865,7 @@ particular symbol.
\begin{symtable}[UTFSYM]{Miscellaneous \UTFSYM\ Dingbats}
\idxboth{miscellaneous}{symbols}
+\index{square>shadowed}
\label{utfsym-misc-ding}
\begin{tabular}{*4{ll}}
\Tutf{2706} & \Tutf{2755} & \Tutf{2762} & \Tutf{276F} \\
@@ -15443,13 +17891,13 @@ particular symbol.
\idxbothend{dingbat}{symbols}
-\section{Ancient languages}
+\chapter{Ancient languages}
\label{ancient-lang-symbols}
\index{ancient-language symbols|(}
\index{symbols>ancient language|(}
-\tablesubsections
+\tablesections
-This section presents letters and ideograms from various ancient
+This chapter presents letters and ideograms from various ancient
scripts. Some of these symbols may also be useful in other
typesetting contexts because of their pictorial nature.
@@ -15462,7 +17910,53 @@ typesetting contexts because of their pictorial nature.
\index{women}
\index{animals}
\index{arrows}
+\index{arrow=arrow (\PHarrow)}
+\index{bee=bee (\PHbee)}
+\index{beehive=beehive (\PHbeehive)}
+\index{boomerang=boomerang (\PHboomerang)}
+\index{bow=bow (\PHbow)}
+\index{bull leg=bull leg (\PHbullLeg)}
+\index{captive=captive (\PHcaptive)}
+\index{carpentry plane=carpentry plane (\PHcarpentryPlane)}
+\index{cat=cat (\PHcat)}
+\index{child=child (\PHchild)}
+\index{club=club (\PHclub)}
+\index{column=column (\PHcolumn)}
+\index{comb=comb (\PHcomb)}
+\index{dolium=dolium (\PHdolium)}
+\index{dove=dove (\PHdove)}
+\index{eagle=eagle (\PHeagle)}
+\index{flute=flute (\PHflute)}
+\index{gaunlet=gaunlet (\PHgaunlet)}
+\index{grater=grater (\PHgrater)}
+\index{helmet=helmet (\PHhelmet)}
+\index{hide=hide (\PHhide)}
+\index{horn=horn (\PHhorn)}
+\index{lid=lid (\PHlid)}
+\index{lily=lily (\PHlily)}
+\index{manacles=manacles (\PHmanacles)}
+\index{mattock=mattock (\PHmattock)}
+\index{ox back=ox back (\PHoxBack)}
+\index{papyrus=papyrus (\PHpapyrus)}
+\index{pedestrian=pedestrian (\PHpedestrian)}
+\index{plane tree=plane tree (\PHplaneTree)}
+\index{plumed head=plumed head (\PHplumedHead)}
+\index{ram=ram (\PHram)}
+\index{rosette=rosette (\PHrosette)}
+\index{saw=saw (\PHsaw)}
+\index{shield=shield (\PHshield)}
+\index{ship=ship (\PHship)}
+\index{sling=sling (\PHsling)}
+\index{small axe=small axe (\PHsmallAxe)}
+\index{strainer=strainer (\PHstrainer)}
+\index{tattooed head=tattooed head (\PHtattooedHead)}
+\index{tiara=tiara (\PHtiara)}
+\index{tuna=tuna (\PHtunny)}
+\index{vine=vine (\PHvine)}
+\index{wavy band=wavy band (\PHwavyBand)}
+\index{woman=woman (\PHwoman)}
\label{phaistos}
+\begin{indexingoff}
\begin{tabular}{*2{ll@{\qqquad}}ll}
\K\PHarrow & \K\PHeagle & \K\PHplumedHead \\
\K\PHbee & \K\PHflute & \K\PHram \\
@@ -15480,61 +17974,67 @@ typesetting contexts because of their pictorial nature.
\K\PHdolium & \K\PHpedestrian & \K\PHwavyBand \\
\K\PHdove & \K\PHplaneTree & \K\PHwoman \\
\end{tabular}
+\end{indexingoff}
\end{symtable}
\begin{symtable}[PROTO]{\PROTO\ Proto-Semitic Characters}
\idxboth{proto-Semitic}{symbols}
-\index{alphabets>proto-Semitic}
+\subindex{alphabets}{proto-Semitic}
\index{men}
\index{stick figures}
+% The following definitions were taken from
+% https://en.wikipedia.org/wiki/Proto-Sinaitic_script
+\index{ox=ox (\textproto{\AAaleph})}
+\index{ox=ox (\textproto{\Aaleph})}
+\index{house=house (\textproto{\AAbeth})}
+\index{house=house (\textproto{\Abeth})}
+\index{stick=stick (\textproto{\Agimel})}
+\index{fish=fish (\textproto{\AAdaleth})}
+\index{fish=fish (\textproto{\Adaleth})}
+\index{praise=praise (\textproto{\AAhe})}
+\index{praise=praise (\textproto{\Ahe})}
+\index{bird=bird (\textproto{\Avav})}
+\index{sword=sword (\textproto{\Azayin})}
+\index{thread=thread (\textproto{\AAheth})}
+\index{thread=thread (\textproto{\Aheth})}
+\index{good=good (\textproto{\Ateth})}
+\index{hand=hand (\textproto{\AAyod})}
+\index{hand=hand (\textproto{\Ayod})}
+\index{palm=palm (\textproto{\AAkaph})}
+\index{palm=palm (\textproto{\Akaph})}
+\index{goad=goad (\textproto{\AAlamed})}
+\index{goad=goad (\textproto{\Alamed})}
+\index{water=water (\textproto{\Amem})}
+\index{snake=snake (\textproto{\Anun})}
+\index{peg=peg (\textproto{\Asamekh})}
+\index{eye=eye (\textproto{\AAayin})}
+\index{eye=eye (\textproto{\Aayin})}
+\index{corner=corner (\textproto{\AApe})}
+\index{corner=corner (\textproto{\Ape})}
+\index{plant=plant (\textproto{\AAsade})}
+\index{plant=plant (\textproto{\Asade})}
+\index{monkey=monkey (\textproto{\AAqoph})}
+\index{monkey=monkey (\textproto{\Aqoph})}
+\index{head=head (\textproto{\AAresh})}
+\index{head=head (\textproto{\Aresh})}
+\index{bow=bow (\textproto{\Ashin})}
+\index{mark=mark (\textproto{\Atav})}
+\index{helmet=helmet (\textproto{\AAhelmet})}
+\index{helmet=helmet (\textproto{\Ahelmet})}
\label{protosem}
+\begin{indexingoff}
\begin{tabular}{*4{ll@{\qqquad}}ll}
-\K[\textproto\Aaleph]\Aaleph &
-\K[\textproto\AAhe]\AAhe &
-\K[\textproto\Akaph]\Akaph &
-\K[\textproto\Asamekh]\Asamekh &
-\K[\textproto\AAresh]\AAresh \\
-
-\K[\textproto\AAaleph]\AAaleph &
-\K[\textproto\Azayin]\Azayin &
-\K[\textproto\AAkaph]\AAkaph &
-\K[\textproto\Ape]\Ape &
-\K[\textproto\Ashin]\Ashin \\
-
-\K[\textproto\Abeth]\Abeth &
-\K[\textproto\Avav]\Avav &
-\K[\textproto\Alamed]\Alamed &
-\K[\textproto\AApe]\AApe &
-\K[\textproto\Ahelmet]\Ahelmet \\
-
-\K[\textproto\AAbeth]\AAbeth &
-\K[\textproto\Aheth]\Aheth &
-\K[\textproto\AAlamed]\AAlamed &
-\K[\textproto\Asade]\Asade &
-\K[\textproto\AAhelmet]\AAhelmet \\
-
-\K[\textproto\Agimel]\Agimel &
-\K[\textproto\AAheth]\AAheth &
-\K[\textproto\Am]\Amem &
-\K[\textproto\AAsade]\AAsade &
-\K[\textproto\Atav]\Atav \\
-
-\K[\textproto\Adaleth]\Adaleth &
-\K[\textproto\Ateth]\Ateth &
-\K[\textproto\Anun]\Anun &
-\K[\textproto\Aqoph]\Aqoph \\
-
-\K[\textproto\AAdaleth]\AAdaleth &
-\K[\textproto\Ayod]\Ayod &
-\K[\textproto\Aayin]\Aayin &
-\K[\textproto\AAqoph]\AAqoph \\
-
-\K[\textproto\Ahe]\Ahe &
-\K[\textproto\AAyod]\AAyod &
-\K[\textproto\AAayin]\AAayin &
-\K[\textproto\Aresh]\Aresh \\
+\K[\textproto\Aaleph]\Aaleph & \K[\textproto\AAhe]\AAhe & \K[\textproto\Akaph]\Akaph & \K[\textproto\AAayin]\AAayin & \K[\textproto\AAresh]\AAresh \\
+\K[\textproto\AAaleph]\AAaleph & \K[\textproto\Avav]\Avav & \K[\textproto\AAkaph]\AAkaph & \K[\textproto\Ape]\Ape & \K[\textproto\Ashin]\Ashin \\
+\K[\textproto\Abeth]\Abeth & \K[\textproto\Azayin]\Azayin & \K[\textproto\Alamed]\Alamed & \K[\textproto\AApe]\AApe & \K[\textproto\Atav]\Atav \\
+\K[\textproto\AAbeth]\AAbeth & \K[\textproto\Aheth]\Aheth & \K[\textproto\AAlamed]\AAlamed & \K[\textproto\Asade]\Asade & \K[\textproto\Ahelmet]\Ahelmet \\
+\K[\textproto\Agimel]\Agimel & \K[\textproto\AAheth]\AAheth & \K[\textproto\Am]\Amem & \K[\textproto\AAsade]\AAsade & \K[\textproto\AAhelmet]\AAhelmet \\
+\K[\textproto\Adaleth]\Adaleth & \K[\textproto\Ateth]\Ateth & \K[\textproto\Anun]\Anun & \K[\textproto\Aqoph]\Aqoph & \\
+\K[\textproto\AAdaleth]\AAdaleth & \K[\textproto\Ayod]\Ayod & \K[\textproto\Asamekh]\Asamekh & \K[\textproto\AAqoph]\AAqoph & \\
+\K[\textproto\Ahe]\Ahe & \K[\textproto\AAyod]\AAyod & \K[\textproto\Aayin]\Aayin & \K[\textproto\Aresh]\Aresh & \\
\end{tabular}
+\end{indexingoff}
\bigskip
\begin{tablenote}
@@ -15549,10 +18049,28 @@ typesetting contexts because of their pictorial nature.
\begin{symtable}[HIER]{\HIER\ Hieroglyphics}
\index{hieroglyphics}
-\index{alphabets>hieroglyphic}
+\subindex{alphabets}{hieroglyphic}
\index{animals}
-\index{birds}
+\index{bird=bird (\textpmhg{\HA})}
+\index{bird=bird (\textpmhg{\Hibl})}
+\index{bird=bird (\textpmhg{\Hibp})}
+\index{bird=bird (\textpmhg{\Hibs})}
+\index{bird=bird (\textpmhg{\Hibw})}
+\index{bird=bird (\textpmhg{\Hw})}
+\index{face=face (\textpmhg{\HQ})}
+\index{face=face (\textpmhg{\Hq})}
+\index{man=man (\textpmhg{\Hman})}
+\index{man=man (\textpmhg{\HY})}
+\index{owl=owl (\textpmhg{\Hm})}
+\index{one=one (\textpmhg{\Hone})}
+\index{ten=ten (\textpmhg{\Hten})}
+\index{thousand=thousand (\textpmhg{\Hthousand})}
+\index{thousand=thousand (\textpmhg{\HXthousand})}
+\index{thousand=thousand (\textpmhg{\HCthousand})}
+\index{hundred=hundred (\textpmhg{\Hhundred})}
+\index{million=million (\textpmhg{\Hmillion})}
\label{hieroglf}
+\begin{indexingoff}
\begin{tabular}{*3{ll@{\qqquad}}ll}
\K[\textpmhg\HA]\HA & \K[\textpmhg\HI]\HI & \K[\textpmhg\Hn]\Hn & \K[\textpmhg\HT]\HT \\
\K[\textpmhg\Ha]\Ha & \K[\textpmhg\Hi]\Hi & \K[\textpmhg\HO]\HO & \K[\textpmhg\Ht]\Ht \\
@@ -15575,6 +18093,7 @@ typesetting contexts because of their pictorial nature.
\K[\textpmhg\Hone]\Hone & \K[\textpmhg\Hhundred]\Hhundred & \K[\textpmhg\HXthousand]\HXthousand & \K[\textpmhg\Hmillion]\Hmillion \\
\K[\textpmhg\Hten]\Hten & \K[\textpmhg\Hthousand]\Hthousand & \K[\textpmhg\HCthousand]\HCthousand \\
\end{tabular}
+\end{indexingoff}
\bigskip
\begin{tablenote}
@@ -15588,9 +18107,10 @@ typesetting contexts because of their pictorial nature.
\begin{longsymtable}[LINA]{\LINA\ Linear~A Script}
-\index{Linear A}
-\index{alphabets>Linear A}
+\idxboth{Linear A}{symbols}
+\subindex{alphabets}{Linear A}
\label{linearA}
+\begin{indexingoff}
\begin{longtable}{*3{ll@{\quad}}ll}
\multicolumn{8}{l}{\small\textit{(continued from previous page)}} \\[1ex]
\endhead
@@ -15698,13 +18218,15 @@ typesetting contexts because of their pictorial nature.
\K\LinearAXCVII & \K\LinearACXCV & \K\LinearACCXCIII & \\
\K\LinearAXCVIII & \K\LinearACXCVI & \K\LinearACCXCIV & \\
\end{longtable}
+\end{indexingoff}
\end{longsymtable}
\begin{symtable}[LINB]{\LINB\ Linear~B Basic and Optional Letters}
-\index{Linear B}
-\index{alphabets>Linear B}
+\idxboth{Linear B}{symbols}
+\subindex{alphabets}{Linear B}
\label{linearB}
+\begin{indexingoff}
\begin{tabular}{*5{ll@{\qquad}}ll}
\K[\textlinb{\Ba}]\Ba & \K[\textlinb{\Bja}]\Bja & \K[\textlinb{\Bmu}]\Bmu & \K[\textlinb{\Bpte}]\Bpte & \K[\textlinb{\Broii}]\Broii & \K[\textlinb{\Bto}]\Bto \\
\K[\textlinb{\Baii}]\Baii & \K[\textlinb{\Bje}]\Bje & \K[\textlinb{\Bna}]\Bna & \K[\textlinb{\Bpu}]\Bpu & \K[\textlinb{\Bru}]\Bru & \K[\textlinb{\Btu}]\Btu \\
@@ -15720,6 +18242,7 @@ typesetting contexts because of their pictorial nature.
\K[\textlinb{\Be}]\Be & \K[\textlinb{\Bmi}]\Bmi & \K[\textlinb{\Bpi}]\Bpi & \K[\textlinb{\Bri}]\Bri & \K[\textlinb{\Bte}]\Bte & \\
\K[\textlinb{\Bi}]\Bi & \K[\textlinb{\Bmo}]\Bmo & \K[\textlinb{\Bpo}]\Bpo & \K[\textlinb{\Bro}]\Bro & \K[\textlinb{\Bti}]\Bti & \\
\end{tabular}
+\end{indexingoff}
\bigskip
\begin{tablenote}
@@ -15732,8 +18255,8 @@ typesetting contexts because of their pictorial nature.
\begin{symtable}[LINB]{\LINB\ Linear~B Numerals}
-\index{Linear B}
-\index{numerals>Linear B}
+\idxboth{Linear B}{symbols}
+\subindex{numerals}{Linear B}
\index{tally markers}
\label{linearB-nums}
\begin{tabular}{*4{ll@{\qquad}}ll}
@@ -15753,12 +18276,14 @@ typesetting contexts because of their pictorial nature.
\begin{symtable}[LINB]{\LINB\ Linear~B Weights and Measures}
-\index{Linear B}
+\idxboth{Linear B}{symbols}
\label{linearB-weights}
+\begin{indexingoff}
\begin{tabular}{*4{ll@{\qquad}}ll}
\K[\textlinb{\BPtalent}]\BPtalent & \K[\textlinb{\BPvolb}]\BPvolb & \K[\textlinb{\BPvolcf}]\BPvolcf & \K[\textlinb{\BPwtb}]\BPwtb & \K[\textlinb{\BPwtd}]\BPwtd \\
\K[\textlinb{\BPvola}]\BPvola & \K[\textlinb{\BPvolcd}]\BPvolcd & \K[\textlinb{\BPwta}]\BPwta & \K[\textlinb{\BPwtc}]\BPwtc & \\
\end{tabular}
+\end{indexingoff}
\bigskip
\begin{tablenote}
@@ -15768,12 +18293,51 @@ typesetting contexts because of their pictorial nature.
\begin{symtable}[LINB]{\LINB\ Linear~B Ideograms}
-\index{Linear B}
+\idxboth{Linear B}{symbols}
\index{animals}
\index{arrows}
\index{men}
\index{women}
+\index{amphora=amphora (\textlinb{\BPamphora})}
+\index{arrow=arrow (\textlinb{\BParrow})}
+\index{barley=barley (\textlinb{\BPbarley})}
+\index{billy=billy (\textlinb{\BPbilly})}
+\index{boar=boar (\textlinb{\BPboar})}
+\index{bronze=bronze (\textlinb{\BPbronze})}
+\index{bull=bull (\textlinb{\BPbull})}
+\index{cauldron=cauldron (\textlinb{\BPcauldroni})}
+\index{cauldron=cauldron (\textlinb{\BPcauldronii})}
+\index{chariot=chariot (\textlinb{\BPchariot})}
+\index{chassis=chassis (\textlinb{\BPchassis})}
+\index{cloth=cloth (\textlinb{\BPcloth})}
+\index{cow=cow (\textlinb{\BPcow})}
+\index{cup=cup (\textlinb{\BPcup})}
+\index{ewe=ewe (\textlinb{\BPewe})}
+\index{foal=foal (\textlinb{\BPfoal})}
+\index{goat=goat (\textlinb{\BPgoat})}
+\index{goblet=goblet (\textlinb{\BPgoblet})}
+\index{gold=gold (\textlinb{\BPgold})}
+\index{horse=horse (\textlinb{\BPhorse})}
+\index{man=man (\textlinb{\BPman})}
+\index{nanny=nanny (\textlinb{\BPnanny})}
+\index{olive=olive (\textlinb{\BPolive})}
+\index{ox=ox (\textlinb{\BPox})}
+\index{pig=pig (\textlinb{\BPpig})}
+\index{ram=ram (\textlinb{\BPram})}
+\index{sheep=sheep (\textlinb{\BPsheep})}
+\index{sow=sow (\textlinb{\BPsow})}
+\index{spear=spear (\textlinb{\BPspear})}
+\index{sword=sword (\textlinb{\BPsword})}
+\index{wheat=wheat (\textlinb{\BPwheat})}
+\index{wheel=wheel (\textlinb{\BPwheel})}
+\index{wine=wine (\textlinb{\BPwine})}
+\index{wine=wine (\textlinb{\BPwineiih})}
+\index{wine=wine (\textlinb{\BPwineiiih})}
+\index{wine=wine (\textlinb{\BPwineivh})}
+\index{woman=woman (\textlinb{\BPwoman})}
+\index{wool=wool (\textlinb{\BPwool})}
\label{linearB-objs}
+\begin{indexingoff}
\begin{tabular}{*3{ll@{\qquad}}ll}
\K[\textlinb{\BPamphora}]\BPamphora & \K[\textlinb{\BPchassis}]\BPchassis & \K[\textlinb{\BPman}]\BPman & \K[\textlinb{\BPwheat}]\BPwheat \\
\K[\textlinb{\BParrow}]\BParrow & \K[\textlinb{\BPcloth}]\BPcloth & \K[\textlinb{\BPnanny}]\BPnanny & \K[\textlinb{\BPwheel}]\BPwheel \\
@@ -15786,6 +18350,7 @@ typesetting contexts because of their pictorial nature.
\K[\textlinb{\BPcauldronii}]\BPcauldronii & \K[\textlinb{\BPgold}]\BPgold & \K[\textlinb{\BPspear}]\BPspear & \\
\K[\textlinb{\BPchariot}]\BPchariot & \K[\textlinb{\BPhorse}]\BPhorse & \K[\textlinb{\BPsword}]\BPsword & \\
\end{tabular}
+\end{indexingoff}
\bigskip
\begin{tablenote}
@@ -15795,13 +18360,15 @@ typesetting contexts because of their pictorial nature.
\begin{symtable}[LINB]{\LINB\ Unidentified Linear~B Symbols}
-\index{Linear B}
+\idxboth{Linear B}{symbols}
\label{linearB-unknown}
+\begin{indexingoff}
\begin{tabular}{*4{ll@{\qquad}}ll}
\K[\textlinb{\BUi}]\BUi & \K[\textlinb{\BUiv}]\BUiv & \K[\textlinb{\BUvii}]\BUvii & \K[\textlinb{\BUx}]\BUx & \K[\textlinb{\Btwe}]\Btwe \\
\K[\textlinb{\BUii}]\BUii & \K[\textlinb{\BUv}]\BUv & \K[\textlinb{\BUviii}]\BUviii & \K[\textlinb{\BUxi}]\BUxi & \\
\K[\textlinb{\BUiii}]\BUiii & \K[\textlinb{\BUvi}]\BUvi & \K[\textlinb{\BUix}]\BUix & \K[\textlinb{\BUxii}]\BUxii & \\
\end{tabular}
+\end{indexingoff}
\bigskip
\begin{tablenote}
@@ -15812,8 +18379,9 @@ typesetting contexts because of their pictorial nature.
\begin{symtable}[CYPR]{\CYPR\ Cypriot Letters}
\index{Cypriot}
-\index{alphabets>Cypriot}
+\subindex{alphabets}{Cypriot}
\label{cypriot}
+\begin{indexingoff}
\begin{tabular}{*5{ll@{\qquad}}ll}
\K[\textcypr{\Ca}]\Ca & \K[\textcypr{\Cku}]\Cku & \K[\textcypr{\Cmu}]\Cmu & \K[\textcypr{\Cpo}]\Cpo & \K[\textcypr{\Cso}]\Cso & \K[\textcypr{\Cwi}]\Cwi \\
\K[\textcypr{\Ce}]\Ce & \K[\textcypr{\Cla}]\Cla & \K[\textcypr{\Cna}]\Cna & \K[\textcypr{\Cpu}]\Cpu & \K[\textcypr{\Csu}]\Csu & \K[\textcypr{\Cwo}]\Cwo \\
@@ -15826,6 +18394,7 @@ typesetting contexts because of their pictorial nature.
\K[\textcypr{\Cki}]\Cki & \K[\textcypr{\Cmi}]\Cmi & \K[\textcypr{\Cpe}]\Cpe & \K[\textcypr{\Cse}]\Cse & \K[\textcypr{\Cwa}]\Cwa & \\
\K[\textcypr{\Cko}]\Cko & \K[\textcypr{\Cmo}]\Cmo & \K[\textcypr{\Cpi}]\Cpi & \K[\textcypr{\Csi}]\Csi & \K[\textcypr{\Cwe}]\Cwe & \\
\end{tabular}
+\end{indexingoff}
\bigskip
\begin{tablenote}
@@ -15839,8 +18408,9 @@ typesetting contexts because of their pictorial nature.
\begin{symtable}[SARAB]{\SARAB\ South Arabian Letters}
\index{South Arabian alphabet}
-\index{alphabets>South Arabian}
+\subindex{alphabets}{South Arabian}
\label{sarabian}
+\begin{indexingoff}
\begin{tabular}{*4{ll@{\qquad}}ll}
\K[\textsarab{\SAa}]\SAa & \K[\textsarab{\SAz}]\SAz & \K[\textsarab{\SAm}]\SAm & \K[\textsarab{\SAsd}]\SAsd & \K[\textsarab{\SAdb}]\SAdb \\
\K[\textsarab{\SAb}]\SAb & \K[\textsarab{\SAhd}]\SAhd & \K[\textsarab{\SAn}]\SAn & \K[\textsarab{\SAq}]\SAq & \K[\textsarab{\SAtb}]\SAtb \\
@@ -15849,6 +18419,7 @@ typesetting contexts because of their pictorial nature.
\K[\textsarab{\SAh}]\SAh & \K[\textsarab{\SAk}]\SAk & \K[\textsarab{\SAlq}]\SAlq & \K[\textsarab{\SAt}]\SAt & \K[\textsarab{\SAsa}]\SAsa \\
\K[\textsarab{\SAw}]\SAw & \K[\textsarab{\SAl}]\SAl & \K[\textsarab{\SAo}]\SAo & \K[\textsarab{\SAhu}]\SAhu & \K[\textsarab{\SAdd}]\SAdd \\
\end{tabular}
+\end{indexingoff}
\bigskip
\begin{tablenote}
@@ -15862,7 +18433,7 @@ typesetting contexts because of their pictorial nature.
\begin{symtable}[PRSN]{\PRSN\ Cuneiform Letters}
\index{cuneiform}
-\index{alphabets>Old Persian (cuneiform)}
+\subindex{alphabets}{Old Persian (cuneiform)}
\label{oldprsn}
\begin{tabular}{*4{ll@{\qquad}}ll}
\K[\textcopsn{\Oa}]\Oa & \K[\textcopsn{\Oga}]\Oga & \K[\textcopsn{\Ola}]\Ola & \K[\textcopsn{\Oru}]\Oru & \K[\textcopsn{\Ovi}]\Ovi \\
@@ -15887,7 +18458,7 @@ typesetting contexts because of their pictorial nature.
\begin{symtable}[PRSN]{\PRSN\ Cuneiform Numerals}
\index{cuneiform}
-\index{numerals>cuneiform}
+\subindex{numerals}{cuneiform}
\label{oldprsn-nums}
\begin{tabular}{*4{ll@{\qquad}}ll}
\K[\textcopsn{\Oone}]\Oone & \K[\textcopsn{\Otwo}]\Otwo & \K[\textcopsn{\Oten}]\Oten & \K[\textcopsn{\Otwenty}]\Otwenty & \K[\textcopsn{\Ohundred}]\Ohundred \\
@@ -15919,7 +18490,7 @@ typesetting contexts because of their pictorial nature.
\begin{symtable}[UGAR]{\UGAR\ Cuneiform Letters}
\index{cuneiform}
-\index{alphabets>Ugarite (cuneiform)}
+\subindex{alphabets}{Ugarite (cuneiform)}
\label{ugarite}
\begin{tabular}{*4{ll@{\qquad}}ll}
\K[\textcugar{\Arq}]\Arq & \K[\textcugar{\Az}]\Az & \K[\textcugar{\Am}]\Am & \K[\textcugar{\Asd}]\Asd & \K[\textcugar{\Au}]\Au \\
@@ -15944,7 +18515,7 @@ typesetting contexts because of their pictorial nature.
\begin{symtable}[TEUB]{\TEUB\ Archaic Greek Letters and Greek Numerals}
-\index{alphabets>Greek}
+\subindex{alphabets}{Greek}
\index{Greek>letters}
\index{Greek>numerals}
\label{teubner}
@@ -15990,7 +18561,7 @@ typesetting contexts because of their pictorial nature.
\begin{symtable}[BSK]{\BSK\ Archaic Greek Letters and Greek Numerals}
-\index{alphabets>Greek}
+\subindex{alphabets}{Greek}
\index{Greek>letters}
\index{Greek>numerals}
\label{bsk-greek}
@@ -16008,7 +18579,160 @@ typesetting contexts because of their pictorial nature.
\ltindex{Isthmian script}
\ltindex{symbols>Epi-Olmec}
\ltindex{symbols>Isthmian}
+\ltindex{after=after (\EOafter)}
+\ltindex{and then=and then (\EOandThen)}
+\ltindex{appear=appear (\EOAppear)}
+\ltindex{beard mask=beard mask (\EOBeardMask)}
+\ltindex{bedeck=bedeck (\EOBedeck)}
+\ltindex{blood=blood (\EOBlood)}
+\ltindex{brace=brace (\EObrace)}
+\ltindex{building=building (\EObuilding)}
+\ltindex{bundle=bundle (\EOBundle)}
+\ltindex{chop=chop (\EOChop)}
+\ltindex{chron=chron (\EOChronI)}
+\ltindex{cloth=cloth (\EOCloth)}
+\ltindex{deal with=deal with (\EODealWith)}
+\ltindex{deer=deer (\EODeer)}
+\ltindex{eat=eat (\EOeat)}
+\ltindex{flint=flint (\EOflint)}
+\ltindex{flower=flower (\EOflower)}
+\ltindex{fold=fold (\EOFold)}
+\ltindex{go up=go up (\EOGoUp)}
+\ltindex{god=god (\EOGod)}
+\ltindex{governor=governor (\EOgovernor)}
+\ltindex{guise=guise (\EOGuise)}
+\ltindex{hallow=hallow (\EOHallow)}
+%\ltindex{ja=ja (\EOja)}
+\ltindex{jaguar=jaguar (\EOjaguar)}
+%\ltindex{je=je (\EOje)}
+%\ltindex{ji=ji (\EOji)}
+%\ltindex{jo=jo (\EOjo)}
+%\ltindex{ju=ju (\EOju)}
+%\ltindex{kak=kak (\EOkak)}
+%\ltindex{ke=ke (\EOke)}
+%\ltindex{ki=ki (\EOki)}
+%\ltindex{kij=kij (\EOkij)}
+\ltindex{king=king (\EOKing)}
+\ltindex{knotted cloth straps=knotted cloth straps (\EOknottedClothStraps)}
+\ltindex{knotted cloth=knotted cloth (\EOknottedCloth)}
+%\ltindex{ko=ko (\EOko)}
+%\ltindex{ku=ku (\EOku)}
+%\ltindex{kuu=kuu (\EOkuu)}
+\ltindex{let blood=let blood (\EOLetBlood)}
+\ltindex{loin cloth=loin cloth (\EOloinCloth)}
+\ltindex{long lip=long lip (\EOlongLipII)}
+\ltindex{lord=lord (\EOLord)}
+\ltindex{lose=lose (\EOLose)}
+\ltindex{ma=ma (\EOma)}
+\ltindex{macaw=macaw (\EOmacaw)}
+\ltindex{macaw=macaw (\EOmacawI)}
+\ltindex{me=me (\EOme)}
+%\ltindex{mex new=mex new (\EOmexNew)}
+%\ltindex{mi=mi (\EOmi)}
+\ltindex{middle=middle (\EOMiddle)}
+\ltindex{monster=monster (\EOmonster)}
+\ltindex{mountain=mountain (\EOMountain)}
+%\ltindex{muu=muu (\EOmuu)}
+%\ltindex{na=na (\EOna)}
+%\ltindex{ne=ne (\EOne)}
+%\ltindex{ni=ni (\EOni)}
+\ltindex{now=now (\EOnow)}
+%\ltindex{nu=nu (\EOnu)}
+%\ltindex{nuu=nuu (\EOnuu)}
+\ltindex{officer=officer (\EOofficerI)}
+\ltindex{officer=officer (\EOofficerII)}
+\ltindex{officer=officer (\EOofficerIII)}
+\ltindex{officer=officer (\EOofficerIV)}
+%\ltindex{pa=pa (\EOpa)}
+%\ltindex{pak=pak (\EOpak)}
+\ltindex{patron=patron (\EOPatron)}
+\ltindex{patron=patron (\EOPatronII)}
+%\ltindex{pe=pe (\EOpe)}
+\ltindex{penis=penis (\EOpenis)}
+%\ltindex{pi=pi (\EOpi)}
+\ltindex{pierce=pierce (\EOPierce)}
+\ltindex{plant=plant (\EOPlant)}
+\ltindex{play=play (\EOPlay)}
+%\ltindex{po=po (\EOpo)}
+\ltindex{priest=priest (\EOpriest)}
+\ltindex{prince=prince (\EOPrince)}
+%\ltindex{pu=pu (\EOpu)}
+%\ltindex{puu=puu (\EOpuu)}
+%\ltindex{puuk=puuk (\EOpuuk)}
+\ltindex{rain=rain (\EORain)}
+%\ltindex{sa=sa (\EOSa)}
+%\ltindex{sa=sa (\EOsa)}
+\ltindex{sacrifice=sacrifice (\EOsacrifice)}
+\ltindex{saw=saw (\EOSaw)}
+\ltindex{scorpion=scorpion (\EOScorpius)}
+\ltindex{set=set (\EOset)}
+%\ltindex{si=si (\EOSi)}
+%\ltindex{si=si (\EOsi)}
+\ltindex{sing=sing (\EOsing)}
+%\ltindex{sini=sini (\EOSini)}
+\ltindex{skin=skin (\EOskin)}
+\ltindex{sky animal=sky animal (\EOskyAnimal)}
+\ltindex{sky pillar=sky pillar (\EOskyPillar)}
+\ltindex{sky=sky (\EOSky)}
+\ltindex{snake=snake (\EOsnake)}
+\ltindex{so=so (\EOSo)}
+\ltindex{span=span (\EOSpan)}
+\ltindex{sprinkle=sprinkle (\EOSprinkle)}
+\ltindex{star warrior=star warrior (\EOStarWarrior)}
+\ltindex{star warrior=star warrior (\EOstarWarrior)}
+\ltindex{star=star (\EOstar)}
+\ltindex{step=step (\EOstep)}
+%\ltindex{su=su (\EOSu)}
+%\ltindex{su=su (\EOsu)}
+\ltindex{sun=sun (\EOsun)}
+%\ltindex{suu=suu (\EOSuu)}
+%\ltindex{suu=suu (\EOsuu)}
+%\ltindex{ta=ta (\EOta)}
+%\ltindex{te=te (\EOte)}
+\ltindex{throne=throne (\EOthrone)}
+%\ltindex{ti=ti (\EOti)}
+\ltindex{time=time (\EOTime)}
+\ltindex{time=time (\EOtime)}
+\ltindex{title=title (\EOTitle)}
+\ltindex{title=title (\EOTitleII)}
+\ltindex{title=title (\EOTitleIV)}
+\ltindex{to=to (\EOto)}
+%\ltindex{tu=tu (\EOtu)}
+\ltindex{tuki=tuki (\EOtuki)}
+\ltindex{tukpa=tukpa (\EOtukpa)}
+\ltindex{turtle=turtle (\EOturtle)}
+%\ltindex{tuu=tuu (\EOtuu)}
+%\ltindex{tza=tza (\EOtza)}
+%\ltindex{tze=tze (\EOtze)}
+\ltindex{tzetze=tzetze (\EOtzetze)}
+%\ltindex{tzi=tzi (\EOtzi)}
+%\ltindex{tzu=tzu (\EOtzu)}
+%\ltindex{tzuu=tzuu (\EOtzuu)}
+%\ltindex{undef=undef (\EOundef)}
+\ltindex{beard mask=beard mask (\EOvarBeardMask)}
+%\ltindex{si=si (\EOvarSi)}
+\ltindex{year=year (\EOvarYear)}
+%\ltindex{ja=ja (\EOvarja)}
+%\ltindex{ji=ji (\EOvarji)}
+%\ltindex{ki=ki (\EOvarki)}
+%\ltindex{kuu=kuu (\EOvarkuu)}
+%\ltindex{ni=ni (\EOvarni)}
+%\ltindex{pa=pa (\EOvarpa)}
+%\ltindex{si=si (\EOvarsi)}
+%\ltindex{tza=tza (\EOvartza)}
+%\ltindex{wuu=wuu (\EOvarwuu)}
+%\ltindex{wa=wa (\EOwa)}
+%\ltindex{we=we (\EOwe)}
+%\ltindex{wi=wi (\EOwi)}
+%\ltindex{wo=wo (\EOwo)}
+%\ltindex{wuu=wuu (\EOwuu)}
+%\ltindex{ya=ya (\EOya)}
+%\ltindex{yaj=yaj (\EOyaj)}
+%\ltindex{ye=ye (\EOye)}
+\ltindex{year=year (\EOYear)}
+%\ltindex{yuu=yuu (\EOyuu)}
\label{epi-olmec}
+\begin{indexingoff}
\begin{longtable}{*2{ll@{\qqquad}}ll}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[1ex]
\endhead
@@ -16069,6 +18793,7 @@ typesetting contexts because of their pictorial nature.
\K\EOmexNew & \K\EOstar & \K\EOYear \\
\K\EOmi & \K\EOstarWarrior & \K\EOyuu \\
\end{longtable}
+\end{indexingoff}
\end{longsymtable}
@@ -16077,8 +18802,8 @@ typesetting contexts because of their pictorial nature.
\index{Isthmian script}
\index{symbols>Epi-Olmec}
\index{symbols>Isthmian}
-\index{numerals>Epi-Olmec}
-\index{numerals>Isthmian}
+\subindex{numerals}{Epi-Olmec}
+\subindex{numerals}{Isthmian}
\label{epi-olmec-numerals}
\begin{tabular}{*4{ll}}
\K\EOzero & \K\EOvi & \K\EOxii & \K\EOxviii \\
@@ -16094,7 +18819,14 @@ typesetting contexts because of their pictorial nature.
\begin{symtable}[ARUNE]{\ARUNE\ Runes}
\index{runes}
\index{symbols>runes}
+\index{3=3 (\ARUNEsthree)}
+\index{4=4 (\ARUNEsfour)}
+\index{5=5 (\ARUNEsfive)}
+\index{6=6 (\ARUNEssix)}
+\index{7=7 (\ARUNEsseven)}
+\index{8=8 (\ARUNEseight)}
\label{allrunes}
+\begin{indexingoff}
\begin{tabular}{ll*5{@{\qquad}ll}}
\K[\ARUNEa]\a & \K[\ARUNECE]E & \K[\ARUNEING]\ING & \K[\ARUNECm]m & \K[\ARUNECR]R & \K[\ARUNEsthree]\sthree \\
\K[\ARUNEA]\A & \K[\ARUNECF]F & \K[\ARUNEing]\ing & \K[\ARUNECn]n & \K[\ARUNERR]\RR & \K[\ARUNECT]T \\
@@ -16107,6 +18839,7 @@ typesetting contexts because of their pictorial nature.
\K[\ARUNECd]d & \K[\ARUNECi]i & \K[\ARUNECk]k & \K[\ARUNER]\R & \K[\ARUNEsseven]\sseven & \\
\K[\ARUNECe]e & \K[\ARUNECI]I & \K[\ARUNECl]l & \K[\ARUNECr]r & \K[\ARUNEssix]\ssix & \\
\end{tabular}
+\end{indexingoff}
\bigskip
@@ -16131,6 +18864,7 @@ typesetting contexts because of their pictorial nature.
\begin{symtable}[ARUNE]{\ARUNE\ Rune Separators}
\index{runes}
\index{symbols>runes}
+\index{plusses}
\label{allrunes-sep}
\begin{tabular}{*4{ll}}
\K[\ARUNEbar]\bar & \K[\ARUNEdoubleeye]\doubleeye & \K[\ARUNEplus]\plus & \K[\ARUNEtripledot]\tripledot \\
@@ -16153,15 +18887,15 @@ typesetting contexts because of their pictorial nature.
\index{symbols>ancient language|)}
-\section{Musical symbols}
+\chapter{Musical symbols}
\label{musical-symbols}
\idxbothbegin{musical}{symbols}
-\tablesubsections
+\tablesections
The following symbols are used to typeset musical notation.
\ifLILY
The \LILY\ package provides a large subset of the symbols in this
- section. Note, however, that \LILY\ depends upon the
+ chapter. Note, however, that \LILY\ depends upon the
\pkgname{fontspec} package, OpenType\index{OpenType} (\fileext{otf})
fonts, and some PDF\index{PDF} graphics and therefore works only
with \lualatex\ or \xelatex.
@@ -16263,9 +18997,9 @@ See also \ref{musicography-time-sig}.
\idxboth{musical}{symbols}
\label{utfsym-music}
\begin{tabular}{*4{ll}}
-\Tutf{2669} & \Tutf{266C} & \Tutf{266F} & \Tutf{1F3BC} \\
-\Tutf{266A} & \Tutf{266D} & \Tutf{1F3B5} & \\
-\Tutf{266B} & \Tutf{266E} & \Tutf{1F3B6} & \\
+\Tutf{2669} & \Tutf{266C} & \Tutf{266F} & \Tutf{1F3B5} \\
+\Tutf{266A} & \Tutf{266D} & \Tutf{1F39C} & \Tutf{1F3B6} \\
+\Tutf{266B} & \Tutf{266E} & \Tutf{1F39D} & \Tutf{1F3BC} \\
\end{tabular}
\bigskip
@@ -16275,10 +19009,10 @@ See also \ref{musicography-time-sig}.
\begin{longsymtable}[MSX]{\MSX\ Musical Symbols}
-\ltidxboth{musical}{symbols}
\ltindex{clefs}
\ltindex{alla breve}
\ltindex{cut time}
+\ltindex{musical meters}
\label{musixtex-music}
\renewcommand{\arraystretch}{1.75} % Prevent tall symbols from touching.
\begin{longtable}{*2{ll@{\qqquad}}ll}
@@ -16351,7 +19085,20 @@ See also \ref{musicography-time-sig}.
\begin{symtable}[HARM]{\HARM\ Musical Symbols}
\idxboth{musical}{symbols}
+\index{whole note=whole note (\Ganz)}
+\index{whole note rest=whole note rest (\GaPa)}
+\index{half note=half note (\Halb)}
+\index{half note rest=half note rest (\HaPa)}
+\index{quarter note=quarter note (\Vier)}
+\index{quarter note rest=quarter note rest (\ViPa)}
+\index{eighth note=eighth note (\Acht)}
+\index{eighth note rest=eighth note rest (\AcPa)}
+\index{sixteenth note=sixteenth note (\Sech)}
+\index{sixteenth note rest=sixteenth note rest (\SePa)}
+\index{thirty-second note=thirty-second note (\Zwdr)}
+\index{thirty-second note rest=thirty-second note rest (\ZwPa)}
\label{harmony-music}
+\begin{indexingoff}
\begin{tabular}{*4{ll@{\qqquad}}ll}
\K\AAcht & \K\DDohne & \K\Halb & \K\SechBR & \K\VM \\
\K\Acht & \K\Dohne & \K\HaPa & \K\SechBr & \K\Zwdr \\
@@ -16360,6 +19107,7 @@ See also \ref{musicography-time-sig}.
\K\AcPa & \K\Ganz & \K\SechBL & \K\Vier & \\
\K\DD & \K\GaPa & \K\SechBl & \K\ViPa & \\
\end{tabular}
+\end{indexingoff}
\bigskip
\begin{tablenote}
@@ -16385,7 +19133,7 @@ See also \ref{musicography-time-sig}.
\begin{tablenote}
\MUSICOG\ defines \cmdI{\fl}, \cmdI{\sh}, and \cmdI{\na} as
shorthands for \cmdI{\musFlat}, \cmdI{\musSharp}, and
- \cmdI{musNatural}, respectively. It also defines \cmdI{\musCorchea}
+ \cmdI{\musNatural}, respectively. It also defines \cmdI{\musCorchea}
as an alias for \cmdI{\musEighth}, \cmdI{\musCorcheaDotted} as an
alias for \cmdI{\musEighthDotted}, \cmdI{\musFusa} as an alias for
\cmdI{\musEighth}, \cmdI{\musFusaDotted} as an alias for
@@ -16407,6 +19155,7 @@ See also \ref{musicography-time-sig}.
\index{time signatures}
\index{alla breve}
\index{cut time}
+\index{musical meters}
\label{musicography-time-sig}
\renewcommand{\arraystretch}{1.25} % Prevent tall symbols from touching.
\begin{tabular}{*2{ll@{\qqquad}}ll}
@@ -16469,7 +19218,6 @@ See also \ref{musicography-time-sig}.
\begin{longsymtable}[LILY]{\LILY\ Single Notes}
-\ltidxboth{musical}{symbols}
\label{lily-notes}
\begin{longtable}{*2{ll}}
\multicolumn{4}{l}{\small\textit{(continued from previous page)}} \\[1ex]
@@ -16578,6 +19326,7 @@ See also \ref{musicography-time-sig}.
\begin{symtable}[LILY]{\LILY\ Accidentals}
\idxboth{musical}{symbols}
+\subindex{arrows}{on musical accidentals}
\label{lily-accidentals}
\renewcommand{\arraystretch}{1.5} % Try to even out the line spacing a bit.
\begin{tabular}{*2{ll}}
@@ -16615,7 +19364,8 @@ See also \ref{musicography-time-sig}.
\index{forte=forte (\LILYdyn{-1pt}{f})}
\index{mezzo=mezzo (\LILYdyn{0pt}{m})}
\index{piano=piano (\LILYdyn{-2pt}{p})}
-\index{rinforzando (\noexpand\lilyRF)}
+\index{rinforzando=rinforzando (\lilyRF)}
+\index{rinforzando=rinforzando (\lilyRFZ)}
\idxboth{musical}{symbols}
\label{lily-dyn-alpha}
\begin{tabular}{ll@{\qquad}ll}
@@ -16645,7 +19395,7 @@ See also \ref{musicography-time-sig}.
\begin{symtable}[LILY]{\LILY\ Articulations}
-\index{thumb pizzicato|see{\texttt{\string\lilyThumb}}}
+\index{thumb pizzicato=thumb pizzicato (\lilyThumb)}
\idxboth{musical}{symbols}
\label{lily-articulations}
\begin{tabular}{*3{ll}}
@@ -16709,7 +19459,7 @@ See also \ref{musicography-time-sig}.
\begin{longsymtable}[LILY]{\LILY\ Named Scripts}
-\ltidxboth{musical}{symbols}
+\ltindex{arrows}
\label{lily-gen-scripts}
\begin{longtable}{*2{ll}}
\multicolumn{4}{l}{\small\textit{(continued from previous page)}} \\[1ex]
@@ -16857,7 +19607,6 @@ See also \ref{musicography-time-sig}.
\begin{longsymtable}[LILY]{\LILY\ Named Clefs}
\ltindex{clefs}
-\ltidxboth{musical}{symbols}
\label{lily-gen-clefs}
\begin{longtable}{*2{ll}}
\multicolumn{4}{l}{\small\textit{(continued from previous page)}} \\[1ex]
@@ -16913,7 +19662,6 @@ See also \ref{musicography-time-sig}.
\ltindex{polygons}
\ltindex{triangles}
\ltindex{geometric shapes}
-\ltidxboth{musical}{symbols}
\label{lily-gen-noteheads}
\begin{longtable}{ll}
\multicolumn{2}{l}{\small\textit{(continued from previous page)}} \\[1ex]
@@ -17191,7 +19939,7 @@ See also \ref{musicography-time-sig}.
\begin{longsymtable}[LILY]{\LILY\ Named Accidentals}
-\ltidxboth{musical}{symbols}
+\ltsubindex{arrows}{on musical accidentals}
\label{lily-gen-accidentals}
\begin{longtable}{ll}
\multicolumn{2}{l}{\small\textit{(continued from previous page)}} \\[1ex]
@@ -17246,6 +19994,7 @@ See also \ref{musicography-time-sig}.
\begin{symtable}[LILY]{\LILY\ Named Arrowheads}
\idxboth{musical}{symbols}
+\index{arrowheads}
\label{lily-gen-arrowheads}
\begin{tabular}{*2{ll}}
\Tlg{arrowheads.close.01} & \Tlg{arrowheads.open.01} \\
@@ -17302,12 +20051,12 @@ See also \ref{musicography-time-sig}.
\idxbothend{musical}{symbols}
-\section{Gaming symbols}
+\chapter{Gaming symbols}
\label{gaming-symbols}
\idxbothbegin{game-related}{symbols}
-\tablesubsections
+\tablesections
-This section presents symbols related to games and gaming:
+This chapter presents symbols related to games and gaming:
playing-card suits, dice, and symbols used to represent pieces and
moves in various games.
\ifcomplete
@@ -17435,7 +20184,7 @@ symbols are delivered by packages that provide minimal \LaTeX\ support.
\bigskip
\begin{tablenote}
- \twemojismessage
+ \twemojismessage.
\end{tablenote}
\end{symtable}
@@ -17549,8 +20298,7 @@ symbols are delivered by packages that provide minimal \LaTeX\ support.
\begin{symtable}[UTFSYM]{\UTFSYM\ Dice}
-\index{dice}
-\index{dice>3D}
+\subindex{dice}{3D}
\label{utfsym-dice}
\begin{tabular}{*3{ll}}
\Tutf{2680} & \Tutf{2682} & \Tutf{2684} \\
@@ -17562,6 +20310,18 @@ symbols are delivered by packages that provide minimal \LaTeX\ support.
\end{symtable}
+\begin{symtable}[FNTAWE]{\FNTAWE\ Dice}
+\subindex{dice}{20-sided=20-sided (\faDiceD20)}
+\subindex{dice}{3D=3D (\faDiceD6)}
+\label{fontawesome5-dice}
+\begin{tabular}{*3{ll}}
+\K\faDice & \K\faDiceFive & \K\faDiceSix \\
+\K{\faDiceD20} & \K\faDiceFour & \K\faDiceThree \\
+\K{\faDiceD6} & \K\faDiceOne & \K\faDiceTwo \\
+\end{tabular}
+\end{symtable}
+
+
\begin{longsymtable}[UTFSYM]{\UTFSYM\ Domino Tiles}
\ltindex{domino tiles}
\label{utfsym-dominoes}
@@ -17649,9 +20409,11 @@ symbols are delivered by packages that provide minimal \LaTeX\ support.
\begin{symtable}[SKAK]{\SKAK\ Chess Informator Symbols}
+\index{chess notation}
\idxboth{chess}{symbols}
\idxboth{informator}{symbols}
\label{skak-inform}
+\begin{indexingoff}
\begin{tabular}{*3{ll}}
\K\bbetter & \K\doublepawns & \K\seppawns \\
\K\bdecisive & \K\ending & \K\shortcastling \\
@@ -17671,6 +20433,7 @@ symbols are delivered by packages that provide minimal \LaTeX\ support.
\K\devadvantage & \K\qside & \K\zugzwang \\
\K\diagonal & \K\samebishops & \\
\end{tabular}
+\end{indexingoff}
\end{symtable}
@@ -17706,6 +20469,26 @@ symbols are delivered by packages that provide minimal \LaTeX\ support.
\end{symtable}
+\begin{symtable}[FNTAWE]{\FNTAWE\ Chess Pieces and Chessboards}
+\idxboth{chess}{symbols}
+\index{bishop=bishop (\faChessBishop)}
+\index{chessboard=chessboard (\faChessBoard)}
+\index{king=king (\faChessKing)}
+\index{knight=knight (\faChessKnight)}
+\index{pawn=pawn (\faChessPawn)}
+\index{queen=queen (\faChessQueen)}
+\index{rook=rook (\faChessRook)}
+\index{castle=castle (\faChessRook)}
+\index{chess pieces=chess pieces (\faChess)}
+\label{fontawesome5-chess}
+\begin{tabular}{*3{ll}}
+\K\faChess & \K\faChessKing & \K\faChessQueen \\
+\K\faChessBishop & \K\faChessKnight & \K\faChessRook \\
+\K\faChessBoard & \K\faChessPawn & \\
+\end{tabular}
+\end{symtable}
+
+
\begin{symtable}[IGO]{\IGO\ Go Symbols}
\index{symbols>Go stones}
\index{Go stones}
@@ -17778,16 +20561,462 @@ symbols are delivered by packages that provide minimal \LaTeX\ support.
\end{symtable}
+\begin{symtable}[FNTAWE]{\FNTAWE\ Sports}
+\idxboth{sports}{symbols}
+\index{baseball=baseball (\faBaseballBall)}
+\index{basketball=basketball (\faBasketballBall)}
+\index{biking=biking (\faBiking)}
+\index{bowling ball=bowling ball (\faBowlingBall)}
+\index{dumbbell=dumbbell (\faDumbbell)}
+\index{football=football (\faFootballBall)}
+\index{football=football (\faFutbol)}
+\index{golf ball=golf ball (\faGolfBall)}
+\index{hockey puck=hockey puck (\faHockeyPuck)}
+\index{ping pong=ping pong (\faTableTennis)}
+\index{quidditch=quidditch (\faQuidditch)}
+\index{skating=skating (\faSkating)}
+\index{skiing=skiing (\faSkiing)}
+\index{skiing=skiing (\faSkiingNordic)}
+\index{snowboarding=snowboarding (\faSnowboarding)}
+\index{soccer ball=soccer ball (\faFutbol)}
+\index{swimming=swimming (\faSwimmer)}
+\index{table tennis=table tennis (\faTableTennis)}
+\index{volleyball=volleyball (\faVolleyballBall)}
+\label{fontawesome5-sports}
+\begin{tabular}{*3{ll}}
+\K\faBaseballBall & \K\faFootballBall & \K\faSkiing \\
+\K\faBasketballBall & \K\faFutbol & \K\faSkiingNordic \\
+\K\faBiking & \KfaReg\faFutbol & \K\faSnowboarding \\
+\K\faBowlingBall & \K\faGolfBall & \K\faSwimmer \\
+\K\faDribbble & \K\faHockeyPuck & \K\faTableTennis \\
+\K\faDribbbleSquare & \K\faQuidditch & \K\faVolleyballBall \\
+\K\faDumbbell & \K\faSkating & \\
+\end{tabular}
+\end{symtable}
+
+
+\begin{symtable}[UTFSYM]{\UTFSYM\ Games and Sports}
+\idxboth{sports}{symbols}
+\idxboth{game-related}{symbols}
+\index{dice}
+\label{utfsym-games-sports}
+\begin{tabular}{*4{ll}}
+\Tutf{1F3AE} & \Tutf{1F3BF} & \Tutf{1F3C6} & \Tutf{1F3CF} \\
+\Tutf{1F3AF} & \Tutf{1F3C0} & \Tutf{1F3C7} & \Tutf{1F3D0} \\
+\Tutf{1F3B0} & \Tutf{1F3C1} & \Tutf{1F3C8} & \Tutf{1F3D1} \\
+\Tutf{1F3B1} & \Tutf{1F3C2} & \Tutf{1F3C9} & \Tutf{1F3D2} \\
+\Tutf{1F3B2} & \Tutf{1F3C3} & \Tutf{1F3CA} & \Tutf{1F3D3} \\
+\Tutf{1F3B3} & \Tutf{1F3C4} & \Tutf{1F3CB} & \Tutf{1F3F8} \\
+\Tutf{1F3BE} & \Tutf{1F3C5} & \Tutf{1F3CC} & \Tutf{1F3F9} \\
+\end{tabular}
+
+\bigskip
+\utfsymmessage[1F3B0]
+\end{symtable}
+
+
\idxbothend{game-related}{symbols}
-\section{Other symbols}
+\chapter{Geographical Symbols}
+\label{geographical-symbols}
+\idxbothbegin{geographical}{symbols}
+\tablesections
+
+The symbols in this chapter relate in some manner to geography.
+\ifcomplete
+In particular, the following tables present both maps and
+national and regional flags.
+\fi
+
+
+\begin{longsymtable}[COE]{\COE\ Country Maps}
+\ltidxboth{European}{countries}
+\ltindex{symbols>countries}
+\ltindex{symbols>maps}
+\ltsubindex{maps}{European countries}
+\ltindex{land masses}
+\label{CountriesOfEurope}
+\renewcommand{\arraystretch}{2} % Prevent tall symbols from touching.
+\begin{longtable}{@{}ll@{\hspace{4em}}ll@{}}
+\multicolumn{4}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\endhead
+\endfirsthead
+\\[3ex]
+\multicolumn{4}{r}{\small\textit{(continued on next page)}}
+\endfoot
+\endlastfoot
+\Kcoe\Albania & \Kcoe\Latvia \\
+\Kcoe\Andorra & \Kcoe\Liechtenstein \\
+\Kcoe\Austria & \Kcoe\Lithuania \\
+\Kcoe\Belarus & \Kcoe\Luxembourg \\
+\Kcoe\Belgium & \Kcoe\Macedonia \\
+\Kcoe\Bosnia & \Kcoe\Malta \\
+\Kcoe\Bulgaria & \Kcoe\Moldova \\
+\Kcoe\Croatia & \Kcoe\Montenegro \\
+\Kcoe\Czechia & \Kcoe\Netherlands \\
+\Kcoe\Denmark & \Kcoe\Norway \\
+\Kcoe\Estonia & \Kcoe\Poland \\
+\Kcoe\Finland & \Kcoe\Portugal \\
+\Kcoe\France & \Kcoe\Romania \\
+\Kcoe\Germany & \Kcoe\Serbia \\
+\Kcoe\GreatBritain & \Kcoe\Slovakia \\
+\Kcoe\Greece & \Kcoe\Slovenia \\
+\Kcoe\Hungary & \Kcoe\Spain \\
+\Kcoe\Iceland & \Kcoe\Sweden \\
+\Kcoe\Ireland & \Kcoe\Switzerland \\
+\Kcoe\Italy & \\
+\end{longtable}
+
+\bigskip
+
+\begin{tablenote}
+ The preceding commands work only when the \texttt{CountriesOfEurope}
+ \fntfam[CountriesOfEurope] is active. For convenience, the package
+ defines a \cmd{\countriesofeuropefamily} command that switches to
+ that \fntfam.
+
+ By default, countries are drawn in the current font size. Hence,
+ ``\verb|{\countriesofeuropefamily\France}|'' draws a nearly
+ unrecognizable ``{\countriesofeuropefamily\France}''. For clarity
+ of presentation, \ref{CountriesOfEurope} scales each glyph to
+ 72\,pt.\ via an explicit \verb|\fontsize{72}{72}|. An alternative
+ is to specify the \optname{CountriesOfEurope}{scaled} package option
+ to scale all country glyphs by a given factor of the font size.
+\end{tablenote}
+\end{longsymtable}
+
+
+\begin{longsymtable}[ROJUD]{\ROJUD\ Maps of Romanian Counties}
+\ltidxboth{Romanian}{counties}
+\ltindex{symbols>counties}
+\ltindex{symbols>maps}
+\ltsubindex{maps}{Romanian counties}
+\ltindex{land masses}
+\label{romanian-counties}
+\renewcommand{\arraystretch}{2} % Prevent tall symbols from touching.
+\begin{longtable}{@{}ll*2{@{\hspace{4em}}ll}@{}}
+\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\endhead
+\endfirsthead
+\\[3ex]
+\multicolumn{6}{r}{\small\textit{(continued on next page)}}
+\endfoot
+\endlastfoot
+\Krojud\jAB & \Krojud\jCT & \Krojud\jMS \\
+\Krojud\jAG & \Krojud\jCV & \Krojud\jNT \\
+\Krojud\jAR & \Krojud\jDB & \Krojud\jOT \\
+\Krojud\jBC & \Krojud\jDJ & \Krojud\jPH \\
+\Krojud\jBH & \Krojud\jGJ & \Krojud\jSB \\
+\Krojud\jBI & \Krojud\jGL & \Krojud\jSJ \\
+\Krojud\jBN & \Krojud\jGR & \Krojud\jSM \\
+\Krojud\jBR & \Krojud\jHD & \Krojud\jSV \\
+\Krojud\jBT & \Krojud\jHR & \Krojud\jTL \\
+\Krojud\jBV & \Krojud\jIF & \Krojud\jTM \\
+\Krojud\jBZ & \Krojud\jIL & \Krojud\jTR \\
+\Krojud\jCJ & \Krojud\jIS & \Krojud\jVL \\
+\Krojud\jCL & \Krojud\jMH & \Krojud\jVN \\
+\Krojud\jCS & \Krojud\jMM & \Krojud\jVS \\
+\end{longtable}
+\bigskip
+
+\begin{tablenote}
+ The preceding commands work only when the \texttt{rojud}
+ \fntfam[rojud] is active. Use the OT1 \fntenc[OT1] in \pdflatex and
+ the TU \fntenc[TU] in \xelatex. (\ROJUD\ requires one of those two
+ \tex\ engines.) For example,
+ ``\verb|{\usefont{OT1}{rojud}{m}{n}\jBI}|'' draws
+ Bucharest\index{Bucharest}.\footnote{technically a municipality, not
+ a county}
+\end{tablenote}
+\end{longsymtable}
+
+
+\begin{symtable}[EUFLAG]{\EUFLAG\ European Union Flag}
+\index{flags}
+\label{euflag}
+\begin{tabular}{ll}
+\K\euflag \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ The \texttt{\string\euflag} flag is drawn using the
+ \latex\ \texttt{picture} environment.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{longsymtable}[WFLAGS]{\WFLAGS\ Flags of Sovereign States}
+\ltindex{flags}
+\label{worldflags-sovereign}
+\renewcommand{\arraystretch}{1.25} % Keep flags from touching.
+\begin{longtable}{*4{ll}}
+\multicolumn{8}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\endhead
+\endfirsthead
+\\[3ex]
+\multicolumn{8}{r}{\small\textit{(continued on next page)}}
+\endfoot
+\endlastfoot
+\Twflag{AD} & \Twflag{EC} & \Twflag{LC} & \Twflag{RW} \\
+\Twflag{AE} & \Twflag{EE} & \Twflag{LI} & \Twflag{SA} \\
+\Twflag{AF} & \Twflag{EG} & \Twflag{LK} & \Twflag{SB} \\
+\Twflag{AG} & \Twflag{ER} & \Twflag{LR} & \Twflag{SC} \\
+\Twflag{AL} & \Twflag{ES} & \Twflag{LS} & \Twflag{SD} \\
+\Twflag{AM} & \Twflag{ET} & \Twflag{LT} & \Twflag{SE} \\
+\Twflag{AO} & \Twflag{FI} & \Twflag{LU} & \Twflag{SG} \\
+\Twflag{AR} & \Twflag{FJ} & \Twflag{LV} & \Twflag{SI} \\
+\Twflag{AT} & \Twflag{FM} & \Twflag{LY} & \Twflag{SK} \\
+\Twflag{AU} & \Twflag{FR} & \Twflag{MA} & \Twflag{SL} \\
+\Twflag{AZ} & \Twflag{GA} & \Twflag{MD} & \Twflag{SM} \\
+\Twflag{BA} & \Twflag{GB} & \Twflag{ME} & \Twflag{SN} \\
+\Twflag{BB} & \Twflag{GD} & \Twflag{MG} & \Twflag{SO} \\
+\Twflag{BD} & \Twflag{GE} & \Twflag{MH} & \Twflag{SR} \\
+\Twflag{BE} & \Twflag{GH} & \Twflag{MK} & \Twflag{SS} \\
+\Twflag{BF} & \Twflag{GM} & \Twflag{ML} & \Twflag{ST} \\
+\Twflag{BG} & \Twflag{GN} & \Twflag{MM} & \Twflag{SV} \\
+\Twflag{BH} & \Twflag{GQ} & \Twflag{MN} & \Twflag{SY} \\
+\Twflag{BI} & \Twflag{GR} & \Twflag{MR} & \Twflag{SZ} \\
+\Twflag{BJ} & \Twflag{GT} & \Twflag{MT} & \Twflag{TD} \\
+\Twflag{BN} & \Twflag{GW} & \Twflag{MU} & \Twflag{TG} \\
+\Twflag{BO} & \Twflag{GY} & \Twflag{MV} & \Twflag{TH} \\
+\Twflag{BR} & \Twflag{HN} & \Twflag{MW} & \Twflag{TJ} \\
+\Twflag{BS} & \Twflag{HR} & \Twflag{MX} & \Twflag{TL} \\
+\Twflag{BT} & \Twflag{HT} & \Twflag{MY} & \Twflag{TM} \\
+\Twflag{BW} & \Twflag{HU} & \Twflag{MZ} & \Twflag{TN} \\
+\Twflag{BY} & \Twflag{ID} & \Twflag{NA} & \Twflag{TO} \\
+\Twflag{BZ} & \Twflag{IE} & \Twflag{NE} & \Twflag{TR} \\
+\Twflag{CA} & \Twflag{IL} & \Twflag{NG} & \Twflag{TT} \\
+\Twflag{CD} & \Twflag{IN} & \Twflag{NI} & \Twflag{TV} \\
+\Twflag{CF} & \Twflag{IQ} & \Twflag{NL} & \Twflag{TW} \\
+\Twflag{CG} & \Twflag{IR} & \Twflag{NO} & \Twflag{TZ} \\
+\Twflag{CH} & \Twflag{IS} & \Twflag{NP} & \Twflag{UA} \\
+\Twflag{CI} & \Twflag{IT} & \Twflag{NR} & \Twflag{UG} \\
+\Twflag{CK} & \Twflag{JM} & \Twflag{NZ} & \Twflag{US} \\
+\Twflag{CL} & \Twflag{JO} & \Twflag{OM} & \Twflag{UY} \\
+\Twflag{CM} & \Twflag{JP} & \Twflag{PA} & \Twflag{UZ} \\
+\Twflag{CN} & \Twflag{KE} & \Twflag{PE} & \Twflag{VA} \\
+\Twflag{CO} & \Twflag{KG} & \Twflag{PG} & \Twflag{VC} \\
+\Twflag{CR} & \Twflag{KH} & \Twflag{PH} & \Twflag{VE} \\
+\Twflag{CU} & \Twflag{KI} & \Twflag{PK} & \Twflag{VN} \\
+\Twflag{CV} & \Twflag{KM} & \Twflag{PL} & \Twflag{VU} \\
+\Twflag{CY} & \Twflag{KN} & \Twflag{PS} & \Twflag{WS} \\
+\Twflag{CZ} & \Twflag{KO} & \Twflag{PT} & \Twflag{YE} \\
+\Twflag{DE} & \Twflag{KP} & \Twflag{PW} & \Twflag{ZA} \\
+\Twflag{DJ} & \Twflag{KR} & \Twflag{PY} & \Twflag{ZM} \\
+\Twflag{DK} & \Twflag{KW} & \Twflag{QA} & \Twflag{ZW} \\
+\Twflag{DM} & \Twflag{KZ} & \Twflag{RO} & \\
+\Twflag{DO} & \Twflag{LA} & \Twflag{RS} & \\
+\Twflag{DZ} & \Twflag{LB} & \Twflag{RU} & \\
+\end{longtable}
+
+\begin{tablenote}
+ \worldflagsmessage.
+\end{tablenote}
+\end{longsymtable}
+
+
+\begin{symtable}[WFLAGS]{\WFLAGS\ Flags of Non-Sovereign Countries and Territories}
+\index{flags}
+\label{worldflags-territories}
+\renewcommand{\arraystretch}{1.25} % Keep flags from touching.
+\begin{tabular}{*3{ll}}
+\Twflag{Abkhazia} & \Twflag{GF} & \Twflag{PR} \\
+\Twflag{AQ} & \Twflag{GG} & \Twflag{RE} \\
+\Twflag{Artsakh} & \Twflag{GI} & \Twflag{Saba} \\
+\Twflag{AX} & \Twflag{GL} & \Twflag{Somaliland} \\
+\Twflag{Bonaire} & \Twflag{IM} & \Twflag{StEustasius} \\
+\Twflag{EH} & \Twflag{JE} & \Twflag{Tibet} \\
+\Twflag{FO} & \Twflag{NU} & \Twflag{Transnistria} \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \worldflagsmessage.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[WFLAGS]{\WFLAGS\ Flags of Austrian Federal States}
+\index{flags}
+\label{worldflags-austria}
+\renewcommand{\arraystretch}{1.25} % Keep flags from touching.
+\begin{tabular}{*3{ll}}
+\Twflag{AT-B} & \Twflag{AT-O} & \Twflag{AT-T} \\
+\Twflag{AT-K} & \Twflag{AT-S} & \Twflag{AT-V} \\
+\Twflag{AT-N} & \Twflag{AT-St} & \Twflag{AT-W} \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \worldflagsmessage.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{longsymtable}[TWEM]{\TWEM\ Flags}
+\ltindex{flags}
+\ltindex{emoji}
+\label{twemoji-flags}
+\begin{longtable}{*2{lp{\twemwidth}}}
+\multicolumn{4}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\endhead
+\endfirsthead
+\\[3ex]
+\multicolumn{4}{r}{\small\textit{(continued on next page)}}
+\endfoot
+\endlastfoot
+\Ttwem{flag: {\AA}land Islands}{1f1e6-1f1fd} & \Ttwem{flag: Lesotho}{1f1f1-1f1f8} \\
+\Ttwem{flag: Afghanistan}{1f1e6-1f1eb} & \Ttwem{flag: Liberia}{1f1f1-1f1f7} \\
+\Ttwem{flag: Albania}{1f1e6-1f1f1} & \Ttwem{flag: Libya}{1f1f1-1f1fe} \\
+\Ttwem{flag: Algeria}{1f1e9-1f1ff} & \Ttwem{flag: Liechtenstein}{1f1f1-1f1ee} \\
+\Ttwem{flag: American Samoa}{1f1e6-1f1f8} & \Ttwem{flag: Lithuania}{1f1f1-1f1f9} \\
+\Ttwem{flag: Andorra}{1f1e6-1f1e9} & \Ttwem{flag: Luxembourg}{1f1f1-1f1fa} \\
+\Ttwem{flag: Angola}{1f1e6-1f1f4} & \Ttwem{flag: Macao SAR China}{1f1f2-1f1f4} \\
+\Ttwem{flag: Anguilla}{1f1e6-1f1ee} & \Ttwem{flag: Madagascar}{1f1f2-1f1ec} \\
+\Ttwem{flag: Antarctica}{1f1e6-1f1f6} & \Ttwem{flag: Malawi}{1f1f2-1f1fc} \\
+\Ttwem{flag: Antigua \& Barbuda}{1f1e6-1f1ec} & \Ttwem{flag: Malaysia}{1f1f2-1f1fe} \\
+\Ttwem{flag: Argentina}{1f1e6-1f1f7} & \Ttwem{flag: Maldives}{1f1f2-1f1fb} \\
+\Ttwem{flag: Armenia}{1f1e6-1f1f2} & \Ttwem{flag: Mali}{1f1f2-1f1f1} \\
+\Ttwem{flag: Aruba}{1f1e6-1f1fc} & \Ttwem{flag: Malta}{1f1f2-1f1f9} \\
+\Ttwem{flag: Ascension Island}{1f1e6-1f1e8} & \Ttwem{flag: Marshall Islands}{1f1f2-1f1ed} \\
+\Ttwem{flag: Australia}{1f1e6-1f1fa} & \Ttwem{flag: Martinique}{1f1f2-1f1f6} \\
+\Ttwem{flag: Austria}{1f1e6-1f1f9} & \Ttwem{flag: Mauritania}{1f1f2-1f1f7} \\
+\Ttwem{flag: Azerbaijan}{1f1e6-1f1ff} & \Ttwem{flag: Mauritius}{1f1f2-1f1fa} \\
+\Ttwem{flag: Bahamas}{1f1e7-1f1f8} & \Ttwem{flag: Mayotte}{1f1fe-1f1f9} \\
+\Ttwem{flag: Bahrain}{1f1e7-1f1ed} & \Ttwem{flag: Mexico}{1f1f2-1f1fd} \\
+\Ttwem{flag: Bangladesh}{1f1e7-1f1e9} & \Ttwem{flag: Micronesia}{1f1eb-1f1f2} \\
+\Ttwem{flag: Barbados}{1f1e7-1f1e7} & \Ttwem{flag: Moldova}{1f1f2-1f1e9} \\
+\Ttwem{flag: Belarus}{1f1e7-1f1fe} & \Ttwem{flag: Monaco}{1f1f2-1f1e8} \\
+\Ttwem{flag: Belgium}{1f1e7-1f1ea} & \Ttwem{flag: Mongolia}{1f1f2-1f1f3} \\
+\Ttwem{flag: Belize}{1f1e7-1f1ff} & \Ttwem{flag: Montenegro}{1f1f2-1f1ea} \\
+\Ttwem{flag: Benin}{1f1e7-1f1ef} & \Ttwem{flag: Montserrat}{1f1f2-1f1f8} \\
+\Ttwem{flag: Bermuda}{1f1e7-1f1f2} & \Ttwem{flag: Morocco}{1f1f2-1f1e6} \\
+\Ttwem{flag: Bhutan}{1f1e7-1f1f9} & \Ttwem{flag: Mozambique}{1f1f2-1f1ff} \\
+\Ttwem{flag: Bolivia}{1f1e7-1f1f4} & \Ttwem{flag: Myanmar (Burma)}{1f1f2-1f1f2} \\
+\Ttwem{flag: Bosnia \& Herzegovina}{1f1e7-1f1e6} & \Ttwem{flag: Namibia}{1f1f3-1f1e6} \\
+\Ttwem{flag: Botswana}{1f1e7-1f1fc} & \Ttwem{flag: Nauru}{1f1f3-1f1f7} \\
+\Ttwem{flag: Bouvet Island}{1f1e7-1f1fb} & \Ttwem{flag: Nepal}{1f1f3-1f1f5} \\
+\Ttwem{flag: Brazil}{1f1e7-1f1f7} & \Ttwem{flag: Netherlands}{1f1f3-1f1f1} \\
+\Ttwem{flag: British Indian Ocean Territory}{1f1ee-1f1f4} & \Ttwem{flag: New Caledonia}{1f1f3-1f1e8} \\
+\Ttwem{flag: British Virgin Islands}{1f1fb-1f1ec} & \Ttwem{flag: New Zealand}{1f1f3-1f1ff} \\
+\Ttwem{flag: Brunei}{1f1e7-1f1f3} & \Ttwem{flag: Nicaragua}{1f1f3-1f1ee} \\
+\Ttwem{flag: Bulgaria}{1f1e7-1f1ec} & \Ttwem{flag: Nigeria}{1f1f3-1f1ec} \\
+\Ttwem{flag: Burkina Faso}{1f1e7-1f1eb} & \Ttwem{flag: Niger}{1f1f3-1f1ea} \\
+\Ttwem{flag: Burundi}{1f1e7-1f1ee} & \Ttwem{flag: Niue}{1f1f3-1f1fa} \\
+\Ttwem{flag: Cambodia}{1f1f0-1f1ed} & \Ttwem{flag: Norfolk Island}{1f1f3-1f1eb} \\
+\Ttwem{flag: Cameroon}{1f1e8-1f1f2} & \Ttwem{flag: North Korea}{1f1f0-1f1f5} \\
+\Ttwem{flag: Canada}{1f1e8-1f1e6} & \Ttwem{flag: North Macedonia}{1f1f2-1f1f0} \\
+\Ttwem{flag: Canary Islands}{1f1ee-1f1e8} & \Ttwem{flag: Northern Mariana Islands}{1f1f2-1f1f5} \\
+\Ttwem{flag: Cape Verde}{1f1e8-1f1fb} & \Ttwem{flag: Norway}{1f1f3-1f1f4} \\
+\Ttwem{flag: Caribbean Netherlands}{1f1e7-1f1f6} & \Ttwem{flag: Oman}{1f1f4-1f1f2} \\
+\Ttwem{flag: Cayman Islands}{1f1f0-1f1fe} & \Ttwem{flag: Pakistan}{1f1f5-1f1f0} \\
+\Ttwem{flag: Central African Republic}{1f1e8-1f1eb} & \Ttwem{flag: Palau}{1f1f5-1f1fc} \\
+\Ttwem{flag: Ceuta \& Melilla}{1f1ea-1f1e6} & \Ttwem{flag: Palestinian Territories}{1f1f5-1f1f8} \\
+\Ttwem{flag: Chad}{1f1f9-1f1e9} & \Ttwem{flag: Panama}{1f1f5-1f1e6} \\
+\Ttwem{flag: Chile}{1f1e8-1f1f1} & \Ttwem{flag: Papua New Guinea}{1f1f5-1f1ec} \\
+\Ttwem{flag: China}{1f1e8-1f1f3} & \Ttwem{flag: Paraguay}{1f1f5-1f1fe} \\
+\Ttwem{flag: Christmas Island}{1f1e8-1f1fd} & \Ttwem{flag: Peru}{1f1f5-1f1ea} \\
+\Ttwem{flag: Clipperton Island}{1f1e8-1f1f5} & \Ttwem{flag: Philippines}{1f1f5-1f1ed} \\
+\Ttwem{flag: Cocos (Keeling) Islands}{1f1e8-1f1e8} & \Ttwem{flag: Pitcairn Islands}{1f1f5-1f1f3} \\
+\Ttwem{flag: Colombia}{1f1e8-1f1f4} & \Ttwem{flag: Poland}{1f1f5-1f1f1} \\
+\Ttwem{flag: Comoros}{1f1f0-1f1f2} & \Ttwem{flag: Portugal}{1f1f5-1f1f9} \\
+\Ttwem{flag: Congo - Brazzaville}{1f1e8-1f1ec} & \Ttwem{flag: Puerto Rico}{1f1f5-1f1f7} \\
+\Ttwem{flag: Congo - Kinshasa}{1f1e8-1f1e9} & \Ttwem{flag: Qatar}{1f1f6-1f1e6} \\
+\Ttwem{flag: Cook Islands}{1f1e8-1f1f0} & \Ttwem{flag: Romania}{1f1f7-1f1f4} \\
+\Ttwem{flag: Costa Rica}{1f1e8-1f1f7} & \Ttwem{flag: Russia}{1f1f7-1f1fa} \\
+\Ttwem{flag: Croatia}{1f1ed-1f1f7} & \Ttwem{flag: Rwanda}{1f1f7-1f1fc} \\
+\Ttwem{flag: Cuba}{1f1e8-1f1fa} & \Ttwem{flag: Réunion}{1f1f7-1f1ea} \\
+\Ttwem{flag: Curaçao}{1f1e8-1f1fc} & \Ttwem{flag: Samoa}{1f1fc-1f1f8} \\
+\Ttwem{flag: Cyprus}{1f1e8-1f1fe} & \Ttwem{flag: San Marino}{1f1f8-1f1f2} \\
+\Ttwem{flag: Czechia}{1f1e8-1f1ff} & \Ttwem{flag: Saudi Arabia}{1f1f8-1f1e6} \\
+\Ttwem{flag: Côte d'Ivoire}{1f1e8-1f1ee} & \Ttwem{flag: Scotland}{1f3f4-e0067-e0062-e0073-e0063-e0074-e007f} \\
+\Ttwem{flag: Denmark}{1f1e9-1f1f0} & \Ttwem{flag: Senegal}{1f1f8-1f1f3} \\
+\Ttwem{flag: Diego Garcia}{1f1e9-1f1ec} & \Ttwem{flag: Serbia}{1f1f7-1f1f8} \\
+\Ttwem{flag: Djibouti}{1f1e9-1f1ef} & \Ttwem{flag: Seychelles}{1f1f8-1f1e8} \\
+\Ttwem{flag: Dominican Republic}{1f1e9-1f1f4} & \Ttwem{flag: Sierra Leone}{1f1f8-1f1f1} \\
+\Ttwem{flag: Dominica}{1f1e9-1f1f2} & \Ttwem{flag: Singapore}{1f1f8-1f1ec} \\
+\Ttwem{flag: Ecuador}{1f1ea-1f1e8} & \Ttwem{flag: Sint Maarten}{1f1f8-1f1fd} \\
+\Ttwem{flag: Egypt}{1f1ea-1f1ec} & \Ttwem{flag: Slovakia}{1f1f8-1f1f0} \\
+\Ttwem{flag: El Salvador}{1f1f8-1f1fb} & \Ttwem{flag: Slovenia}{1f1f8-1f1ee} \\
+\Ttwem{flag: England}{1f3f4-e0067-e0062-e0065-e006e-e0067-e007f} & \Ttwem{flag: Solomon Islands}{1f1f8-1f1e7} \\
+\Ttwem{flag: Equatorial Guinea}{1f1ec-1f1f6} & \Ttwem{flag: Somalia}{1f1f8-1f1f4} \\
+\Ttwem{flag: Eritrea}{1f1ea-1f1f7} & \Ttwem{flag: South Africa}{1f1ff-1f1e6} \\
+\Ttwem{flag: Estonia}{1f1ea-1f1ea} & \Ttwem{flag: South Georgia \& South Sandwich Islands}{1f1ec-1f1f8} \\
+\Ttwem{flag: Eswatini}{1f1f8-1f1ff} & \Ttwem{flag: South Korea}{1f1f0-1f1f7} \\
+\Ttwem{flag: Ethiopia}{1f1ea-1f1f9} & \Ttwem{flag: South Sudan}{1f1f8-1f1f8} \\
+\Ttwem{flag: European Union}{1f1ea-1f1fa} & \Ttwem{flag: Spain}{1f1ea-1f1f8} \\
+\Ttwem{flag: Falkland Islands}{1f1eb-1f1f0} & \Ttwem{flag: Sri Lanka}{1f1f1-1f1f0} \\
+\Ttwem{flag: Faroe Islands}{1f1eb-1f1f4} & \Ttwem{flag: St. Barthélemy}{1f1e7-1f1f1} \\
+\Ttwem{flag: Fiji}{1f1eb-1f1ef} & \Ttwem{flag: St. Helena}{1f1f8-1f1ed} \\
+\Ttwem{flag: Finland}{1f1eb-1f1ee} & \Ttwem{flag: St. Kitts \& Nevis}{1f1f0-1f1f3} \\
+\Ttwem{flag: France}{1f1eb-1f1f7} & \Ttwem{flag: St. Lucia}{1f1f1-1f1e8} \\
+\Ttwem{flag: French Guiana}{1f1ec-1f1eb} & \Ttwem{flag: St. Martin}{1f1f2-1f1eb} \\
+\Ttwem{flag: French Polynesia}{1f1f5-1f1eb} & \Ttwem{flag: St. Pierre \& Miquelon}{1f1f5-1f1f2} \\
+\Ttwem{flag: French Southern Territories}{1f1f9-1f1eb} & \Ttwem{flag: St. Vincent \& Grenadines}{1f1fb-1f1e8} \\
+\Ttwem{flag: Gabon}{1f1ec-1f1e6} & \Ttwem{flag: Sudan}{1f1f8-1f1e9} \\
+\Ttwem{flag: Gambia}{1f1ec-1f1f2} & \Ttwem{flag: Suriname}{1f1f8-1f1f7} \\
+\Ttwem{flag: Georgia}{1f1ec-1f1ea} & \Ttwem{flag: Svalbard \& Jan Mayen}{1f1f8-1f1ef} \\
+\Ttwem{flag: Germany}{1f1e9-1f1ea} & \Ttwem{flag: Sweden}{1f1f8-1f1ea} \\
+\Ttwem{flag: Ghana}{1f1ec-1f1ed} & \Ttwem{flag: Switzerland}{1f1e8-1f1ed} \\
+\Ttwem{flag: Gibraltar}{1f1ec-1f1ee} & \Ttwem{flag: Syria}{1f1f8-1f1fe} \\
+\Ttwem{flag: Greece}{1f1ec-1f1f7} & \Ttwem{flag: São Tomé \& Príncipe}{1f1f8-1f1f9} \\
+\Ttwem{flag: Greenland}{1f1ec-1f1f1} & \Ttwem{flag: Taiwan}{1f1f9-1f1fc} \\
+\Ttwem{flag: Grenada}{1f1ec-1f1e9} & \Ttwem{flag: Tajikistan}{1f1f9-1f1ef} \\
+\Ttwem{flag: Guadeloupe}{1f1ec-1f1f5} & \Ttwem{flag: Tanzania}{1f1f9-1f1ff} \\
+\Ttwem{flag: Guam}{1f1ec-1f1fa} & \Ttwem{flag: Thailand}{1f1f9-1f1ed} \\
+\Ttwem{flag: Guatemala}{1f1ec-1f1f9} & \Ttwem{flag: Timor-Leste}{1f1f9-1f1f1} \\
+\Ttwem{flag: Guernsey}{1f1ec-1f1ec} & \Ttwem{flag: Togo}{1f1f9-1f1ec} \\
+\Ttwem{flag: Guinea-Bissau}{1f1ec-1f1fc} & \Ttwem{flag: Tokelau}{1f1f9-1f1f0} \\
+\Ttwem{flag: Guinea}{1f1ec-1f1f3} & \Ttwem{flag: Tonga}{1f1f9-1f1f4} \\
+\Ttwem{flag: Guyana}{1f1ec-1f1fe} & \Ttwem{flag: Trinidad \& Tobago}{1f1f9-1f1f9} \\
+\Ttwem{flag: Haiti}{1f1ed-1f1f9} & \Ttwem{flag: Tristan da Cunha}{1f1f9-1f1e6} \\
+\Ttwem{flag: Heard \& McDonald Islands}{1f1ed-1f1f2} & \Ttwem{flag: Tunisia}{1f1f9-1f1f3} \\
+\Ttwem{flag: Honduras}{1f1ed-1f1f3} & \Ttwem{flag: Turkey}{1f1f9-1f1f7} \\
+\Ttwem{flag: Hong Kong SAR China}{1f1ed-1f1f0} & \Ttwem{flag: Turkmenistan}{1f1f9-1f1f2} \\
+\Ttwem{flag: Hungary}{1f1ed-1f1fa} & \Ttwem{flag: Turks \& Caicos Islands}{1f1f9-1f1e8} \\
+\Ttwem{flag: Iceland}{1f1ee-1f1f8} & \Ttwem{flag: Tuvalu}{1f1f9-1f1fb} \\
+\Ttwem{flag: India}{1f1ee-1f1f3} & \Ttwem{flag: U.S. Outlying Islands}{1f1fa-1f1f2} \\
+\Ttwem{flag: Indonesia}{1f1ee-1f1e9} & \Ttwem{flag: U.S. Virgin Islands}{1f1fb-1f1ee} \\
+\Ttwem{flag: Iran}{1f1ee-1f1f7} & \Ttwem{flag: Uganda}{1f1fa-1f1ec} \\
+\Ttwem{flag: Iraq}{1f1ee-1f1f6} & \Ttwem{flag: Ukraine}{1f1fa-1f1e6} \\
+\Ttwem{flag: Ireland}{1f1ee-1f1ea} & \Ttwem{flag: United Arab Emirates}{1f1e6-1f1ea} \\
+\Ttwem{flag: Isle of Man}{1f1ee-1f1f2} & \Ttwem{flag: United Kingdom}{1f1ec-1f1e7} \\
+\Ttwem{flag: Israel}{1f1ee-1f1f1} & \Ttwem{flag: United Nations}{1f1fa-1f1f3} \\
+\Ttwem{flag: Italy}{1f1ee-1f1f9} & \Ttwem{flag: United States}{1f1fa-1f1f8} \\
+\Ttwem{flag: Jamaica}{1f1ef-1f1f2} & \Ttwem{flag: Uruguay}{1f1fa-1f1fe} \\
+\Ttwem{flag: Japan}{1f1ef-1f1f5} & \Ttwem{flag: Uzbekistan}{1f1fa-1f1ff} \\
+\Ttwem{flag: Jersey}{1f1ef-1f1ea} & \Ttwem{flag: Vanuatu}{1f1fb-1f1fa} \\
+\Ttwem{flag: Jordan}{1f1ef-1f1f4} & \Ttwem{flag: Vatican City}{1f1fb-1f1e6} \\
+\Ttwem{flag: Kazakhstan}{1f1f0-1f1ff} & \Ttwem{flag: Venezuela}{1f1fb-1f1ea} \\
+\Ttwem{flag: Kenya}{1f1f0-1f1ea} & \Ttwem{flag: Vietnam}{1f1fb-1f1f3} \\
+\Ttwem{flag: Kiribati}{1f1f0-1f1ee} & \Ttwem{flag: Wales}{1f3f4-e0067-e0062-e0077-e006c-e0073-e007f} \\
+\Ttwem{flag: Kosovo}{1f1fd-1f1f0} & \Ttwem{flag: Wallis \& Futuna}{1f1fc-1f1eb} \\
+\Ttwem{flag: Kuwait}{1f1f0-1f1fc} & \Ttwem{flag: Western Sahara}{1f1ea-1f1ed} \\
+\Ttwem{flag: Kyrgyzstan}{1f1f0-1f1ec} & \Ttwem{flag: Yemen}{1f1fe-1f1ea} \\
+\Ttwem{flag: Laos}{1f1f1-1f1e6} & \Ttwem{flag: Zambia}{1f1ff-1f1f2} \\
+\Ttwem{flag: Latvia}{1f1f1-1f1fb} & \Ttwem{flag: Zimbabwe}{1f1ff-1f1fc} \\
+\Ttwem{flag: Lebanon}{1f1f1-1f1e7} & \\
+\end{longtable}
+
+\begin{tablenote}
+ \twemojismessage.
+\end{tablenote}
+\end{longsymtable}
+
+
+\idxbothend{geographical}{symbols}
+
+
+
+\chapter{Other symbols}
\label{other-symbols}
\idxbothbegin{miscellaneous}{symbols}
-\tablesubsections
+\tablesections
The following are all the symbols that didn't fit neatly or
-unambiguously into any of the previous sections.
+unambiguously into any of the previous chapters.
\ifcomplete
(Do weather symbols belong under ``Science and technology''? Should
tally markers be considered ``mathematics''?) While some of the
@@ -17817,6 +21046,11 @@ unambiguously into any of the previous sections.
\index{check marks}
\index{rhombuses}
\index{suns}
+\index{sun=sun (\sun)}
+\index{lightning}
+\index{arrows}
+\index{bell=bell (\bell)}
+\index{clock=clock (\WASYclock)}
\label{wasy-general}
\begin{tabular}{*4{ll}}
\K\ataribox & \K\diameter & \K\lightning & \K\sun \\
@@ -17900,80 +21134,16 @@ unambiguously into any of the previous sections.
\end{longsymtable}
-\begin{longsymtable}[TWEM]{\TWEM\ Transportation Emoji}
-\ltidxboth{transportation}{symbols}
-\ltindex{emoji}
-\label{twemoji-transport}
-\begin{longtable}{*2{ll}}
-\multicolumn{4}{l}{\small\textit{(continued from previous page)}} \\[3ex]
-\endhead
-\endfirsthead
-\\[3ex]
-\multicolumn{4}{r}{\small\textit{(continued on next page)}}
-\endfoot
-\endlastfoot
-\Ttwem{1f6f0}{1f6f0} & \Ttwem{mountain railway}{1f69e} \\
-\Ttwem{aerial tramway}{1f6a1} & \Ttwem{no bicycles}{1f6b3} \\
-\Ttwem{airplane}{2708} & \Ttwem{oncoming automobile}{1f698} \\
-\Ttwem{airplane arrival}{1f6ec} & \Ttwem{oncoming bus}{1f68d} \\
-\Ttwem{airplane departure}{1f6eb} & \Ttwem{oncoming police car}{1f694} \\
-\Ttwem{ambulance}{1f691} & \Ttwem{oncoming taxi}{1f696} \\
-\Ttwem{articulated lorry}{1f69b} & \Ttwem{passenger ship}{1f6f3} \\
-\Ttwem{auto rickshaw}{1f6fa} & \Ttwem{passport control}{1f6c2} \\
-\Ttwem{automobile}{1f697} & \Ttwem{person biking}{1f6b4}$^*$ \\
-\Ttwem{baggage claim}{1f6c4} & \Ttwem{person mountain biking}{1f6b5}$^*$ \\
-\Ttwem{bicycle}{1f6b2} & \Ttwem{person rowing boat}{1f6a3}$^*$ \\
-\Ttwem{bullet train}{1f685} & \Ttwem{pickup truck}{1f6fb} \\
-\Ttwem{bus}{1f68c} & \Ttwem{police car}{1f693} \\
-\Ttwem{bus stop}{1f68f} & \Ttwem{police car light}{1f6a8} \\
-\Ttwem{canoe}{1f6f6} & \Ttwem{racing car}{1f3ce} \\
-\Ttwem{construction}{1f6a7} & \Ttwem{railway car}{1f683} \\
-\Ttwem{customs}{1f6c3} & \Ttwem{railway track}{1f6e4} \\
-\Ttwem{delivery truck}{1f69a} & \Ttwem{rocket}{1f680} \\
-\Ttwem{fire engine}{1f692} & \Ttwem{roller skate}{1f6fc} \\
-\Ttwem{flying saucer}{1f6f8} & \Ttwem{ship}{1f6a2} \\
-\Ttwem{helicopter}{1f681} & \Ttwem{skateboard}{1f6f9} \\
-\Ttwem{high-speed train}{1f684} & \Ttwem{sled}{1f6f7} \\
-\Ttwem{horizontal traffic light}{1f6a5} & \Ttwem{small airplane}{1f6e9} \\
-\Ttwem{kick scooter}{1f6f4} & \Ttwem{speedboat}{1f6a4} \\
-\Ttwem{left luggage}{1f6c5} & \Ttwem{sport utility vehicle}{1f699} \\
-\Ttwem{light rail}{1f688} & \Ttwem{station}{1f689} \\
-\Ttwem{locomotive}{1f682} & \Ttwem{suspension railway}{1f69f} \\
-\Ttwem{man biking}{1f6b4-200d-2642-fe0f}$^*$ & \Ttwem{taxi}{1f695} \\
-\Ttwem{man mountain biking}{1f6b5-200d-2642-fe0f}$^*$ & \Ttwem{tractor}{1f69c} \\
-\Ttwem{man rowing boat}{1f6a3-200d-2642-fe0f}$^*$ & \Ttwem{train2}{1f686} \\
-\Ttwem{metro}{1f687} & \Ttwem{tram}{1f68a} \\
-\Ttwem{minibus}{1f690} & \Ttwem{tram car}{1f68b} \\
-\Ttwem{monorail}{1f69d} & \Ttwem{trolleybus}{1f68e} \\
-\Ttwem{motor boat}{1f6e5} & \Ttwem{vertical traffic light}{1f6a6} \\
-\Ttwem{motor scooter}{1f6f5} & \Ttwem{woman biking}{1f6b4-200d-2640-fe0f}$^*$ \\
-\Ttwem{motorcycle}{1f3cd} & \Ttwem{woman mountain biking}{1f6b5-200d-2640-fe0f}$^*$ \\
-\Ttwem{motorway}{1f6e3} & \Ttwem{woman rowing boat}{1f6a3-200d-2640-fe0f}$^*$ \\
-\Ttwem{mountain cableway}{1f6a0} & \\
-\end{longtable}
-
-\begin{tablenote}
- \twemojismessage
-\end{tablenote}
-
-\bigskip
-
-\begin{tablenote}[*]
- Variants of this symbol portraying different colors and styles are
- not shown. An example is presented after \vref{twemoji-misc}.
- \seedocs{\TWEM}.
-\end{tablenote}
-\end{longsymtable}
-
-
\begin{symtable}[MAN]{\MAN\ Dangerous Bend Symbols}
\idxboth{dangerous bend}{symbols}
\index{symbols>Knuth's}
-\index{Knuth, Donald E.>symbols by}
+\subindex{Knuth, Donald E.}{symbols by}
\idxTBsyms
\label{dangerous-bend}
\begin{tabular}{*3{ll}}
-\K\dbend & \K\lhdbend & \K\reversedvideodbend \\
+ \K[\dbend{\rule[-12pt]{0pt}{0pt}}]\dbend &
+ \K[\lhdbend{\rule[-12pt]{0pt}{0pt}}]\lhdbend &
+ \K[\reversedvideodbend{\rule[-12pt]{0pt}{0pt}}]\reversedvideodbend \\
\end{tabular}
\bigskip
@@ -17989,8 +21159,10 @@ unambiguously into any of the previous sections.
\begin{symtable}[MAN]{Miscellaneous \MAN\ Symbols}
\index{symbols>Knuth's}
-\index{Knuth, Donald E.>symbols by}
+\subindex{Knuth, Donald E.}{symbols by}
\index{symbols>Metafontbook=\MF{}book}\index{Metafontbook symbols=\MF{}book symbols}
+\index{arrows}
+\index{rhombuses}
\idxTBsyms
\label{knuth}
\begin{tabular}{*2{ll}}
@@ -18012,16 +21184,140 @@ unambiguously into any of the previous sections.
\begin{symtable}[MARV]{\MARV\ Media Control Symbols}
\idxboth{media control}{symbols}
\label{marv-navigation}
-\begin{tabular}{*3{ll}ll}
-\K\Forward & \K\MoveDown & \K\RewindToIndex & \K\ToTop \\
-\K\ForwardToEnd & \K\MoveUp & \K\RewindToStart \\
-\K\ForwardToIndex & \K\Rewind & \K\ToBottom \\
+\begin{tabular}{*4{ll}}
+\K\Forward & \K\MoveDown & \K\RewindToIndex & \K\ToTop \\
+\K\ForwardToEnd & \K\MoveUp & \K\RewindToStart & \\
+\K\ForwardToIndex & \K\Rewind & \K\ToBottom & \\
+\end{tabular}
+\end{symtable}
+
+
+\begin{symtable}[TYPICOS]{\TYPICOS\ Media Control Symbols}
+\idxboth{media control}{symbols}
+\index{eject=eject (\tiEjectOutline)}
+\index{eject=eject (\tiEject)}
+\index{eject=eject (\tiMediaEjectOutline)}
+\index{eject=eject (\tiMediaEject)}
+\index{fast forward=fast forward (\tiMediaFastForwardOutline)}
+\index{fast forward=fast forward (\tiMediaFastForward)}
+\index{pause=pause (\tiMediaPauseOutline)}
+\index{pause=pause (\tiMediaPause)}
+\index{play=play (\tiMediaPlayOutline)}
+\index{play reverse=play reverse (\tiMediaPlayReverseOutline)}
+\index{play reverse=play reverse (\tiMediaPlayReverse)}
+\index{play=play (\tiMediaPlay)}
+\index{record=record (\tiMediaRecordOutline)}
+\index{record=record (\tiMediaRecord)}
+\index{rewind=rewind (\tiMediaRewindOutline)}
+\index{rewind=rewind (\tiMediaRewind)}
+\index{stop=stop (\tiMediaStopOutline)}
+\index{stop=stop (\tiMediaStop)}
+\index{power=power (\tiPowerOutline)}
+\index{power=power (\tiPower)}
+\index{volume down=volume down (\tiVolumeDown)}
+\index{mute=mute (\tiVolumeMute)}
+\index{volume up=volume up (\tiVolumeUp)}
+\index{volume=volume (\tiVolume)}
+\label{typicos-navigation}
+\begin{tabular}{*3{ll}}
+\K\tiEject & \K\tiMediaPlay & \K\tiMediaStop \\
+\K\tiEjectOutline & \K\tiMediaPlayOutline & \K\tiMediaStopOutline \\
+\K\tiMediaEject & \K\tiMediaPlayReverse & \K\tiPower \\
+\K\tiMediaEjectOutline & \K\tiMediaPlayReverseOutline & \K\tiPowerOutline \\
+\K\tiMediaFastForward & \K\tiMediaRecord & \K\tiVolume \\
+\K\tiMediaFastForwardOutline & \K\tiMediaRecordOutline & \K\tiVolumeDown \\
+\K\tiMediaPause & \K\tiMediaRewind & \K\tiVolumeMute \\
+\K\tiMediaPauseOutline & \K\tiMediaRewindOutline & \K\tiVolumeUp \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\TYPICOS}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[FNTAWE]{\FNTAWE\ Media Control Symbols}
+\idxboth{media control}{symbols}
+\index{backward=backward (\faBackward)}
+\index{eject=eject (\faEject)}
+\index{fast backward=fast backward (\faFastBackward)}
+\index{fast forward=fast forward (\faFastForward)}
+\index{forward=forward (\faForward)}
+\index{play=play (\faPlayCircle)}
+\index{play=play (\faPlay)}
+\index{step backward=step backward (\faStepBackward)}
+\index{step forward=step forward (\faStepForward)}
+\index{stop circle=stop circle (\faStopCircle)}
+\index{stop=stop (\faStop)}
+\index{volume down=volume down (\faVolumeDown)}
+\index{mute=mute (\faVolumeMute)}
+\index{volume off=volume off (\faVolumeOff)}
+\index{volume up=volume up (\faVolumeUp)}
+\label{fontawesome5-navigation}
+\begin{tabular}{*3{ll}}
+\K\faBackward & \K\faPlayCircle & \KfaReg\faStopCircle \\
+\K\faEject & \KfaReg\faPlayCircle & \K\faVolumeDown \\
+\K\faFastBackward & \K\faStepBackward & \K\faVolumeMute \\
+\K\faFastForward & \K\faStepForward & \K\faVolumeOff \\
+\K\faForward & \K\faStop & \K\faVolumeUp \\
+\K\faPlay & \K\faStopCircle & \\
+\end{tabular}
+\end{symtable}
+
+
+\begin{symtable}[UTFSYM]{\UTFSYM\ Media Control Symbols}
+\idxboth{media control}{symbols}
+\label{utfsym-navigation}
+\begin{tabular}{*4{ll}}
+\Tutf{1F500} & \Tutf{1F504} & \Tutf{1F508} & \Tutf{1F569} \\
+\Tutf{1F501} & \Tutf{1F505} & \Tutf{1F509} & \Tutf{1F56A} \\
+\Tutf{1F502} & \Tutf{1F506} & \Tutf{1F50A} & \\
+\Tutf{1F503} & \Tutf{1F507} & \Tutf{1F568} & \\
+\end{tabular}
+
+\bigskip
+\utfsymmessage
+\end{symtable}
+
+
+\begin{symtable}[TYPICOS]{\TYPICOS\ Left/Right Pointers}
+\index{chevrons}
+\label{typicos-pointers}
+\begin{tabular}{*2{ll}}
+\K\tiChevronLeft & \K\tiChevronRight \\
+\K\tiChevronLeftOutline & \K\tiChevronRightOutline \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\TYPICOS}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[FNTAWE]{\FNTAWE\ Up/Down/Left/Right Pointers}
+\index{chevrons}
+\label{fontawesome5-pointers}
+\begin{tabular}{*3{ll}}
+\K\faAngleDoubleDown & \K\faCaretRight & \K\faChevronCircleDown \\
+\K\faAngleDoubleLeft & \K\faCaretSquareDown & \K\faChevronCircleLeft \\
+\K\faAngleDoubleRight & \KfaReg\faCaretSquareDown & \K\faChevronCircleRight \\
+\K\faAngleDoubleUp & \K\faCaretSquareLeft & \K\faChevronCircleUp \\
+\K\faAngleDown & \KfaReg\faCaretSquareLeft & \K\faChevronDown \\
+\K\faAngleLeft & \K\faCaretSquareRight & \K\faChevronLeft \\
+\K\faAngleRight & \KfaReg\faCaretSquareRight & \K\faChevronRight \\
+\K\faAngleUp & \K\faCaretSquareUp & \K\faChevronUp \\
+\K\faCaretDown & \KfaReg\faCaretSquareUp & \\
+\K\faCaretLeft & \K\faCaretUp & \\
\end{tabular}
\end{symtable}
\begin{symtable}[MARV]{\MARV\ Laundry Symbols}
\idxboth{laundry}{symbols}
+\index{symbols>GINETEX}
+\index{GINETEX laundry symbols}
\label{marv-laundry}
\begin{tabular}{*3{ll}}
\K\AtForty & \K\Handwash & \K\ShortNinetyFive \\
@@ -18038,47 +21334,39 @@ unambiguously into any of the previous sections.
\end{symtable}
-\begin{symtable}[MARV]{\MARV\ Information Symbols}
-\idxboth{information}{symbols}
-\index{check marks}
-\index{Xs}
-\idxboth{clock}{symbols}
-\label{marv-info}
-\begin{tabular}{*3{ll}ll}
-\K\Bicycle & \K\Gentsroom & \K\PointingHand \\
-\K\ClockLogo & \K\Industry & \K\Wheelchair \\
-\K\Coffeecup & \K\Info & \K\WritingHand \\
-\K\Football & \K\Ladiesroom & \\
-\end{tabular}
-\end{symtable}
-
-
-\begin{symtable}[MARV]{Other \MARV\ Symbols}
+\begin{symtable}[MARV]{Miscellaneous \MARV\ Symbols}
\idxboth{miscellaneous}{symbols}
\idxboth{yin-yang}{symbols}
+\idxboth{religious}{symbols}
+\index{Celtic cross=Celtic cross (\Celtcross)}
\index{crosses}
\index{crucifixes}
-\index{smiley faces}
-\index{frowny faces}
\index{faces}
+\index{frowny faces}
+\index{globe}
+\index{hearts}
\index{men}
+\index{restroom=restroom (\Gentsroom)}
+\index{restroom=restroom (\Ladiesroom)}
+\index{smiley faces}
\index{women}
-\index{globe}
-\index{world}
\label{marv-other}
\begin{tabular}{*4{ll}}
-\K\Ankh & \K\Bouquet & \K\Heart & \K\PeaceDove \\
-\K\Bat & \K\Celtcross & \K\ManFace & \K\Smiley \\
-\K\BOLogo & \K\CircledA & \K\MineSign & \K\WomanFace \\
-\K\BOLogoL & \K\Cross & \K\Mundus & \K\Yinyang \\
-\K\BOLogoP & \K\Frowny & \K\MVAt & \\
+\K\Ankh & \K\CircledA & \K\Industry & \K\PointingHand \\
+\K\Bat & \K\ClockLogo & \K\Info & \K\Smiley \\
+\K\Bicycle & \K\Coffeecup & \K\Ladiesroom & \K\Wheelchair \\
+\K\BOLogo & \K\Cross & \K\ManFace & \K\WomanFace \\
+\K\BOLogoL & \K\Football & \K\MineSign & \K\WritingHand \\
+\K\BOLogoP & \K\Frowny & \K\Mundus & \K\Yinyang \\
+\K\Bouquet & \K\Gentsroom & \K\MVAt & \\
+\K\Celtcross & \K\Heart & \K\PeaceDove & \\
\end{tabular}
\end{symtable}
\begin{symtable}[UNI]{Miscellaneous \UNI\ Symbols}
\index{faces}
-\index{arrows}
+\index{Bauhaus forms}
\label{uni-misc}
\begin{tabular}{*2{ll}}
\K\bauforms & \K\bauhead \\
@@ -18090,6 +21378,9 @@ unambiguously into any of the previous sections.
\index{swords}
\index{frowny faces}
\index{faces}
+\index{bombs}
+\index{do not enter=do not enter (\noway)}
+\index{no entry=no entry (\noway)}
\label{fourier-misc}
\begin{tabular}{*4{ll}}
\K\bomb & \K\noway & \K\textxswdown$^*$ & \K\warning \\
@@ -18109,6 +21400,8 @@ unambiguously into any of the previous sections.
\begin{symtable}[UTFSYM]{\UTFSYM\ Weather Symbols}
\idxboth{weather}{symbols}
\index{suns}
+\index{thermometers}
+\index{clouds}
\label{utfsym-weather}
\begin{tabular}{*4{ll}}
\Tutf{1F321} & \Tutf{1F324} & \Tutf{1F327} & \Tutf{1F32A} \\
@@ -18125,6 +21418,9 @@ unambiguously into any of the previous sections.
\idxboth{weather}{symbols}
\index{suns}
\index{emoji}
+\index{lightning}
+\index{clouds}
+\index{thermometers}
\label{twemojis-weather}
\begin{tabular}{*2{ll}}
\Ttwem{cloud}{2601} & \Ttwem{sun behind cloud}{26c5} \\
@@ -18138,7 +21434,7 @@ unambiguously into any of the previous sections.
\bigskip
\begin{tablenote}
- \twemojismessage
+ \twemojismessage.
\end{tablenote}
\end{symtable}
@@ -18146,7 +21442,11 @@ unambiguously into any of the previous sections.
\begin{symtable}[IFS]{\IFS\ Weather Symbols}
\idxboth{weather}{symbols}
\index{suns}
-\label{weather}
+\index{sun=sun (\ifsSun)}
+\index{lightning}
+\index{thermometers}
+\index{clouds}
+\label{ifs-weather}
\begin{tabular}{*4{ll}}
\K\Cloud & \K\Hail & \K\Sleet & \K\WeakRain \\
\K\FilledCloud & \K\HalfSun & \K\Snow & \K\WeakRainCloud \\
@@ -18179,10 +21479,108 @@ unambiguously into any of the previous sections.
\end{symtable}
+\begin{symtable}[TYPICOS]{\TYPICOS\ Weather Symbols}
+\idxboth{weather}{symbols}
+\index{suns}
+\index{thermometers}
+\index{clouds}
+\index{thermometer=thermometer (\tiThermometer)}
+\index{cloudy=cloudy (\tiWeatherCloudy)}
+\index{downpour=downpour (\tiWeatherDownpour)}
+\index{night=night (\tiWeatherNight)}
+\index{partly sunny=partly sunny (\tiWeatherPartlySunny)}
+\index{shower=shower (\tiWeatherShower)}
+\index{snow=snow (\tiWeatherSnow)}
+\index{stormy=stormy (\tiWeatherStormy)}
+\index{sunny=sunny (\tiWeatherSunny)}
+\index{windy cloudy=windy cloudy (\tiWeatherWindyCloudy)}
+\index{windy=windy (\tiWeatherWindy)}
+\label{typicos-weather}
+\begin{tabular}{*3{ll}}
+\K\tiThermometer & \K\tiWeatherPartlySunny & \K\tiWeatherSunny \\
+\K\tiWeatherCloudy & \K\tiWeatherShower & \K\tiWeatherWindy \\
+\K\tiWeatherDownpour & \K\tiWeatherSnow & \K\tiWeatherWindyCloudy \\
+\K\tiWeatherNight & \K\tiWeatherStormy & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\TYPICOS}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[FNTAWE]{\FNTAWE\ Weather Symbols}
+\idxboth{weather}{symbols}
+\index{suns}
+\index{thermometers}
+\index{clouds}
+\index{cloud with meatball=cloud with meatball (\faCloudMeatball)}
+\index{cloud with moon and rain=cloud with moon and rain (\faCloudMoonRain)}
+\index{cloud with moon=cloud with moon (\faCloudMoon)}
+\index{cloud with rain=cloud with rain (\faCloudRain)}
+\index{cloud with rain=cloud with rain (\faCloudShowersHeavy)}
+\index{cloud with sun and rain=cloud with sun and rain (\faCloudSunRain)}
+\index{cloud with sun=cloud with sun (\faCloudSun)}
+\index{cloud=cloud (\faCloud)}
+\index{icicles=icicles (\faIcicles)}
+\index{smog=smog (\faSmog)}
+\index{snowflake=snowflake (\faSnowflake)}
+\index{sun=sun (\faSun)}
+\index{temperature high=temperature high (\faTemperatureHigh)}
+\index{temperature low=temperature low (\faTemperatureLow)}
+\index{thermometer empty=thermometer empty (\faThermometerEmpty)}
+\index{thermometer full=thermometer full (\faThermometerFull)}
+\index{thermometer half=thermometer half (\faThermometerHalf)}
+\index{thermometer quarter=thermometer quarter (\faThermometerQuarter)}
+\index{thermometer three quarters=thermometer three quarters (\faThermometerThreeQuarters)}
+\index{wind=wind (\faWind)}
+\label{fontawesome5-weather}
+\begin{tabular}{*3{ll}}
+\K\faCloud & \K\faIcicles & \K\faThermometerEmpty \\
+\K\faCloudMeatball & \K\faSmog & \K\faThermometerFull \\
+\K\faCloudMoon & \K\faSnowflake & \K\faThermometerHalf \\
+\K\faCloudMoonRain & \KfaReg\faSnowflake & \K\faThermometerQuarter \\
+\K\faCloudRain & \K\faSun & \K\faThermometerThreeQuarters \\
+\K\faCloudShowersHeavy & \KfaReg\faSun & \K\faWind \\
+\K\faCloudSun & \K\faTemperatureHigh & \\
+\K\faCloudSunRain & \K\faTemperatureLow & \\
+\end{tabular}
+\end{symtable}
+
+
+\begin{symtable}[CHILD]{\CHILD\ Weather Symbols}
+\idxboth{weather}{symbols}
+\index{suns}
+\index{thermometers}
+\index{clouds}
+\index{cloud=cloud (\fcCloud)}
+\index{cloud=cloud (\fcCloudA)}
+\index{cloud=cloud (\fcCloudB)}
+\index{cloud=cloud (\fcCloudC)}
+\index{sun=sun (\fcSun)}
+\index{sun=sun (\fcSunA)}
+\index{sun=sun (\fcSunB)}
+\index{thermometer=thermometer (\fcThermometerA)}
+\index{thermometer=thermometer (\fcThermometerB)}
+\label{figchild-weather}
+\begin{tabular}{*3{ll}}
+\K\fcCloud & \K\fcCloudC & \K\fcSunB \\
+\K\fcCloudA & \K\fcSun & \K\fcThermometerA \\
+\K\fcCloudB & \K\fcSunA & \K\fcThermometerB \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \childmessage.
+\end{tablenote}
+\end{symtable}
+
+
\begin{symtable}[IFS]{\IFS\ Alpine Symbols}
\idxboth{alpine}{symbols}
\index{flags}
-\label{alpine}
+\label{ifs-alpine}
\begin{tabular}{*4{ll}}
\K\SummitSign & \K\Summit & \K\SurveySign & \K\HalfFilledHut \\
\K\StoneMan & \K\Mountain & \K\Joch & \K\VarSummit \\
@@ -18195,11 +21593,20 @@ unambiguously into any of the previous sections.
\begin{symtable}[IFS]{\IFS\ Clocks}
\idxboth{clock}{symbols}
+\index{time interval=time interval (\Interval)}
+\index{stopwatch=stopwatch (\StopWatchStart)}
+\index{clock=clock (\VarClock)}
+\index{alarm clock=alarm clock (\Wecker)}
+\index{stopwatch=stopwatch (\StopWatchEnd)}
+\index{pocket watch=pocket watch (\Taschenuhr)}
+\index{pocket watch=pocket watch (\VarTaschenuhr)}
\index{time of day}
+\begin{indexingoff}
\begin{tabular}{*4{ll}}
\K\Interval & \K\StopWatchStart & \K\VarClock & \K\Wecker \\
\K\StopWatchEnd & \K\Taschenuhr & \K\VarTaschenuhr \\
\end{tabular}
+\end{indexingoff}
\bigskip
\begin{tablenote}
@@ -18235,16 +21642,9 @@ unambiguously into any of the previous sections.
\begin{symtable}[CLOCK]{\CLOCK\ Clocks}
\idxboth{clock}{symbols}
\index{time of day}
+\index{clock>showing a specific time}
+\index{clock>without a frame}
\label{clock}
-\newcommand{\showCLOCK}[2]{%
- \ClockStyle=#1
- \ifx#2t
- \ClockFrametrue
- \else
- \ClockFramefalse
- \fi
- \clock{15}{41}%
-}
\begin{tabular}{@{}ccc@{}}
\toprule
\cmd{\ClockStyle} & \cmd{\ClockFramefalse} & \cmd{\ClockFrametrue} \\
@@ -18258,14 +21658,13 @@ unambiguously into any of the previous sections.
\bigskip
\begin{tablenote}
- The \CLOCK\ package provides a \cmdI[\string\clock{15}{41}]{\clock}
- command to typeset an arbitrary time on an analog clock (and
- \cmd{\clocktime} to typeset the document's build time). For
- example, the clocks in the above table were produced with
- \verb|\clock{15}{41}|. Clock symbols are composed from a font of
- clock-face fragments using one of four values for \cmd{\ClockStyle}
- and either \cmd{\ClockFrametrue} or \cmd{\ClockFrametrue} as
- illustrated above. \seedocs{\CLOCK}.
+ The \CLOCK\ package provides a \cmdI{\clock} command to typeset an
+ arbitrary time on an analog clock (and \cmd{\clocktime} to typeset
+ the document's build time). For example, the clocks in the above
+ table were produced with \verb|\clock{15}{41}|. Clock symbols are
+ composed from a font of clock-face fragments using one of four
+ values for \cmd{\ClockStyle} and either \cmd{\ClockFrametrue} or
+ \cmd{\ClockFrametrue} as illustrated above. \seedocs{\CLOCK}.
\end{tablenote}
\end{symtable}
@@ -18274,6 +21673,7 @@ unambiguously into any of the previous sections.
\idxboth{clock}{symbols}
\index{time of day}
\index{emoji}
+\index{hourglasses}
\label{twemoji-clocks}
\begin{tabular}{*2{ll}}
\Ttwem{one o'clock}{1f550} & \Ttwem{eight-thirty}{1f563} \\
@@ -18295,11 +21695,50 @@ unambiguously into any of the previous sections.
\bigskip
\begin{tablenote}
- \twemojismessage
+ \twemojismessage.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[TYPICOS]{\TYPICOS\ Time and Date Symbols}
+\idxboth{clock}{symbols}
+\idxboth{calendar}{symbols}
+\index{calendar=calendar (\tiCalendarOutline)}
+\index{calendar=calendar (\tiCalendar)}
+\index{stopwatch=stopwatch (\tiStopwatch)}
+\index{clock=clock (\tiTime)}
+\index{watch=watch (\tiWatch)}
+\label{typicos-time-date}
+\begin{tabular}{*3{ll}}
+\K\tiCalendar & \K\tiStopwatch & \K\tiWatch \\
+\K\tiCalendarOutline & \K\tiTime & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\TYPICOS}.
\end{tablenote}
\end{symtable}
+\begin{symtable}[FNTAWE]{\FNTAWE\ Time and Date Symbols}
+\idxboth{clock}{symbols}
+\idxboth{calendar}{symbols}
+\index{hourglasses}
+\label{fontawesome5-time-date}
+\begin{tabular}{*3{ll}}
+\K\faBusinessTime & \K\faCalendarMinus & \KfaReg\faClock \\
+\KfaReg{\faCalendar*} & \KfaReg\faCalendarMinus & \K\faDigitalTachograph \\
+\K{\faCalendar*} & \K\faCalendarPlus & \K\faHourglass \\
+\K\faCalendar & \KfaReg\faCalendarPlus & \KfaReg\faHourglass \\
+\KfaReg\faCalendar & \K\faCalendarTimes & \K\faHourglassEnd \\
+\K\faCalendarCheck & \KfaReg\faCalendarTimes & \K\faHourglassHalf \\
+\KfaReg\faCalendarCheck & \K\faCalendarWeek & \K\faHourglassStart \\
+\K\faCalendarDay & \K\faClock & \K{\faTachometer*} \\
+\end{tabular}
+\end{symtable}
+
+
\begin{longsymtable}[TWEM]{\TWEM\ Animals}
\ltindex{animals}
\ltindex{emoji}
@@ -18342,7 +21781,7 @@ unambiguously into any of the previous sections.
\Ttwem{dolphin}{1f42c} & \Ttwem{rat}{1f400} \\
\Ttwem{dragon}{1f409} & \Ttwem{rhinoceros}{1f98f} \\
\Ttwem{dragon face}{1f432} & \Ttwem{rooster}{1f413} \\
-\Ttwem{dromedary\_camel}{1f42a} & \Ttwem{sauropod}{1f995} \\
+\Ttwem{dromedary camel}{1f42a} & \Ttwem{sauropod}{1f995} \\
\Ttwem{duck}{1f986} & \Ttwem{scorpion}{1f982} \\
\Ttwem{eagle}{1f985} & \Ttwem{seal}{1f9ad} \\
\Ttwem{elephant}{1f418} & \Ttwem{service dog}{1f415-200d-1f9ba} \\
@@ -18374,15 +21813,194 @@ unambiguously into any of the previous sections.
\end{longtable}
\begin{tablenote}
- \twemojismessage
+ \twemojismessage.
\end{tablenote}
\end{longsymtable}
-\begin{longsymtable}[TWEM]{\TWEM\ Food Emoji}
-\ltindex{food}
-\ltindex{emoji}
-\label{twemoji-food}
+\begin{symtable}[FNTAWE]{\FNTAWE\ Animals}
+\index{animals}
+\index{bug=bug (\faBug)}
+\index{cat=cat (\faCat)}
+\index{crow=crow (\faCrow)}
+\index{dog=dog (\faDog)}
+\index{dove=dove (\faDove)}
+\index{dragon=dragon (\faDragon)}
+\index{fish=fish (\faFish)}
+\index{frog=frog (\faFrog)}
+\index{hippopotamus=hippopotamus (\faHippo)}
+\index{horse=horse (\faHorseHead)}
+\index{horse=horse (\faHorse)}
+\index{kiwi bird=kiwi bird (\faKiwiBird)}
+\index{otter=otter (\faOtter)}
+\index{spider=spider (\faSpider)}
+\label{fontawesome5-animals}
+\begin{tabular}{*4{ll}}
+\K\faBug & \K\faDove & \K\faHippo & \K\faOtter \\
+\K\faCat & \K\faDragon & \K\faHorse & \K\faSpider \\
+\K\faCrow & \K\faFish & \K\faHorseHead & \\
+\K\faDog & \K\faFrog & \K\faKiwiBird & \\
+\end{tabular}
+\end{symtable}
+
+
+\begin{longsymtable}[CHILD]{\CHILD\ Animals}
+\ltindex{alligator=alligator (\fcAlligator)}
+\ltindex{alligator=alligator (\fcAlligatorA)}
+\ltindex{ant=ant (\fcAnt)}
+\ltindex{ant=ant (\fcAntA)}
+\ltindex{antelope=antelope (\fcAntelope)}
+\ltindex{armadillo=armadillo (\fcArmadillo)}
+\ltindex{bat=bat (\fcBat)}
+\ltindex{bear=bear (\fcBear)}
+\ltindex{bear=bear (\fcBearA)}
+\ltindex{bear=bear (\fcBearB)}
+\ltindex{bear=bear (\fcBearC)}
+\ltindex{bear=bear (\fcBearD)}
+\ltindex{bears=bears (\fcBears)}
+\ltindex{bee=bee (\fcBee)}
+\ltindex{bee=bee (\fcBeeA)}
+\ltindex{bird=bird (\fcBird)}
+\ltindex{bird=bird (\fcBirdA)}
+\ltindex{bird=bird (\fcBirdB)}
+\ltindex{bird=bird (\fcBirdC)}
+\ltindex{bird=bird (\fcBirdD)}
+\ltindex{bird=bird (\fcBirdE)}
+\ltindex{bull=bull (\fcBull)}
+\ltindex{bunny=bunny (\fcBunnyA)}
+\ltindex{bunny=bunny (\fcBunnyB)}
+\ltindex{bunny=bunny (\fcBunnyC)}
+\ltindex{bunny=bunny (\fcBunnyD)}
+\ltindex{bunny=bunny (\fcBunnyE)}
+\ltindex{butterfly=butterfly (\fcButterfly)}
+\ltindex{butterfly=butterfly (\fcButterflyA)}
+\ltindex{butterfly=butterfly (\fcButterflyB)}
+\ltindex{butterfly=butterfly (\fcButterflyC)}
+\ltindex{calf=calf (\fcCalf)}
+\ltindex{cat=cat (\fcCat)}
+\ltindex{caterpillar=caterpillar (\fcCaterpillar)}
+\ltindex{catfish=catfish (\fcCatfish)}
+\ltindex{centipede=centipede (\fcCentipede)}
+\ltindex{chick=chick (\fcChick)}
+\ltindex{chicken=chicken (\fcChicken)}
+\ltindex{chicks=chicks (\fcChicks)}
+\ltindex{cobra=cobra (\fcCobrabebe)}
+\ltindex{cow=cow (\fcCow)}
+\ltindex{crab=crab (\fcCrabA)}
+\ltindex{crab=crab (\fcCrabB)}
+\ltindex{dinosaur=dinosaur (\fcDinosaurA)}
+\ltindex{dinosaur=dinosaur (\fcDinosaurB)}
+\ltindex{dinosaur=dinosaur (\fcDinosaurC)}
+\ltindex{dinosaur=dinosaur (\fcDinosaurD)}
+\ltindex{dinosaur=dinosaur (\fcDinosaurE)}
+\ltindex{dinosaur=dinosaur (\fcDinosaurF)}
+\ltindex{dinosaur=dinosaur (\fcDinosaurG)}
+\ltindex{dinosaur=dinosaur (\fcDinosaurH)}
+\ltindex{dinosaur=dinosaur (\fcDinosaurI)}
+\ltindex{dinosaur=dinosaur (\fcDinosaurJ)}
+\ltindex{dog=dog (\fcDog)}
+\ltindex{dolphin=dolphin (\fcDolphin)}
+\ltindex{dolphin=dolphin (\fcDolphinA)}
+\ltindex{dragonfly=dragonfly (\fcDragonFly)}
+\ltindex{duck=duck (\fcDuck)}
+\ltindex{duck=duck (\fcDuckA)}
+\ltindex{duck=duck (\fcDuckB)}
+\ltindex{duck=duck (\fcDuckC)}
+\ltindex{elephant=elephant (\fcElephant)}
+\ltindex{elephant=elephant (\fcElephantA)}
+\ltindex{elephant=elephant (\fcElephantB)}
+\ltindex{fish=fish (\fcFishA)}
+\ltindex{fish=fish (\fcFishB)}
+\ltindex{fish=fish (\fcFishC)}
+\ltindex{fish=fish (\fcFishD)}
+\ltindex{fish=fish (\fcFishE)}
+\ltindex{fish=fish (\fcFishF)}
+\ltindex{fish=fish (\fcFishG)}
+\ltindex{fish=fish (\fcFishH)}
+\ltindex{fish=fish (\fcFishI)}
+\ltindex{fish=fish (\fcFishK)}
+\ltindex{fish=fish (\fcFishL)}
+\ltindex{fish=fish (\fcFishM)}
+\ltindex{flamingo=flamingo (\fcFlamingo)}
+\ltindex{flamingo=flamingo (\fcFlamingoA)}
+\ltindex{frog=frog (\fcFrog)}
+\ltindex{giraffe=giraffe (\fcGiraffe)}
+\ltindex{giraffe=giraffe (\fcGiraffeA)}
+\ltindex{giraffe=giraffe (\fcGiraffeB)}
+\ltindex{giraffes=giraffes (\fcGiraffes)}
+\ltindex{gnat=gnat (\fcGnat)}
+\ltindex{goose=goose (\fcGoose)}
+\ltindex{grasshopper=grasshopper (\fcLocust)}
+\ltindex{herring=herring (\fcHerring)}
+\ltindex{hippopotamus=hippopotamus (\fcHippo)}
+\ltindex{horse=horse (\fcHorse)}
+\ltindex{horse=horse (\fcHorseA)}
+\ltindex{hummingbird=hummingbird (\fcHummingbird)}
+\ltindex{kitten=kitten (\fcKittenA)}
+\ltindex{kitten=kitten (\fcKittenB)}
+\ltindex{kittens=kittens (\fcKittensA)}
+\ltindex{kittens=kittens (\fcKittensB)}
+\ltindex{ladybug=ladybug (\fcLadyBug)}
+\ltindex{lamb=lamb (\fcLamb)}
+\ltindex{lion=lion (\fcLion)}
+\ltindex{lion=lion (\fcLionA)}
+\ltindex{locust=locust (\fcLocust)}
+\ltindex{macaw=macaw (\fcMacaw)}
+\ltindex{monkey=monkey (\fcMonkey)}
+\ltindex{monkey=monkey (\fcMonkeyA)}
+\ltindex{moose=moose (\fcMoose)}
+\ltindex{mouse=mouse (\fcLittleMouse)}
+\ltindex{mouse=mouse (\fcMouse)}
+\ltindex{mouse=mouse (\fcMouseA)}
+\ltindex{mouse=mouse (\fcMouseB)}
+\ltindex{octopus=octopus (\fcOctopus)}
+\ltindex{octopus=octopus (\fcOctopusA)}
+\ltindex{orca=orca (\fcOrca)}
+\ltindex{ostrich=ostrich (\fcOstrich)}
+\ltindex{owl=owl (\fcOwl)}
+\ltindex{owl=owl (\fcOwlA)}
+\ltindex{owl=owl (\fcOwlB)}
+\ltindex{ox=ox (\fcOx)}
+\ltindex{parrot=parrot (\fcParrot)}
+\ltindex{peacock=peacock (\fcPeacock)}
+\ltindex{penguin=penguin (\fcPenguin)}
+\ltindex{perch=perch (\fcPerch)}
+\ltindex{pig=pig (\fcPig)}
+\ltindex{pig=pig (\fcPigA)}
+\ltindex{pig=pig (\fcPigB)}
+\ltindex{pig=pig (\fcPigC)}
+\ltindex{pig=pig (\fcPigD)}
+\ltindex{pig=pig (\fcPigE)}
+\ltindex{praying mantis=praying mantis (\fcLouvadeus)}
+\ltindex{puppy=puppy (\fcPuppy)}
+\ltindex{rabbit=rabbit (\fcRabbit)}
+\ltindex{rabbit=rabbit (\fcRabbitA)}
+\ltindex{rabbits=rabbits (\fcRabbits)}
+\ltindex{raccoon=raccoon (\fcRaccoon)}
+\ltindex{scorpion=scorpion (\fcScorpion)}
+\ltindex{seahorse=seahorse (\fcSeahorse)}
+\ltindex{shark=shark (\fcShark)}
+\ltindex{sheep=sheep (\fcSheep)}
+\ltindex{sheep=sheep (\fcSheepA)}
+\ltindex{sheep=sheep (\fcSheepB)}
+\ltindex{sheep=sheep (\fcSheepC)}
+\ltindex{snail=snail (\fcSnailA)}
+\ltindex{snail=snail (\fcSnailB)}
+\ltindex{snail=snail (\fcSnailC)}
+\ltindex{spider=spider (\fcSpider)}
+\ltindex{spider=spider (\fcSpiderA)}
+\ltindex{spider=spider (\fcSpiderB)}
+\ltindex{squirrel=squirrel (\fcSquirrel)}
+\ltindex{squirrel=squirrel (\fcSquirrelA)}
+\ltindex{sturgeon=sturgeon (\fcSturgeon)}
+\ltindex{toucan=toucan (\fcToucan)}
+\ltindex{turkey=turkey (\fcPeruA)}
+\ltindex{turkey=turkey (\fcPeruB)}
+\ltindex{turtle=turtle (\fcTurtle)}
+\ltindex{turtle=turtle (\fcTurtleA)}
+\ltindex{turtle=turtle (\fcTurtleB)}
+\ltindex{zebra=zebra (\fcZebra)}
+\label{figchild-animals}
\begin{longtable}{*2{ll}}
\multicolumn{4}{l}{\small\textit{(continued from previous page)}} \\[3ex]
\endhead
@@ -18391,73 +22009,122 @@ unambiguously into any of the previous sections.
\multicolumn{4}{r}{\small\textit{(continued on next page)}}
\endfoot
\endlastfoot
-\Ttwem{avocado}{1f951} & \Ttwem{hot beverage}{2615} \\
-\Ttwem{bacon}{1f953} & \Ttwem{hot dog}{1f32d} \\
-\Ttwem{bagel}{1f96f} & \Ttwem{hot pepper}{1f336} \\
-\Ttwem{baguette bread}{1f956} & \Ttwem{ice}{1f9ca} \\
-\Ttwem{banana}{1f34c} & \Ttwem{ice cream}{1f368} \\
-\Ttwem{beer mug}{1f37a} & \Ttwem{kiwi fruit}{1f95d} \\
-\Ttwem{bell pepper}{1fad1} & \Ttwem{leafy green}{1f96c} \\
-\Ttwem{bento box}{1f371} & \Ttwem{lemon}{1f34b} \\
-\Ttwem{beverage box}{1f9c3} & \Ttwem{lollipop}{1f36d} \\
-\Ttwem{blueberries}{1fad0} & \Ttwem{mango}{1f96d} \\
-\Ttwem{bottle with popping cork}{1f37e} & \Ttwem{mate}{1f9c9} \\
-\Ttwem{bowl with spoon}{1f963} & \Ttwem{meat on bone}{1f356} \\
-\Ttwem{bread}{1f35e} & \Ttwem{melon}{1f348} \\
-\Ttwem{broccoli}{1f966} & \Ttwem{moon cake}{1f96e} \\
-\Ttwem{bubble tea}{1f9cb} & \Ttwem{mushroom}{1f344} \\
-\Ttwem{burrito}{1f32f} & \Ttwem{oden}{1f362} \\
-\Ttwem{butter}{1f9c8} & \Ttwem{olive}{1fad2} \\
-\Ttwem{candy}{1f36c} & \Ttwem{onion}{1f9c5} \\
-\Ttwem{canned food}{1f96b} & \Ttwem{pancakes}{1f95e} \\
-\Ttwem{carrot}{1f955} & \Ttwem{peach}{1f351} \\
-\Ttwem{cheese wedge}{1f9c0} & \Ttwem{peanuts}{1f95c} \\
-\Ttwem{cherries}{1f352} & \Ttwem{pear}{1f350} \\
-\Ttwem{chocolate bar}{1f36b} & \Ttwem{pie}{1f967} \\
-\Ttwem{chopsticks}{1f962} & \Ttwem{pineapple}{1f34d} \\
-\Ttwem{clinking beer mugs}{1f37b} & \Ttwem{pizza}{1f355} \\
-\Ttwem{clinking glasses}{1f942} & \Ttwem{popcorn}{1f37f} \\
-\Ttwem{cocktail glass}{1f378} & \Ttwem{pot of food}{1f372} \\
-\Ttwem{coconut}{1f965} & \Ttwem{potato}{1f954} \\
-\Ttwem{cooked rice}{1f35a} & \Ttwem{poultry leg}{1f357} \\
-\Ttwem{cookie}{1f36a} & \Ttwem{pretzel}{1f968} \\
-\Ttwem{cooking}{1f373} & \Ttwem{red apple}{1f34e} \\
-\Ttwem{croissant}{1f950} & \Ttwem{rice ball}{1f359} \\
-\Ttwem{cucumber}{1f952} & \Ttwem{rice cracker}{1f358} \\
-\Ttwem{cup with straw}{1f964} & \Ttwem{roasted sweet potato}{1f360} \\
-\Ttwem{cupcake}{1f9c1} & \Ttwem{sake}{1f376} \\
-\Ttwem{curry rice}{1f35b} & \Ttwem{salt}{1f9c2} \\
-\Ttwem{custard}{1f36e} & \Ttwem{sandwich}{1f96a} \\
-\Ttwem{cut of meat}{1f969} & \Ttwem{shallow pan of food}{1f958} \\
-\Ttwem{dango}{1f361} & \Ttwem{shaved ice}{1f367} \\
-\Ttwem{doughnut}{1f369} & \Ttwem{shortcake}{1f370} \\
-\Ttwem{dumpling}{1f95f} & \Ttwem{soft ice cream}{1f366} \\
-\Ttwem{egg}{1f95a} & \Ttwem{spaghetti}{1f35d} \\
-\Ttwem{eggplant}{1f346} & \Ttwem{steaming bowl}{1f35c} \\
-\Ttwem{falafel}{1f9c6} & \Ttwem{strawberry}{1f353} \\
-\Ttwem{fish cake with swirl}{1f365} & \Ttwem{stuffed flatbread}{1f959} \\
-\Ttwem{flatbread}{1fad3} & \Ttwem{sushi}{1f363} \\
-\Ttwem{fondue}{1fad5} & \Ttwem{taco}{1f32e} \\
-\Ttwem{fork and knife}{1f374} & \Ttwem{takeout box}{1f961} \\
-\Ttwem{fork and knife with plate}{1f37d} & \Ttwem{tamale}{1fad4} \\
-\Ttwem{fortune cookie}{1f960} & \Ttwem{tangerine}{1f34a} \\
-\Ttwem{french fries}{1f35f} & \Ttwem{teacup without handle}{1f375} \\
-\Ttwem{fried shrimp}{1f364} & \Ttwem{teapot}{1fad6} \\
-\Ttwem{garlic}{1f9c4} & \Ttwem{tomato}{1f345} \\
-\Ttwem{glass of milk}{1f95b} & \Ttwem{tropical drink}{1f379} \\
-\Ttwem{grapes}{1f347} & \Ttwem{tumbler glass}{1f943} \\
-\Ttwem{green apple}{1f34f} & \Ttwem{waffle}{1f9c7} \\
-\Ttwem{green salad}{1f957} & \Ttwem{watermelon}{1f349} \\
-\Ttwem{hamburger}{1f354} & \Ttwem{wine glass}{1f377} \\
-\Ttwem{honey pot}{1f36f} & \\
+\K\fcAlligator & \K\fcGiraffeA \\
+\K\fcAlligatorA & \K\fcGiraffeB \\
+\K\fcAnt & \K\fcGiraffes \\
+\K\fcAntA & \K\fcGnat \\
+\K\fcAntelope & \K\fcGoose \\
+\K\fcArmadillo & \K\fcHerring \\
+\K\fcBat & \K\fcHippo \\
+\K\fcBear & \K\fcHorse \\
+\K\fcBearA & \K\fcHorseA \\
+\K\fcBearB & \K\fcHummingbird \\
+\K\fcBearC & \K\fcKittenA \\
+\K\fcBearD & \K\fcKittenB \\
+\K\fcBears & \K\fcKittensA \\
+\K\fcBee & \K\fcKittensB \\
+\K\fcBeeA & \K\fcLadybirdA \\
+\K\fcBird & \K\fcLadybirdB \\
+\K\fcBirdA & \K\fcLadyBug \\
+\K\fcBirdB & \K\fcLamb \\
+\K\fcBirdC & \K\fcLion \\
+\K\fcBirdD & \K\fcLionA \\
+\K\fcBirdE & \K\fcLittleBirds \\
+\K\fcBull & \K\fcLittleMouse \\
+\K\fcBunnyA & \K\fcLocust \\
+\K\fcBunnyB & \K\fcLouvadeus \\
+\K\fcBunnyC & \K\fcMacaw \\
+\K\fcBunnyD & \K\fcMonkey \\
+\K\fcBunnyE & \K\fcMonkeyA \\
+\K\fcButterfly & \K\fcMoonfish \\
+\K\fcButterflyA & \K\fcMoose \\
+\K\fcButterflyB & \K\fcMouse \\
+\K\fcButterflyC & \K\fcMouseA \\
+\K\fcCalf & \K\fcMouseB \\
+\K\fcCat & \K\fcOctopus \\
+\K\fcCaterpillar & \K\fcOctopusA \\
+\K\fcCatfish & \K\fcOrca \\
+\K\fcCentipede & \K\fcOstrich \\
+\K\fcChick & \K\fcOwl \\
+\K\fcChicken & \K\fcOwlA \\
+\K\fcChicks & \K\fcOwlB \\
+\K\fcCobrabebe & \K\fcOx \\
+\K\fcCow & \K\fcPandaBear \\
+\K\fcCrabA & \K\fcParrot \\
+\K\fcCrabB & \K\fcPeacock \\
+\K\fcDinosaurA & \K\fcPenguin \\
+\K\fcDinosaurB & \K\fcPerch \\
+\K\fcDinosaurC & \K\fcPeruA \\
+\K\fcDinosaurD & \K\fcPeruB \\
+\K\fcDinosaurE & \K\fcPig \\
+\K\fcDinosaurF & \K\fcPigA \\
+\K\fcDinosaurG & \K\fcPigB \\
+\K\fcDinosaurH & \K\fcPigC \\
+\K\fcDinosaurI & \K\fcPigD \\
+\K\fcDinosaurJ & \K\fcPigE \\
+\K\fcDog & \K\fcPuppy \\
+\K\fcDolphin & \K\fcRabbit \\
+\K\fcDolphinA & \K\fcRabbitA \\
+\K\fcDragonFly & \K\fcRabbits \\
+\K\fcDuck & \K\fcRaccoon \\
+\K\fcDuckA & \K\fcScorpion \\
+\K\fcDuckB & \K\fcSeahorse \\
+\K\fcDuckC & \K\fcShark \\
+\K\fcElephant & \K\fcSheep \\
+\K\fcElephantA & \K\fcSheepA \\
+\K\fcElephantB & \K\fcSheepB \\
+\K\fcFishA & \K\fcSheepC \\
+\K\fcFishB & \K\fcSnailA \\
+\K\fcFishC & \K\fcSnailB \\
+\K\fcFishD & \K\fcSnailC \\
+\K\fcFishE & \K\fcSpider \\
+\K\fcFishF & \K\fcSpiderA \\
+\K\fcFishG & \K\fcSpiderB \\
+\K\fcFishH & \K\fcSquirrel \\
+\K\fcFishI & \K\fcSquirrelA \\
+\K\fcFishK & \K\fcSturgeon \\
+\K\fcFishL & \K\fcToucan \\
+\K\fcFishM & \K\fcTurtle \\
+\K\fcFlamingo & \K\fcTurtleA \\
+\K\fcFlamingoA & \K\fcTurtleB \\
+\K\fcFrog & \K\fcUrchin \\
+\K\fcGiraffe & \K\fcZebra \\
\end{longtable}
\begin{tablenote}
- \twemojismessage
+ \childmessage.
\end{tablenote}
\end{longsymtable}
+\begin{symtable}[UTFSYM]{\UTFSYM\ Animals}
+\index{animals}
+\index{dragon}
+\label{utfsym-animals}
+\begin{tabular}{*4{ll}}
+\Tutf{1F400} & \Tutf{1F410} & \Tutf{1F420} & \Tutf{1F430} \\
+\Tutf{1F401} & \Tutf{1F411} & \Tutf{1F421} & \Tutf{1F431} \\
+\Tutf{1F402} & \Tutf{1F412} & \Tutf{1F422} & \Tutf{1F432} \\
+\Tutf{1F403} & \Tutf{1F413} & \Tutf{1F423} & \Tutf{1F433} \\
+\Tutf{1F404} & \Tutf{1F414} & \Tutf{1F424} & \Tutf{1F434} \\
+\Tutf{1F405} & \Tutf{1F415} & \Tutf{1F425} & \Tutf{1F435} \\
+\Tutf{1F406} & \Tutf{1F416} & \Tutf{1F426} & \Tutf{1F436} \\
+\Tutf{1F407} & \Tutf{1F417} & \Tutf{1F427} & \Tutf{1F437} \\
+\Tutf{1F408} & \Tutf{1F418} & \Tutf{1F428} & \Tutf{1F438} \\
+\Tutf{1F409} & \Tutf{1F419} & \Tutf{1F429} & \Tutf{1F439} \\
+\Tutf{1F40A} & \Tutf{1F41A} & \Tutf{1F42A} & \Tutf{1F43A} \\
+\Tutf{1F40B} & \Tutf{1F41B} & \Tutf{1F42B} & \Tutf{1F43B} \\
+\Tutf{1F40C} & \Tutf{1F41C} & \Tutf{1F42C} & \Tutf{1F43C} \\
+\Tutf{1F40D} & \Tutf{1F41D} & \Tutf{1F42D} & \Tutf{1F43F} \\
+\Tutf{1F40E} & \Tutf{1F41E} & \Tutf{1F42E} & \\
+\Tutf{1F40F} & \Tutf{1F41F} & \Tutf{1F42F} & \\
+\end{tabular}
+
+\bigskip
+\utfsymmessage[1F409]
+\end{symtable}
+
+
\begin{symtable}[HHCNT]{\HHCNT\ Tally Markers}
\index{tally markers}
\label{hhtally}
@@ -18489,6 +22156,7 @@ unambiguously into any of the previous sections.
\begin{symtable}[BULL]{\BULL\ Tally Markers}
\index{tally markers}
+\index{bullets, as tally markers}
\label{bullcntr}
\renewcommand{\arraystretch}{2} % Prevent tall symbols from touching.
\begin{tabular}{ll@{\qquad}ll@{\qquad}ll}
@@ -18525,8 +22193,9 @@ unambiguously into any of the previous sections.
\BULL's package options \optname{bullcntr}{smallctrbull},
\optname{bullcntr}{largectrbull}, and
\optname{bullcntr}{heartctrbull} and corresponding commands
- \cmd{\smallctrbull}, \cmd{\largectrbull}, and \cmd{\heartctrbull}
- control the formatting of each tally marker:
+ \cmd{\smallctrbull}, \cmd{\largectrbull}, and
+ \cmd{\heartctrbull}\index{hearts} control the formatting of each
+ tally marker:
\qquad
\begin{tabular}{@{}lccc@{}}
@@ -18550,9 +22219,9 @@ unambiguously into any of the previous sections.
\begin{symtable}[DOZ]{\DOZ\ Tally Markers}
-\index{dozenal (base 12)>tally markers}
-\index{base twelve>tally markers}
-\index{duodecimal (base 12)>tally markers}
+\subindex{dozenal (base 12)}{tally markers}
+\subindex{base twelve}{tally markers}
+\subindex{duodecimal (base 12)}{tally markers}
\idxboth{Pitman's base 12}{symbols}
\index{tally markers}
\label{dozenal-tally}
@@ -18563,6 +22232,57 @@ unambiguously into any of the previous sections.
\end{symtable}
+\begin{symtable}[CHILD]{\CHILD\ Letters and Digits}
+\index{alphabets}
+\index{numerals}
+\index{1=1 (\fcNumberOne)}
+\index{2=2 (\fcNumberTwo)}
+\index{3=3 (\fcNumberThree)}
+\index{4=4 (\fcNumberFour)}
+\index{5=5 (\fcNumberFive)}
+\index{6=6 (\fcNumberSix)}
+\index{7=7 (\fcNumberSeven)}
+\index{8=8 (\fcNumberEight)}
+\index{9=9 (\fcNumberNine)}
+\index{10=10 (\fcNumberTen)}
+\index{K=K (\fcLetterK)}
+\index{L=L (\fcLetterL)}
+\index{M=M (\fcLetterM)}
+\index{N=N (\fcLetterN)}
+\index{O=O (\fcLetterO)}
+\index{P=P (\fcLetterP)}
+\index{Q=Q (\fcLetterQ)}
+\index{R=R (\fcLetterR)}
+\index{S=S (\fcLetterS)}
+\index{T=T (\fcLetterT)}
+\index{U=U (\fcLetterU)}
+\index{V=V (\fcLetterV)}
+\index{W=W (\fcLetterW)}
+\index{X=X (\fcLetterX)}
+\index{Y=Y (\fcLetterY)}
+\index{Z=Z (\fcLetterZ)}
+\label{figchild-letters-digits}
+\begin{tabular}{*3{ll}}
+\K\fcLetterK & \K\fcLetterT & \K\fcNumberThree \\
+\K\fcLetterL & \K\fcLetterU & \K\fcNumberFour \\
+\K\fcLetterM & \K\fcLetterV & \K\fcNumberFive \\
+\K\fcLetterN & \K\fcLetterW & \K\fcNumberSix \\
+\K\fcLetterO & \K\fcLetterX & \K\fcNumberSeven \\
+\K\fcLetterP & \K\fcLetterY & \K\fcNumberEight \\
+\K\fcLetterQ & \K\fcLetterZ & \K\fcNumberNine \\
+\K\fcLetterR & \K\fcNumberOne & \K\fcNumberTen \\
+\K\fcLetterS & \K\fcNumberTwo & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ It's a mystery why \CHILD's alphabet begins with ``K''.
+
+ \childmessage.
+\end{tablenote}
+\end{symtable}
+
+
\begin{symtable}[SKULL]{\SKULL\ Symbols}
\index{skulls}
\label{skull}
@@ -18580,10 +22300,11 @@ unambiguously into any of the previous sections.
\end{symtable}
-\begin{symtable}[IFS]{Other \IFS\ Symbols}
+\begin{symtable}[IFS]{Miscellaneous \IFS\ Symbols}
\idxboth{miscellaneous}{symbols}
\index{rhombuses}
-\index{telephones}
+\index{telephone=telephone (\Telephone)}
+\index{radiation=radiation (\Radiation)}
\label{ifs-misc}
\begin{tabular}{*3{ll}}
\K\FilledSectioningDiamond & \K[\ifsLetter]\Letter
@@ -18594,9 +22315,47 @@ unambiguously into any of the previous sections.
\end{symtable}
+\begin{symtable}[ASAP]{\ASAP\ Signs}
+\index{signs}
+\index{dollar sign=dollar sign (\asapDollarSign)}
+\index{dollar sign>negated=negated (\asapNotDollarSign)}
+\index{emergency sign=emergency sign (\asapEmergencySign)}
+\index{help sign=help sign (\asapHelpSign)}
+\index{hospital sign=hospital sign (\asapHospitalSign)}
+\index{information sign=information sign (\asapInformationSign)}
+\index{no smoking=no smoking (\asapNotCigaretteSign)}
+\index{no dogsn=no dogs (\asapNotDogSign)}
+\index{no mobile phones=no mobile phones (\asapNotMobilePhoneSign)}
+\index{no parking=no parking (\asapNotParkingSign)}
+\index{no=no (\asapNotSign)}
+\index{do not walk=do not walk (\asapNotWalkSign)}
+\index{walk=walk (\asapWalkSign)}
+\label{asapsym-signs}
+\begin{tabular}{*2{ll}}
+\K\asapCigaretteSign & \K\asapNotEmergencySign \\
+\K\asapDogSign & \K\asapNotHelpSign \\
+\K\asapDollarSign & \K\asapNotHospitalSign \\
+\K\asapEmergencySign & \K\asapNotInformationSign \\
+\K\asapHelpSign & \K\asapNotMobilePhoneSign \\
+\K\asapHospitalSign & \K\asapNotParkingSign \\
+\K\asapInformationSign & \K\asapNotSign \\
+\K\asapMobilePhoneSign & \K\asapNotWalkSign \\
+\K\asapNotCigaretteSign & \K\asapParkingSign \\
+\K\asapNotDogSign & \K\asapWalkSign \\
+\K\asapNotDollarSign & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\ASAP}.
+\end{tablenote}
+\end{symtable}
+
+
\begin{symtable}[METRE]{\METRE\ Metrical Symbols}
\idxboth{metrical}{symbols}
\label{metre}
+\begin{indexingoff}
\begin{tabular}{*5{ll@{\hspace*{2em}}}ll}
\Mt\a & \Mt\bBm & \Mt\cc & \Mt\Mbb & \Mt\Pppp & \Mt\t \\
\Mt\B & \Mt\bbm & \Mt\Ccc & \Mt\mbbx & \Mt\pppp & \Mt\tsbm \\
@@ -18609,11 +22368,12 @@ unambiguously into any of the previous sections.
\Mt\bbb & \Mt\C & \Mt\mbB & \Mt\ppp & \Mt\r \\
\Mt\BBm & \Mt\Cc & \Mt\mbb & \Mt\Ppp & \Mt\T \\
\end{tabular}
+\end{indexingoff}
\bigskip
\begin{tablenote}
The preceding symbols are valid only within the argument to the
- \cmd{metre} command.
+ \cmd{\metre} command.
\end{tablenote}
\end{symtable}
@@ -18642,6 +22402,7 @@ unambiguously into any of the previous sections.
\begin{symtable}[TEUB]{\TEUB\ Metrical Symbols}
\idxboth{metrical}{symbols}
\label{teubner-metric}
+\begin{indexingoff}
\begin{tabular}{*2{ll@{\qquad}}ll}
\K\aeolicbii & \K\barbrevis & \K\ipercatal \\
\K\aeolicbiii & \K\bbrevis & \K\longa \\
@@ -18661,50 +22422,269 @@ unambiguously into any of the previous sections.
\cmdI{\barbbrevis}es, four \cmdI{\brevis}es, and a \cmdI{\dBar} into
``\pentam''. \seedocs{\TEUB}.
\end{tablenote}
+\end{indexingoff}
\end{symtable}
-\begin{symtable}[DICT]{\DICT\ Dictionary Symbols}
-\idxboth{dictionary}{symbols}
-\label{dictionary}
-\begin{tabular}{*2{ll@{\qqquad}}ll}
-\K\dsaeronautical & \K\dscommercial & \K\dsmedical \\
-\K\dsagricultural & \K\dsheraldical & \K\dsmilitary \\
-\K\dsarchitectural & \K\dsjuridical & \K\dsrailways \\
-\K\dsbiological & \K\dsliterary & \K\dstechnical \\
-\K\dschemical & \K\dsmathematical & \\
+\begin{symtable}[HNS]{\HNS\ Hand Shapes}
+\index{Hamburg Notation System}
+\index{sign language}
+\label{hamnosys-hand-shapes}
+\begin{tabular}{*3{ll}}
+\K\hamceeall & \K\hamfingertwothree & \K\hamflathand \\
+\K\hamceeonetwo & \K\hamfingertwothreefourfive & \K\hampinchall \\
+\K\hamceeopen & \K\hamfingertwothreespread & \K\hampinchonetwo \\
+\K\hamfingertwo & \K\hamfist & \K\hampinchonetwoopen \\
\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\HNS}.
+\end{tablenote}
\end{symtable}
-\begin{symtable}[SIMP]{\SIMP\ Characters from \emph{The Simpsons}}
-\index{symbols>Simpsons characters}
-\index{Simpsons characters}
-\index{faces}
-\label{simpsons}
-\begin{tabular}{*3{ll@{\qqquad}}ll}
-\K\Bart & \K\Homer & \K\Maggie & \K\SNPP \\
-\K\Burns & \K\Lisa & \K\Marge & \\
+\begin{symtable}[HNS]{\HNS\ Hand-Shape Modifiers}
+\index{Hamburg Notation System}
+\index{sign language}
+\label{hamnosys-hand-shape-mods}
+\begin{tabular}{*3{ll}}
+\K\hamdoublebent & \K\hamfingerhookmod & \K\hamthumbopenmod \\
+\K\hamdoublehooked & \K\hamfingerstraightmod & \K\hamthumboutmod \\
+\K\hamfingerbendmod & \K\hamthumbacrossmod & \\
\end{tabular}
\bigskip
+\begin{tablenote}
+ \luaxemessage{\HNS}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[HNS]{\HNS\ Extended Finger Directions}
+\index{Hamburg Notation System}
+\index{sign language}
+\label{hamnosys-ext-fing-dirs}
+\begin{tabular}{*3{ll}}
+\K\hamextfingerd & \K\hamextfingeril & \K\hamextfingerr \\
+\K\hamextfingerdi & \K\hamextfingerir & \K\hamextfingeru \\
+\K\hamextfingerdl & \K\hamextfingerl & \K\hamextfingerui \\
+\K\hamextfingerdo & \K\hamextfingero & \K\hamextfingerul \\
+\K\hamextfingerdr & \K\hamextfingerol & \K\hamextfingeruo \\
+\K\hamextfingeri & \K\hamextfingeror & \K\hamextfingerur \\
+\end{tabular}
+\bigskip
\begin{tablenote}
- The location of the characters' pupils can be controlled with the
- \cmd{\Goofy} command. See \emph{A \MF\ of `Simpsons'
- characters}~\cite{Chen1998} for more information. Also, each of the
- above can be prefixed with \cmd{\Left} to make the character face
- left instead of right:
+ \luaxemessage{\HNS}.
+\end{tablenote}
+\end{symtable}
- \begin{center}
- \begin{tabular}{ll}
- \Left\Bart & \verb|\Left\Bart| \\
- \end{tabular}
- \end{center}
+
+\begin{symtable}[HNS]{\HNS\ Palm Orientations}
+\index{Hamburg Notation System}
+\index{sign language}
+\label{hamnosys-palm-orient}
+\begin{tabular}{*4{ll}}
+\K\hampalmd & \K\hampalmdr & \K\hampalmr & \K\hampalmul \\
+\K\hampalmdl & \K\hampalml & \K\hampalmu & \K\hampalmur \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\HNS}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[HNS]{\HNS\ Body Locations}
+\index{Hamburg Notation System}
+\index{sign language}
+\label{hamnosys-body-locs}
+\begin{tabular}{*3{ll}}
+\K\hambelowstomach & \K\hamfingertip & \K\hampinkyside \\
+\K\hamcheek & \K\hamforehead & \K\hamringfinger \\
+\K\hamchest & \K\hamhandback & \K\hamshoulders \\
+\K\hamchin & \K\hamhead & \K\hamshouldertop \\
+\K\hamear & \K\hamheadtop & \K\hamstomach \\
+\K\hamearlobe & \K\hamindexfinger & \K\hamteeth \\
+\K\hamelbow & \K\hamlips & \K\hamthumb \\
+\K\hamelbowinside & \K\hamlowerarm & \K\hamthumbball \\
+\K\hameyebrows & \K\hammiddlefinger & \K\hamthumbside \\
+\K\hameyes & \K\hamneck & \K\hamtongue \\
+\K\hamfingerbase & \K\hamneutralspace & \K\hamunderchin \\
+\K\hamfingermidjoint & \K\hamnose & \K\hamupperarm \\
+\K\hamfingernail & \K\hamnostrils & \K\hamwristback \\
+\K\hamfingerpad & \K\hampalm & \K\hamwristpulse \\
+\K\hamfingerside & \K\hampinky & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\HNS}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[HNS]{\HNS\ Location Modifiers}
+\index{Hamburg Notation System}
+\index{sign language}
+\label{hamnosys-loc-mods}
+\begin{tabular}{ll*4{@{\qquad}ll}}
+\K\hamcorefref & \K\hamcoreftag & \K\hamlrat & \K\hamlrbeside \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\HNS}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{longsymtable}[HNS]{\HNS\ Movements}
+\ltindex{Hamburg Notation System}
+\ltindex{sign language}
+\ltindex{arrows}
+\ltindex{fists}
+\ltindex{crosses}
+\label{hamnosys-move}
+\begin{longtable}{*3{ll@{\qqquad}}ll}
+\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\endhead
+\endfirsthead
+\\[3ex]
+\multicolumn{6}{r}{\small\textit{(continued on next page)}}
+\endfoot
+\endlastfoot
+\K\hamarcd & \K\hamclockdl & \K\hammoveil \\
+\K\hamarcl & \K\hamclockdr & \K\hammoveir \\
+\K\hamarcr & \K\hamclockfull & \K\hammovel \\
+\K\hamarcu & \K\hamclockl & \K\hammoveo \\
+\K\hamarmextended & \K\hamclockr & \K\hammoveol \\
+\K\hambehind & \K\hamclocku & \K\hammoveor \\
+\K\hambrushing & \K\hamclockul & \K\hammover \\
+\K\hamcircled & \K\hamclockur & \K\hammoveu \\
+\K\hamcircledi & \K\hamclose & \K\hammoveui \\
+\K\hamcircledl & \K\hamcross & \K\hammoveul \\
+\K\hamcircledo & \K\hamdecreasing & \K\hammoveuo \\
+\K\hamcircledr & \K\hamellipseh & \K\hammoveur \\
+\K\hamcirclei & \K\hamellipseul & \K\hamnodding \\
+\K\hamcircleil & \K\hamellipseur & \K\hamnomotion \\
+\K\hamcircleir & \K\hamellipsev & \K\hamreplace \\
+\K\hamcirclel & \K\hamfast & \K\hamrest \\
+\K\hamcircleo & \K\hamfingerplay & \K\hamslow \\
+\K\hamcircleol & \K\hamhalt & \K\hamstirccw \\
+\K\hamcircleor & \K\hamincreasing & \K\hamstircw \\
+\K\hamcircler & \K\haminterlock & \K\hamswinging \\
+\K\hamcircleu & \K\hammoved & \K\hamtense \\
+\K\hamcircleui & \K\hammovedi & \K\hamtouch \\
+\K\hamcircleul & \K\hammovedl & \K\hamtwisting \\
+\K\hamcircleuo & \K\hammovedo & \K\hamwavy \\
+\K\hamcircleur & \K\hammovedr & \K\hamzigzag \\
+\K\hamclockd & \K\hammovei & \\
+\end{longtable}
+\begin{tablenote}
+ \luaxemessage{\HNS}.
+\end{tablenote}
+\end{longsymtable}
+
+
+\begin{symtable}[HNS]{\HNS\ Movement Modifiers}
+\index{Hamburg Notation System}
+\index{sign language}
+\label{hamnosys-move-mods}
+\begin{tabular}{ll@{\qquad}ll}
+\K\hamlargemod & \K\hamsmallmod \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\HNS}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[HNS]{\HNS\ Obsolete Spacing Symbols}
+\index{Hamburg Notation System}
+\index{sign language}
+\index{arrows}
+\label{hamnosys-obs-spacing}
+\begin{tabular}{*3{ll}}
+\K\hammovecross & \K\hamwristtoback & \K\hamwristtopulse \\
+\K\hammoveX & \K\hamwristtopinky & \K\hamwristtothumb \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\HNS}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[HNS]{Miscellaneous \HNS\ Symbols}
+\index{Hamburg Notation System}
+\index{sign language}
+\index{arrows}
+\label{hamnosys-misc}
+\begin{tabular}{*2{ll}}
+\K\hamalternatingmotion & \K\hamplus \\
+\K\hambetween & \K\hamrepeatcontinue \\
+\K\hametc & \K\hamrepeatcontinueseveral \\
+\K\hamfusionbegin & \K\hamrepeatfromstart \\
+\K\hamfusionend & \K\hamrepeatfromstartseveral \\
+\K\hammime & \K\hamrepeatreverse \\
+\K\hamnondominant & \K\hamseqbegin \\
+\K\hamnonipsi & \K\hamseqend \\
+\K\hamorirelative & \K\hamsymmlr \\
+\K\hamparbegin & \K\hamsymmpar \\
+\K\hamparend & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\HNS}.
\end{tablenote}
\end{symtable}
+\begin{symtable}[DICT]{\DICT\ Dictionary Symbols}
+\idxboth{dictionary}{symbols}
+\idxboth{medical}{symbols}
+\index{caduceus=caduceus (\dscommercial)}
+\index{rod of Asclepius=rod of Asclepius (\dsmedical)}
+\index{scale=scale (\dsjuridical)}
+\index{book=book (\dsliterary)}
+\index{compass=compass (\dsmathematical)}
+\index{train=train (\dsrailways)}
+\index{shovel=shovel (\dsagricultural)}
+\index{retort=retort (\dschemical)}
+\index{aeronautics=aeronautics (\dsaeronautical)}
+\index{agriculture=agriculture (\dsagricultural)}
+\index{architecture=architecture (\dsarchitectural)}
+\index{biology=biology (\dsbiological)}
+\index{chemistry=chemistry (\dschemical)}
+\index{commerce=commerce (\dscommercial)}
+\index{heraldry=heraldry (\dsheraldical)}
+\index{justice=justice (\dsjuridical)}
+\index{literature=literature (\dsliterary)}
+\index{mathematics=mathematics (\dsmathematical)}
+\index{medicine=medicine (\dsmedical)}
+\index{military=military (\dsmilitary)}
+\index{railway=railway (\dsrailways)}
+\index{technical=technical (\dstechnical)}
+\label{dictionary}
+\begin{indexingoff}
+\begin{tabular}{*2{ll@{\qqquad}}ll}
+\K\dsaeronautical & \K\dscommercial & \K\dsmedical \\
+\K\dsagricultural & \K\dsheraldical & \K\dsmilitary \\
+\K\dsarchitectural & \K\dsjuridical & \K\dsrailways \\
+\K\dsbiological & \K\dsliterary & \K\dstechnical \\
+\K\dschemical & \K\dsmathematical & \\
+\end{tabular}
+\end{indexingoff}
+\end{symtable}
+
+
\begin{symtable}[PMBOX]{\PMBOX\ Box-Drawing Symbols}
\idxboth{box-drawing}{symbols}
\idxboth{block-element}{symbols}
@@ -18715,6 +22695,7 @@ unambiguously into any of the previous sections.
\index{code page 437}
\label{box-drawing}
\renewcommand{\arraystretch}{1.25}
+\begin{indexingoff}
\begin{tabular}{*4{ll@{\quad}}ll}
\K\textblock & \K\textSFli & \K\textSFxli & \K\textSFxxiii \\
\K\textdkshade & \K\textSFlii & \K\textSFxlii & \K\textSFxxiv \\
@@ -18729,8 +22710,9 @@ unambiguously into any of the previous sections.
\K\textSFix & \K\textSFxix & \K\textSFxxi & \K\textshade \\
\K\textSFl & \K\textSFxl & \K\textSFxxii & \K\textupblock \\
\end{tabular}
-\bigskip
+\end{indexingoff}
+\bigskip
\begin{tablenote}
Code Page~437 (CP437), which was first utilized by the original
IBM~PC, contains the set of box-drawing symbols (sides, corners, and
@@ -18754,6 +22736,7 @@ unambiguously into any of the previous sections.
\index{staves}
\index{Icelandic staves}
\label{staves}
+\begin{indexingoff}
\begin{longtable}{*2{ll@{\qqquad}}ll}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
\endhead
@@ -18786,9 +22769,9 @@ unambiguously into any of the previous sections.
\K\staveXXII & \K\staveXLV & \K\staveLXVIII \\
\K\staveXXIII & \K\staveXLVI & \\
\end{longtable}
+\end{indexingoff}
\bigskip
-
\begin{tablenote}
The meanings of these symbols are described on the Web site for the
Museum of Icelandic Sorcery and Witchcraft\index{Museum of Icelandic
@@ -18854,7 +22837,58 @@ unambiguously into any of the previous sections.
\bigskip
\begin{tablenote}
- \twemojismessage
+ \twemojismessage.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[CHILD]{\CHILD\ Space Symbols}
+\idxboth{space}{symbols}
+\index{moons}
+\index{celestial bodies}
+\index{stars}
+\index{planets}
+\index{extraterrestrial=extraterrestrial (\fcET)}
+\index{flying saucer=flying saucer (\fcFlyingSaucer)}
+\index{moon=moon (\fcMoonA)}
+\index{moon=moon (\fcMoonB)}
+\index{planet=planet (\fcPlanetA)}
+\index{planet=planet (\fcPlanetB)}
+\index{planet=planet (\fcPlanetC)}
+\index{planet=planet (\fcPlanetD)}
+\index{planet=planet (\fcPlanetE)}
+\index{planet=planet (\fcPlanetF)}
+\index{planet=planet (\fcPlanetG)}
+\index{planets=planets (\fcPlanets)}
+\index{rocket=rocket (\fcRocket)}
+\index{rocket=rocket (\fcRocketA)}
+\index{rocket=rocket (\fcRocketB)}
+\index{rocket=rocket (\fcRocketC)}
+\index{saturn=saturn (\fcSaturnA)}
+\index{saturn=saturn (\fcSaturnB)}
+\index{shooting star=shooting star (\fcShootingStar)}
+\index{spacecraft=spacecraft (\fcSpacecraftA)}
+\index{spacecraft=spacecraft (\fcSpacecraftB)}
+\index{star=star (\fcStar)}
+\index{star=star (\fcStarA)}
+\index{galaxy=galaxy (\fcStarB)}
+\index{constellation=constellation (\fcStars)}
+\label{figchild-space}
+\begin{tabular}{*3{ll}}
+\K\fcET & \K\fcPlanetF & \K\fcShootingStar \\
+\K\fcFlyingSaucer & \K\fcPlanetG & \K\fcSpacecraftA \\
+\K\fcMoonA & \K\fcPlanets & \K\fcSpacecraftB \\
+\K\fcMoonB & \K\fcRocket & \K\fcStar \\
+\K\fcPlanetA & \K\fcRocketA & \K\fcStarA \\
+\K\fcPlanetB & \K\fcRocketB & \K\fcStarB \\
+\K\fcPlanetC & \K\fcRocketC & \K\fcStars \\
+\K\fcPlanetD & \K\fcSaturnA & \\
+\K\fcPlanetE & \K\fcSaturnB & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \childmessage.
\end{tablenote}
\end{symtable}
@@ -18893,6 +22927,15 @@ unambiguously into any of the previous sections.
\end{symtable}
+\begin{symtable}[FNTAWE]{\FNTAWE\ Recycling Symbols}
+\idxboth{recycling}{symbols}
+\label{fontawesome5-recycle}
+\begin{tabular}{ll}
+\K\faRecycle \\
+\end{tabular}
+\end{symtable}
+
+
\begin{symtable}[RECYC]{\RECYC\ Recycling Symbols}
\idxboth{recycling}{symbols}
\label{recycling}
@@ -18924,9 +22967,41 @@ unambiguously into any of the previous sections.
\end{symtable}
-\begin{symtable}[CHINA]{Other \CHINA\ Symbols}
+\begin{symtable}[UTFSYM]{\UTFSYM\ Plants and Flowers}
+\index{flowers}
+\label{utfsym-plants-flowers}
+\begin{tabular}{*4{ll}}
+\Tutf{1F331} & \Tutf{1F337} & \Tutf{1F33C} & \Tutf{1F341} \\
+\Tutf{1F332} & \Tutf{1F338} & \Tutf{1F33D} & \Tutf{1F342} \\
+\Tutf{1F333} & \Tutf{1F339} & \Tutf{1F33E} & \Tutf{1F343} \\
+\Tutf{1F334} & \Tutf{1F33A} & \Tutf{1F33F} & \Tutf{1F3F5} \\
+\Tutf{1F335} & \Tutf{1F33B} & \Tutf{1F340} & \Tutf{1F3F6} \\
+\end{tabular}
+
+\bigskip
+\utfsymmessage
+\end{symtable}
+
+
+\begin{symtable}[UTFSYM]{\UTFSYM\ Clothing}
+\index{clothing}
+\label{utfsym-clothing}
+\begin{tabular}{*4{ll}}
+\Tutf{1F451} & \Tutf{1F456} & \Tutf{1F45B} & \Tutf{1F460} \\
+\Tutf{1F452} & \Tutf{1F457} & \Tutf{1F45C} & \Tutf{1F461} \\
+\Tutf{1F453} & \Tutf{1F458} & \Tutf{1F45D} & \Tutf{1F462} \\
+\Tutf{1F454} & \Tutf{1F459} & \Tutf{1F45E} & \\
+\Tutf{1F455} & \Tutf{1F45A} & \Tutf{1F45F} & \\
+\end{tabular}
+
+\bigskip
+\utfsymmessage
+\end{symtable}
+
+
+\begin{symtable}[CHINA]{Miscellaneous \CHINA\ Symbols}
\index{envelopes}
-\index{telephones}
+\index{telephone=telephone (\chinaTelephone)}
\label{china-misc}
\begin{tabular}{*2{ll}}
\K[\chinaInfo]\Info & \K\Request \\
@@ -18996,403 +23071,358 @@ unambiguously into any of the previous sections.
\end{symtable}
-\begin{longsymtable}[COE]{\COE\ Country Maps}
-\idxboth{European}{countries}
-\index{symbols>countries}
-\index{symbols>maps}
-\index{maps}
-\index{land masses}
-\label{CountriesOfEurope}
-\renewcommand{\arraystretch}{2} % Prevent tall symbols from touching.
-\begin{longtable}{@{}ll@{\hspace{4em}}ll@{}}
-\multicolumn{4}{l}{\small\textit{(continued from previous page)}} \\[3ex]
-\endhead
-\endfirsthead
-\\[3ex]
-\multicolumn{4}{r}{\small\textit{(continued on next page)}}
-\endfoot
-\endlastfoot
-\Kcoe\Albania & \Kcoe\Latvia \\
-\Kcoe\Andorra & \Kcoe\Liechtenstein \\
-\Kcoe\Austria & \Kcoe\Lithuania \\
-\Kcoe\Belarus & \Kcoe\Luxembourg \\
-\Kcoe\Belgium & \Kcoe\Macedonia \\
-\Kcoe\Bosnia & \Kcoe\Malta \\
-\Kcoe\Bulgaria & \Kcoe\Moldova \\
-\Kcoe\Croatia & \Kcoe\Montenegro \\
-\Kcoe\Czechia & \Kcoe\Netherlands \\
-\Kcoe\Denmark & \Kcoe\Norway \\
-\Kcoe\Estonia & \Kcoe\Poland \\
-\Kcoe\Finland & \Kcoe\Portugal \\
-\Kcoe\France & \Kcoe\Romania \\
-\Kcoe\Germany & \Kcoe\Serbia \\
-\Kcoe\GreatBritain & \Kcoe\Slovakia \\
-\Kcoe\Greece & \Kcoe\Slovenia \\
-\Kcoe\Hungary & \Kcoe\Spain \\
-\Kcoe\Iceland & \Kcoe\Sweden \\
-\Kcoe\Ireland & \Kcoe\Switzerland \\
-\Kcoe\Italy & \\
-\end{longtable}
+\begin{symtable}[WFLAGS]{\WFLAGS\ Nautical Symbol Flags}
+\index{flags}
+\label{worldflags-nautical}
+\renewcommand{\arraystretch}{1.25} % Keep flags from touching.
+\begin{tabular}{*4{ll}}
+\Twflag{A} & \Twflag{J} & \Twflag{S} & \Twflag{1} \\
+\Twflag{B} & \Twflag{K} & \Twflag{T} & \Twflag{2} \\
+\Twflag{C} & \Twflag{L} & \Twflag{U} & \Twflag{3} \\
+\Twflag{D} & \Twflag{M} & \Twflag{V} & \Twflag{4} \\
+\Twflag{E} & \Twflag{N} & \Twflag{W} & \Twflag{5} \\
+\Twflag{F} & \Twflag{O} & \Twflag{X} & \Twflag{6} \\
+\Twflag{G} & \Twflag{P} & \Twflag{Y} & \Twflag{7} \\
+\Twflag{H} & \Twflag{Q} & \Twflag{Z} & \Twflag{8} \\
+\Twflag{I} & \Twflag{R} & \Twflag{0} & \Twflag{9} \\
+\end{tabular}
\bigskip
-
\begin{tablenote}
- The preceding commands work only when the \texttt{CountriesOfEurope}
- \fntfam[CountriesOfEurope] is active. For convenience, the package
- defines a \cmd{\countriesofeuropefamily} command that switches to
- that \fntfam.
-
- By default, countries are drawn in the current font size. Hence,
- ``\verb|{\countriesofeuropefamily\France}|'' draws a nearly
- unrecognizable ``{\countriesofeuropefamily\France}''. For clarity
- of presentation, \ref{CountriesOfEurope} scales each glyph to
- 72\,pt.\ via an explicit \verb|\fontsize{72}{72}|. An alternative
- is to specify the \optname{CountriesOfEurope}{scaled} package option
- to scale all country glyphs by a given factor of the font size.
+ \worldflagsmessage.
\end{tablenote}
-\end{longsymtable}
+\end{symtable}
-\begin{longsymtable}[ROJUD]{\ROJUD\ Maps of Romanian Counties}
-\idxboth{Romanian}{counties}
-\index{symbols>counties}
-\index{symbols>maps}
-\index{maps}
-\index{land masses}
-\label{romanian-counties}
-\renewcommand{\arraystretch}{2} % Prevent tall symbols from touching.
-\begin{longtable}{@{}ll*2{@{\hspace{4em}}ll}@{}}
-\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
-\endhead
-\endfirsthead
-\\[3ex]
-\multicolumn{6}{r}{\small\textit{(continued on next page)}}
-\endfoot
-\endlastfoot
-\Krojud\jAB & \Krojud\jCT & \Krojud\jMS \\
-\Krojud\jAG & \Krojud\jCV & \Krojud\jNT \\
-\Krojud\jAR & \Krojud\jDB & \Krojud\jOT \\
-\Krojud\jBC & \Krojud\jDJ & \Krojud\jPH \\
-\Krojud\jBH & \Krojud\jGJ & \Krojud\jSB \\
-\Krojud\jBI & \Krojud\jGL & \Krojud\jSJ \\
-\Krojud\jBN & \Krojud\jGR & \Krojud\jSM \\
-\Krojud\jBR & \Krojud\jHD & \Krojud\jSV \\
-\Krojud\jBT & \Krojud\jHR & \Krojud\jTL \\
-\Krojud\jBV & \Krojud\jIF & \Krojud\jTM \\
-\Krojud\jBZ & \Krojud\jIL & \Krojud\jTR \\
-\Krojud\jCJ & \Krojud\jIS & \Krojud\jVL \\
-\Krojud\jCL & \Krojud\jMH & \Krojud\jVN \\
-\Krojud\jCS & \Krojud\jMM & \Krojud\jVS \\
-\end{longtable}
-\bigskip
+\begin{symtable}[WFLAGS]{Other \WFLAGS\ Flags}
+\index{flags}
+\label{worldflags-other}
+\renewcommand{\arraystretch}{1.25} % Keep flags from touching.
+\begin{tabular}{*3{ll}}
+\Twflag{Buddhism} & \Twflag{NATO} & \Twflag{RedCrystal} \\
+\Twflag{Christian} & \Twflag{Olympics} & \Twflag{UNESCO} \\
+\Twflag{Esperanto} & \Twflag{Rainbow} & \Twflag{UNO} \\
+\Twflag{EU} & \Twflag{RedCrescent} & \Twflag{WB} \\
+\Twflag{JollyRoger} & \Twflag{RedCross} & \Twflag{WHO} \\
+\end{tabular}
+\bigskip
\begin{tablenote}
- The preceding commands work only when the \texttt{rojud}
- \fntfam[rojud] is active. Use the OT1 \fntenc{OT1} in
- pdf\LaTeX\index{pdfLaTeX=pdf\LaTeX} and the TU \fntenc[TU] in
- \xelatex. (\ROJUD\ requires one of those two \tex\ engines.) For
- example, ``\verb|{\usefont{OT1}{rojud}{m}{n}\jBI}|'' draws
- Bucharest\index{Bucharest}.\footnote{technically a municipality, not
- a county}
+ \worldflagsmessage.
\end{tablenote}
-\end{longsymtable}
+\end{symtable}
-\begin{symtable}[EUFLAG]{\EUFLAG\ European Union Flag}
+\begin{symtable}[TWEM]{\TWEM\ Non-National Flags}
\index{flags}
-\label{euflag}
-\begin{tabular}{ll}
-\K\euflag \\
+\label{twemiji-other-flags}
+\begin{tabular}{*2{ll}}
+\Ttwem{pirate flag}{1f3f4-200d-2620-fe0f} & \Ttwem{transgender flag}{1f3f3-fe0f-200d-26a7-fe0f} \\
+\Ttwem{rainbow flag}{1f3f3-fe0f-200d-1f308} & \\
\end{tabular}
\bigskip
\begin{tablenote}
- The \texttt{\string\euflag} flag is drawn using the
- \latex\ \texttt{picture} environment.
+ \twemojismessage.
\end{tablenote}
\end{symtable}
-\begin{longsymtable}[WFLAGS]{\WFLAGS\ World Flags}
-\ltindex{flags}
-\label{worldflags}
-\renewcommand{\arraystretch}{1.25} % Keep flags from touching.
-\begin{longtable}{*3{ll}}
-\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\begin{symtable}[FNTAWE]{\FNTAWE\ Flags}
+\subindex{flags}{United States=United States (\faFlagUsa)}
+\subindex{flags}{checkered=checkered (\faFlagCheckered)}
+\index{flag=flag (\faFlag)}
+\label{fontawesome5-flags}
+\begin{tabular}{*2{ll}}
+\K\faFlag & \K\faFlagCheckered \\
+\KfaReg\faFlag & \K\faFlagUsa \\
+\end{tabular}
+\end{symtable}
+
+
+\begin{symtable}[AREV]{Miscellaneous \AREV\ Symbols}
+\index{smiley faces}
+\index{frowny faces}
+\index{faces}
+\index{quotation marks}
+\index{skulls}
+\idxboth{miscellaneous}{symbols}
+\idxboth{recycling}{symbols}
+\idxboth{yin-yang}{symbols}
+\index{radiation=radiation (\AREVradiation)}
+\label{arev-misc}
+\begin{tabular}{*4{ll}}
+\K[\AREVanchor]\anchor & \K[\AREVinvsmileface]\invsmileface & \K[\AREVskull]\skull & \K[\AREVwarning]\warning \\
+\K[\AREVbiohazard]\biohazard & \K[\AREVradiation]\radiation & \K[\AREVsmileface]\smileface & \K[\AREVyinyang]\yinyang \\
+\K[\AREVheavyqtleft]\heavyqtleft & \K[\AREVrecycle]\recycle & \K[\AREVsteaming]\steaming & \\
+\K[\AREVheavyqtright]\heavyqtright & \K[\AREVsadface]\sadface & \K[\AREVswords]\swords & \\
+\end{tabular}
+\end{symtable}
+
+
+\begin{longsymtable}[TWEM]{\TWEM\ Food Emoji}
+\ltindex{food}
+\ltindex{emoji}
+\label{twemoji-food}
+\begin{longtable}{*2{ll}}
+\multicolumn{4}{l}{\small\textit{(continued from previous page)}} \\[3ex]
\endhead
\endfirsthead
\\[3ex]
-\multicolumn{6}{r}{\small\textit{(continued on next page)}}
+\multicolumn{4}{r}{\small\textit{(continued on next page)}}
\endfoot
\endlastfoot
-\Twflag{Abkhazia} & \Twflag{GL} & \Twflag{NU} \\
-\Twflag{AD} & \Twflag{GM} & \Twflag{NZ} \\
-\Twflag{AE} & \Twflag{GN} & \Twflag{Olympics} \\
-\Twflag{AF} & \Twflag{GQ} & \Twflag{OM} \\
-\Twflag{AG} & \Twflag{GR} & \Twflag{PA} \\
-\Twflag{AL} & \Twflag{GT} & \Twflag{PE} \\
-\Twflag{AM} & \Twflag{GW} & \Twflag{PG} \\
-\Twflag{AO} & \Twflag{GY} & \Twflag{PH} \\
-\Twflag{AQ} & \Twflag{HN} & \Twflag{PK} \\
-\Twflag{AR} & \Twflag{HR} & \Twflag{PL} \\
-\Twflag{Artsakh} & \Twflag{HT} & \Twflag{PS} \\
-\Twflag{AT} & \Twflag{HU} & \Twflag{PT} \\
-\Twflag{AU} & \Twflag{ID} & \Twflag{PW} \\
-\Twflag{AZ} & \Twflag{IE} & \Twflag{PY} \\
-\Twflag{BA} & \Twflag{IL} & \Twflag{QA} \\
-\Twflag{BB} & \Twflag{IN} & \Twflag{Rainbow} \\
-\Twflag{BD} & \Twflag{IQ} & \Twflag{RedCross} \\
-\Twflag{BE} & \Twflag{IR} & \Twflag{RO} \\
-\Twflag{BF} & \Twflag{IS} & \Twflag{RS} \\
-\Twflag{BG} & \Twflag{IT} & \Twflag{RU} \\
-\Twflag{BH} & \Twflag{JM} & \Twflag{RW} \\
-\Twflag{BI} & \Twflag{JO} & \Twflag{SA} \\
-\Twflag{BJ} & \Twflag{JollyRoger} & \Twflag{SB} \\
-\Twflag{BN} & \Twflag{JP} & \Twflag{SC} \\
-\Twflag{BO} & \Twflag{KE} & \Twflag{SD} \\
-\Twflag{BR} & \Twflag{KG} & \Twflag{SE} \\
-\Twflag{BS} & \Twflag{KH} & \Twflag{SG} \\
-\Twflag{BT} & \Twflag{KI} & \Twflag{SI} \\
-\Twflag{BW} & \Twflag{KM} & \Twflag{SK} \\
-\Twflag{BY} & \Twflag{KN} & \Twflag{SL} \\
-\Twflag{BZ} & \Twflag{KO} & \Twflag{SM} \\
-\Twflag{CA} & \Twflag{KP} & \Twflag{SN} \\
-\Twflag{CD} & \Twflag{KR} & \Twflag{SO} \\
-\Twflag{CF} & \Twflag{KW} & \Twflag{Somaliland} \\
-\Twflag{CG} & \Twflag{KZ} & \Twflag{SR} \\
-\Twflag{CH} & \Twflag{LA} & \Twflag{SS} \\
-\Twflag{CI} & \Twflag{LB} & \Twflag{ST} \\
-\Twflag{CK} & \Twflag{LC} & \Twflag{SV} \\
-\Twflag{CL} & \Twflag{LI} & \Twflag{SY} \\
-\Twflag{CM} & \Twflag{LK} & \Twflag{SZ} \\
-\Twflag{CN} & \Twflag{LR} & \Twflag{TD} \\
-\Twflag{CO} & \Twflag{LS} & \Twflag{TG} \\
-\Twflag{CR} & \Twflag{LT} & \Twflag{TH} \\
-\Twflag{CU} & \Twflag{LU} & \Twflag{TJ} \\
-\Twflag{CV} & \Twflag{LV} & \Twflag{TL} \\
-\Twflag{CY} & \Twflag{LY} & \Twflag{TM} \\
-\Twflag{CZ} & \Twflag{MA} & \Twflag{TN} \\
-\Twflag{DE} & \Twflag{MD} & \Twflag{TO} \\
-\Twflag{DJ} & \Twflag{ME} & \Twflag{TR} \\
-\Twflag{DK} & \Twflag{MG} & \Twflag{Transnistria} \\
-\Twflag{DM} & \Twflag{MH} & \Twflag{TT} \\
-\Twflag{DO} & \Twflag{MK} & \Twflag{TV} \\
-\Twflag{DZ} & \Twflag{ML} & \Twflag{TW} \\
-\Twflag{EC} & \Twflag{MM} & \Twflag{TZ} \\
-\Twflag{EE} & \Twflag{MN} & \Twflag{UA} \\
-\Twflag{EG} & \Twflag{MR} & \Twflag{UG} \\
-\Twflag{EH} & \Twflag{MT} & \Twflag{UNO} \\
-\Twflag{ER} & \Twflag{MU} & \Twflag{US} \\
-\Twflag{ES} & \Twflag{MV} & \Twflag{UY} \\
-\Twflag{Esperanto} & \Twflag{MW} & \Twflag{UZ} \\
-\Twflag{ET} & \Twflag{MX} & \Twflag{VA} \\
-\Twflag{EU} & \Twflag{MY} & \Twflag{VC} \\
-\Twflag{FI} & \Twflag{MZ} & \Twflag{VE} \\
-\Twflag{FJ} & \Twflag{NA} & \Twflag{VN} \\
-\Twflag{FM} & \Twflag{NATO} & \Twflag{VU} \\
-\Twflag{FR} & \Twflag{NE} & \Twflag{WB} \\
-\Twflag{GA} & \Twflag{NG} & \Twflag{WS} \\
-\Twflag{GB} & \Twflag{NI} & \Twflag{YE} \\
-\Twflag{GD} & \Twflag{NL} & \Twflag{ZA} \\
-\Twflag{GE} & \Twflag{NO} & \Twflag{ZM} \\
-\Twflag{GF} & \Twflag{NP} & \Twflag{ZW} \\
-\Twflag{GH} & \Twflag{NR} & \\
+\Ttwem{avocado}{1f951} & \Ttwem{hot beverage}{2615} \\
+\Ttwem{bacon}{1f953} & \Ttwem{hot dog}{1f32d} \\
+\Ttwem{bagel}{1f96f} & \Ttwem{hot pepper}{1f336} \\
+\Ttwem{baguette bread}{1f956} & \Ttwem{ice}{1f9ca} \\
+\Ttwem{banana}{1f34c} & \Ttwem{ice cream}{1f368} \\
+\Ttwem{beer mug}{1f37a} & \Ttwem{kiwi fruit}{1f95d} \\
+\Ttwem{bell pepper}{1fad1} & \Ttwem{leafy green}{1f96c} \\
+\Ttwem{bento box}{1f371} & \Ttwem{lemon}{1f34b} \\
+\Ttwem{beverage box}{1f9c3} & \Ttwem{lollipop}{1f36d} \\
+\Ttwem{blueberries}{1fad0} & \Ttwem{mango}{1f96d} \\
+\Ttwem{bottle with popping cork}{1f37e} & \Ttwem{mate}{1f9c9} \\
+\Ttwem{bowl with spoon}{1f963} & \Ttwem{meat on bone}{1f356} \\
+\Ttwem{bread}{1f35e} & \Ttwem{melon}{1f348} \\
+\Ttwem{broccoli}{1f966} & \Ttwem{moon cake}{1f96e} \\
+\Ttwem{bubble tea}{1f9cb} & \Ttwem{mushroom}{1f344} \\
+\Ttwem{burrito}{1f32f} & \Ttwem{oden}{1f362} \\
+\Ttwem{butter}{1f9c8} & \Ttwem{olive}{1fad2} \\
+\Ttwem{candy}{1f36c} & \Ttwem{onion}{1f9c5} \\
+\Ttwem{canned food}{1f96b} & \Ttwem{pancakes}{1f95e} \\
+\Ttwem{carrot}{1f955} & \Ttwem{peach}{1f351} \\
+\Ttwem{cheese wedge}{1f9c0} & \Ttwem{peanuts}{1f95c} \\
+\Ttwem{cherries}{1f352} & \Ttwem{pear}{1f350} \\
+\Ttwem{chocolate bar}{1f36b} & \Ttwem{pie}{1f967} \\
+\Ttwem{chopsticks}{1f962} & \Ttwem{pineapple}{1f34d} \\
+\Ttwem{clinking beer mugs}{1f37b} & \Ttwem{pizza}{1f355} \\
+\Ttwem{clinking glasses}{1f942} & \Ttwem{popcorn}{1f37f} \\
+\Ttwem{cocktail glass}{1f378} & \Ttwem{pot of food}{1f372} \\
+\Ttwem{coconut}{1f965} & \Ttwem{potato}{1f954} \\
+\Ttwem{cooked rice}{1f35a} & \Ttwem{poultry leg}{1f357} \\
+\Ttwem{cookie}{1f36a} & \Ttwem{pretzel}{1f968} \\
+\Ttwem{cooking}{1f373} & \Ttwem{red apple}{1f34e} \\
+\Ttwem{croissant}{1f950} & \Ttwem{rice ball}{1f359} \\
+\Ttwem{cucumber}{1f952} & \Ttwem{rice cracker}{1f358} \\
+\Ttwem{cup with straw}{1f964} & \Ttwem{roasted sweet potato}{1f360} \\
+\Ttwem{cupcake}{1f9c1} & \Ttwem{sake}{1f376} \\
+\Ttwem{curry rice}{1f35b} & \Ttwem{salt}{1f9c2} \\
+\Ttwem{custard}{1f36e} & \Ttwem{sandwich}{1f96a} \\
+\Ttwem{cut of meat}{1f969} & \Ttwem{shallow pan of food}{1f958} \\
+\Ttwem{dango}{1f361} & \Ttwem{shaved ice}{1f367} \\
+\Ttwem{doughnut}{1f369} & \Ttwem{shortcake}{1f370} \\
+\Ttwem{dumpling}{1f95f} & \Ttwem{soft ice cream}{1f366} \\
+\Ttwem{egg}{1f95a} & \Ttwem{spaghetti}{1f35d} \\
+\Ttwem{eggplant}{1f346} & \Ttwem{steaming bowl}{1f35c} \\
+\Ttwem{falafel}{1f9c6} & \Ttwem{strawberry}{1f353} \\
+\Ttwem{fish cake with swirl}{1f365} & \Ttwem{stuffed flatbread}{1f959} \\
+\Ttwem{flatbread}{1fad3} & \Ttwem{sushi}{1f363} \\
+\Ttwem{fondue}{1fad5} & \Ttwem{taco}{1f32e} \\
+\Ttwem{fork and knife}{1f374} & \Ttwem{takeout box}{1f961} \\
+\Ttwem{fork and knife with plate}{1f37d} & \Ttwem{tamale}{1fad4} \\
+\Ttwem{fortune cookie}{1f960} & \Ttwem{tangerine}{1f34a} \\
+\Ttwem{french fries}{1f35f} & \Ttwem{teacup without handle}{1f375} \\
+\Ttwem{fried shrimp}{1f364} & \Ttwem{teapot}{1fad6} \\
+\Ttwem{garlic}{1f9c4} & \Ttwem{tomato}{1f345} \\
+\Ttwem{glass of milk}{1f95b} & \Ttwem{tropical drink}{1f379} \\
+\Ttwem{grapes}{1f347} & \Ttwem{tumbler glass}{1f943} \\
+\Ttwem{green apple}{1f34f} & \Ttwem{waffle}{1f9c7} \\
+\Ttwem{green salad}{1f957} & \Ttwem{watermelon}{1f349} \\
+\Ttwem{hamburger}{1f354} & \Ttwem{wine glass}{1f377} \\
+\Ttwem{honey pot}{1f36f} & \\
\end{longtable}
-\bigskip
\begin{tablenote}
- All \WFLAGS\ symbols are implemented with \TikZ\ graphics, not with
- a font. The package provides a number of options for controlling
- flag size and style. \seedocs{\WFLAGS}.
+ \twemojismessage.
\end{tablenote}
\end{longsymtable}
-\begin{longsymtable}[TWEM]{\TWEM\ Flags}
-\ltindex{flags}
-\ltindex{emoji}
-\label{twemoji-flags}
-\begin{longtable}{*2{lp{\twemwidth}}}
-\multicolumn{4}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\begin{longsymtable}[CHILD]{\CHILD\ Food and Cooking Symbols}
+\ltindex{food}
+\ltidxboth{cooking}{symbols}
+\ltindex{apple=apple (\fcApple)}
+\ltindex{barbecue=barbecue (\fcBarbecue)}
+\ltindex{kabob=kabob (\fcBarbecue)}
+\ltindex{bread=bread (\fcBread)}
+\ltindex{cupcake=cupcake (\fcBrownie)}
+\ltindex{candy=candy (\fcBullet)}
+\ltindex{burrito=burrito (\fcBurrito)}
+\ltindex{cabbage=cabbage (\fcCabbage)}
+\ltindex{carrot=carrot (\fcCarrot)}
+\ltindex{carrot=carrot (\fcCarrotA)}
+\ltindex{milk=milk (\fcCashier)}
+\ltindex{cheese=cheese (\fcCheese)}
+\ltindex{cherry=cherry (\fcCherry)}
+\ltindex{chicken thigh=chicken thigh (\fcChickenThigh)}
+\ltindex{cucumber=cucumber (\fcCucumber)}
+\ltindex{cupcake=cupcake (\fcCupcake)}
+\ltindex{cupcake=cupcake (\fcCupcakeA)}
+\ltindex{cupcake=cupcake (\fcCupcakeB)}
+\ltindex{cutting board=cutting board (\fcCuttingBoard)}
+\ltindex{egg=egg (\fcEgg)}
+\ltindex{egg=egg (\fcEggA)}
+\ltindex{egg=egg (\fcEggB)}
+\ltindex{eggplant=eggplant (\fcEggplant)}
+\ltindex{french fries=french fries (\fcFrenchFries)}
+\ltindex{refrigerator=refrigerator (\fcFridge)}
+\ltindex{hamburger=hamburger (\fchamburger)}
+\ltindex{ice cream=ice cream (\fcIceCreamA)}
+\ltindex{ice cream=ice cream (\fcIceCreamB)}
+\ltindex{ice cream=ice cream (\fcIceCreamC)}
+\ltindex{ice cream=ice cream (\fcIceCreamD)}
+\ltindex{ice cream=ice cream (\fcIceCreamE)}
+\ltindex{ice cream=ice cream (\fcIceCreamF)}
+\ltindex{ice cream=ice cream (\fcIceCreamG)}
+\ltindex{ice cream=ice cream (\fcIceCreamH)}
+\ltindex{ketchup=ketchup (\fcKetchup)}
+\ltindex{condiments=condiments (\fcKetchup)}
+\ltindex{kettle=kettle (\fcKettle)}
+\ltindex{tea kettle=tea kettle (\fcKettle)}
+\ltindex{knife=knife (\fcKnife)}
+\ltindex{mug=mug (\fcMug)}
+\ltindex{mushroom=mushroom (\fcMushroom)}
+\ltindex{mushroom=mushroom (\fcMushroomA)}
+\ltindex{mushroom=mushroom (\fcMushroomB)}
+\ltindex{nuggets=nuggets (\fcNuggets)}
+\ltindex{onion=onion (\fcOnion)}
+\ltindex{pan=pan (\fcPanA)}
+\ltindex{skillet=skillet (\fcPanA)}
+\ltindex{spatula=spatula (\fcPanB)}
+\ltindex{pimiento=pimiento (\fcPimento)}
+\ltindex{bell pepper=bell pepper (\fcPimento)}
+\ltindex{pineapple=pineapple (\fcPineapple)}
+\ltindex{popsicle=popsicle (\fcPopsicle)}
+\ltindex{potato=potato (\fcPotato)}
+\ltindex{kettle=kettle (\fcPulse)}
+\ltindex{roast chicken=roast chicken (\fcRoastChicken)}
+\ltindex{chicken>roasted=roasted (\fcRoastChicken)}
+\ltindex{rolling pin=rolling pin (\fcRoller)}
+\ltindex{scallions=scallions (\fcScallion)}
+\ltindex{egg=egg (\fcScaredEgg)}
+\ltindex{knife=knife (\fcSharpKnife)}
+\ltindex{ladle=ladle (\fcShell)}
+\ltindex{shrimp=shrimp (\fcShrimp)}
+\ltindex{spatulas=spatulas (\fcSpatulas)}
+\ltindex{steak=steak (\fcSteak)}
+\ltindex{strawberry=strawberry (\fcStrawberry)}
+\ltindex{strawberry=strawberry (\fcStrawberryA)}
+\ltindex{sugar=sugar (\fcSugar)}
+\ltindex{tomato=tomato (\fcTomato)}
+\ltindex{sweet potato=sweet potato (\fcTony)}
+\ltindex{watermelon=watermelon (\fcWatermelon)}
+\label{figchild-food}
+\begin{longtable}{*3{ll}}
+\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
\endhead
\endfirsthead
\\[3ex]
-\multicolumn{4}{r}{\small\textit{(continued on next page)}}
+\multicolumn{6}{r}{\small\textit{(continued on next page)}}
\endfoot
\endlastfoot
-\Ttwem{flag: Afghanistan}{1f1e6-1f1eb} & \Ttwem{flag: Libya}{1f1f1-1f1fe} \\
-\Ttwem{flag: Albania}{1f1e6-1f1f1} & \Ttwem{flag: Liechtenstein}{1f1f1-1f1ee} \\
-\Ttwem{flag: Algeria}{1f1e9-1f1ff} & \Ttwem{flag: Lithuania}{1f1f1-1f1f9} \\
-\Ttwem{flag: American Samoa}{1f1e6-1f1f8} & \Ttwem{flag: Luxembourg}{1f1f1-1f1fa} \\
-\Ttwem{flag: Andorra}{1f1e6-1f1e9} & \Ttwem{flag: Macao SAR China}{1f1f2-1f1f4} \\
-\Ttwem{flag: Angola}{1f1e6-1f1f4} & \Ttwem{flag: Madagascar}{1f1f2-1f1ec} \\
-\Ttwem{flag: Anguilla}{1f1e6-1f1ee} & \Ttwem{flag: Malawi}{1f1f2-1f1fc} \\
-\Ttwem{flag: Antarctica}{1f1e6-1f1f6} & \Ttwem{flag: Malaysia}{1f1f2-1f1fe} \\
-\Ttwem{flag: Antigua \& Barbuda}{1f1e6-1f1ec} & \Ttwem{flag: Maldives}{1f1f2-1f1fb} \\
-\Ttwem{flag: Argentina}{1f1e6-1f1f7} & \Ttwem{flag: Mali}{1f1f2-1f1f1} \\
-\Ttwem{flag: Armenia}{1f1e6-1f1f2} & \Ttwem{flag: Malta}{1f1f2-1f1f9} \\
-\Ttwem{flag: Aruba}{1f1e6-1f1fc} & \Ttwem{flag: Marshall Islands}{1f1f2-1f1ed} \\
-\Ttwem{flag: Ascension Island}{1f1e6-1f1e8} & \Ttwem{flag: Martinique}{1f1f2-1f1f6} \\
-\Ttwem{flag: Australia}{1f1e6-1f1fa} & \Ttwem{flag: Mauritania}{1f1f2-1f1f7} \\
-\Ttwem{flag: Austria}{1f1e6-1f1f9} & \Ttwem{flag: Mauritius}{1f1f2-1f1fa} \\
-\Ttwem{flag: Azerbaijan}{1f1e6-1f1ff} & \Ttwem{flag: Mayotte}{1f1fe-1f1f9} \\
-\Ttwem{flag: Bahamas}{1f1e7-1f1f8} & \Ttwem{flag: Mexico}{1f1f2-1f1fd} \\
-\Ttwem{flag: Bahrain}{1f1e7-1f1ed} & \Ttwem{flag: Micronesia}{1f1eb-1f1f2} \\
-\Ttwem{flag: Bangladesh}{1f1e7-1f1e9} & \Ttwem{flag: Moldova}{1f1f2-1f1e9} \\
-\Ttwem{flag: Barbados}{1f1e7-1f1e7} & \Ttwem{flag: Monaco}{1f1f2-1f1e8} \\
-\Ttwem{flag: Belarus}{1f1e7-1f1fe} & \Ttwem{flag: Mongolia}{1f1f2-1f1f3} \\
-\Ttwem{flag: Belgium}{1f1e7-1f1ea} & \Ttwem{flag: Montenegro}{1f1f2-1f1ea} \\
-\Ttwem{flag: Belize}{1f1e7-1f1ff} & \Ttwem{flag: Montserrat}{1f1f2-1f1f8} \\
-\Ttwem{flag: Benin}{1f1e7-1f1ef} & \Ttwem{flag: Morocco}{1f1f2-1f1e6} \\
-\Ttwem{flag: Bermuda}{1f1e7-1f1f2} & \Ttwem{flag: Mozambique}{1f1f2-1f1ff} \\
-\Ttwem{flag: Bhutan}{1f1e7-1f1f9} & \Ttwem{flag: Myanmar (Burma)}{1f1f2-1f1f2} \\
-\Ttwem{flag: Bolivia}{1f1e7-1f1f4} & \Ttwem{flag: Namibia}{1f1f3-1f1e6} \\
-\Ttwem{flag: Bosnia \& Herzegovina}{1f1e7-1f1e6} & \Ttwem{flag: Nauru}{1f1f3-1f1f7} \\
-\Ttwem{flag: Botswana}{1f1e7-1f1fc} & \Ttwem{flag: Nepal}{1f1f3-1f1f5} \\
-\Ttwem{flag: Bouvet Island}{1f1e7-1f1fb} & \Ttwem{flag: Netherlands}{1f1f3-1f1f1} \\
-\Ttwem{flag: Brazil}{1f1e7-1f1f7} & \Ttwem{flag: New Caledonia}{1f1f3-1f1e8} \\
-\Ttwem{flag: British Indian Ocean Territory}{1f1ee-1f1f4} & \Ttwem{flag: New Zealand}{1f1f3-1f1ff} \\
-\Ttwem{flag: British Virgin Islands}{1f1fb-1f1ec} & \Ttwem{flag: Nicaragua}{1f1f3-1f1ee} \\
-\Ttwem{flag: Brunei}{1f1e7-1f1f3} & \Ttwem{flag: Niger}{1f1f3-1f1ea} \\
-\Ttwem{flag: Bulgaria}{1f1e7-1f1ec} & \Ttwem{flag: Nigeria}{1f1f3-1f1ec} \\
-\Ttwem{flag: Burkina Faso}{1f1e7-1f1eb} & \Ttwem{flag: Niue}{1f1f3-1f1fa} \\
-\Ttwem{flag: Burundi}{1f1e7-1f1ee} & \Ttwem{flag: Norfolk Island}{1f1f3-1f1eb} \\
-\Ttwem{flag: Cambodia}{1f1f0-1f1ed} & \Ttwem{flag: North Korea}{1f1f0-1f1f5} \\
-\Ttwem{flag: Cameroon}{1f1e8-1f1f2} & \Ttwem{flag: North Macedonia}{1f1f2-1f1f0} \\
-\Ttwem{flag: Canada}{1f1e8-1f1e6} & \Ttwem{flag: Northern Mariana Islands}{1f1f2-1f1f5} \\
-\Ttwem{flag: Canary Islands}{1f1ee-1f1e8} & \Ttwem{flag: Norway}{1f1f3-1f1f4} \\
-\Ttwem{flag: Cape Verde}{1f1e8-1f1fb} & \Ttwem{flag: Oman}{1f1f4-1f1f2} \\
-\Ttwem{flag: Caribbean Netherlands}{1f1e7-1f1f6} & \Ttwem{flag: Pakistan}{1f1f5-1f1f0} \\
-\Ttwem{flag: Cayman Islands}{1f1f0-1f1fe} & \Ttwem{flag: Palau}{1f1f5-1f1fc} \\
-\Ttwem{flag: Central African Republic}{1f1e8-1f1eb} & \Ttwem{flag: Palestinian Territories}{1f1f5-1f1f8} \\
-\Ttwem{flag: Ceuta \& Melilla}{1f1ea-1f1e6} & \Ttwem{flag: Panama}{1f1f5-1f1e6} \\
-\Ttwem{flag: Chad}{1f1f9-1f1e9} & \Ttwem{flag: Papua New Guinea}{1f1f5-1f1ec} \\
-\Ttwem{flag: Chile}{1f1e8-1f1f1} & \Ttwem{flag: Paraguay}{1f1f5-1f1fe} \\
-\Ttwem{flag: China}{1f1e8-1f1f3} & \Ttwem{flag: Peru}{1f1f5-1f1ea} \\
-\Ttwem{flag: Christmas Island}{1f1e8-1f1fd} & \Ttwem{flag: Philippines}{1f1f5-1f1ed} \\
-\Ttwem{flag: Clipperton Island}{1f1e8-1f1f5} & \Ttwem{flag: Pitcairn Islands}{1f1f5-1f1f3} \\
-\Ttwem{flag: Cocos (Keeling) Islands}{1f1e8-1f1e8} & \Ttwem{flag: Poland}{1f1f5-1f1f1} \\
-\Ttwem{flag: Colombia}{1f1e8-1f1f4} & \Ttwem{flag: Portugal}{1f1f5-1f1f9} \\
-\Ttwem{flag: Comoros}{1f1f0-1f1f2} & \Ttwem{flag: Puerto Rico}{1f1f5-1f1f7} \\
-\Ttwem{flag: Congo - Brazzaville}{1f1e8-1f1ec} & \Ttwem{flag: Qatar}{1f1f6-1f1e6} \\
-\Ttwem{flag: Congo - Kinshasa}{1f1e8-1f1e9} & \Ttwem{flag: Romania}{1f1f7-1f1f4} \\
-\Ttwem{flag: Cook Islands}{1f1e8-1f1f0} & \Ttwem{flag: Russia}{1f1f7-1f1fa} \\
-\Ttwem{flag: Costa Rica}{1f1e8-1f1f7} & \Ttwem{flag: Rwanda}{1f1f7-1f1fc} \\
-\Ttwem{flag: Croatia}{1f1ed-1f1f7} & \Ttwem{flag: Réunion}{1f1f7-1f1ea} \\
-\Ttwem{flag: Cuba}{1f1e8-1f1fa} & \Ttwem{flag: Samoa}{1f1fc-1f1f8} \\
-\Ttwem{flag: Curaçao}{1f1e8-1f1fc} & \Ttwem{flag: San Marino}{1f1f8-1f1f2} \\
-\Ttwem{flag: Cyprus}{1f1e8-1f1fe} & \Ttwem{flag: Saudi Arabia}{1f1f8-1f1e6} \\
-\Ttwem{flag: Czechia}{1f1e8-1f1ff} & \Ttwem{flag: Scotland}{1f3f4-e0067-e0062-e0073-e0063-e0074-e007f} \\
-\Ttwem{flag: Côte d'Ivoire}{1f1e8-1f1ee} & \Ttwem{flag: Senegal}{1f1f8-1f1f3} \\
-\Ttwem{flag: Denmark}{1f1e9-1f1f0} & \Ttwem{flag: Serbia}{1f1f7-1f1f8} \\
-\Ttwem{flag: Diego Garcia}{1f1e9-1f1ec} & \Ttwem{flag: Seychelles}{1f1f8-1f1e8} \\
-\Ttwem{flag: Djibouti}{1f1e9-1f1ef} & \Ttwem{flag: Sierra Leone}{1f1f8-1f1f1} \\
-\Ttwem{flag: Dominica}{1f1e9-1f1f2} & \Ttwem{flag: Singapore}{1f1f8-1f1ec} \\
-\Ttwem{flag: Dominican Republic}{1f1e9-1f1f4} & \Ttwem{flag: Sint Maarten}{1f1f8-1f1fd} \\
-\Ttwem{flag: Ecuador}{1f1ea-1f1e8} & \Ttwem{flag: Slovakia}{1f1f8-1f1f0} \\
-\Ttwem{flag: Egypt}{1f1ea-1f1ec} & \Ttwem{flag: Slovenia}{1f1f8-1f1ee} \\
-\Ttwem{flag: El Salvador}{1f1f8-1f1fb} & \Ttwem{flag: Solomon Islands}{1f1f8-1f1e7} \\
-\Ttwem{flag: England}{1f3f4-e0067-e0062-e0065-e006e-e0067-e007f} & \Ttwem{flag: Somalia}{1f1f8-1f1f4} \\
-\Ttwem{flag: Equatorial Guinea}{1f1ec-1f1f6} & \Ttwem{flag: South Africa}{1f1ff-1f1e6} \\
-\Ttwem{flag: Eritrea}{1f1ea-1f1f7} & \Ttwem{flag: South Georgia \& South Sandwich Islands}{1f1ec-1f1f8} \\
-\Ttwem{flag: Estonia}{1f1ea-1f1ea} & \Ttwem{flag: South Korea}{1f1f0-1f1f7} \\
-\Ttwem{flag: Eswatini}{1f1f8-1f1ff} & \Ttwem{flag: South Sudan}{1f1f8-1f1f8} \\
-\Ttwem{flag: Ethiopia}{1f1ea-1f1f9} & \Ttwem{flag: Spain}{1f1ea-1f1f8} \\
-\Ttwem{flag: European Union}{1f1ea-1f1fa} & \Ttwem{flag: Sri Lanka}{1f1f1-1f1f0} \\
-\Ttwem{flag: Falkland Islands}{1f1eb-1f1f0} & \Ttwem{flag: St. Barthélemy}{1f1e7-1f1f1} \\
-\Ttwem{flag: Faroe Islands}{1f1eb-1f1f4} & \Ttwem{flag: St. Helena}{1f1f8-1f1ed} \\
-\Ttwem{flag: Fiji}{1f1eb-1f1ef} & \Ttwem{flag: St. Kitts \& Nevis}{1f1f0-1f1f3} \\
-\Ttwem{flag: Finland}{1f1eb-1f1ee} & \Ttwem{flag: St. Lucia}{1f1f1-1f1e8} \\
-\Ttwem{flag: France}{1f1eb-1f1f7} & \Ttwem{flag: St. Martin}{1f1f2-1f1eb} \\
-\Ttwem{flag: French Guiana}{1f1ec-1f1eb} & \Ttwem{flag: St. Pierre \& Miquelon}{1f1f5-1f1f2} \\
-\Ttwem{flag: French Polynesia}{1f1f5-1f1eb} & \Ttwem{flag: St. Vincent \& Grenadines}{1f1fb-1f1e8} \\
-\Ttwem{flag: French Southern Territories}{1f1f9-1f1eb} & \Ttwem{flag: Sudan}{1f1f8-1f1e9} \\
-\Ttwem{flag: Gabon}{1f1ec-1f1e6} & \Ttwem{flag: Suriname}{1f1f8-1f1f7} \\
-\Ttwem{flag: Gambia}{1f1ec-1f1f2} & \Ttwem{flag: Svalbard \& Jan Mayen}{1f1f8-1f1ef} \\
-\Ttwem{flag: Georgia}{1f1ec-1f1ea} & \Ttwem{flag: Sweden}{1f1f8-1f1ea} \\
-\Ttwem{flag: Germany}{1f1e9-1f1ea} & \Ttwem{flag: Switzerland}{1f1e8-1f1ed} \\
-\Ttwem{flag: Ghana}{1f1ec-1f1ed} & \Ttwem{flag: Syria}{1f1f8-1f1fe} \\
-\Ttwem{flag: Gibraltar}{1f1ec-1f1ee} & \Ttwem{flag: São Tomé \& Príncipe}{1f1f8-1f1f9} \\
-\Ttwem{flag: Greece}{1f1ec-1f1f7} & \Ttwem{flag: Taiwan}{1f1f9-1f1fc} \\
-\Ttwem{flag: Greenland}{1f1ec-1f1f1} & \Ttwem{flag: Tajikistan}{1f1f9-1f1ef} \\
-\Ttwem{flag: Grenada}{1f1ec-1f1e9} & \Ttwem{flag: Tanzania}{1f1f9-1f1ff} \\
-\Ttwem{flag: Guadeloupe}{1f1ec-1f1f5} & \Ttwem{flag: Thailand}{1f1f9-1f1ed} \\
-\Ttwem{flag: Guam}{1f1ec-1f1fa} & \Ttwem{flag: Timor-Leste}{1f1f9-1f1f1} \\
-\Ttwem{flag: Guatemala}{1f1ec-1f1f9} & \Ttwem{flag: Togo}{1f1f9-1f1ec} \\
-\Ttwem{flag: Guernsey}{1f1ec-1f1ec} & \Ttwem{flag: Tokelau}{1f1f9-1f1f0} \\
-\Ttwem{flag: Guinea}{1f1ec-1f1f3} & \Ttwem{flag: Tonga}{1f1f9-1f1f4} \\
-\Ttwem{flag: Guinea-Bissau}{1f1ec-1f1fc} & \Ttwem{flag: Trinidad \& Tobago}{1f1f9-1f1f9} \\
-\Ttwem{flag: Guyana}{1f1ec-1f1fe} & \Ttwem{flag: Tristan da Cunha}{1f1f9-1f1e6} \\
-\Ttwem{flag: Haiti}{1f1ed-1f1f9} & \Ttwem{flag: Tunisia}{1f1f9-1f1f3} \\
-\Ttwem{flag: Heard \& McDonald Islands}{1f1ed-1f1f2} & \Ttwem{flag: Turkey}{1f1f9-1f1f7} \\
-\Ttwem{flag: Honduras}{1f1ed-1f1f3} & \Ttwem{flag: Turkmenistan}{1f1f9-1f1f2} \\
-\Ttwem{flag: Hong Kong SAR China}{1f1ed-1f1f0} & \Ttwem{flag: Turks \& Caicos Islands}{1f1f9-1f1e8} \\
-\Ttwem{flag: Hungary}{1f1ed-1f1fa} & \Ttwem{flag: Tuvalu}{1f1f9-1f1fb} \\
-\Ttwem{flag: Iceland}{1f1ee-1f1f8} & \Ttwem{flag: U.S. Outlying Islands}{1f1fa-1f1f2} \\
-\Ttwem{flag: India}{1f1ee-1f1f3} & \Ttwem{flag: U.S. Virgin Islands}{1f1fb-1f1ee} \\
-\Ttwem{flag: Indonesia}{1f1ee-1f1e9} & \Ttwem{flag: Uganda}{1f1fa-1f1ec} \\
-\Ttwem{flag: Iran}{1f1ee-1f1f7} & \Ttwem{flag: Ukraine}{1f1fa-1f1e6} \\
-\Ttwem{flag: Iraq}{1f1ee-1f1f6} & \Ttwem{flag: United Arab Emirates}{1f1e6-1f1ea} \\
-\Ttwem{flag: Ireland}{1f1ee-1f1ea} & \Ttwem{flag: United Kingdom}{1f1ec-1f1e7} \\
-\Ttwem{flag: Isle of Man}{1f1ee-1f1f2} & \Ttwem{flag: United Nations}{1f1fa-1f1f3} \\
-\Ttwem{flag: Israel}{1f1ee-1f1f1} & \Ttwem{flag: United States}{1f1fa-1f1f8} \\
-\Ttwem{flag: Italy}{1f1ee-1f1f9} & \Ttwem{flag: Uruguay}{1f1fa-1f1fe} \\
-\Ttwem{flag: Jamaica}{1f1ef-1f1f2} & \Ttwem{flag: Uzbekistan}{1f1fa-1f1ff} \\
-\Ttwem{flag: Japan}{1f1ef-1f1f5} & \Ttwem{flag: Vanuatu}{1f1fb-1f1fa} \\
-\Ttwem{flag: Jersey}{1f1ef-1f1ea} & \Ttwem{flag: Vatican City}{1f1fb-1f1e6} \\
-\Ttwem{flag: Jordan}{1f1ef-1f1f4} & \Ttwem{flag: Venezuela}{1f1fb-1f1ea} \\
-\Ttwem{flag: Kazakhstan}{1f1f0-1f1ff} & \Ttwem{flag: Vietnam}{1f1fb-1f1f3} \\
-\Ttwem{flag: Kenya}{1f1f0-1f1ea} & \Ttwem{flag: Wales}{1f3f4-e0067-e0062-e0077-e006c-e0073-e007f} \\
-\Ttwem{flag: Kiribati}{1f1f0-1f1ee} & \Ttwem{flag: Wallis \& Futuna}{1f1fc-1f1eb} \\
-\Ttwem{flag: Kosovo}{1f1fd-1f1f0} & \Ttwem{flag: Western Sahara}{1f1ea-1f1ed} \\
-\Ttwem{flag: Kuwait}{1f1f0-1f1fc} & \Ttwem{flag: Yemen}{1f1fe-1f1ea} \\
-\Ttwem{flag: Kyrgyzstan}{1f1f0-1f1ec} & \Ttwem{flag: Zambia}{1f1ff-1f1f2} \\
-\Ttwem{flag: Laos}{1f1f1-1f1e6} & \Ttwem{flag: Zimbabwe}{1f1ff-1f1fc} \\
-\Ttwem{flag: Latvia}{1f1f1-1f1fb} & \Ttwem{flag: Ã…land Islands}{1f1e6-1f1fd} \\
-\Ttwem{flag: Lebanon}{1f1f1-1f1e7} & \Ttwem{pirate flag}{1f3f4-200d-2620-fe0f} \\
-\Ttwem{flag: Lesotho}{1f1f1-1f1f8} & \Ttwem{rainbow flag}{1f3f3-fe0f-200d-1f308} \\
-\Ttwem{flag: Liberia}{1f1f1-1f1f7} & \Ttwem{transgender flag}{1f3f3-fe0f-200d-26a7-fe0f} \\
+\K\fcApple & \K\fcFrenchFries & \K\fcPimento \\
+\K\fcBarbecue & \K\fcFridge & \K\fcPineapple \\
+\K\fcBread & \K\fchamburger & \K\fcPopsicle \\
+\K\fcBrownie & \K\fcIceCreamA & \K\fcPotato \\
+\K\fcBullet & \K\fcIceCreamB & \K\fcPulse \\
+\K\fcBurrito & \K\fcIceCreamC & \K\fcRoastChicken \\
+\K\fcCabbage & \K\fcIceCreamD & \K\fcRoller \\
+\K\fcCarrot & \K\fcIceCreamE & \K\fcScallion \\
+\K\fcCarrotA & \K\fcIceCreamF & \K\fcScaredEgg \\
+\K\fcCashier & \K\fcIceCreamG & \K\fcSharpKnife \\
+\K\fcCheese & \K\fcIceCreamH & \K\fcShell \\
+\K\fcCherry & \K\fcKetchup & \K\fcShrimp \\
+\K\fcChickenThigh & \K\fcKettle & \K\fcSpatulas \\
+\K\fcCucumber & \K\fcKnife & \K\fcSteak \\
+\K\fcCupcake & \K\fcMug & \K\fcStrawberry \\
+\K\fcCupcakeA & \K\fcMushroom & \K\fcStrawberryA \\
+\K\fcCupcakeB & \K\fcMushroomA & \K\fcSugar \\
+\K\fcCuttingBoard & \K\fcMushroomB & \K\fcTomato \\
+\K\fcEgg & \K\fcNuggets & \K\fcTony \\
+\K\fcEggA & \K\fcOnion & \K\fcWatermelon \\
+\K\fcEggB & \K\fcPanA & \\
+\K\fcEggplant & \K\fcPanB & \\
\end{longtable}
\begin{tablenote}
- \twemojismessage
+ \childmessage.
\end{tablenote}
\end{longsymtable}
-\begin{symtable}[AREV]{Miscellaneous \AREV\ Symbols}
-\index{smiley faces}
-\index{frowny faces}
-\index{faces}
-\index{quotation marks}
-\index{skulls}
-\idxboth{miscellaneous}{symbols}
-\idxboth{recycling}{symbols}
-\idxboth{yin-yang}{symbols}
-\label{arev-misc}
+\begin{symtable}[UTFSYM]{\UTFSYM\ Food and Cooking Symbols}
+\index{food}
+\label{utfsym-food}
\begin{tabular}{*4{ll}}
-\K[\AREVanchor]\anchor & \K[\AREVinvsmileface]\invsmileface & \K[\AREVskull]\skull & \K[\AREVwarning]\warning \\
-\K[\AREVbiohazard]\biohazard & \K[\AREVradiation]\radiation & \K[\AREVsmileface]\smileface & \K[\AREVyinyang]\yinyang \\
-\K[\AREVheavyqtleft]\heavyqtleft & \K[\AREVrecycle]\recycle & \K[\AREVsteaming]\steaming & \\
-\K[\AREVheavyqtright]\heavyqtright & \K[\AREVsadface]\sadface & \K[\AREVswords]\swords & \\
+\Tutf{1F32D} & \Tutf{1F350} & \Tutf{1F362} & \Tutf{1F372} \\
+\Tutf{1F32E} & \Tutf{1F351} & \Tutf{1F363} & \Tutf{1F373} \\
+\Tutf{1F32F} & \Tutf{1F352} & \Tutf{1F364} & \Tutf{1F374} \\
+\Tutf{1F336} & \Tutf{1F353} & \Tutf{1F365} & \Tutf{1F375} \\
+\Tutf{1F344} & \Tutf{1F354} & \Tutf{1F366} & \Tutf{1F376} \\
+\Tutf{1F345} & \Tutf{1F355} & \Tutf{1F367} & \Tutf{1F377} \\
+\Tutf{1F346} & \Tutf{1F356} & \Tutf{1F368} & \Tutf{1F378} \\
+\Tutf{1F347} & \Tutf{1F357} & \Tutf{1F369} & \Tutf{1F379} \\
+\Tutf{1F348} & \Tutf{1F35A} & \Tutf{1F36A} & \Tutf{1F37A} \\
+\Tutf{1F349} & \Tutf{1F35B} & \Tutf{1F36B} & \Tutf{1F37B} \\
+\Tutf{1F34A} & \Tutf{1F35C} & \Tutf{1F36C} & \Tutf{1F37C} \\
+\Tutf{1F34B} & \Tutf{1F35D} & \Tutf{1F36D} & \Tutf{1F37D} \\
+\Tutf{1F34C} & \Tutf{1F35E} & \Tutf{1F36E} & \Tutf{1F37E} \\
+\Tutf{1F34D} & \Tutf{1F35F} & \Tutf{1F36F} & \Tutf{1F37F} \\
+\Tutf{1F34E} & \Tutf{1F360} & \Tutf{1F370} & \Tutf{1F382} \\
+\Tutf{1F34F} & \Tutf{1F361} & \Tutf{1F371} & \\
\end{tabular}
+
+\bigskip
+\utfsymmessage
\end{symtable}
\begin{symtable}[COOK]{\COOK\ Cooking Symbols}
\idxboth{cooking}{symbols}
+\index{oven>bottom heat=bottom heat (\Bottomheat)}
+\index{fork=fork (\Fork)}
+\index{knife=knife (\Knife)}
+\index{oven>top and bottom heat=top and bottom heat (\Topbottomheat)}
+\index{dish=dish (\Dish)}
+\index{oven>gas=gas (\Gasstove)}
+\index{oven=oven (\Oven)}
+\index{oven>top heat=top heat (\Topheat)}
+\index{oven>convection=convection (\Fanoven)}
+\index{oven mitts=oven mitts (\Gloves)}
+\index{spoon=spoon (\Spoon)}
\label{cookingsymbols}
+\begin{indexingoff}
\begin{tabular}{*4{ll}}
\K\Bottomheat & \K\Fork & \K\Knife & \K\Topbottomheat \\
\K\Dish & \K\Gasstove & \K\Oven & \K\Topheat \\
\K\Fanoven & \K\Gloves & \K\Spoon & \\
\end{tabular}
+\end{indexingoff}
\end{symtable}
\begin{symtable}[TIKZSYM]{\TIKZSYM\ Cooking Symbols}
\idxboth{cooking}{symbols}
+\index{baking plate=baking plate (\bakingplate)}
+\index{eggbeater=eggbeater (\eggbeater)}
+\index{pan=pan (\pan)}
+\index{squeezer=squeezer (\squeezer)}
+\index{blender=blender (\blender)}
+\index{frying pan=frying pan (\fryingpan)}
+\index{peeler=peeler (\peeler)}
+\index{trident=trident (\trident)}
+\index{bottle=bottle (\bottle)}
+\index{garlic press=garlic press (\garlicpress)}
+\index{pot=pot (\pot)}
+\index{bowl=bowl (\bowl)}
+\index{grater=grater (\grater)}
+\index{rolling pin=rolling pin (\rollingpin)}
+\index{cooker=cooker (\cooker)}
+\index{oven=oven (\oven)}
+\index{sieve=sieve (\sieve)}
\label{tikzsym-cooking}
+\begin{indexingoff}
\begin{tabular}{*4{ll}}
\K\bakingplate & \K\eggbeater & \K\pan & \K\squeezer \\
\K\blender & \K\fryingpan & \K\peeler & \K\trident \\
@@ -19400,21 +23430,24 @@ unambiguously into any of the previous sections.
\K\bowl & \K\grater & \K\rollingpin & \\
\K\cooker & \K\oven & \K\sieve & \\
\end{tabular}
+\end{indexingoff}
\bigskip
-
\begin{tablenote}
- \TIKZSYM\ defines German-language aliases for each of the above:
- \cmdI{\Backblech} for \cmdI{\bakingplate}, \cmdI{\Bratpfanne} for
- \cmdI{\fryingpan}, \cmdI{\Dreizack} for \cmdI{\trident}, \cmdI{\Flasche}
- for \cmdI{\bottle}, \cmdI{\Herd} for \cmdI{\cooker}, \cmdI{\Kochtopf} for
- \cmdI{\pot}, \cmdI{\Knoblauchpresse} for \cmdI{\garlicpress},
- \cmdI{\Nudelholz} for \cmdI{\rollingpin}, \cmdI{\Ofen} for \cmdI{\oven},
- \cmdI{\Pfanne} for \cmdI{\pan}, \cmdI{\Purierstab} for \cmdI{\blender},
- \cmdI{\Reibe} for \cmdI{\grater}, \cmdI{\Saftpresse} for
- \cmdI{\squeezer}, \cmdI{\Schaler} for \cmdI{\peeler}, \cmdI{\Schneebesen}
- for \cmdI{\eggbeater}, \cmdI{\Schussel} for \cmdI{\bowl}, and
- \cmdI{\Sieb} for \cmdI{\sieve}.
+ \begin{indexingoff}
+ \TIKZSYM\ defines German-language aliases for each of the above:
+ \cmdI{\Backblech} for \cmdI{\bakingplate}, \cmdI{\Bratpfanne} for
+ \cmdI{\fryingpan}, \cmdI{\Dreizack} for \cmdI{\trident},
+ \cmdI{\Flasche} for \cmdI{\bottle}, \cmdI{\Herd} for \cmdI{\cooker},
+ \cmdI{\Kochtopf} for \cmdI{\pot}, \cmdI{\Knoblauchpresse} for
+ \cmdI{\garlicpress}, \cmdI{\Nudelholz} for \cmdI{\rollingpin},
+ \cmdI{\Ofen} for \cmdI{\oven}, \cmdI{\Pfanne} for \cmdI{\pan},
+ \cmdI{\Purierstab} for \cmdI{\blender}, \cmdI{\Reibe} for
+ \cmdI{\grater}, \cmdI{\Saftpresse} for \cmdI{\squeezer},
+ \cmdI{\Schaler} for \cmdI{\peeler}, \cmdI{\Schneebesen} for
+ \cmdI{\eggbeater}, \cmdI{\Schussel} for \cmdI{\bowl}, and \cmdI{\Sieb}
+ for \cmdI{\sieve}.
+ \end{indexingoff}
\tikzsymbolsaregraphics.
\end{tablenote}
@@ -19426,9 +23459,30 @@ unambiguously into any of the previous sections.
\index{smiley faces}
\index{frowny faces}
\index{faces}
+\index{smiling face=3D smiley face (\Smiley)}
+\index{sad face=sad face (\Sadey)}
+\index{neutral face=neutral face (\Neutrey)}
+\index{laughing face=laughing face (\Laughey)}
+\index{annoyed face=annoyed face (\Annoey)}
+\index{winking face=winking face (\Winkey)}
+\index{S-mouth face=S-mouth face (\Sey)}
+\index{X-eyes face=X-eyes face (\Xey)}
+\index{innocent face=innocent face (\Innocey)}
+\index{cool face=cool face (\Cooley)}
+\index{tongue-out face=tongue-out face (\Tongey)}
+\index{nurse face=nurse face (\Nursey)}
+\index{vomiting face=vomiting face (\Vomey)}
+\index{pounding on wall face=pounding on wall face (\Walley)}
+\index{pounding on wall face=pounding on wall face (\rWalley)}
+\index{ninja face=ninja face (\Ninja)}
+\index{sleepy face=sleepy face (\Sleepey)}
+\index{cat face=cat face (\Cat)}
+\index{Grim Reaper=Grim Reaper (\NiceReapey)}
+\index{Schroedinger's cat=Schr\"odinger's cat (\SchrodingersCat{0})}
\label{tikzsym-emoji}
\newcommand*{\zero}{\texttt{\string{0\string}}}
\newcommand*{\one}{\texttt{\string{1\string}}}
+\begin{indexingoff}
\begin{tabular}{*4{ll}}
\K\Annoey & \K\Laughey & \K\rWalley & \K\Tongey \\
\K\Cat & \K\Neutrey & \K\Sadey & \K\Vomey \\
@@ -19440,6 +23494,7 @@ unambiguously into any of the previous sections.
\K\Cooley & \K\Nursey & \K\Sleepey & \K\wInnocey \\
\K\Innocey & \K\oldWinkey & \K\Smiley & \K\Xey \\
\end{tabular}
+\end{indexingoff}
\bigskip
@@ -19455,13 +23510,29 @@ unambiguously into any of the previous sections.
\begin{symtable}[TIKZSYM]{\TIKZSYM\ 3D Emoji}
-\index{emoji}
-\index{emoji>3D}
+\subindex{emoji}{3D}
\index{smiley faces}
\index{frowny faces}
-\index{faces}
+\subindex{faces}{3D}
+\index{smiling face, 3D=3D smiley face (\dSmiley)}
+\index{sad face, 3D=sad face, 3D (\dSadey)}
+\index{neutral face, 3D=neutral face, 3D (\dNeutrey)}
+\index{laughing face, 3D=laughing face, 3D (\dLaughey)}
+\index{annoyed face, 3D=annoyed face, 3D (\dAnnoey)}
+\index{winking face, 3D=winking face, 3D (\dWinkey)}
+\index{S-mouth face, 3D=S-mouth face, 3D (\dSey)}
+\index{X-eyes face, 3D=X-eyes face, 3D (\dXey)}
+\index{innocent face, 3D=innocent face, 3D (\dInnocey)}
+\index{cool face, 3D=cool face, 3D (\dCooley)}
+\index{tongue-out face, 3D=tongue-out face, 3D (\dTongey)}
+\index{nurse face, 3D=nurse face, 3D (\dNursey)}
+\index{vomiting face, 3D=vomiting face, 3D (\dVomey)}
+\index{pounding on wall face, 3D=pounding on wall face, 3D (\dWalley)}
+\index{ninja face, 3D=ninja face, 3D (\dNinja)}
+\index{sleepy face, 3D=sleepy face, 3D (\dSleepey)}
\label{tikzsym-emoji-3d}
\newcommand*{\one}{\texttt{\string{1\string}}}
+\begin{indexingoff}
\begin{tabular}{*4{ll}}
\K\dAnnoey & \K\dLaughey & \K\dSadey & \K\dVomey \\
\K[\dcChangey{1}]\dcChangey\one
@@ -19470,8 +23541,8 @@ unambiguously into any of the previous sections.
& \K\dNinja & \K\dSleepey & \K\dWinkey \\
\K\dCooley & \K\dNursey & \K\dSmiley & \K\dXey \\
\K\dInnocey & \K\drWalley & \K\dTongey & \K\olddWinkey \\
-
\end{tabular}
+\end{indexingoff}
\bigskip
@@ -19538,6 +23609,23 @@ unambiguously into any of the previous sections.
\end{symtable}
+\begin{symtable}[UTFSYM]{\UTFSYM\ Love Symbols}
+\index{hearts}
+\label{utfsym-love}
+\begin{tabular}{*4{ll}}
+\Tutf{1F394} & \Tutf{1F490} & \Tutf{1F496} & \Tutf{1F49C} \\
+\Tutf{1F48B} & \Tutf{1F491} & \Tutf{1F497} & \Tutf{1F49D} \\
+\Tutf{1F48C} & \Tutf{1F492} & \Tutf{1F498} & \Tutf{1F49E} \\
+\Tutf{1F48D} & \Tutf{1F493} & \Tutf{1F499} & \Tutf{1F49F} \\
+\Tutf{1F48E} & \Tutf{1F494} & \Tutf{1F49A} & \Tutf{1F54A} \\
+\Tutf{1F48F} & \Tutf{1F495} & \Tutf{1F49B} & \Tutf{1F5A4} \\
+\end{tabular}
+
+\bigskip
+\utfsymmessage[1F492]
+\end{symtable}
+
+
\begin{symtable}[TIKZSYM]{Miscellaneous \TIKZSYM\ Symbols}
\idxboth{miscellaneous}{symbols}
\index{men}
@@ -19561,20 +23649,37 @@ unambiguously into any of the previous sections.
\begin{longsymtable}[TWEM]{Miscellaneous \TWEM\ Emoji}
+\ltidxboth{chess}{symbols}
\ltidxboth{computer hardware}{symbols}
\ltidxboth{currency}{symbols}
-\ltidxboth{miscellaneous}{symbols}
+\ltidxboth{medical}{symbols}
\ltidxboth{monetary}{symbols}
+\ltidxboth{peace}{symbols}
\ltidxboth{recycling}{symbols}
\ltidxboth{sporting}{symbols}
\ltidxboth{yin-yang}{symbols}
+\ltindex{Islamic star and crescent}
+\ltindex{Jewish star}
+\ltindex{arrows}
+\ltindex{asterisks}
+\ltindex{bombs}
+\ltindex{credit cards}
\ltindex{emoji}
\ltindex{faces}
+\ltindex{flowers}
\ltindex{frowny faces}
+\ltindex{globe}
+\ltindex{hearts}
+\ltindex{locks}
\ltindex{men}
+\ltindex{people}
\ltindex{skulls}
\ltindex{smiley faces}
\ltindex{snowmen}
+\ltindex{sparkles}
+\ltindex{star of David}
+\ltsubindex{stars}{Jewish}
+\ltsubindex{stars}{with crescent}
\ltindex{women}
\label{twemoji-misc}
\begin{longtable}{*2{lp{\twemwidth}}}
@@ -20183,7 +24288,7 @@ unambiguously into any of the previous sections.
\end{longtable}
\begin{tablenote}
- \twemojismessage
+ \twemojismessage.
\end{tablenote}
\bigskip
@@ -20202,17 +24307,17 @@ unambiguously into any of the previous sections.
\begin{tabularx}{\linewidth}{@{}*6{>{\centering\arraybackslash}X}@{}}
\twemoji{thumbs up}
& \twemoji{thumbs up: dark skin tone}
- & \twemoji{thumbs up: light skin tone}
- & \twemoji{thumbs up: medium skin tone}
& \twemoji{thumbs up: medium-dark skin tone}
+ & \twemoji{thumbs up: medium skin tone}
& \twemoji{thumbs up: medium-light skin tone}
+ & \twemoji{thumbs up: light skin tone}
\\
\TWEMtu{thumbs up}{1f44d}
& \TWEMtu{thumbs up: dark skin tone}{1f44d-1f3ff}
- & \TWEMtu{thumbs up: light skin tone}{1f44d-1f3fb}
- & \TWEMtu{thumbs up: medium skin tone}{1f44d-1f3fd}
& \TWEMtu{thumbs up: medium-dark skin tone}{1f44d-1f3fe}
+ & \TWEMtu{thumbs up: medium skin tone}{1f44d-1f3fd}
& \TWEMtu{thumbs up: medium-light skin tone}{1f44d-1f3fc}
+ & \TWEMtu{thumbs up: light skin tone}{1f44d-1f3fb}
\end{tabularx}
\seedocs{\TWEM}.
@@ -20220,6 +24325,235 @@ unambiguously into any of the previous sections.
\end{longsymtable}
+\begin{longsymtable}[FNTAWE]{\FNTAWE\ Faces}
+\ltindex{faces}
+\ltindex{frowny faces}
+\ltindex{smiley faces}
+\label{fontawesome5-faces}
+\begin{longtable}{*2{ll}}
+\multicolumn{4}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\endhead
+\endfirsthead
+\\[3ex]
+\multicolumn{4}{r}{\small\textit{(continued on next page)}}
+\endfoot
+\endlastfoot
+\K\faAngry & \K\faGrinWink \\
+\KfaReg\faAngry & \KfaReg\faGrinWink \\
+\K\faDizzy & \K\faKiss \\
+\KfaReg\faDizzy & \KfaReg\faKiss \\
+\K\faFlushed & \K\faKissBeam \\
+\KfaReg\faFlushed & \KfaReg\faKissBeam \\
+\K\faFrown & \K\faKissWinkHeart \\
+\KfaReg\faFrown & \KfaReg\faKissWinkHeart \\
+\K\faFrownOpen & \K\faLaugh \\
+\KfaReg\faFrownOpen & \KfaReg\faLaugh \\
+\K\faGrimace & \K\faLaughBeam \\
+\KfaReg\faGrimace & \KfaReg\faLaughBeam \\
+\KfaReg{\faGrin*} & \K\faLaughSquint \\
+\K{\faGrin*} & \KfaReg\faLaughSquint \\
+\K\faGrin & \K\faLaughWink \\
+\KfaReg\faGrin & \KfaReg\faLaughWink \\
+\K\faGrinBeam & \K\faMeh \\
+\KfaReg\faGrinBeam & \KfaReg\faMeh \\
+\K\faGrinBeamSweat & \K\faMehBlank \\
+\KfaReg\faGrinBeamSweat & \KfaReg\faMehBlank \\
+\K\faGrinHearts & \K\faMehRollingEyes \\
+\KfaReg\faGrinHearts & \KfaReg\faMehRollingEyes \\
+\K\faGrinSquint & \K\faSadCry \\
+\KfaReg\faGrinSquint & \KfaReg\faSadCry \\
+\K\faGrinSquintTears & \K\faSadTear \\
+\KfaReg\faGrinSquintTears & \KfaReg\faSadTear \\
+\K\faGrinStars & \K\faSmile \\
+\KfaReg\faGrinStars & \KfaReg\faSmile \\
+\K\faGrinTears & \K\faSmileBeam \\
+\KfaReg\faGrinTears & \KfaReg\faSmileBeam \\
+\K\faGrinTongue & \K\faSmileWink \\
+\KfaReg\faGrinTongue & \KfaReg\faSmileWink \\
+\K\faGrinTongueSquint & \K\faSurprise \\
+\KfaReg\faGrinTongueSquint & \KfaReg\faSurprise \\
+\K\faGrinTongueWink & \K\faTired \\
+\KfaReg\faGrinTongueWink & \KfaReg\faTired \\
+\end{longtable}
+\end{longsymtable}
+
+
+\begin{symtable}[SIMP]{\SIMP\ Characters from \emph{The Simpsons}}
+\index{symbols>Simpsons characters}
+\index{Simpsons characters}
+\index{faces}
+\label{simpsons}
+\begin{tabular}{*3{ll@{\qqquad}}ll}
+\K\Bart & \K\Homer & \K\Maggie & \K\SNPP \\
+\K\Burns & \K\Lisa & \K\Marge & \\
+\end{tabular}
+
+\bigskip
+
+\begin{tablenote}
+ The location of the characters' pupils can be controlled with the
+ \cmd{\Goofy} command. See \emph{A \MF\ of `Simpsons'
+ characters}~\cite{Chen1998} for more information. Also, each of the
+ above can be prefixed with \cmd{\Left} to make the character face
+ left instead of right:
+
+ \begin{center}
+ \begin{tabular}{ll}
+ \Left\Bart & \verb|\Left\Bart| \\
+ \end{tabular}
+ \end{center}
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[ASAP]{\ASAP\ People}
+\index{people}
+\index{men}
+\index{women}
+\index{cycling=cycling (\asapCycling)}
+\index{female adult=female adult (\asapFemaleAdult)}
+\index{female at drinking fountain=female at drinking fountain (\asapFemaleAtDrinkingFountain)}
+\index{female at help desk=female at help desk (\asapFemaleAtHelpDesk)}
+\index{female child=female child (\asapFemaleChild)}
+\index{female discarding trash=female discarding trash (\asapFemaleDiscardingTrash)}
+\index{female holding infant=female holding infant (\asapFemaleHoldingInfant)}
+\index{female walking dog=female walking dog (\asapFemaleWalkingDog)}
+\index{female walking stroller=female walking stroller (\asapFemaleWalkingStroller)}
+\index{female walking=female walking (\asapFemaleWalking)}
+\index{female with child=female with child (\asapFemaleWithChild)}
+\index{female with luggage waiting=female with luggage waiting (\asapFemaleWithLuggageWaiting)}
+\index{female with luggage waving=female with luggage waving (\asapFemaleWithLuggageWaving)}
+\index{female with service animal=female with service animal (\asapFemaleWithServiceAnimal)}
+\index{group meeting=group meeting (\asapGroupMeeting)}
+\index{infant=infant (\asapInfant)}
+\index{male adult=male adult (\asapMaleAdult)}
+\index{male at drinking fountain=male at drinking fountain (\asapMaleAtDrinkingFountain)}
+\index{male at help desk=male at help desk (\asapMaleAtHelpDesk)}
+\index{male child=male child (\asapMaleChild)}
+\index{male discarding trash=male discarding trash (\asapMaleDiscardingTrash)}
+\index{male holding infant=male holding infant (\asapMaleHoldingInfant)}
+\index{male walking dog=male walking dog (\asapMaleWalkingDog)}
+\index{male walking stroller=male walking stroller (\asapMaleWalkingStroller)}
+\index{male walking=male walking (\asapMaleWalking)}
+\index{male with child=male with child (\asapMaleWithChild)}
+\index{male with luggage waiting=male with luggage waiting (\asapMaleWithLuggageWaiting)}
+\index{male with luggage waving=male with luggage waving (\asapMaleWithLuggageWaving)}
+\index{male with service animal=male with service animal (\asapMaleWithServiceAnimal)}
+\index{pregnant=pregnant (\asapPregnant)}
+\index{waiting seated=waiting seated (\asapWaitingSeated)}
+\index{walking cane=walking cane (\asapWalkingCane)}
+\index{wheelchair stationary=wheelchair stationary (\asapWheelchairStationary)}
+\label{asapsym-users}
+\begin{tabular}{*2{ll}}
+\K\asapCycling & \K\asapMaleAtDrinkingFountain \\
+\K\asapFemaleAdult & \K\asapMaleAtHelpDesk \\
+\K\asapFemaleAtDrinkingFountain & \K\asapMaleChild \\
+\K\asapFemaleAtHelpDesk & \K\asapMaleDiscardingTrash \\
+\K\asapFemaleChild & \K\asapMaleHoldingInfant \\
+\K\asapFemaleDiscardingTrash & \K\asapMaleWalking \\
+\K\asapFemaleHoldingInfant & \K\asapMaleWalkingDog \\
+\K\asapFemaleWalking & \K\asapMaleWalkingStroller \\
+\K\asapFemaleWalkingDog & \K\asapMaleWithChild \\
+\K\asapFemaleWalkingStroller & \K\asapMaleWithLuggageWaiting \\
+\K\asapFemaleWithChild & \K\asapMaleWithLuggageWaving \\
+\K\asapFemaleWithLuggageWaiting & \K\asapMaleWithServiceAnimal \\
+\K\asapFemaleWithLuggageWaving & \K\asapPregnant \\
+\K\asapFemaleWithServiceAnimal & \K\asapWaitingSeated \\
+\K\asapGroupMeeting & \K\asapWalkingCane \\
+\K\asapInfant & \K\asapWheelchairStationary \\
+\K\asapMaleAdult & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\ASAP}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[UTFSYM]{\UTFSYM\ People and Faces}
+\index{faces}
+\index{people}
+\index{men}
+\index{women}
+\label{utfsym-people}
+\begin{tabular}{*4{ll}}
+\Tutf{1F464} & \Tutf{1F46C} & \Tutf{1F474} & \Tutf{1F47E} \\
+\Tutf{1F465} & \Tutf{1F46D} & \Tutf{1F475} & \Tutf{1F47F} \\
+\Tutf{1F466} & \Tutf{1F46E} & \Tutf{1F476} & \Tutf{1F480} \\
+\Tutf{1F467} & \Tutf{1F46F} & \Tutf{1F477} & \Tutf{1F481} \\
+\Tutf{1F468} & \Tutf{1F470} & \Tutf{1F478} & \Tutf{1F482} \\
+\Tutf{1F469} & \Tutf{1F471} & \Tutf{1F479} & \Tutf{1F483} \\
+\Tutf{1F46A} & \Tutf{1F472} & \Tutf{1F47A} & \Tutf{1F486} \\
+\Tutf{1F46B} & \Tutf{1F473} & \Tutf{1F47D} & \Tutf{1F487} \\
+\end{tabular}
+
+\bigskip
+\utfsymmessage[1F475]
+\end{symtable}
+
+
+\begin{symtable}[SILLY]{\SILLY\ Silly Walks}
+\index{silly walks}
+\index{Monty Python's Flying Circus}
+\index{men}
+\index{people}
+\label{sillypage}
+\begin{tabular}{ll*2{@{\qquad}ll}}
+\Tsilly{1} & \Tsilly{5} & \Tsilly{9} \\
+\Tsilly{2} & \Tsilly{6} & \Tsilly{10} \\
+\Tsilly{3} & \Tsilly{7} & \Tsilly{11} \\
+\Tsilly{4} & \Tsilly{8} & \Tsilly{12} \\
+\end{tabular}
+
+\bigskip
+
+\begin{tablenote}
+ All \SILLY\ symbols are implemented with PDF\index{PDF} graphics,
+ not with a font.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[TYPICOS]{\TYPICOS\ Users}
+\index{users}
+\index{user add=user add (\tiUserAddOutline)}
+\index{user add=user add (\tiUserAdd)}
+\index{user delete=user delete (\tiUserDeleteOutline)}
+\index{user delete=user delete (\tiUserDelete)}
+\index{user=user (\tiUserOutline)}
+\index{user=user (\tiUser)}
+\label{typicons-users}
+\begin{tabular}{*3{ll}}
+\K\tiUser & \K\tiUserAddOutline & \K\tiUserDeleteOutline \\
+\K\tiUserAdd & \K\tiUserDelete & \K\tiUserOutline \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\TYPICOS}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[FNTAWE]{\FNTAWE\ Users}
+\index{users}
+\label{fontawesome5-users}
+\begin{tabular}{*3{ll}}
+\K{\faUser*} & \K\faUserEdit & \K\faUsers \\
+\K\faUser & \K\faUserFriends & \K\faUsersCog \\
+\KfaReg\faUser & \K\faUserGraduate & \K\faUserSecret \\
+\K\faUserAltSlash & \K\faUserInjured & \K\faUserShield \\
+\K\faUserAstronaut & \K\faUserLock & \K\faUserSlash \\
+\K\faUserCheck & \K\faUserMd & \K\faUsersSlash \\
+\K\faUserCircle & \K\faUserMinus & \K\faUserTag \\
+\KfaReg\faUserCircle & \K\faUserNinja & \K\faUserTie \\
+\K\faUserClock & \K\faUserNurse & \K\faUserTimes \\
+\K\faUserCog & \K\faUserPlus & \\
+\end{tabular}
+\end{symtable}
+
+
\begin{symtable}[SCSNOW]{\SCSNOW\ Snowmen}
\index{snowmen}
\label{scsnowman}
@@ -20250,27 +24584,224 @@ unambiguously into any of the previous sections.
\end{symtable}
+\begin{symtable}[TYPICOS]{\TYPICOS\ Files and Folders}
+\idxboth{file}{symbols}
+\idxboth{folder}{symbols}
+\index{document add=document add (\tiDocumentAdd)}
+\index{document delete=document delete (\tiDocumentDelete)}
+\index{document text=document text (\tiDocumentText)}
+\index{document=document (\tiDocument)}
+\index{folder add=folder add (\tiFolderAdd)}
+\index{folder delete=folder delete (\tiFolderDelete)}
+\index{folder open=folder open (\tiFolderOpen)}
+\index{folder=folder (\tiFolder)}
+\label{typicons-files}
+\begin{tabular}{*3{ll}}
+\K\tiDocument & \K\tiDocumentText & \K\tiFolderDelete \\
+\K\tiDocumentAdd & \K\tiFolder & \K\tiFolderOpen \\
+\K\tiDocumentDelete & \K\tiFolderAdd & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\TYPICOS}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{symtable}[FNTAWE]{\FNTAWE\ Files and Folders}
+\idxboth{file}{symbols}
+\idxboth{folder}{symbols}
+\label{fontawesome5-files}
+\begin{tabular}{*3{ll}}
+\KfaReg{\faFile*} & \KfaReg\faFileExcel & \K\faFileSignature \\
+\K{\faFile*} & \K\faFileExport & \K\faFileUpload \\
+\K\faFile & \K\faFileImage & \K\faFileVideo \\
+\KfaReg\faFile & \KfaReg\faFileImage & \KfaReg\faFileVideo \\
+\K\faFileArchive & \K\faFileImport & \K\faFileWord \\
+\KfaReg\faFileArchive & \K\faFileInvoice & \KfaReg\faFileWord \\
+\K\faFileAudio & \K\faFileInvoiceDollar & \K\faFolder \\
+\KfaReg\faFileAudio & \K{\faFileMedical*} & \KfaReg\faFolder \\
+\K\faFileCode & \K\faFileMedical & \K\faFolderMinus \\
+\KfaReg\faFileCode & \K\faFilePdf & \K\faFolderOpen \\
+\K\faFileContract & \KfaReg\faFilePdf & \KfaReg\faFolderOpen \\
+\K\faFileCsv & \K\faFilePowerpoint & \K\faFolderPlus \\
+\K\faFileDownload & \KfaReg\faFilePowerpoint & \\
+\K\faFileExcel & \K\faFilePrescription & \\
+
+\end{tabular}
+\end{symtable}
+
+
+\begin{symtable}[FNTAWE]{\FNTAWE\ Religion}
+\idxboth{religious}{symbols}
+\idxboth{yin-yang}{symbols}
+\subindex{stars}{with crescent}
+\subindex{stars}{Jewish}
+\index{star of David}
+\index{crosses}
+\index{crucifixes}
+\index{houses of worship}
+\index{ankh=ankh (\faAnkh)}
+\index{Baha'i=Bah{\'a}'{\'i} (\faBahai)}
+\index{Bible=Bible (\faBible)}
+\index{church=church (\faChurch)}
+\index{cross=cross (\faCross)}
+\index{dharmachakra=dharmachakra (\faDharmachakra)}
+\index{gopuram=gopuram (\faGopuram)}
+\index{hamsa=hamsa (\faHamsa)}
+\index{hanukiah=hanukiah (\faHanukiah)}
+\index{kaaba=kaaba (\faKaaba)}
+\index{khanda=khanda (\faKhanda)}
+\index{menorah=menorah (\faMenorah)}
+\index{mosque=mosque (\faMosque)}
+\index{om=om (\faOm)}
+\index{Pastafarianism=Pastafarianism (\faPastafarianism)}
+\index{place of worship=place of worship (\faPlaceOfWorship)}
+\index{pray=pray (\faPray)}
+\index{praying hands=praying hands (\faPrayingHands)}
+\index{Quran=Quran (\faQuran)}
+\index{Koran=Koran (\faQuran)}
+\index{star and crescent=star and crescent (\faStarAndCrescent)}
+\index{star of David=star of David (\faStarOfDavid)}
+\index{synagogue=synagogue (\faSynagogue)}
+\index{torah=torah (\faTorah)}
+\index{torii gate=torii gate (\faToriiGate)}
+\index{vihara=vihara (\faVihara)}
+\index{yin yang=yin yang (\faYinYang)}
+\idxboth{yin-yang}{symbols}
+\label{fontawesome5-religious}
+\begin{tabular}{*3{ll}}
+\K\faAnkh & \K\faKaaba & \K\faQuran \\
+\K\faBahai & \K\faKhanda & \K\faStarAndCrescent \\
+\K\faBible & \K\faMenorah & \K\faStarOfDavid \\
+\K\faChurch & \K\faMosque & \K\faSynagogue \\
+\K\faCross & \K\faOm & \K\faTorah \\
+\K\faDharmachakra & \K\faPastafarianism & \K\faToriiGate \\
+\K\faGopuram & \K\faPlaceOfWorship & \K\faVihara \\
+\K\faHamsa & \K\faPray & \K\faYinYang \\
+\K\faHanukiah & \K\faPrayingHands & \\
+\end{tabular}
+\end{symtable}
+
+
+\begin{symtable}[UTFSYM]{\UTFSYM\ Religion}
+\idxboth{religious}{symbols}
+\index{houses of worship}
+\index{menorahs}
+\label{utfsym-religious}
+\begin{tabular}{*4{ll}}
+\Tutf{1F543} & \Tutf{1F545} & \Tutf{1F54B} & \Tutf{1F54D} \\
+\Tutf{1F544} & \Tutf{1F549} & \Tutf{1F54C} & \Tutf{1F54E} \\
+\end{tabular}
+
+\bigskip
+\utfsymmessage[1f54b]
+\end{symtable}
+
+
+\begin{symtable}[ASAP]{\ASAP\ Elevators, Escalators, and Stairs}
+\index{elevators}
+\index{escalators}
+\index{stairs}
+\label{asapsym-elevators}
+\begin{tabular}{*3{ll}}
+\K\asapElevator & \K\asapEscalatorUp & \K\asapStairUp \\
+\K\asapEscalator & \K\asapStair & \\
+\K\asapEscalatorDown & \K\asapStairDown & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\ASAP}.
+\end{tablenote}
+\end{symtable}
+
+
\begin{longsymtable}[BCLOGO]{Miscellaneous \BCLOGO\ Symbols}
-\ltindex{bomb}
-\ltindex{male}
-\ltindex{female}
-\ltindex{flags}
+\ltindex{bombs}
+\ltindex{card suits}
\ltindex{clefs}
-\ltindex{smiley faces}
-\ltindex{frowny faces}
+\ltindex{clouds}
\ltindex{faces}
-\ltindex{card suits}
-\ltindex{hearts}
-\ltindex{spades}
+\ltindex{female sign}
+\ltindex{flags}
\ltindex{flowers}
+\ltindex{frowny faces}
+\ltindex{hearts}
+\ltindex{male sign}
\ltindex{paperclip}
+\ltindex{smiley faces}
+\ltindex{spades}
\ltindex{suns}
\ltidxboth{yin-yang}{symbols}
\ltidxboth{weather}{symbols}
\ltidxboth{clock}{symbols}
\ltidxboth{recycling}{symbols}
\ltidxboth{musical}{symbols}
-\ltidxboth{miscellaneous}{symbols}
+\ltidxboth{peace}{symbols}
+\ltidxboth{dangerous bend}{symbols}
+\ltindex{bomb=bomb (\bcbombe)}
+\ltindex{key=key (\bccle)}
+\ltindex{clefa=clefa (\bcclefa)}
+\ltindex{clesol=clesol (\bcclesol)}
+\ltindex{heart=heart (\bccoeur)}
+\ltindex{pencil=pencil (\bccrayon)}
+\ltindex{cube=cube (\bccube)}
+\ltsubindex{flags}{Germany=Germany (\bcdallemagne)}
+\ltindex{danger=danger (\bcdanger)}
+\ltsubindex{flags}{Austria=Austria (\bcdautriche)}
+\ltsubindex{flags}{Belgium=Belgium (\bcdbelgique)}
+\ltsubindex{flags}{Bulgaria=Bulgaria (\bcdbulgarie)}
+\ltsubindex{flags}{France=France (\bcdfrance)}
+\ltsubindex{flags}{Italy=Italy (\bcditalie)}
+\ltsubindex{flags}{Luxembourg=Luxembourg (\bcdluxembourg)}
+\ltindex{dodecaedron=dodecaedron (\bcdodecaedre)}
+\ltsubindex{flags}{Netherlands=Netherlands (\bcdpaysbas)}
+\ltindex{dangerous bend=dangerous bend (\bcdz)}
+\ltindex{partly sunny=partly sunny (\bceclaircie)}
+\ltindex{star=star (\bcetoile)}
+\ltindex{female=female (\bcfemme)}
+\ltindex{yellow stoplight=yellow stoplight (\bcfeujaune)}
+\ltindex{red stoplight=red stoplight (\bcfeurouge)}
+\ltindex{stoplight=stoplight (\bcfeutricolore)}
+\ltindex{green stoplight=green stoplight (\bcfeuvert)}
+\ltindex{flower=flower (\bcfleur)}
+\ltindex{male=male (\bchomme)}
+\ltindex{clock=clock (\bchorloge)}
+\ltindex{icosahedron=icosahedron (\bcicosaedre)}
+\ltindex{information=information (\bcinfo)}
+\ltindex{do not enter=do not enter (\bcinterdit)}
+\ltindex{light bulb=light bulb (\bclampe)}
+\ltindex{magnifying glass=magnifying glass (\bcloupe)}
+\ltindex{snow=snow (\bcneige)}
+\ltindex{musical note=musical note (\bcnote)}
+\ltindex{radiation=radiation (\bcnucleaire)}
+\ltindex{octahedron=octahedron (\bcoctaedre)}
+\ltindex{eye=eye (\bcoeil)}
+\ltindex{ornament=ornament (\bcorne)}
+\ltindex{bear=bear (\bcours)}
+\ltindex{wrench=wrench (\bcoutil)}
+\ltindex{man working sign=man working sign (\bcpanchant)}
+\ltindex{peace=peace (\bcpeaceandlove)}
+\ltindex{rain cloud=rain cloud (\bcpluie)}
+\ltindex{feather=feather (\bcplume)}
+\ltindex{fish=fish (\bcpoisson)}
+\ltindex{question mark=question mark (\bcquestion)}
+\ltindex{recycling symbol=recycling symbol (\bcrecyclage)}
+\ltindex{compass=compass (\bcrosevents)}
+\ltindex{smiling face=smiling face (\bcsmbh)}
+\ltindex{frowning face=frowning face (\bcsmmh)}
+\ltindex{sun=sun (\bcsoleil)}
+\ltindex{spade suit=spade suit (\bcspadesuit)}
+\ltindex{stop sign=stop sign (\bcstop)}
+\ltindex{caution sign=caution sign (\bctakecare)}
+\ltindex{tetrahedron=tetrahedron (\bctetraedre)}
+\ltindex{clover=clover (\bctrefle)}
+\ltindex{paperclip=paperclip (\bctrombone)}
+\ltindex{jack of hearts=jack of hearts (\bcvaletcoeur)}
+\ltindex{bicycle=bicycle (\bcvelo)}
+\ltindex{yin yang=yin yang (\bcyin)}
\label{bclogo}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -20312,34 +24843,35 @@ unambiguously into any of the previous sections.
\end{longsymtable}
-\begin{longsymtable}[UTFSYM]{Miscellaneous \UTFSYM\ Pictographs}
+\begin{longsymtable}[UTFSYM]{Miscellaneous \UTFSYM\ Symbols}
\ltidxboth{computer hardware}{symbols}
\ltidxboth{currency}{symbols}
-\ltidxboth{miscellaneous}{symbols}
+\ltidxboth{media control}{symbols}
\ltidxboth{monetary}{symbols}
+\ltidxboth{musical}{symbols}
\ltidxboth{sporting}{symbols}
-\ltindex{animals}
\ltindex{callouts}
\ltindex{Earth}
\ltindex{envelopes}
-\ltindex{faces}
\ltindex{flowers}
-\ltindex{fruits}
-\ltindex{globes}
+\ltindex{globe}
\ltindex{hearts}
\ltindex{keys}
\ltindex{land masses}
\ltindex{locks}
\ltindex{maps}
-\ltindex{men}
-\ltindex{menorahs}
\ltindex{plants}
\ltindex{skulls}
\ltindex{symbols>maps}
-\ltindex{telephones}
\ltindex{tools}
-\ltindex{women}
\ltindex{word balloons}
+\ltindex{telephone=telephone (\usym{1F57B})}
+\ltindex{telephone=telephone (\usym{1F57C})}
+\ltindex{telephone=telephone (\usym{1F57D})}
+\ltindex{telephone=telephone (\usym{1F57E})}
+\ltindex{telephone=telephone (\usym{1F57F})}
+\ltindex{telephone=telephone (\usym{1F580})}
+\ltindex{telephone=telephone (\usym{1F581})}
\label{utfsym-misc}
\begin{longtable}{*4{ll}}
\multicolumn{8}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -20349,206 +24881,1500 @@ unambiguously into any of the previous sections.
\multicolumn{8}{r}{\small\textit{(continued on next page)}}
\endfoot
\endlastfoot
-\Tutf{1F300} & \Tutf{1F3C2} & \Tutf{1F472} & \Tutf{1F515} \\
-\Tutf{1F301} & \Tutf{1F3C3} & \Tutf{1F473} & \Tutf{1F516} \\
-\Tutf{1F302} & \Tutf{1F3C4} & \Tutf{1F474} & \Tutf{1F517} \\
-\Tutf{1F303} & \Tutf{1F3C5} & \Tutf{1F475} & \Tutf{1F518} \\
-\Tutf{1F304} & \Tutf{1F3C6} & \Tutf{1F476} & \Tutf{1F519} \\
-\Tutf{1F305} & \Tutf{1F3C7} & \Tutf{1F477} & \Tutf{1F51A} \\
-\Tutf{1F306} & \Tutf{1F3C8} & \Tutf{1F478} & \Tutf{1F51B} \\
-\Tutf{1F307} & \Tutf{1F3C9} & \Tutf{1F479} & \Tutf{1F51C} \\
-\Tutf{1F308} & \Tutf{1F3CA} & \Tutf{1F47A} & \Tutf{1F51D} \\
-\Tutf{1F309} & \Tutf{1F3CB} & \Tutf{1F47B} & \Tutf{1F51E} \\
-\Tutf{1F30A} & \Tutf{1F3CC} & \Tutf{1F47C} & \Tutf{1F51F} \\
-\Tutf{1F30B} & \Tutf{1F3CF} & \Tutf{1F47D} & \Tutf{1F520} \\
-\Tutf{1F30C} & \Tutf{1F3D0} & \Tutf{1F47E} & \Tutf{1F521} \\
-\Tutf{1F30D} & \Tutf{1F3D1} & \Tutf{1F47F} & \Tutf{1F522} \\
-\Tutf{1F30E} & \Tutf{1F3D2} & \Tutf{1F480} & \Tutf{1F523} \\
-\Tutf{1F30F} & \Tutf{1F3D3} & \Tutf{1F481} & \Tutf{1F524} \\
-\Tutf{1F310} & \Tutf{1F3D4} & \Tutf{1F482} & \Tutf{1F525} \\
-\Tutf{1F32D} & \Tutf{1F3D5} & \Tutf{1F483} & \Tutf{1F526} \\
-\Tutf{1F32E} & \Tutf{1F3D6} & \Tutf{1F484} & \Tutf{1F527} \\
-\Tutf{1F32F} & \Tutf{1F3D7} & \Tutf{1F485} & \Tutf{1F528} \\
-\Tutf{1F330} & \Tutf{1F3D8} & \Tutf{1F486} & \Tutf{1F529} \\
-\Tutf{1F331} & \Tutf{1F3D9} & \Tutf{1F487} & \Tutf{1F52A} \\
-\Tutf{1F332} & \Tutf{1F3DA} & \Tutf{1F488} & \Tutf{1F52B} \\
-\Tutf{1F333} & \Tutf{1F3DB} & \Tutf{1F489} & \Tutf{1F52C} \\
-\Tutf{1F334} & \Tutf{1F3DC} & \Tutf{1F48A} & \Tutf{1F52D} \\
-\Tutf{1F335} & \Tutf{1F3DD} & \Tutf{1F48B} & \Tutf{1F52E} \\
-\Tutf{1F336} & \Tutf{1F3DE} & \Tutf{1F48C} & \Tutf{1F530} \\
-\Tutf{1F337} & \Tutf{1F3DF} & \Tutf{1F48D} & \Tutf{1F531} \\
-\Tutf{1F338} & \Tutf{1F3E0} & \Tutf{1F48E} & \Tutf{1F532} \\
-\Tutf{1F339} & \Tutf{1F3E1} & \Tutf{1F48F} & \Tutf{1F533} \\
-\Tutf{1F33A} & \Tutf{1F3E2} & \Tutf{1F490} & \Tutf{1F53E} \\
-\Tutf{1F33B} & \Tutf{1F3E3} & \Tutf{1F491} & \Tutf{1F53F} \\
-\Tutf{1F33C} & \Tutf{1F3E4} & \Tutf{1F492} & \Tutf{1F540} \\
-\Tutf{1F33D} & \Tutf{1F3E5} & \Tutf{1F493} & \Tutf{1F541} \\
-\Tutf{1F33E} & \Tutf{1F3E6} & \Tutf{1F494} & \Tutf{1F542} \\
-\Tutf{1F33F} & \Tutf{1F3E7} & \Tutf{1F495} & \Tutf{1F543} \\
-\Tutf{1F340} & \Tutf{1F3E8} & \Tutf{1F496} & \Tutf{1F544} \\
-\Tutf{1F341} & \Tutf{1F3E9} & \Tutf{1F497} & \Tutf{1F545} \\
-\Tutf{1F342} & \Tutf{1F3EA} & \Tutf{1F498} & \Tutf{1F549} \\
-\Tutf{1F343} & \Tutf{1F3EB} & \Tutf{1F499} & \Tutf{1F54A} \\
-\Tutf{1F344} & \Tutf{1F3EC} & \Tutf{1F49A} & \Tutf{1F54B} \\
-\Tutf{1F345} & \Tutf{1F3ED} & \Tutf{1F49B} & \Tutf{1F54C} \\
-\Tutf{1F346} & \Tutf{1F3EE} & \Tutf{1F49C} & \Tutf{1F54D} \\
-\Tutf{1F347} & \Tutf{1F3EF} & \Tutf{1F49D} & \Tutf{1F54E} \\
-\Tutf{1F348} & \Tutf{1F3F0} & \Tutf{1F49E} & \Tutf{1F54F} \\
-\Tutf{1F349} & \Tutf{1F3F1} & \Tutf{1F49F} & \Tutf{1F568} \\
-\Tutf{1F34A} & \Tutf{1F3F2} & \Tutf{1F4A0} & \Tutf{1F569} \\
-\Tutf{1F34B} & \Tutf{1F3F3} & \Tutf{1F4A1} & \Tutf{1F56A} \\
-\Tutf{1F34C} & \Tutf{1F3F4} & \Tutf{1F4A2} & \Tutf{1F56B} \\
-\Tutf{1F34D} & \Tutf{1F3F5} & \Tutf{1F4A3} & \Tutf{1F56C} \\
-\Tutf{1F34E} & \Tutf{1F3F6} & \Tutf{1F4A4} & \Tutf{1F56D} \\
-\Tutf{1F34F} & \Tutf{1F3F7} & \Tutf{1F4A5} & \Tutf{1F56E} \\
-\Tutf{1F350} & \Tutf{1F3F8} & \Tutf{1F4A6} & \Tutf{1F56F} \\
-\Tutf{1F351} & \Tutf{1F3F9} & \Tutf{1F4A7} & \Tutf{1F571} \\
-\Tutf{1F352} & \Tutf{1F3FA} & \Tutf{1F4A8} & \Tutf{1F572} \\
-\Tutf{1F353} & \Tutf{1F3FB} & \Tutf{1F4A9} & \Tutfw{1F573} \\
-\Tutf{1F354} & \Tutf{1F3FC} & \Tutf{1F4AA} & \Tutf{1F574} \\
-\Tutf{1F355} & \Tutf{1F3FD} & \Tutf{1F4AB} & \Tutf{1F575} \\
-\Tutf{1F356} & \Tutf{1F3FE} & \Tutf{1F4AC} & \Tutfw{1F576} \\
-\Tutf{1F357} & \Tutf{1F3FF} & \Tutf{1F4AD} & \Tutf{1F577} \\
-\Tutf{1F358} & \Tutf{1F400} & \Tutf{1F4AE} & \Tutf{1F578} \\
-\Tutf{1F359} & \Tutf{1F401} & \Tutf{1F4AF} & \Tutf{1F579} \\
-\Tutf{1F35A} & \Tutf{1F402} & \Tutf{1F4B0} & \Tutf{1F57A} \\
-\Tutf{1F35B} & \Tutf{1F403} & \Tutf{1F4B1} & \Tutf{1F57B} \\
-\Tutf{1F35C} & \Tutf{1F404} & \Tutf{1F4B2} & \Tutf{1F57C} \\
-\Tutf{1F35D} & \Tutf{1F405} & \Tutf{1F4B3} & \Tutf{1F57D} \\
-\Tutf{1F35E} & \Tutf{1F406} & \Tutf{1F4B4} & \Tutf{1F57E} \\
-\Tutf{1F35F} & \Tutf{1F407} & \Tutf{1F4B5} & \Tutf{1F57F} \\
-\Tutf{1F360} & \Tutf{1F408} & \Tutf{1F4B6} & \Tutf{1F580} \\
-\Tutf{1F361} & \Tutf{1F409} & \Tutf{1F4B7} & \Tutf{1F581} \\
-\Tutf{1F362} & \Tutf{1F40A} & \Tutf{1F4B8} & \Tutf{1F582} \\
-\Tutf{1F363} & \Tutf{1F40B} & \Tutf{1F4B9} & \Tutf{1F583} \\
-\Tutf{1F364} & \Tutf{1F40C} & \Tutf{1F4BA} & \Tutf{1F584} \\
-\Tutf{1F365} & \Tutf{1F40D} & \Tutf{1F4BB} & \Tutf{1F585} \\
-\Tutf{1F366} & \Tutf{1F40E} & \Tutf{1F4BC} & \Tutf{1F586} \\
-\Tutf{1F367} & \Tutf{1F40F} & \Tutf{1F4BD} & \Tutf{1F587} \\
-\Tutf{1F368} & \Tutf{1F410} & \Tutf{1F4BE} & \Tutf{1F588} \\
-\Tutf{1F369} & \Tutf{1F411} & \Tutf{1F4BF} & \Tutf{1F5A4} \\
-\Tutf{1F36A} & \Tutf{1F412} & \Tutf{1F4C0} & \Tutf{1F5A5} \\
-\Tutf{1F36B} & \Tutf{1F413} & \Tutf{1F4C1} & \Tutf{1F5A6} \\
-\Tutf{1F36C} & \Tutf{1F414} & \Tutf{1F4C2} & \Tutf{1F5A7} \\
-\Tutf{1F36D} & \Tutf{1F415} & \Tutf{1F4C3} & \Tutf{1F5A8} \\
-\Tutf{1F36E} & \Tutf{1F416} & \Tutf{1F4C4} & \Tutf{1F5A9} \\
-\Tutf{1F36F} & \Tutf{1F417} & \Tutf{1F4C5} & \Tutf{1F5AA} \\
-\Tutf{1F370} & \Tutf{1F418} & \Tutf{1F4C6} & \Tutf{1F5AB} \\
-\Tutf{1F371} & \Tutf{1F419} & \Tutf{1F4C7} & \Tutf{1F5AC} \\
-\Tutf{1F372} & \Tutf{1F41A} & \Tutf{1F4C8} & \Tutf{1F5AD} \\
-\Tutf{1F373} & \Tutf{1F41B} & \Tutf{1F4C9} & \Tutf{1F5AE} \\
-\Tutf{1F374} & \Tutf{1F41C} & \Tutf{1F4CA} & \Tutf{1F5AF} \\
-\Tutf{1F375} & \Tutf{1F41D} & \Tutf{1F4CB} & \Tutf{1F5B0} \\
-\Tutf{1F376} & \Tutf{1F41E} & \Tutf{1F4CC} & \Tutf{1F5B1} \\
-\Tutf{1F377} & \Tutf{1F41F} & \Tutf{1F4CD} & \Tutf{1F5B2} \\
-\Tutf{1F378} & \Tutf{1F420} & \Tutf{1F4CE} & \Tutf{1F5B3} \\
-\Tutf{1F379} & \Tutf{1F421} & \Tutf{1F4CF} & \Tutfw{1F5B4} \\
-\Tutf{1F37A} & \Tutf{1F422} & \Tutf{1F4D0} & \Tutf{1F5B5} \\
-\Tutf{1F37B} & \Tutf{1F423} & \Tutf{1F4D1} & \Tutf{1F5B6} \\
-\Tutf{1F37C} & \Tutf{1F424} & \Tutf{1F4D2} & \Tutf{1F5B7} \\
-\Tutf{1F37D} & \Tutf{1F425} & \Tutf{1F4D3} & \Tutf{1F5B8} \\
-\Tutf{1F37E} & \Tutf{1F426} & \Tutf{1F4D4} & \Tutf{1F5B9} \\
-\Tutf{1F37F} & \Tutf{1F427} & \Tutf{1F4D5} & \Tutf{1F5BA} \\
-\Tutf{1F380} & \Tutf{1F428} & \Tutf{1F4D6} & \Tutf{1F5BB} \\
-\Tutf{1F381} & \Tutf{1F429} & \Tutf{1F4D7} & \Tutf{1F5BC} \\
-\Tutf{1F382} & \Tutf{1F42A} & \Tutf{1F4D8} & \Tutf{1F5BD} \\
-\Tutf{1F383} & \Tutf{1F42B} & \Tutf{1F4D9} & \Tutf{1F5BE} \\
-\Tutf{1F384} & \Tutf{1F42C} & \Tutf{1F4DA} & \Tutf{1F5BF} \\
-\Tutf{1F385} & \Tutf{1F42D} & \Tutf{1F4DB} & \Tutf{1F5C0} \\
-\Tutf{1F386} & \Tutf{1F42E} & \Tutf{1F4DC} & \Tutf{1F5C1} \\
-\Tutf{1F387} & \Tutf{1F42F} & \Tutf{1F4DD} & \Tutf{1F5C2} \\
-\Tutf{1F388} & \Tutf{1F430} & \Tutf{1F4DE} & \Tutf{1F5C3} \\
-\Tutf{1F389} & \Tutf{1F431} & \Tutf{1F4DF} & \Tutf{1F5C4} \\
-\Tutf{1F38A} & \Tutf{1F432} & \Tutf{1F4E0} & \Tutf{1F5C5} \\
-\Tutf{1F38B} & \Tutf{1F433} & \Tutf{1F4E1} & \Tutf{1F5C6} \\
-\Tutf{1F38C} & \Tutf{1F434} & \Tutf{1F4E2} & \Tutf{1F5C7} \\
-\Tutf{1F38D} & \Tutf{1F435} & \Tutf{1F4E3} & \Tutf{1F5C8} \\
-\Tutf{1F38E} & \Tutf{1F436} & \Tutf{1F4E4} & \Tutf{1F5C9} \\
-\Tutf{1F38F} & \Tutf{1F437} & \Tutf{1F4E5} & \Tutf{1F5CA} \\
-\Tutf{1F390} & \Tutf{1F438} & \Tutf{1F4E6} & \Tutf{1F5CB} \\
-\Tutf{1F391} & \Tutf{1F439} & \Tutf{1F4E7} & \Tutf{1F5CC} \\
-\Tutf{1F392} & \Tutf{1F43A} & \Tutf{1F4E8} & \Tutf{1F5CD} \\
-\Tutf{1F393} & \Tutf{1F43B} & \Tutf{1F4E9} & \Tutf{1F5CE} \\
-\Tutf{1F394} & \Tutf{1F43C} & \Tutf{1F4EA} & \Tutf{1F5CF} \\
-\Tutf{1F395} & \Tutf{1F43D} & \Tutf{1F4EB} & \Tutf{1F5D0} \\
-\Tutf{1F396} & \Tutf{1F43E} & \Tutf{1F4EC} & \Tutf{1F5D1} \\
-\Tutf{1F397} & \Tutf{1F43F} & \Tutf{1F4ED} & \Tutf{1F5D2} \\
-\Tutf{1F398} & \Tutf{1F440} & \Tutf{1F4EE} & \Tutf{1F5D3} \\
-\Tutf{1F399} & \Tutf{1F441} & \Tutf{1F4EF} & \Tutf{1F5D4} \\
-\Tutf{1F39A} & \Tutf{1F442} & \Tutf{1F4F0} & \Tutfw{1F5D5} \\
-\Tutf{1F39B} & \Tutf{1F443} & \Tutf{1F4F1} & \Tutf{1F5D6} \\
-\Tutf{1F39C} & \Tutf{1F444} & \Tutf{1F4F2} & \Tutf{1F5D7} \\
-\Tutf{1F39D} & \Tutf{1F445} & \Tutf{1F4F3} & \Tutf{1F5D8} \\
-\Tutf{1F39E} & \Tutf{1F451} & \Tutf{1F4F4} & \Tutf{1F5D9} \\
-\Tutf{1F39F} & \Tutf{1F452} & \Tutf{1F4F5} & \Tutf{1F5DA} \\
-\Tutf{1F3A0} & \Tutf{1F453} & \Tutf{1F4F6} & \Tutf{1F5DB} \\
-\Tutf{1F3A1} & \Tutf{1F454} & \Tutf{1F4F7} & \Tutf{1F5DC} \\
-\Tutf{1F3A2} & \Tutf{1F455} & \Tutf{1F4F8} & \Tutf{1F5DD} \\
-\Tutf{1F3A3} & \Tutf{1F456} & \Tutf{1F4F9} & \Tutf{1F5DE} \\
-\Tutf{1F3A4} & \Tutf{1F457} & \Tutf{1F4FA} & \Tutf{1F5DF} \\
-\Tutf{1F3A5} & \Tutf{1F458} & \Tutf{1F4FB} & \Tutf{1F5E0} \\
-\Tutf{1F3A6} & \Tutf{1F459} & \Tutf{1F4FC} & \Tutf{1F5E1} \\
-\Tutf{1F3A7} & \Tutf{1F45A} & \Tutf{1F4FD} & \Tutf{1F5E2} \\
-\Tutf{1F3A8} & \Tutf{1F45B} & \Tutf{1F4FE} & \Tutf{1F5E3} \\
-\Tutf{1F3A9} & \Tutf{1F45C} & \Tutf{1F4FF} & \Tutf{1F5E4} \\
-\Tutf{1F3AA} & \Tutf{1F45D} & \Tutf{1F500} & \Tutf{1F5E5} \\
-\Tutf{1F3AB} & \Tutf{1F45E} & \Tutf{1F501} & \Tutf{1F5E6} \\
-\Tutf{1F3AC} & \Tutf{1F45F} & \Tutf{1F502} & \Tutf{1F5E7} \\
-\Tutf{1F3AD} & \Tutf{1F460} & \Tutf{1F503} & \Tutf{1F5E8} \\
-\Tutf{1F3AE} & \Tutf{1F461} & \Tutf{1F504} & \Tutf{1F5E9} \\
-\Tutf{1F3AF} & \Tutf{1F462} & \Tutf{1F505} & \Tutf{1F5EA} \\
-\Tutf{1F3B0} & \Tutf{1F463} & \Tutf{1F506} & \Tutf{1F5EB} \\
-\Tutf{1F3B1} & \Tutf{1F464} & \Tutf{1F507} & \Tutf{1F5EC} \\
-\Tutf{1F3B2} & \Tutf{1F465} & \Tutf{1F508} & \Tutf{1F5ED} \\
-\Tutf{1F3B3} & \Tutf{1F466} & \Tutf{1F509} & \Tutf{1F5EE} \\
-\Tutf{1F3B4} & \Tutf{1F467} & \Tutf{1F50A} & \Tutf{1F5EF} \\
-\Tutf{1F3B7} & \Tutf{1F468} & \Tutf{1F50B} & \Tutf{1F5F0} \\
-\Tutf{1F3B8} & \Tutf{1F469} & \Tutf{1F50C} & \Tutf{1F5F1} \\
-\Tutf{1F3B9} & \Tutf{1F46A} & \Tutf{1F50D} & \Tutf{1F5F2} \\
-\Tutf{1F3BA} & \Tutf{1F46B} & \Tutf{1F50E} & \Tutf{1F5F3} \\
-\Tutf{1F3BB} & \Tutf{1F46C} & \Tutf{1F50F} & \Tutf{1F5FA} \\
-\Tutf{1F3BD} & \Tutf{1F46D} & \Tutf{1F510} & \Tutf{1F5FB} \\
-\Tutf{1F3BE} & \Tutf{1F46E} & \Tutf{1F511} & \Tutf{1F5FC} \\
-\Tutf{1F3BF} & \Tutf{1F46F} & \Tutf{1F512} & \Tutf{1F5FD} \\
-\Tutf{1F3C0} & \Tutf{1F470} & \Tutf{1F513} & \Tutf{1F5FE} \\
-\Tutf{1F3C1} & \Tutf{1F471} & \Tutf{1F514} & \Tutf{1F5FF} \\
+\Tutf{1F300} & \Tutf{1F3EF} & \Tutf{1F4E3} & \Tutf{1F583} \\
+\Tutf{1F301} & \Tutf{1F3F0} & \Tutf{1F4E4} & \Tutf{1F584} \\
+\Tutf{1F302} & \Tutf{1F3F1} & \Tutf{1F4E5} & \Tutf{1F585} \\
+\Tutf{1F303} & \Tutf{1F3F2} & \Tutf{1F4E6} & \Tutf{1F586} \\
+\Tutf{1F304} & \Tutf{1F3F3} & \Tutf{1F4E7} & \Tutf{1F587} \\
+\Tutf{1F305} & \Tutf{1F3F4} & \Tutf{1F4E8} & \Tutf{1F588} \\
+\Tutf{1F306} & \Tutf{1F3F7} & \Tutf{1F4E9} & \Tutf{1F5A5} \\
+\Tutf{1F307} & \Tutf{1F3FA} & \Tutf{1F4EA} & \Tutf{1F5A6} \\
+\Tutf{1F308} & \Tutf{1F3FB} & \Tutf{1F4EB} & \Tutf{1F5A7} \\
+\Tutf{1F309} & \Tutf{1F3FC} & \Tutf{1F4EC} & \Tutf{1F5A8} \\
+\Tutf{1F30A} & \Tutf{1F3FD} & \Tutf{1F4ED} & \Tutf{1F5A9} \\
+\Tutf{1F30B} & \Tutf{1F3FE} & \Tutf{1F4EE} & \Tutf{1F5AA} \\
+\Tutf{1F30C} & \Tutf{1F3FF} & \Tutf{1F4EF} & \Tutf{1F5AB} \\
+\Tutf{1F30D} & \Tutf{1F43D} & \Tutf{1F4F0} & \Tutf{1F5AC} \\
+\Tutf{1F30E} & \Tutf{1F43E} & \Tutf{1F4F1} & \Tutf{1F5AD} \\
+\Tutf{1F30F} & \Tutf{1F440} & \Tutf{1F4F2} & \Tutf{1F5AE} \\
+\Tutf{1F310} & \Tutf{1F441} & \Tutf{1F4F3} & \Tutf{1F5AF} \\
+\Tutf{1F330} & \Tutf{1F442} & \Tutf{1F4F4} & \Tutf{1F5B0} \\
+\Tutf{1F358} & \Tutf{1F443} & \Tutf{1F4F5} & \Tutf{1F5B1} \\
+\Tutf{1F359} & \Tutf{1F444} & \Tutf{1F4F6} & \Tutf{1F5B2} \\
+\Tutf{1F380} & \Tutf{1F445} & \Tutf{1F4F7} & \Tutf{1F5B3} \\
+\Tutf{1F381} & \Tutf{1F463} & \Tutf{1F4F8} & \Tutf{1F5B5} \\
+\Tutf{1F383} & \Tutf{1F47B} & \Tutf{1F4F9} & \Tutf{1F5B6} \\
+\Tutf{1F384} & \Tutf{1F47C} & \Tutf{1F4FA} & \Tutf{1F5B7} \\
+\Tutf{1F385} & \Tutf{1F484} & \Tutf{1F4FB} & \Tutf{1F5B8} \\
+\Tutf{1F386} & \Tutf{1F485} & \Tutf{1F4FC} & \Tutf{1F5B9} \\
+\Tutf{1F387} & \Tutf{1F488} & \Tutf{1F4FD} & \Tutf{1F5BA} \\
+\Tutf{1F388} & \Tutf{1F489} & \Tutf{1F4FE} & \Tutf{1F5BB} \\
+\Tutf{1F389} & \Tutf{1F48A} & \Tutf{1F4FF} & \Tutf{1F5BC} \\
+\Tutf{1F38A} & \Tutf{1F4A0} & \Tutf{1F50B} & \Tutf{1F5BD} \\
+\Tutf{1F38B} & \Tutf{1F4A1} & \Tutf{1F50C} & \Tutf{1F5BE} \\
+\Tutf{1F38C} & \Tutf{1F4A2} & \Tutf{1F50D} & \Tutf{1F5BF} \\
+\Tutf{1F38D} & \Tutf{1F4A3} & \Tutf{1F50E} & \Tutf{1F5C0} \\
+\Tutf{1F38E} & \Tutf{1F4A4} & \Tutf{1F50F} & \Tutf{1F5C1} \\
+\Tutf{1F38F} & \Tutf{1F4A5} & \Tutf{1F510} & \Tutf{1F5C2} \\
+\Tutf{1F390} & \Tutf{1F4A6} & \Tutf{1F511} & \Tutf{1F5C3} \\
+\Tutf{1F391} & \Tutf{1F4A7} & \Tutf{1F512} & \Tutf{1F5C4} \\
+\Tutf{1F392} & \Tutf{1F4A8} & \Tutf{1F513} & \Tutf{1F5C5} \\
+\Tutf{1F393} & \Tutf{1F4A9} & \Tutf{1F514} & \Tutf{1F5C6} \\
+\Tutf{1F395} & \Tutf{1F4AA} & \Tutf{1F515} & \Tutf{1F5C7} \\
+\Tutf{1F396} & \Tutf{1F4AB} & \Tutf{1F516} & \Tutf{1F5C8} \\
+\Tutf{1F397} & \Tutf{1F4AC} & \Tutf{1F517} & \Tutf{1F5C9} \\
+\Tutf{1F398} & \Tutf{1F4AD} & \Tutf{1F518} & \Tutf{1F5CA} \\
+\Tutf{1F399} & \Tutf{1F4AE} & \Tutf{1F519} & \Tutf{1F5CB} \\
+\Tutf{1F39A} & \Tutf{1F4AF} & \Tutf{1F51A} & \Tutf{1F5CC} \\
+\Tutf{1F39B} & \Tutf{1F4B0} & \Tutf{1F51B} & \Tutf{1F5CD} \\
+\Tutf{1F39E} & \Tutf{1F4B1} & \Tutf{1F51C} & \Tutf{1F5CE} \\
+\Tutf{1F39F} & \Tutf{1F4B2} & \Tutf{1F51D} & \Tutf{1F5CF} \\
+\Tutf{1F3A0} & \Tutf{1F4B3} & \Tutf{1F51E} & \Tutf{1F5D0} \\
+\Tutf{1F3A1} & \Tutf{1F4B4} & \Tutf{1F51F} & \Tutf{1F5D1} \\
+\Tutf{1F3A2} & \Tutf{1F4B5} & \Tutf{1F520} & \Tutf{1F5D2} \\
+\Tutf{1F3A3} & \Tutf{1F4B6} & \Tutf{1F521} & \Tutf{1F5D3} \\
+\Tutf{1F3A4} & \Tutf{1F4B7} & \Tutf{1F522} & \Tutf{1F5D4} \\
+\Tutf{1F3A5} & \Tutf{1F4B8} & \Tutf{1F523} & \Tutf{1F5D6} \\
+\Tutf{1F3A6} & \Tutf{1F4B9} & \Tutf{1F524} & \Tutf{1F5D7} \\
+\Tutf{1F3A7} & \Tutf{1F4BA} & \Tutf{1F525} & \Tutf{1F5D8} \\
+\Tutf{1F3A8} & \Tutf{1F4BB} & \Tutf{1F526} & \Tutf{1F5D9} \\
+\Tutf{1F3A9} & \Tutf{1F4BC} & \Tutf{1F527} & \Tutf{1F5DA} \\
+\Tutf{1F3AA} & \Tutf{1F4BD} & \Tutf{1F528} & \Tutf{1F5DB} \\
+\Tutf{1F3AB} & \Tutf{1F4BE} & \Tutf{1F529} & \Tutf{1F5DC} \\
+\Tutf{1F3AC} & \Tutf{1F4BF} & \Tutf{1F52A} & \Tutf{1F5DD} \\
+\Tutf{1F3AD} & \Tutf{1F4C0} & \Tutf{1F52B} & \Tutf{1F5DE} \\
+\Tutf{1F3B4} & \Tutf{1F4C1} & \Tutf{1F52C} & \Tutf{1F5DF} \\
+\Tutf{1F3B7} & \Tutf{1F4C2} & \Tutf{1F52D} & \Tutf{1F5E0} \\
+\Tutf{1F3B8} & \Tutf{1F4C3} & \Tutf{1F52E} & \Tutf{1F5E1} \\
+\Tutf{1F3B9} & \Tutf{1F4C4} & \Tutf{1F530} & \Tutf{1F5E2} \\
+\Tutf{1F3BA} & \Tutf{1F4C5} & \Tutf{1F531} & \Tutf{1F5E3} \\
+\Tutf{1F3BB} & \Tutf{1F4C6} & \Tutf{1F532} & \Tutf{1F5E4} \\
+\Tutf{1F3BD} & \Tutf{1F4C7} & \Tutf{1F533} & \Tutf{1F5E5} \\
+\Tutf{1F3D4} & \Tutf{1F4C8} & \Tutf{1F53E} & \Tutf{1F5E6} \\
+\Tutf{1F3D5} & \Tutf{1F4C9} & \Tutf{1F53F} & \Tutf{1F5E7} \\
+\Tutf{1F3D6} & \Tutf{1F4CA} & \Tutf{1F540} & \Tutf{1F5E8} \\
+\Tutf{1F3D7} & \Tutf{1F4CB} & \Tutf{1F541} & \Tutf{1F5E9} \\
+\Tutf{1F3D8} & \Tutf{1F4CC} & \Tutf{1F542} & \Tutf{1F5EA} \\
+\Tutf{1F3D9} & \Tutf{1F4CD} & \Tutf{1F54F} & \Tutf{1F5EB} \\
+\Tutf{1F3DA} & \Tutf{1F4CE} & \Tutf{1F56B} & \Tutf{1F5EC} \\
+\Tutf{1F3DB} & \Tutf{1F4CF} & \Tutf{1F56C} & \Tutf{1F5ED} \\
+\Tutf{1F3DC} & \Tutf{1F4D0} & \Tutf{1F56D} & \Tutf{1F5EE} \\
+\Tutf{1F3DD} & \Tutf{1F4D1} & \Tutf{1F56E} & \Tutf{1F5EF} \\
+\Tutf{1F3DE} & \Tutf{1F4D2} & \Tutf{1F56F} & \Tutf{1F5F0} \\
+\Tutf{1F3DF} & \Tutf{1F4D3} & \Tutf{1F571} & \Tutf{1F5F1} \\
+\Tutf{1F3E0} & \Tutf{1F4D4} & \Tutf{1F572} & \Tutf{1F5F2} \\
+\Tutf{1F3E1} & \Tutf{1F4D5} & \Tutf{1F574} & \Tutf{1F5F3} \\
+\Tutf{1F3E2} & \Tutf{1F4D6} & \Tutf{1F575} & \Tutf{1F5FA} \\
+\Tutf{1F3E3} & \Tutf{1F4D7} & \Tutf{1F577} & \Tutf{1F5FB} \\
+\Tutf{1F3E4} & \Tutf{1F4D8} & \Tutf{1F578} & \Tutf{1F5FC} \\
+\Tutf{1F3E5} & \Tutf{1F4D9} & \Tutf{1F579} & \Tutf{1F5FD} \\
+\Tutf{1F3E6} & \Tutf{1F4DA} & \Tutf{1F57A} & \Tutf{1F5FE} \\
+\Tutf{1F3E7} & \Tutf{1F4DB} & \Tutf{1F57B} & \Tutf{1F5FF} \\
+\Tutf{1F3E8} & \Tutf{1F4DC} & \Tutf{1F57C} & \Tutfw{1F573} \\
+\Tutf{1F3E9} & \Tutf{1F4DD} & \Tutf{1F57D} & \Tutfw{1F576} \\
+\Tutf{1F3EA} & \Tutf{1F4DE} & \Tutf{1F57E} & \Tutfw{1F5B4} \\
+\Tutf{1F3EB} & \Tutf{1F4DF} & \Tutf{1F57F} & \Tutfw{1F5D5} \\
+\Tutf{1F3EC} & \Tutf{1F4E0} & \Tutf{1F580} & \\
+\Tutf{1F3ED} & \Tutf{1F4E1} & \Tutf{1F581} & \\
+\Tutf{1F3EE} & \Tutf{1F4E2} & \Tutf{1F582} & \\
\end{longtable}
\bigskip
\utfsymmessage
\end{longsymtable}
-\begin{longsymtable}[FNTAWE]{\FNTAWE\ Web-Related Icons}
+
+\begin{symtable}[TYPICOS]{\TYPICOS\ Brand Icons}
+\idxboth{brand}{symbols}
+\index{corporate logos}
+\index{commercial logos}
+\index{logos}
+\index{at sign=at sign (\tiSocialAtCircular)}
+\index{Android=Android (\tiVendorAndroid)}
+\index{Apple=Apple (\tiVendorApple)}
+\index{Dribbble=Dribbble (\tiSocialDribbble)}
+\index{Dribbble=Dribbble (\tiSocialDribbbleCircular)}
+\index{Dropbox=Dropbox (\tiDropbox)}
+\index{Facebook=Facebook (\tiSocialFacebook)}
+\index{Facebook=Facebook (\tiSocialFacebookCircular)}
+\index{Flickr=Flickr (\tiSocialFlickr)}
+\index{Flickr=Flickr (\tiSocialFlickrCircular)}
+\index{GitHub=GitHub (\tiSocialGithubCircular)}
+\index{GitHub=GitHub (\tiSocialGithub)}
+\index{Google+=Google+ (\tiSocialGooglePlus)}
+\index{Google+=Google+ (\tiSocialGooglePlusCircular)}
+\index{Instagram=Instagram (\tiSocialInstagram)}
+\index{Instagram=Instagram (\tiSocialInstagramCircular)}
+\index{Last.fm=Last.fm (\tiSocialLastFm)}
+\index{Last.fm=Last.fm (\tiSocialLastFmCircular)}
+\index{LinkedIn=LinkedIn (\tiSocialLinkedin)}
+\index{LinkedIn=LinkedIn (\tiSocialLinkedinCircular)}
+\index{Microsoft=Microsoft (\tiVendorMicrosoft)}
+\index{Pinterest=Pinterest (\tiSocialPinterest)}
+\index{Pinterest=Pinterest (\tiSocialPinterestCircular)}
+\index{Skype=Skype (\tiSocialSkype)}
+\index{Skype=Skype (\tiSocialSkypeOutline)}
+\index{Tumblr=Tumblr (\tiSocialTumbler)}
+\index{Tumblr=Tumblr (\tiSocialTumblerCircular)}
+\index{Twitter=Twitter (\tiSocialTwitter)}
+\index{Twitter=Twitter (\tiSocialTwitterCircular)}
+\index{Vimeo=Vimeo (\tiSocialVimeo)}
+\index{Vimeo=Vimeo (\tiSocialVimeoCircular)}
+\index{YouTube=YouTube (\tiSocialYoutube)}
+\index{YouTube=YouTube (\tiSocialYoutubeCircular)}
+\label{typicons-brands}
+\begin{tabular}{*2{ll}}
+\K\tiDropbox & \K\tiSocialLinkedinCircular \\
+\K\tiSocialAtCircular & \K\tiSocialPinterest \\
+\K\tiSocialDribbble & \K\tiSocialPinterestCircular \\
+\K\tiSocialDribbbleCircular & \K\tiSocialSkype \\
+\K\tiSocialFacebook & \K\tiSocialSkypeOutline \\
+\K\tiSocialFacebookCircular & \K\tiSocialTumbler \\
+\K\tiSocialFlickr & \K\tiSocialTumblerCircular \\
+\K\tiSocialFlickrCircular & \K\tiSocialTwitter \\
+\K\tiSocialGithub & \K\tiSocialTwitterCircular \\
+\K\tiSocialGithubCircular & \K\tiSocialVimeo \\
+\K\tiSocialGooglePlus & \K\tiSocialVimeoCircular \\
+\K\tiSocialGooglePlusCircular & \K\tiSocialYoutube \\
+\K\tiSocialInstagram & \K\tiSocialYoutubeCircular \\
+\K\tiSocialInstagramCircular & \K\tiVendorAndroid \\
+\K\tiSocialLastFm & \K\tiVendorApple \\
+\K\tiSocialLastFmCircular & \K\tiVendorMicrosoft \\
+\K\tiSocialLinkedin & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\TYPICOS}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{longsymtable}[FNTAWE]{\FNTAWE\ Brand Icons}
+\ltidxboth{brand}{symbols}
+\ltidxboth{currency}{symbols}
+\ltindex{logos}
+\ltindex{corporate logos}
+\ltindex{commercial logos}
+\ltidxboth{Star Wars}{symbols}
+\ltindex{ghosts}
+\ltindex{Accessible=Accessible (\faAccessibleIcon)}
+\ltindex{Accusoft=Accusoft (\faAccusoft)}
+\ltindex{Acquisitions Incorporated=Acquisitions Incorporated (\faAcquisitionsIncorporated)}
+\ltindex{ADN=ADN (\faAdn)}
+\ltindex{Adversal=Adversal (\faAdversal)}
+\ltindex{affiliate theme=affiliate theme (\faAffiliatetheme)}
+\ltindex{Airbnb=Airbnb (\faAirbnb)}
+\ltindex{Algolia=Algolia (\faAlgolia)}
+\ltindex{Alipay=Alipay (\faAlipay)}
+\ltindex{Amazon Pay=Amazon Pay (\faAmazonPay)}
+\ltindex{Amazon=Amazon (\faAmazon)}
+\ltindex{Amilia=Amilia (\faAmilia)}
+\ltindex{Android=Android (\faAndroid)}
+\ltindex{AngelList=AngelList (\faAngellist)}
+\ltindex{Angry Creative=Angry Creative (\faAngrycreative)}
+\ltindex{Angular=Angular (\faAngular)}
+\ltindex{App Store=App Store (\faAppStoreIos)}
+\ltindex{App Store=App Store (\faAppStore)}
+\ltindex{Apper=Apper (\faApper)}
+\ltindex{Apple Pay=Apple Pay (\faApplePay)}
+\ltindex{Apple=Apple (\faApple)}
+\ltindex{ArtStation=ArtStation (\faArtstation)}
+\ltindex{Asymmetrik=Asymmetrik (\faAsymmetrik)}
+\ltindex{Atlassian=Atlassian (\faAtlassian)}
+\ltindex{Audible=Audible (\faAudible)}
+\ltindex{Autoprefixer=Autoprefixer (\faAutoprefixer)}
+\ltindex{Avianex=Avianex (\faAvianex)}
+\ltindex{Aviato=Aviato (\faAviato)}
+\ltindex{Amazon Web Services=Amazon Web Services (\faAws)}
+\ltindex{Bandcamp=Bandcamp (\faBandcamp)}
+\ltindex{Battle.net=Battle.net (\faBattleNet)}
+\ltindex{Behance=Behance (\faBehanceSquare)}
+\ltindex{Behance=Behance (\faBehance)}
+\ltindex{BIM objects=BIM objects (\faBimobject)}
+\ltindex{Bitbucket=Bitbucket (\faBitbucket)}
+\ltindex{Bitcoin=Bitcoin (\faBitcoin)}
+\ltindex{Bity=Bity (\faBity)}
+\ltindex{black tie=black tie (\faBlackTie)}
+\ltindex{BlackBerry=BlackBerry (\faBlackberry)}
+\ltindex{Blogger=Blogger (\faBlogger)}
+\ltindex{Blogger=Blogger (\faBloggerB)}
+\ltindex{Bluetooth=Bluetooth (\faBluetooth)}
+\ltindex{Bluetooth=Bluetooth (\faBluetoothB)}
+\ltindex{Bootstrap=Bootstrap (\faBootstrap)}
+\ltindex{Buffer=Buffer (\faBuffer)}
+\ltindex{Buromobel Experte=B{\"u}rom{\"o}bel Experte (\faBuromobelexperte)}
+\ltindex{Buy n Large=Buy n Large (\faBuyNLarge)}
+\ltindex{BuySellAds=BuySellAds (\faBuysellads)}
+\ltindex{Canadian maple leaf=Canadian maple leaf (\faCanadianMapleLeaf)}
+\ltindex{maple leaf=maple leaf (\faCanadianMapleLeaf)}
+\ltsubindex{credit cards}{Amazon Pay=Amazon Pay (\faCcAmazonPay)}
+\ltsubindex{credit cards}{American Express=American Express (\faCcAmex)}
+\ltsubindex{credit cards}{Apple Pay=Apple Pay (\faCcApplePay)}
+\ltsubindex{credit cards}{Diners Club=Diners Club (\faCcDinersClub)}
+\ltsubindex{credit cards}{Discover=Discover (\faCcDiscover)}
+\ltsubindex{credit cards}{JCB=JCB (\faCcJcb)}
+\ltsubindex{credit cards}{Mastercard=Mastercard (\faCcMastercard)}
+\ltsubindex{credit cards}{PayPal=PayPal (\faCcPaypal)}
+\ltsubindex{credit cards}{Stripe=Stripe (\faCcStripe)}
+\ltsubindex{credit cards}{Visa=Visa (\faCcVisa)}
+\ltindex{Amazon Pay=Amazon Pay (\faCcAmazonPay)}
+\ltindex{American Express=American Express (\faCcAmex)}
+\ltindex{Apple Pay=Apple Pay (\faCcApplePay)}
+\ltindex{Diners Club=Diners Club (\faCcDinersClub)}
+\ltindex{Discover=Discover (\faCcDiscover)}
+\ltindex{JCB=JCB (\faCcJcb)}
+\ltindex{Mastercard=Mastercard (\faCcMastercard)}
+\ltindex{PayPal=PayPal (\faCcPaypal)}
+\ltindex{Stripe=Stripe (\faCcStripe)}
+\ltindex{Visa=Visa (\faCcVisa)}
+\ltindex{Centercode=Centercode (\faCentercode)}
+\ltindex{CentOS=CentOS (\faCentos)}
+\ltindex{Chrome=Chrome (\faChrome)}
+\ltindex{Chromecast=Chromecast (\faChromecast)}
+\ltindex{Cloudflare=Cloudflare (\faCloudflare)}
+\ltindex{Cloudscale.ch=Cloudscale.ch (\faCloudscale)}
+\ltindex{Cloudsmith=Cloudsmith (\faCloudsmith)}
+\ltindex{Cloudversify=Cloudversify (\faCloudversify)}
+\ltindex{CodePen=CodePen (\faCodepen)}
+\ltindex{CodiePie=CodiePie (\faCodiepie)}
+\ltindex{Confluence=Confluence (\faConfluence)}
+\ltindex{Connect Develop=Connect Develop (\faConnectdevelop)}
+\ltindex{Contao=Contao (\faContao)}
+\ltindex{Cotton Bureau=cotton bureau (\faCottonBureau)}
+\ltindex{cPanel=cPanel (\faCpanel)}
+\ltindex{Critical Role=Critical Role (\faCriticalRole)}
+\ltindex{Cuttlefish=Cuttlefish (\faCuttlefish)}
+\ltindex{Dailymotion=Dailymotion (\faDailymotion)}
+\ltindex{DandD Beyond=D\&D Beyond (\faDAndDBeyond)}
+\ltindex{DandD=D\&D (\faDAndD)}
+\ltindex{DashCube=DashCube (\faDashcube)}
+\ltindex{Deezer=Deezer (\faDeezer)}
+\ltindex{del.icio.us=del.icio.us (\faDelicious)}
+\ltindex{Deploydog=Deploydog (\faDeploydog)}
+\ltindex{Deskpro=Deskpro (\faDeskpro)}
+\ltindex{DEV=DEV (\faDev)}
+\ltindex{DeviantArt=DeviantArt (\faDeviantart)}
+\ltindex{DHL=DHL (\faDhl)}
+\ltindex{Diaspora=Diaspora (\faDiaspora)}
+\ltindex{Digg=Digg (\faDigg)}
+\ltindex{Digital Ocean=Digital Ocean (\faDigitalOcean)}
+\ltindex{Discord=Discord (\faDiscord)}
+\ltindex{Discourse=Discourse (\faDiscourse)}
+\ltindex{DocHub=DocHub (\faDochub)}
+\ltindex{Docker=Docker (\faDocker)}
+\ltindex{Dropbox=Dropbox (\faDropbox)}
+\ltindex{Drupal=Drupal (\faDrupal)}
+\ltindex{Dyalog=Dyalog (\faDyalog)}
+\ltindex{EarlyBirds=EarlyBirds (\faEarlybirds)}
+\ltindex{eBay=eBay (\faEbay)}
+\ltindex{Edge Legacy=Edge Legacy (\faEdgeLegacy)}
+\ltindex{Edge=Edge (\faEdge)}
+\ltindex{Elementor=Elementor (\faElementor)}
+\ltindex{Ello=Ello (\faEllo)}
+\ltindex{Ember=Ember (\faEmber)}
+\ltindex{Empire=Empire (\faEmpire)}
+\ltindex{Envira=Envira (\faEnvira)}
+\ltindex{Erlang=Erlang (\faErlang)}
+\ltindex{Ethereum=Ethereum (\faEthereum)}
+\ltindex{Etsy=Etsy (\faEtsy)}
+\ltindex{Evernote=Evernote (\faEvernote)}
+\ltindex{ExpeditedSSL=ExpeditedSSL (\faExpeditedssl)}
+\ltindex{facebook Messenger=Facebook Messenger (\faFacebookMessenger)}
+\ltindex{Facebook=Facebook (\faFacebookSquare)}
+\ltindex{Facebook=Facebook (\faFacebook)}
+\ltindex{Facebook=Facebook (\faFacebookF)}
+\ltindex{Fantasy Flight Games=Fantasy Flight Games (\faFantasyFlightGames)}
+\ltindex{FedEx=FedEx (\faFedex)}
+\ltindex{Fedora=Fedora (\faFedora)}
+\ltindex{Figma=Figma (\faFigma)}
+\ltindex{Firefox=Firefox (\faFirefoxBrowser)}
+\ltindex{Firefox=Firefox (\faFirefox)}
+\ltindex{First Order=First Order (\faFirstOrder)}
+\ltindex{First Order=First Order (\faFirstOrder*)}
+\ltindex{Firstdraft=Firstdraft (\faFirstdraft)}
+\ltindex{Flickr=Flickr (\faFlickr)}
+\ltindex{Flipboard=Flipboard (\faFlipboard)}
+\ltindex{Fly=Fly (\faFly)}
+\ltindex{Font Awesome=Font Awesome (\faFontAwesomeFlag)}
+\ltindex{Font Awesome=Font Awesome (\faFontAwesome)}
+\ltindex{Font Awesome=Font Awesome (\faFontAwesome*)}
+\ltindex{Fonticons Fi=Fonticons Fi (\faFonticonsFi)}
+\ltindex{Fonticons=Fonticons (\faFonticons)}
+\ltindex{Fort Awesome=Fort Awesome (\faFortAwesome)}
+\ltindex{Fort Awesome=Fort Awesome (\faFortAwesome*)}
+\ltindex{Forumbee=Forumbee (\faForumbee)}
+\ltindex{Foursquare=Foursquare (\faFoursquare)}
+\ltindex{Free Code Camp=Free Code Camp (\faFreeCodeCamp)}
+\ltindex{FreeBSD=FreeBSD (\faFreebsd)}
+\ltindex{Fulcrum=Fulcrum (\faFulcrum)}
+\ltindex{Galactic Republic=Galactic Republic (\faGalacticRepublic)}
+\ltindex{Galactic Senate=Galactic Senate (\faGalacticSenate)}
+\ltindex{Pocket=Pocket (\faGetPocket)}
+\ltindex{GG=GG (\faGgCircle)}
+\ltindex{GG=GG (\faGg)}
+\ltindex{Git=Git (\faGitSquare)}
+\ltindex{Git=Git (\faGit)}
+\ltindex{Git=Git (\faGit*)}
+\ltindex{GitHub=GitHub (\faGithubSquare)}
+\ltindex{GitHub=GitHub (\faGithub)}
+\ltindex{GitHub=GitHub (\faGithub*)}
+\ltindex{GitKraken=GitKraken (\faGitkraken)}
+\ltindex{GitLab=GitLab (\faGitlab)}
+\ltindex{Gitter=Gitter (\faGitter)}
+\ltindex{Glide=Glide (\faGlide)}
+\ltindex{Glide=Glide (\faGlideG)}
+\ltindex{Gofore=Gofore (\faGofore)}
+\ltindex{Goodreads=Goodreads (\faGoodreads)}
+\ltindex{Goodreads=Goodreads (\faGoodreadsG)}
+\ltindex{Google Drive=Google Drive (\faGoogleDrive)}
+\ltindex{Google Pay=Google Pay (\faGooglePay)}
+\ltindex{Google Play=Google Play (\faGooglePlay)}
+\ltindex{Google+=Google+ (\faGooglePlusSquare)}
+\ltindex{Google+=Google+ (\faGooglePlus)}
+\ltindex{Google+=Google+ (\faGooglePlusG)}
+\ltindex{Google Wallet=Google Wallet (\faGoogleWallet)}
+\ltindex{Google=Google (\faGoogle)}
+\ltindex{Gratipay=Gratipay (\faGratipay)}
+\ltindex{Grav=Grav (\faGrav)}
+\ltindex{Gripfire=Gripfire (\faGripfire)}
+\ltindex{Grunt=Grunt (\faGrunt)}
+\ltindex{Guilded=Guilded (\faGuilded)}
+\ltindex{Gulp=Gulp (\faGulp)}
+\ltindex{Hacker News=Hacker News (\faHackerNewsSquare)}
+\ltindex{Hacker News=Hacker News (\faHackerNews)}
+\ltindex{HackerRank=HackerRank (\faHackerrank)}
+\ltindex{HIPS=HIPS (\faHips)}
+\ltindex{Hire a Helper=Hire a Helper (\faHireAHelper)}
+\ltindex{Hive=Hive (\faHive)}
+\ltindex{Hooli=Hooli (\faHooli)}
+\ltindex{Hornbill=Hornbill (\faHornbill)}
+\ltindex{Hotjar=Hotjar (\faHotjar)}
+\ltindex{Houzz=Houzz (\faHouzz)}
+\ltindex{HubSpot=HubSpot (\faHubspot)}
+\ltindex{500px=500px (\faIcon{500px})}
+\ltindex{Ideal=Ideal (\faIdeal)}
+\ltindex{IMDB=IMDB (\faImdb)}
+\ltindex{Innosoft=Innosoft (\faInnosoft)}
+\ltindex{Instagram=Instagram (\faInstagramSquare)}
+\ltindex{Instagram=Instagram (\faInstagram)}
+\ltindex{InstaLOD=InstaLOD (\faInstalod)}
+\ltindex{Intercom=Intercom (\faIntercom)}
+\ltindex{Internet Explorer=Internet Explorer (\faInternetExplorer)}
+\ltindex{InVision=InVision (\faInvision)}
+\ltindex{IoxHost=IoxHost (\faIoxhost)}
+\ltindex{Itch.io=Itch.io (\faItchIo)}
+\ltindex{iTunes=iTunes (\faItunesNote)}
+\ltindex{iTunes=iTunes (\faItunes)}
+\ltindex{Java=Java (\faJava)}
+\ltindex{Jedi=Jedi (\faJedi)}
+\ltindex{Jedi Order=Jedi Order (\faJediOrder)}
+\ltindex{Jenkins=Jenkins (\faJenkins)}
+\ltindex{Jira=Jira (\faJira)}
+\ltindex{Joget=Joget (\faJoget)}
+\ltindex{Joomla=Joomla (\faJoomla)}
+\ltindex{JavaScript=JavaScript (\faJsSquare)}
+\ltindex{JavaScript=JavaScript (\faJs)}
+\ltindex{JSFiddle=JSFiddle (\faJsfiddle)}
+\ltindex{Kaggle=Kaggle (\faKaggle)}
+\ltindex{Keybase=Keybase (\faKeybase)}
+\ltindex{KeyCDN=KeyCDN (\faKeycdn)}
+\ltindex{Kickstarter=Kickstarter (\faKickstarter)}
+\ltindex{Kickstarter=Kickstarter (\faKickstarterK)}
+\ltindex{Korvue=Korvue (\faKorvue)}
+\ltindex{Laravel=Laravel (\faLaravel)}
+\ltindex{Last.fm=Last.fm (\faLastfmSquare)}
+\ltindex{Last.fm=Last.fm (\faLastfm)}
+\ltindex{Leanpub=Leanpub (\faLeanpub)}
+\ltindex{Less.js=Less.js (\faLess)}
+\ltindex{LINE=LINE (\faLine)}
+\ltindex{LinkedIn=LinkedIn (\faLinkedinIn)}
+\ltindex{LinkedIn=LinkedIn (\faLinkedin)}
+\ltindex{Linode=Linode (\faLinode)}
+\ltindex{Linux=Linux (\faLinux)}
+\ltindex{Lyft=Lyft (\faLyft)}
+\ltindex{Magento=Magento (\faMagento)}
+\ltindex{Mailchimp=Mailchimp (\faMailchimp)}
+\ltindex{Mandalorian=Mandalorian (\faMandalorian)}
+\ltindex{Markdown=Markdown (\faMarkdown)}
+\ltindex{Mastodon=Mastodon (\faMastodon)}
+\ltindex{MaxCDN=MaxCDN (\faMaxcdn)}
+\ltindex{MDB=MDB (\faMdb)}
+\ltindex{MedApps=MedApps (\faMedapps)}
+\ltindex{Medium=Medium (\faMedium)}
+\ltindex{Medium=Medium (\faMediumM)}
+\ltindex{MRT=MRT (\faMedrt)}
+\ltindex{Meetup=Meetup (\faMeetup)}
+\ltindex{Megaport=Megaport (\faMegaport)}
+\ltindex{Mendeley=Mendeley (\faMendeley)}
+\ltindex{Micro.blog=Micro.blog (\faMicroblog)}
+\ltindex{Microsoft=Microsoft (\faMicrosoft)}
+\ltindex{Mix=Mix (\faMix)}
+\ltindex{Mixcloud=Mixcloud (\faMixcloud)}
+\ltindex{Mixer=Mixer (\faMixer)}
+\ltindex{Mizuni=Mizuni (\faMizuni)}
+\ltindex{MODX=MODX (\faModx)}
+\ltindex{Monero=Monero (\faMonero)}
+\ltindex{Napster=Napster (\faNapster)}
+\ltindex{Neos=Neos (\faNeos)}
+\ltindex{Nimblr=Nimblr (\faNimblr)}
+\ltindex{Node.js=Node.js (\faNodeJs)}
+\ltindex{Node=Node (\faNode)}
+\ltindex{npm=npm (\faNpm)}
+\ltindex{Nutritionix=Nutritionix (\faNutritionix)}
+\ltindex{Octopus Deploy=Octopus Deploy (\faOctopusDeploy)}
+\ltindex{Odnoklassniki=Odnoklassniki (\faOdnoklassnikiSquare)}
+\ltindex{Odnoklassniki=Odnoklassniki (\faOdnoklassniki)}
+\ltindex{Old Republic=Old Republic (\faOldRepublic)}
+\ltindex{OpenCart=OpenCart (\faOpencart)}
+\ltindex{OpenID=OpenID (\faOpenid)}
+\ltindex{Opera=Opera (\faOpera)}
+\ltindex{OptinMonster=OptinMonster (\faOptinMonster)}
+\ltindex{ORCID=ORCID (\faOrcid)}
+\ltindex{OSI=OSI (\faOsi)}
+\ltindex{PageLines=PageLines (\faPagelines)}
+\ltindex{PalFed=PalFed (\faPalfed)}
+\ltindex{Patreon=Patreon (\faPatreon)}
+\ltindex{PayPal=PayPal (\faPaypal)}
+\ltindex{Penny Arcade=Penny Arcade (\faPennyArcade)}
+\ltindex{PerByte=PerByte (\faPerbyte)}
+\ltindex{Periscope=Periscope (\faPeriscope)}
+\ltindex{Phabricator=Phabricator (\faPhabricator)}
+\ltindex{Phoenix Framework=Phoenix Framework (\faPhoenixFramework)}
+\ltindex{Phoenix Squadron=Phoenix Squadron (\faPhoenixSquadron)}
+\ltindex{PHP=PHP (\faPhp)}
+\ltindex{Pied Piper=Pied Piper (\faPiedPiperHat)}
+\ltindex{Pied Piper=Pied Piper (\faPiedPiperPp)}
+\ltindex{Pied Piper=Pied Piper (\faPiedPiperSquare)}
+\ltindex{Pied Piper=Pied Piper (\faPiedPiper)}
+\ltindex{Pied Piper=Pied Piper (\faPiedPiper*)}
+\ltindex{Pinterest=Pinterest (\faPinterestSquare)}
+\ltindex{Pinterest=Pinterest (\faPinterest)}
+\ltindex{Pinterest=Pinterest (\faPinterestP)}
+\ltindex{PlayStation=PlayStation (\faPlaystation)}
+\ltindex{Product Hunt=Product Hunt (\faProductHunt)}
+\ltindex{Pushed=Pushed (\faPushed)}
+\ltindex{Python=Python (\faPython)}
+\ltindex{QQ=QQ (\faQq)}
+\ltindex{Tencent QQ=Tencent QQ (\faQq)}
+\ltindex{QuinScape=QuinScape (\faQuinscape)}
+\ltindex{Quora=Quora (\faQuora)}
+\ltindex{Raspberry Pi=Raspberry Pi (\faRaspberryPi)}
+\ltindex{Ravelry=Ravelry (\faRavelry)}
+\ltindex{React=React (\faReact)}
+\ltindex{ReactEurope=ReactEurope (\faReacteurope)}
+\ltindex{ReadMe=ReadMe (\faReadme)}
+\ltindex{Rebel=Rebel (\faRebel)}
+\ltindex{Red River=Red River (\faRedRiver)}
+\ltindex{Reddit=Reddit (\faRedditAlien)}
+\ltindex{Reddit=Reddit (\faRedditSquare)}
+\ltindex{Reddit=Reddit (\faReddit)}
+\ltindex{Red Hat=Red Hat (\faRedhat)}
+\ltindex{Renren=Renren (\faRenren)}
+\ltindex{Replyd=Replyd (\faReplyd)}
+\ltindex{ResearchGate=ResearchGate (\faResearchgate)}
+\ltindex{Resolving=Resolving (\faResolving)}
+\ltindex{Rev=Rev (\faRev)}
+\ltindex{Rocket.Chat=Rocket.Chat (\faRocketchat)}
+\ltindex{Rock RMS=Rock RMS (\faRockrms)}
+\ltindex{R Project=R Project (\faRProject)}
+\ltindex{Rust=Rust (\faRust)}
+\ltindex{Safari=Safari (\faSafari)}
+\ltindex{Salesforce=Salesforce (\faSalesforce)}
+\ltindex{Sass=Sass (\faSass)}
+\ltindex{Schlix=Schlix (\faSchlix)}
+\ltindex{Scribd=Scribd (\faScribd)}
+\ltindex{Searchengin=Searchengin (\faSearchengin)}
+\ltindex{SellCast=SellCast (\faSellcast)}
+\ltindex{Sellsy=Sellsy (\faSellsy)}
+\ltindex{ServiceStack=ServiceStack (\faServicestack)}
+\ltindex{Shirts in Bulk=Shirts in Bulk (\faShirtsinbulk)}
+\ltindex{Shopify=Shopify (\faShopify)}
+\ltindex{Shopware=Shopware (\faShopware)}
+\ltindex{SimplyBuilt=SimplyBuilt (\faSimplybuilt)}
+\ltindex{SISTRIX=SISTRIX (\faSistrix)}
+\ltindex{Sith=Sith (\faSith)}
+\ltindex{Sketch=Sketch (\faSketch)}
+\ltindex{SkyAtlas=SkyAtlas (\faSkyatlas)}
+\ltindex{Skype=Skype (\faSkype)}
+\ltindex{Slack=Slack (\faSlackHash)}
+\ltindex{Slack=Slack (\faSlack)}
+\ltindex{SlideShare=SlideShare (\faSlideshare)}
+\ltindex{Snapchat=Snapchat (\faSnapchatGhost)}
+\ltindex{Snapchat=Snapchat (\faSnapchatSquare)}
+\ltindex{Snapchat=Snapchat (\faSnapchat)}
+\ltindex{SoundCloud=SoundCloud (\faSoundcloud)}
+\ltindex{Sourcetree=Sourcetree (\faSourcetree)}
+\ltindex{Speakap=Speakap (\faSpeakap)}
+\ltindex{Speaker Deck=Speaker Deck (\faSpeakerDeck)}
+\ltindex{Spotify=Spotify (\faSpotify)}
+\ltindex{Squarespace=Squarespace (\faSquarespace)}
+\ltindex{Stack Exchange=Stack Exchange (\faStackExchange)}
+\ltindex{Stack Overflow=Stack Overflow (\faStackOverflow)}
+\ltindex{StackPath=StackPath (\faStackpath)}
+\ltindex{StayLinked=StayLinked (\faStaylinked)}
+\ltindex{Steam=Steam (\faSteamSquare)}
+\ltindex{Steam=Steam (\faSteamSymbol)}
+\ltindex{Steam=Steam (\faSteam)}
+\ltindex{Sticker Mule=Sticker Mule (\faStickerMule)}
+\ltindex{Strava=Strava (\faStrava)}
+\ltindex{Stripe=Stripe (\faStripe)}
+\ltindex{Stripe=Stripe (\faStripeS)}
+\ltindex{Studio Vinari=Studio Vinari (\faStudiovinari)}
+\ltindex{StumbleUpon=StumbleUpon (\faStumbleuponCircle)}
+\ltindex{StumbleUpon=StumbleUpon (\faStumbleupon)}
+\ltindex{Superpowers=Superpowers (\faSuperpowers)}
+\ltindex{Supple=Supple (\faSupple)}
+\ltindex{SUSE=SUSE (\faSuse)}
+\ltindex{Swift=Swift (\faSwift)}
+\ltindex{Symfony=Symfony (\faSymfony)}
+\ltindex{TeamSpeak=TeamSpeak (\faTeamspeak)}
+\ltindex{Telegram=Telegram (\faTelegramPlane)}
+\ltindex{Telegram=Telegram (\faTelegram)}
+\ltindex{Tencent Weibo=Tencent Weibo (\faTencentWeibo)}
+\ltindex{The Red Yeti=The Red Yeti (\faTheRedYeti)}
+\ltindex{Themeco=Themeco (\faThemeco)}
+\ltindex{Themeisle=Themeisle (\faThemeisle)}
+\ltindex{ThinkPeaks=ThinkPeaks (\faThinkPeaks)}
+\ltindex{TikTok=TikTok (\faTiktok)}
+\ltindex{Trade Federation=Trade Federation (\faTradeFederation)}
+\ltindex{Trello=Trello (\faTrello)}
+\ltindex{Tumblr=Tumblr (\faTumblrSquare)}
+\ltindex{Tumblr=Tumblr (\faTumblr)}
+\ltindex{Twitch=Twitch (\faTwitch)}
+\ltindex{Twitter=Twitter (\faTwitterSquare)}
+\ltindex{Twitter=Twitter (\faTwitter)}
+\ltindex{Uber=Uber (\faUber)}
+\ltindex{Ubuntu=Ubuntu (\faUbuntu)}
+\ltindex{UIkit=UIkit (\faUikit)}
+\ltindex{Umbraco=Umbraco (\faUmbraco)}
+\ltindex{Uncharted=Uncharted (\faUncharted)}
+\ltindex{Uniregistry=Uniregistry (\faUniregistry)}
+\ltindex{Unity=Unity (\faUnity)}
+\ltindex{Unsplash=Unsplash (\faUnsplash)}
+\ltindex{Untappd=Untappd (\faUntappd)}
+\ltindex{UPS=UPS (\faUps)}
+\ltindex{USB=USB (\faUsb)}
+\ltindex{USPS=USPS (\faUsps)}
+\ltindex{us-Sunnah=us-Sunnah (\faUssunnah)}
+\ltindex{Vaadin=Vaadin (\faVaadin)}
+\ltindex{Viacoin=Viacoin (\faViacoin)}
+\ltindex{Viadeo=Viadeo (\faViadeoSquare)}
+\ltindex{Viadeo=Viadeo (\faViadeo)}
+\ltindex{Viber=Viber (\faViber)}
+\ltindex{Vimeo=Vimeo (\faVimeoSquare)}
+\ltindex{Vimeo=Vimeo (\faVimeo)}
+\ltindex{Vimeo=Vimeo (\faVimeoV)}
+\ltindex{Vine=Vine (\faVine)}
+\ltindex{VK=VK (\faVk)}
+\ltindex{VNV=VNV (\faVnv)}
+\ltindex{Vue.js=Vue.js (\faVuejs)}
+\ltindex{Watchman Monitoring=Watchman Monitoring (\faWatchmanMonitoring)}
+\ltindex{Waze=Waze (\faWaze)}
+\ltindex{Weebly=Weebly (\faWeebly)}
+\ltindex{Weibo=Weibo (\faWeibo)}
+\ltindex{Weixin=Weixin (\faWeixin)}
+\ltindex{WhatsApp=WhatsApp (\faWhatsappSquare)}
+\ltindex{WhatsApp=WhatsApp (\faWhatsapp)}
+\ltindex{WHMCS=WHMCS (\faWhmcs)}
+\ltindex{Wikipedia=Wikipedia (\faWikipediaW)}
+\ltindex{Windows=Windows (\faWindows)}
+\ltindex{Wix=Wix (\faWix)}
+\ltindex{Wizards of the Coast=Wizards of the Coast (\faWizardsOfTheCoast)}
+\ltindex{Wodu=Wodu (\faWodu)}
+\ltindex{Wolfpack Battalion=Wolfpack Battalion (\faWolfPackBattalion)}
+\ltindex{WordPress=WordPress (\faWordpressSimple)}
+\ltindex{WordPress=WordPress (\faWordpress)}
+\ltindex{WPBeginner=WPBeginner (\faWpbeginner)}
+\ltindex{WPExplorer=WPExplorer (\faWpexplorer)}
+\ltindex{WPForms=WPForms (\faWpforms)}
+\ltindex{WPressr=WPressr (\faWpressr)}
+\ltindex{Xbox=Xbox (\faXbox)}
+\ltindex{XING=XING (\faXingSquare)}
+\ltindex{XING=XING (\faXing)}
+\ltindex{Yahoo!!=Yahoo!! (\faYahoo)}
+\ltindex{Yammer=Yammer (\faYammer)}
+\ltindex{Yandex International=Yandex International (\faYandexInternational)}
+\ltindex{Yandex=Yandex (\faYandex)}
+\ltindex{Yarn=Yarn (\faYarn)}
+\ltindex{Y Combinator=Y Combinator (\faYCombinator)}
+\ltindex{Yelp=Yelp (\faYelp)}
+\ltindex{Yoast=Yoast (\faYoast)}
+\ltindex{YouTube=YouTube (\faYoutubeSquare)}
+\ltindex{YouTube=YouTube (\faYoutube)}
+\ltindex{Zhihu=Zhihu (\faZhihu)}
+\label{fontawesome5-brands}
+\def\KFH#1{%
+ \incsyms
+ \indexcommand[\string#1{500px}]{#1{500px}}#1{500px} &
+ \ttfamily\string#1\string{500px\string}%
+}
+\begin{longtable}{*3{ll}}
+\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\endhead
+\endfirsthead
+\\[3ex]
+\multicolumn{6}{r}{\small\textit{(continued on next page)}}
+\endfoot
+\endlastfoot
+\K\faAccessibleIcon & \K\faGit & \K\faRaspberryPi \\
+\K\faAccusoft & \K{\faGithub*} & \K\faRavelry \\
+\K\faAcquisitionsIncorporated & \K\faGithub & \K\faReact \\
+\K\faAdn & \K\faGithubSquare & \K\faReacteurope \\
+\K\faAdversal & \K\faGitkraken & \K\faReadme \\
+\K\faAffiliatetheme & \K\faGitlab & \K\faRebel \\
+\K\faAirbnb & \K\faGitSquare & \K\faReddit \\
+\K\faAlgolia & \K\faGitter & \K\faRedditAlien \\
+\K\faAlipay & \K\faGlide & \K\faRedditSquare \\
+\K\faAmazon & \K\faGlideG & \K\faRedhat \\
+\K\faAmazonPay & \K\faGofore & \K\faRedRiver \\
+\K\faAmilia & \K\faGoodreads & \K\faRenren \\
+\K\faAndroid & \K\faGoodreadsG & \K\faReplyd \\
+\K\faAngellist & \K\faGoogle & \K\faResearchgate \\
+\K\faAngrycreative & \K\faGoogleDrive & \K\faResolving \\
+\K\faAngular & \K\faGooglePay & \K\faRev \\
+\K\faApper & \K\faGooglePlay & \K\faRocketchat \\
+\K\faApple & \K\faGooglePlus & \K\faRockrms \\
+\K\faApplePay & \K\faGooglePlusG & \K\faRProject \\
+\K\faAppStore & \K\faGooglePlusSquare & \K\faRust \\
+\K\faAppStoreIos & \K\faGoogleWallet & \K\faSafari \\
+\K\faArtstation & \K\faGratipay & \K\faSalesforce \\
+\K\faAsymmetrik & \K\faGrav & \K\faSass \\
+\K\faAtlassian & \K\faGripfire & \K\faSchlix \\
+\K\faAudible & \K\faGrunt & \K\faScribd \\
+\K\faAutoprefixer & \K\faGuilded & \K\faSearchengin \\
+\K\faAvianex & \K\faGulp & \K\faSellcast \\
+\K\faAviato & \K\faHackerNews & \K\faSellsy \\
+\K\faAws & \K\faHackerNewsSquare & \K\faServicestack \\
+\K\faBandcamp & \K\faHackerrank & \K\faShirtsinbulk \\
+\K\faBattleNet & \K\faHips & \K\faShopify \\
+\K\faBehance & \K\faHireAHelper & \K\faShopware \\
+\K\faBehanceSquare & \K\faHive & \K\faSimplybuilt \\
+\K\faBimobject & \K\faHooli & \K\faSistrix \\
+\K\faBitbucket & \K\faHornbill & \K\faSith \\
+\K\faBitcoin & \K\faHotjar & \K\faSketch \\
+\K\faBity & \K\faHouzz & \K\faSkyatlas \\
+\K\faBlackberry & \K{\faHtml5} & \K\faSkype \\
+\K\faBlackTie & \K\faHubspot & \K\faSlack \\
+\K\faBlogger & \KFH\faIcon & \K\faSlackHash \\
+\K\faBloggerB & \K\faIdeal & \K\faSlideshare \\
+\K\faBluetooth & \K\faImdb & \K\faSnapchat \\
+\K\faBluetoothB & \K\faInnosoft & \K\faSnapchatGhost \\
+\K\faBootstrap & \K\faInstagram & \K\faSnapchatSquare \\
+\K\faBuffer & \K\faInstagramSquare & \K\faSoundcloud \\
+\K\faBuromobelexperte & \K\faInstalod & \K\faSourcetree \\
+\K\faBuyNLarge & \K\faIntercom & \K\faSpeakap \\
+\K\faBuysellads & \K\faInternetExplorer & \K\faSpeakerDeck \\
+\K\faCanadianMapleLeaf & \K\faInvision & \K\faSpotify \\
+\K\faCcAmazonPay & \K\faIoxhost & \K\faSquarespace \\
+\K\faCcAmex & \K\faItchIo & \K\faStackExchange \\
+\K\faCcApplePay & \K\faItunes & \K\faStackOverflow \\
+\K\faCcDinersClub & \K\faItunesNote & \K\faStackpath \\
+\K\faCcDiscover & \K\faJava & \K\faStaylinked \\
+\K\faCcJcb & \K\faJedi & \K\faSteam \\
+\K\faCcMastercard & \K\faJediOrder & \K\faSteamSquare \\
+\K\faCcPaypal & \K\faJenkins & \K\faSteamSymbol \\
+\K\faCcStripe & \K\faJira & \K\faStickerMule \\
+\K\faCcVisa & \K\faJoget & \K\faStrava \\
+\K\faCentercode & \K\faJoomla & \K\faStripe \\
+\K\faCentos & \K\faJs & \K\faStripeS \\
+\K\faChrome & \K\faJsfiddle & \K\faStudiovinari \\
+\K\faChromecast & \K\faJsSquare & \K\faStumbleupon \\
+\K\faCloudflare & \K\faKaggle & \K\faStumbleuponCircle \\
+\K\faCloudscale & \K\faKeybase & \K\faSuperpowers \\
+\K\faCloudsmith & \K\faKeycdn & \K\faSupple \\
+\K\faCloudversify & \K\faKickstarter & \K\faSuse \\
+\K\faCodepen & \K\faKickstarterK & \K\faSwift \\
+\K\faCodiepie & \K\faKorvue & \K\faSymfony \\
+\K\faConfluence & \K\faLaravel & \K\faTeamspeak \\
+\K\faConnectdevelop & \K\faLastfm & \K\faTelegram \\
+\K\faContao & \K\faLastfmSquare & \K\faTelegramPlane \\
+\K\faCottonBureau & \K\faLeanpub & \K\faTencentWeibo \\
+\K\faCpanel & \K\faLess & \K\faThemeco \\
+\K\faCriticalRole & \K\faLine & \K\faThemeisle \\
+\K{\faCss3} & \K\faLinkedin & \K\faTheRedYeti \\
+\K\faCuttlefish & \K\faLinkedinIn & \K\faThinkPeaks \\
+\K\faDailymotion & \K\faLinode & \K\faTiktok \\
+\K\faDAndD & \K\faLinux & \K\faTradeFederation \\
+\K\faDAndDBeyond & \K\faLyft & \K\faTrello \\
+\K\faDashcube & \K\faMagento & \K\faTumblr \\
+\K\faDeezer & \K\faMailchimp & \K\faTumblrSquare \\
+\K\faDelicious & \K\faMandalorian & \K\faTwitch \\
+\K\faDeploydog & \K\faMarkdown & \K\faTwitter \\
+\K\faDeskpro & \K\faMastodon & \K\faTwitterSquare \\
+\K\faDev & \K\faMaxcdn & \K{\faTypo3} \\
+\K\faDeviantart & \K\faMdb & \K\faUber \\
+\K\faDhl & \K\faMedapps & \K\faUbuntu \\
+\K\faDiaspora & \K\faMedium & \K\faUikit \\
+\K\faDigg & \K\faMediumM & \K\faUmbraco \\
+\K\faDigitalOcean & \K\faMedrt & \K\faUncharted \\
+\K\faDiscord & \K\faMeetup & \K\faUniregistry \\
+\K\faDiscourse & \K\faMegaport & \K\faUnity \\
+\K\faDochub & \K\faMendeley & \K\faUnsplash \\
+\K\faDocker & \K\faMicroblog & \K\faUntappd \\
+\K{\faDraft2digital} & \K\faMicrosoft & \K\faUps \\
+\K\faDropbox & \K\faMix & \K\faUsb \\
+\K\faDrupal & \K\faMixcloud & \K\faUsps \\
+\K\faDyalog & \K\faMixer & \K\faUssunnah \\
+\K\faEarlybirds & \K\faMizuni & \K\faVaadin \\
+\K\faEbay & \K\faModx & \K\faViacoin \\
+\K\faEdge & \K\faMonero & \K\faViadeo \\
+\K\faEdgeLegacy & \K\faNapster & \K\faViadeoSquare \\
+\K\faElementor & \K\faNeos & \K\faViber \\
+\K\faEllo & \K\faNimblr & \K\faVimeo \\
+\K\faEmber & \K\faNode & \K\faVimeoSquare \\
+\K\faEmpire & \K\faNodeJs & \K\faVimeoV \\
+\K\faEnvira & \K\faNpm & \K\faVine \\
+\K\faErlang & \K{\faNs8} & \K\faVk \\
+\K\faEthereum & \K\faNutritionix & \K\faVnv \\
+\K\faEtsy & \K\faOctopusDeploy & \K\faVuejs \\
+\K\faEvernote & \K\faOdnoklassniki & \K\faWatchmanMonitoring \\
+\K\faExpeditedssl & \K\faOdnoklassnikiSquare & \K\faWaze \\
+\K\faFacebook & \K\faOldRepublic & \K\faWeebly \\
+\K\faFacebookF & \K\faOpencart & \K\faWeibo \\
+\K\faFacebookMessenger & \K\faOpenid & \K\faWeixin \\
+\K\faFacebookSquare & \K\faOpera & \K\faWhatsapp \\
+\K\faFantasyFlightGames & \K\faOptinMonster & \K\faWhatsappSquare \\
+\K\faFedex & \K\faOrcid & \K\faWhmcs \\
+\K\faFedora & \K\faOsi & \K\faWikipediaW \\
+\K\faFigma & \K{\faPage4} & \K\faWindows \\
+\K\faFirefox & \K\faPagelines & \K\faWix \\
+\K\faFirefoxBrowser & \K\faPalfed & \K\faWizardsOfTheCoast \\
+\K\faFirstdraft & \K\faPatreon & \K\faWodu \\
+\K{\faFirstOrder*} & \K\faPaypal & \K\faWolfPackBattalion \\
+\K\faFirstOrder & \K\faPennyArcade & \K\faWordpress \\
+\K\faFlickr & \K\faPerbyte & \K\faWordpressSimple \\
+\K\faFlipboard & \K\faPeriscope & \K\faWpbeginner \\
+\K\faFly & \K\faPhabricator & \K\faWpexplorer \\
+\K{\faFontAwesome*} & \K\faPhoenixFramework & \K\faWpforms \\
+\K\faFontAwesome & \K\faPhoenixSquadron & \K\faWpressr \\
+\K\faFontAwesomeFlag & \K\faPhp & \K\faXbox \\
+\K\faFonticons & \K{\faPiedPiper*} & \K\faXing \\
+\K\faFonticonsFi & \K\faPiedPiper & \K\faXingSquare \\
+\K{\faFortAwesome*} & \K\faPiedPiperHat & \K\faYahoo \\
+\K\faFortAwesome & \K\faPiedPiperPp & \K\faYammer \\
+\K\faForumbee & \K\faPiedPiperSquare & \K\faYandex \\
+\K\faFoursquare & \K\faPinterest & \K\faYandexInternational \\
+\K\faFreebsd & \K\faPinterestP & \K\faYarn \\
+\K\faFreeCodeCamp & \K\faPinterestSquare & \K\faYCombinator \\
+\K\faFulcrum & \K\faPlaystation & \K\faYelp \\
+\K\faGalacticRepublic & \K\faProductHunt & \K\faYoast \\
+\K\faGalacticSenate & \K\faPushed & \K\faYoutube \\
+\K\faGetPocket & \K\faPython & \K\faYoutubeSquare \\
+\K\faGg & \K\faQq & \K\faZhihu \\
+\K\faGgCircle & \K\faQuinscape & \\
+\K{\faGit*} & \K\faQuora & \\
+\end{longtable}
+\end{longsymtable}
+
+
+\begin{longsymtable}[MFIZZ]{\MFIZZ\ Brand Icons}
+\ltidxboth{brand}{symbols}
+\ltindex{logos}
+\ltindex{corporate logos}
+\ltindex{commercial logos}
+
+\ltindex{Alpine Linux=Alpine Linux (\mfAlpinelinux)}
+\ltindex{Angular=Angular (\mfAngularAlt)}
+\ltindex{Angular=Angular (\mfAngular)}
+\ltindex{Apache=Apache (\mfApache)}
+\ltindex{Arch Linux=Arch Linux (\mfArchlinux)}
+\ltindex{Amazon Web Services=Amazon Web Services (\mfAws)}
+\ltindex{Azure=Azure (\mfAzure)}
+\ltindex{Backbone=Backbone (\mfBackbone)}
+\ltindex{BlackBerry=BlackBerry (\mfBlackberry)}
+\ltindex{Bootstrap=Bootstrap (\mfBootstrap)}
+\ltindex{Cassandra=Cassandra (\mfCassandra)}
+\ltindex{CentOS=CentOS (\mfCentos)}
+\ltindex{Clojure=Clojure (\mfClojure)}
+\ltindex{CodeIgniter=CodeIgniter (\mfCodeigniter)}
+\ltindex{CodePen=CodePen (\mfCodepen)}
+\ltindex{Coffee Bean=Coffee Bean (\mfCoffeeBean)}
+\ltindex{C++=C++ (\mfCplusplus)}
+\ltindex{C\#=C\# (\mfCsharp)}
+\ltindex{CSS=CSS (\mfCss)}
+\ltindex{CSS3=CSS3 (\mfCssthreeAlt)}
+\ltindex{CSS3=CSS3 (\mfCssthree)}
+\ltindex{Debian=Debian (\mfDebian)}
+\ltindex{Docker=Docker (\mfDocker)}
+\ltindex{DreamHost=DreamHost (\mfDreamhost)}
+\ltindex{D3=D3 (\mfDthree)}
+\ltindex{Elixir=Elixir (\mfElixir)}
+\ltindex{Elm=Elm (\mfElm)}
+\ltindex{Erlang=Erlang (\mfErlang)}
+\ltindex{Exherbo=Exherbo (\mfExherbo)}
+\ltindex{Fedora=Fedora (\mfFedora)}
+\ltindex{Fire=Fire (\mfFireAlt)}
+\ltindex{FreeBSD=FreeBSD (\mfFreebsd)}
+\ltindex{freeCodeCamp=freeCodeCamp (\mfFreecodecamp)}
+\ltindex{Gentoo=Gentoo (\mfGentoo)}
+\ltindex{Git=Git (\mfGit)}
+\ltindex{Gnome=Gnome (\mfGnome)}
+\ltindex{Go gopher=Go gopher (\mfGoAlt)}
+\ltindex{Go gopher=Go gopher (\mfGo)}
+\ltindex{Google=Google (\mfGoogleAlt)}
+\ltindex{Google Code=Google Code (\mfGoogleCode)}
+\ltindex{Google Developers=Google Developers (\mfGoogleDevelopers)}
+\ltindex{Google=Google (\mfGoogle)}
+\ltindex{Gradle=Gradle (\mfGradle)}
+\ltindex{Grails=Grails (\mfGrailsAlt)}
+\ltindex{Grails=Grails (\mfGrails)}
+\ltindex{Grunt=Grunt (\mfGrunt)}
+\ltindex{Gulp=Gulp (\mfGulpAlt)}
+\ltindex{Gulp=Gulp (\mfGulp)}
+\ltindex{Hadoop=Hadoop (\mfHadoop)}
+\ltindex{Haskell=Haskell (\mfHaskell)}
+\ltindex{Heroku=Heroku (\mfHeroku)}
+\ltindex{HTML=HTML (\mfHtml)}
+\ltindex{HTML5=HTML5 (\mfHtmlfiveAlt)}
+\ltindex{HTML5=HTML5 (\mfHtmlfive)}
+\ltindex{Java=Java (\mfJavaBold)}
+\ltsubindex{Java}{Duke=Duke (\mfJavaDuke)}
+\ltindex{Java=Java (\mfJava)}
+\ltindex{JavaScript=JavaScript (\mfJavascriptAlt)}
+\ltindex{JavaScript=JavaScript (\mfJavascript)}
+\ltindex{Jetty=Jetty (\mfJetty)}
+\ltindex{jQuery=jQuery (\mfJquery)}
+\ltindex{KDE=KDE (\mfKde)}
+\ltindex{Laravel=Laravel (\mfLaravel)}
+\ltindex{Linux Mint=Linux Mint (\mfLinuxMint)}
+\ltindex{Looking=Looking (\mfLooking)}
+\ltindex{Magento=Magento (\mfMagento)}
+\ltindex{MariaDB=MariaDB (\mfMariadb)}
+\ltindex{Maven=Maven (\mfMaven)}
+\ltindex{MongoDB=MongoDB (\mfMongodb)}
+\ltindex{Microsoft SQL Server=Microsoft SQL Server (\mfMssql)}
+\ltindex{MySQL=MySQL (\mfMysqlAlt)}
+\ltindex{MySQL=MySQL (\mfMysql)}
+\ltindex{NetBSD=NetBSD (\mfNetbsd)}
+\ltindex{NGINX=NGINX (\mfNginxAlt)}
+\ltindex{NGINX=NGINX (\mfNginxAlttwo)}
+\ltindex{NGINX=NGINX (\mfNginx)}
+\ltindex{Node.js=Node.js (\mfNodejs)}
+\ltindex{npm=npm (\mfNpm)}
+\ltindex{Objective C=Objective C (\mfObjc)}
+\ltindex{OpenShift=OpenShift (\mfOpenshift)}
+\ltindex{Oracle=Oracle (\mfOracleAlt)}
+\ltindex{Oracle=Oracle (\mfOracle)}
+\ltindex{OS X=OS X (\mfOsx)}
+\ltindex{Perl=Perl (\mfPerl)}
+\ltindex{PHP=PHP (\mfPhpAlt)}
+\ltindex{PHP=PHP (\mfPhp)}
+\ltindex{Play Framework=Play Framework (\mfPlayframeworkAlt)}
+\ltindex{Play Framework=Play Framework (\mfPlayframework)}
+\ltindex{Plone=Plone (\mfPlone)}
+\ltindex{PostgreSQL=PostgreSQL (\mfPostgresAlt)}
+\ltindex{PostgreSQL=PostgreSQL (\mfPostgres)}
+\ltindex{Python=Python (\mfPython)}
+\ltindex{Raspberry Pi=Raspberry Pi (\mfRaspberrypi)}
+\ltindex{React=React (\mfReactjs)}
+\ltindex{Red Hat=Red Hat (\mfRedhat)}
+\ltindex{Redis=Redis (\mfRedis)}
+\ltindex{Ruby on Rails=Ruby on Rails (\mfRubyOnRailsAlt)}
+\ltindex{Ruby on Rails=Ruby on Rails (\mfRubyOnRails)}
+\ltindex{Ruby=Ruby (\mfRuby)}
+\ltindex{Rust=Rust (\mfRust)}
+\ltindex{Sass=Sass (\mfSass)}
+\ltindex{Satellite=Satellite (\mfSatellite)}
+\ltindex{Scala=Scala (\mfScalaAlt)}
+\ltindex{Scala=Scala (\mfScala)}
+\ltindex{Sitefinity=Sitefinity (\mfSitefinity)}
+\ltindex{Solaris=Solaris (\mfSolaris)}
+\ltindex{Spring=Spring (\mfSpring)}
+\ltindex{SUSE=SUSE (\mfSuse)}
+\ltindex{SVG=SVG (\mfSvg)}
+\ltindex{Symfony=Symfony (\mfSymfony)}
+\ltindex{Threedprint=Threedprint (\mfThreedprint)}
+\ltindex{Tomcat=Tomcat (\mfTomcat)}
+\ltindex{Ubuntu=Ubuntu (\mfUbuntu)}
+\ltindex{Unity=Unity (\mfUnity)}
+\ltindex{WordPress=WordPress (\mfWordpress)}
+\ltindex{X11=X11 (\mfXeleven)}
+\label{fontmfizz-brands}
+\begin{longtable}{*3{ll}}
+\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\endhead
+\endfirsthead
+\\[3ex]
+\multicolumn{6}{r}{\small\textit{(continued on next page)}}
+\endfoot
+\endlastfoot
+\K\mfAlpinelinux & \K\mfGoogle & \K\mfNpm \\
+\K\mfAngular & \K\mfGoogleAlt & \K\mfObjc \\
+\K\mfAngularAlt & \K\mfGoogleCode & \K\mfOpenshift \\
+\K\mfApache & \K\mfGoogleDevelopers & \K\mfOracle \\
+\K\mfArchlinux & \K\mfGradle & \K\mfOracleAlt \\
+\K\mfAws & \K\mfGrails & \K\mfOsx \\
+\K\mfAzure & \K\mfGrailsAlt & \K\mfPerl \\
+\K\mfBackbone & \K\mfGrunt & \K\mfPhp \\
+\K\mfBlackberry & \K\mfGulp & \K\mfPhpAlt \\
+\K\mfBootstrap & \K\mfGulpAlt & \K\mfPlayframework \\
+\K\mfC & \K\mfHadoop & \K\mfPlayframeworkAlt \\
+\K\mfCassandra & \K\mfHaskell & \K\mfPlone \\
+\K\mfCentos & \K\mfHeroku & \K\mfPostgres \\
+\K\mfClojure & \K\mfHtml & \K\mfPostgresAlt \\
+\K\mfCodeigniter & \K\mfHtmlfive & \K\mfPython \\
+\K\mfCodepen & \K\mfHtmlfiveAlt & \K\mfRaspberrypi \\
+\K\mfCoffeeBean & \K\mfJava & \K\mfReactjs \\
+\K\mfCplusplus & \K\mfJavaBold & \K\mfRedhat \\
+\K\mfCsharp & \K\mfJavaDuke & \K\mfRedis \\
+\K\mfCss & \K\mfJavascript & \K\mfRuby \\
+\K\mfCssthree & \K\mfJavascriptAlt & \K\mfRubyOnRails \\
+\K\mfCssthreeAlt & \K\mfJetty & \K\mfRubyOnRailsAlt \\
+\K\mfDebian & \K\mfJquery & \K\mfRust \\
+\K\mfDocker & \K\mfKde & \K\mfSass \\
+\K\mfDreamhost & \K\mfLaravel & \K\mfSatellite \\
+\K\mfDthree & \K\mfLinuxMint & \K\mfScala \\
+\K\mfElixir & \K\mfLooking & \K\mfScalaAlt \\
+\K\mfElm & \K\mfMagento & \K\mfSitefinity \\
+\K\mfErlang & \K\mfMariadb & \K\mfSolaris \\
+\K\mfExherbo & \K\mfMaven & \K\mfSpring \\
+\K\mfFedora & \K\mfMongodb & \K\mfSuse \\
+\K\mfFireAlt & \K\mfMssql & \K\mfSvg \\
+\K\mfFreebsd & \K\mfMysql & \K\mfSymfony \\
+\K\mfFreecodecamp & \K\mfMysqlAlt & \K\mfThreedprint \\
+\K\mfGentoo & \K\mfNetbsd & \K\mfTomcat \\
+\K\mfGit & \K\mfNginx & \K\mfUbuntu \\
+\K\mfGnome & \K\mfNginxAlt & \K\mfUnity \\
+\K\mfGo & \K\mfNginxAlttwo & \K\mfWordpress \\
+\K\mfGoAlt & \K\mfNodejs & \K\mfXeleven \\
+\end{longtable}
+
+\begin{tablenote}
+ \luaxemessage{\MFIZZ}.
+\end{tablenote}
+\end{longsymtable}
+
+
+\begin{symtable}[FNTAWE]{\FNTAWE\ Medical Symbols}
+\idxboth{medical}{symbols}
+\index{hearts}
+\index{ambulance=ambulance (\faAmbulance)}
+\index{bacteria=bacteria (\faBacteria)}
+\index{bacteria=bacteria (\faBacterium)}
+\index{biohazard=biohazard (\faBiohazard)}
+\index{brain=brain (\faBrain)}
+\index{crutch=crutch (\faCrutch)}
+\index{DNA=DNA (\faDna)}
+\index{first aid=first aid (\faFirstAid)}
+\index{heartbeat=heartbeat (\faHeartbeat)}
+\index{hospital=hospital (\faHospitalSymbol)}
+\index{hospital=hospital (\faHospital)}
+\index{lungs=lungs (\faLungs)}
+\index{medkit=medkit (\faMedkit)}
+\index{pills=pills (\faPills)}
+\index{prescription bottle=prescription bottle (\faPrescriptionBottle)}
+\index{stethoscope=stethoscope (\faStethoscope)}
+\index{syringe=syringe (\faSyringe)}
+\index{virus=virus (\faVirus)}
+\index{x-ray=x-ray (\faXRay)}
+\label{fontawesome5-medical}
+\begin{tabular}{*3{ll}}
+\K\faAllergies & \K\faFirstAid & \K\faPills \\
+\K\faAmbulance & \K\faHeadSideCough & \K\faPrescription \\
+\K\faBacteria & \K\faHeadSideCoughSlash & \K{\faPrescriptionBottle*} \\
+\K\faBacterium & \K\faHeadSideMask & \K\faPrescriptionBottle \\
+\K\faBandAid & \K\faHeadSideVirus & \K\faProcedures \\
+\K\faBiohazard & \K\faHeartbeat & \K\faPumpMedical \\
+\K\faBookMedical & \K{\faHospital*} & \K\faShieldVirus \\
+\K\faBrain & \K\faHospital & \K\faStethoscope \\
+\K\faBriefcaseMedical & \KfaReg\faHospital & \K\faSyringe \\
+\K\faCapsules & \K\faHospitalSymbol & \K\faTablets \\
+\K\faClinicMedical & \K\faHospitalUser & \K\faVirus \\
+\K\faCommentMedical & \K\faLaptopMedical & \K\faViruses \\
+\K\faCrutch & \K\faLungs & \K\faVirusSlash \\
+\K\faDiagnoses & \K\faLungsVirus & \K\faXRay \\
+\K\faDisease & \K\faMedkit & \\
+\K\faDna & \K\faNotesMedical & \\
+\end{tabular}
+\end{symtable}
+
+
+\begin{symtable}[FNTAWE]{\FNTAWE\ Disability Symbols}
+\idxboth{disability}{symbols}
+\index{sign language}
+\index{assistive listening system=assistive listening system (\faAssistiveListeningSystems)}
+\index{blind=blind (\faBlind)}
+\index{braille=braille (\faBraille)}
+\index{deaf=deaf (\faDeaf)}
+\index{low vision=low vision (\faLowVision)}
+\index{sign language=sign language (\faAmericanSignLanguageInterpreting)}
+\index{sign language=sign language (\faSignLanguage)}
+\index{TTY=TTY (\faTty)}
+\index{wheelchair=wheelchair (\faWheelchair)}
+\label{fontawesome5-disability}
+\begin{tabular}{*2{ll}}
+\K\faAmericanSignLanguageInterpreting & \K\faLowVision \\
+\K\faAssistiveListeningSystems & \K\faSignLanguage \\
+\K\faBlind & \K\faTty \\
+\K\faBraille & \K\faWheelchair \\
+\K\faDeaf & \\
+\end{tabular}
+\end{symtable}
+
+
+\begin{symtable}[ASAP]{\ASAP\ Transportation Symbols}
+\index{airplanes}
+\index{automobiles}
+\index{bicycles}
+\index{boats}
+\index{buses}
+\index{cars}
+\index{helicopters}
+\index{ships}
+\index{taxis}
+\index{trains}
+\index{airplane landing=airplane landing (\asapAirplaneLanding)}
+\index{boat=boat (\asapBoat)}
+\index{airplane overhead=airplane overhead (\asapAirplaneOverhead)}
+\index{bus=bus (\asapBus)}
+\index{airplane takeoff=airplane takeoff (\asapAirplaneTakeoff)}
+\index{helicopter=helicopter (\asapHelicopter)}
+\index{automobile=automobile (\asapAutomobile)}
+\index{taxi=taxi (\asapTaxi)}
+\index{automobile with key=automobile with key (\asapAutomobileWithKey)}
+\index{train=train (\asapTrain)}
+\index{bicycle=bicycle (\asapBicycle)}
+\label{asapsym-transport}
+\begin{tabular}{*2{ll}}
+\K\asapAirplaneLanding & \K\asapBoat \\
+\K\asapAirplaneOverhead & \K\asapBus \\
+\K\asapAirplaneTakeoff & \K\asapHelicopter \\
+\K\asapAutomobile & \K\asapTaxi \\
+\K\asapAutomobileWithKey & \K\asapTrain \\
+\K\asapBicycle & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\ASAP}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{longsymtable}[TWEM]{\TWEM\ Transportation Emoji}
+\ltidxboth{transportation}{symbols}
+\ltindex{emoji}
+\ltindex{people}
\ltindex{airplanes}
-\ltindex{arrows}
\ltindex{automobiles}
-\ltindex{bicycles}
-\ltindex{buses}
-\ltindex{cars}
-\ltindex{check marks}
-\ltindex{faces}
-\ltindex{female}
-\ltindex{flags}
-\ltindex{frowny faces}
-\ltindex{geometric shapes}
-\ltindex{hearts}
-\ltindex{male}
-\ltindex{planes}
-\ltindex{scissors}
-\ltindex{smiley faces}
-\ltindex{taxis}
-\ltindex{trains}
-\ltidxboth{Web}{symbols}
-\ltidxboth{computer}{symbols}
-\ltidxboth{cooking}{symbols}
-\ltidxboth{file}{symbols}
-\ltidxboth{game-related}{symbols}
-\ltidxboth{letter-like}{symbols}
-\ltidxboth{media control}{symbols}
-\ltidxboth{musical}{symbols}
-\ltidxboth{recycling}{symbols}
-\ltidxboth{transportation}{symbols}
-\label{fontawesome}
+\label{twemoji-transport}
+\begin{longtable}{*2{ll}}
+\multicolumn{4}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\endhead
+\endfirsthead
+\\[3ex]
+\multicolumn{4}{r}{\small\textit{(continued on next page)}}
+\endfoot
+\endlastfoot
+\Ttwem{1f6f0}{1f6f0} & \Ttwem{mountain railway}{1f69e} \\
+\Ttwem{aerial tramway}{1f6a1} & \Ttwem{no bicycles}{1f6b3} \\
+\Ttwem{airplane}{2708} & \Ttwem{oncoming automobile}{1f698} \\
+\Ttwem{airplane arrival}{1f6ec} & \Ttwem{oncoming bus}{1f68d} \\
+\Ttwem{airplane departure}{1f6eb} & \Ttwem{oncoming police car}{1f694} \\
+\Ttwem{ambulance}{1f691} & \Ttwem{oncoming taxi}{1f696} \\
+\Ttwem{articulated lorry}{1f69b} & \Ttwem{passenger ship}{1f6f3} \\
+\Ttwem{auto rickshaw}{1f6fa} & \Ttwem{passport control}{1f6c2} \\
+\Ttwem{automobile}{1f697} & \Ttwem{person biking}{1f6b4}$^*$ \\
+\Ttwem{baggage claim}{1f6c4} & \Ttwem{person mountain biking}{1f6b5}$^*$ \\
+\Ttwem{bicycle}{1f6b2} & \Ttwem{person rowing boat}{1f6a3}$^*$ \\
+\Ttwem{bullet train}{1f685} & \Ttwem{pickup truck}{1f6fb} \\
+\Ttwem{bus}{1f68c} & \Ttwem{police car}{1f693} \\
+\Ttwem{bus stop}{1f68f} & \Ttwem{police car light}{1f6a8} \\
+\Ttwem{canoe}{1f6f6} & \Ttwem{racing car}{1f3ce} \\
+\Ttwem{construction}{1f6a7} & \Ttwem{railway car}{1f683} \\
+\Ttwem{customs}{1f6c3} & \Ttwem{railway track}{1f6e4} \\
+\Ttwem{delivery truck}{1f69a} & \Ttwem{rocket}{1f680} \\
+\Ttwem{fire engine}{1f692} & \Ttwem{roller skate}{1f6fc} \\
+\Ttwem{flying saucer}{1f6f8} & \Ttwem{ship}{1f6a2} \\
+\Ttwem{helicopter}{1f681} & \Ttwem{skateboard}{1f6f9} \\
+\Ttwem{high-speed train}{1f684} & \Ttwem{sled}{1f6f7} \\
+\Ttwem{horizontal traffic light}{1f6a5} & \Ttwem{small airplane}{1f6e9} \\
+\Ttwem{kick scooter}{1f6f4} & \Ttwem{speedboat}{1f6a4} \\
+\Ttwem{left luggage}{1f6c5} & \Ttwem{sport utility vehicle}{1f699} \\
+\Ttwem{light rail}{1f688} & \Ttwem{station}{1f689} \\
+\Ttwem{locomotive}{1f682} & \Ttwem{suspension railway}{1f69f} \\
+\Ttwem{man biking}{1f6b4-200d-2642-fe0f}$^*$ & \Ttwem{taxi}{1f695} \\
+\Ttwem{man mountain biking}{1f6b5-200d-2642-fe0f}$^*$ & \Ttwem{tractor}{1f69c} \\
+\Ttwem{man rowing boat}{1f6a3-200d-2642-fe0f}$^*$ & \Ttwem{train2}{1f686} \\
+\Ttwem{metro}{1f687} & \Ttwem{tram}{1f68a} \\
+\Ttwem{minibus}{1f690} & \Ttwem{tram car}{1f68b} \\
+\Ttwem{monorail}{1f69d} & \Ttwem{trolleybus}{1f68e} \\
+\Ttwem{motor boat}{1f6e5} & \Ttwem{vertical traffic light}{1f6a6} \\
+\Ttwem{motor scooter}{1f6f5} & \Ttwem{woman biking}{1f6b4-200d-2640-fe0f}$^*$ \\
+\Ttwem{motorcycle}{1f3cd} & \Ttwem{woman mountain biking}{1f6b5-200d-2640-fe0f}$^*$ \\
+\Ttwem{motorway}{1f6e3} & \Ttwem{woman rowing boat}{1f6a3-200d-2640-fe0f}$^*$ \\
+\Ttwem{mountain cableway}{1f6a0} & \\
+\end{longtable}
+
+\begin{tablenote}
+ \twemojismessage.
+\end{tablenote}
+
+\bigskip
+
+\begin{tablenote}[*]
+ Variants of this symbol portraying different colors and styles are
+ not shown. An example is presented after \vref{twemoji-misc}.
+ \seedocs{\TWEM}.
+\end{tablenote}
+\end{longsymtable}
+
+
+\begin{symtable}[ASAP]{\ASAP\ Everyday Objects}
+\index{book=book (\asapBook)}
+\index{cigarette=cigarette (\asapCigarette)}
+\index{envelope=envelope (\asapEnvelope)}
+\index{gift=gift (\asapGift)}
+\index{hanger=hanger (\asapHanger)}
+\index{microscope=microscope (\asapMicroscope)}
+\index{mobile phone=mobile phone (\asapMobilePhone)}
+\index{monitor=monitor (\asapMonitor)}
+\index{mug=mug (\asapMug)}
+\index{phone=phone (\asapPhone)}
+\index{tablet=tablet (\asapTablet)}
+\index{utensils=utensils (\asapUtensils)}
+\label{asapsym-common}
+\begin{tabular}{*3{ll}}
+\K\asapBook & \K\asapHanger & \K\asapMug \\
+\K\asapCigarette & \K\asapMicroscope & \K\asapPhone \\
+\K\asapEnvelope & \K\asapMobilePhone & \K\asapTablet \\
+\K\asapGift & \K\asapMonitor & \K\asapUtensils \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\ASAP}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{longsymtable}[TYPICOS]{\TYPICOS\ Everyday Objects}
+\ltindex{ghosts}
+\ltindex{airplanes}
+\ltindex{anchor=anchor (\tiAnchor)}
+\ltindex{paperclip=paperclip (\tiAttachment)}
+\ltindex{beaker=beaker (\tiBeaker)}
+\ltindex{beer=beer (\tiBeer)}
+\ltindex{bell=bell (\tiBell)}
+\ltindex{book=book (\tiBook)}
+\ltindex{briefcase=briefcase (\tiBriefcase)}
+\ltindex{brush=brush (\tiBrush)}
+\ltindex{business card=business card (\tiBusinessCard)}
+\ltindex{calculator=calculator (\tiCalculator)}
+\ltindex{camera=camera (\tiCamera)}
+\ltindex{clipboard=clipboard (\tiClipboard)}
+\ltindex{coffee=coffee (\tiCoffee)}
+\ltindex{compass=compass (\tiCompass)}
+\ltindex{credit card=credit card (\tiCreditCard)}
+\ltindex{credit cards}
+\ltindex{desktop=desktop (\tiDeviceDesktop)}
+\ltindex{laptop=laptop (\tiDeviceLaptop)}
+\ltindex{mobile phone=mobile phone (\tiDevicePhone)}
+\ltindex{cell phone=cell phone (\tiDevicePhone)}
+\ltindex{tablet=tablet (\tiDeviceTablet)}
+\ltindex{directions=directions (\tiDirections)}
+\ltindex{eye=eye (\tiEye)}
+\ltindex{feather=feather (\tiFeather)}
+\ltindex{film=film (\tiFilm)}
+\ltindex{flag=flag (\tiFlag)}
+\ltindex{gift=gift (\tiGift)}
+\ltindex{globe}
+\ltindex{headphones=headphones (\tiHeadphones)}
+\ltindex{house=house (\tiHome)}
+\ltindex{key=key (\tiKey)}
+\ltindex{keyboard=keyboard (\tiKeyboard)}
+\ltindex{leaf=leaf (\tiLeaf)}
+\ltindex{lightbulb=lightbulb (\tiLightbulb)}
+\ltindex{locks}
+\ltindex{envelope=envelope (\tiMail)}
+\ltindex{map=map (\tiMap)}
+\ltindex{microphone=microphone (\tiMicrophone)}
+\ltindex{mortarboard=mortarboard (\tiMortarBoard)}
+\ltindex{newspaper=newspaper (\tiNews)}
+\ltindex{phone=phone (\tiPhone)}
+\ltindex{pin=pin (\tiPin)}
+\ltindex{airplane=airplane (\tiPlane)}
+\ltindex{plug=plug (\tiPlug)}
+\ltindex{printer=printer (\tiPrinter)}
+\ltindex{puzzle piece=puzzle piece (\tiPuzzle)}
+\ltindex{scissors=scissors (\tiScissors)}
+\ltindex{shopping bag=shopping bag (\tiShoppingBag)}
+\ltindex{shopping cart=shopping cart (\tiShoppingCart)}
+\ltindex{spanner=spanner (\tiSpanner)}
+\ltindex{wrench=wrench (\tiSpanner)}
+\ltindex{tag=tag (\tiTag)}
+\ltindex{ticket=ticket (\tiTicket)}
+\ltindex{trash=trash (\tiTrash)}
+\ltindex{tree=tree (\tiTree)}
+\ltindex{video=video (\tiVideo)}
+\ltindex{wine=wine (\tiWine)}
+\ltindex{world=world (\tiWorld)}
+\label{typicons-common}
+\begin{longtable}{*3{ll}}
+\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\endhead
+\endfirsthead
+\\[3ex]
+\multicolumn{6}{r}{\small\textit{(continued on next page)}}
+\endfoot
+\endlastfoot
+\K\tiAnchor & \K\tiFilm & \K\tiPinOutline \\
+\K\tiAnchorOutline & \K\tiFlag & \K\tiPiOutline \\
+\K\tiAttachment & \K\tiFlagOutline & \K\tiPipette \\
+\K\tiAttachmentOutline & \K\tiGift & \K\tiPlane \\
+\K\tiBeaker & \K\tiGlobe & \K\tiPlaneOutline \\
+\K\tiBeer & \K\tiGlobeOutline & \K\tiPlug \\
+\K\tiBell & \K\tiHeadphones & \K\tiPrinter \\
+\K\tiBook & \K\tiHome & \K\tiPuzzle \\
+\K\tiBriefcase & \K\tiHomeOutline & \K\tiPuzzleOutline \\
+\K\tiBrush & \K\tiKey & \K\tiScissors \\
+\K\tiBusinessCard & \K\tiKeyboard & \K\tiScissorsOutline \\
+\K\tiCalculator & \K\tiKeyOutline & \K\tiShoppingBag \\
+\K\tiCamera & \K\tiLeaf & \K\tiShoppingCart \\
+\K\tiCameraOutline & \K\tiLightbulb & \K\tiSpanner \\
+\K\tiClipboard & \K\tiLockClosed & \K\tiSpannerOutline \\
+\K\tiCoffee & \K\tiLockClosedOutline & \K\tiTag \\
+\K\tiCompass & \K\tiLockOpen & \K\tiTags \\
+\K\tiContacts & \K\tiLockOpenOutline & \K\tiTicket \\
+\K\tiCreditCard & \K\tiMail & \K\tiTrash \\
+\K\tiDeviceDesktop & \K\tiMap & \K\tiTree \\
+\K\tiDeviceLaptop & \K\tiMicrophone & \K\tiVideo \\
+\K\tiDevicePhone & \K\tiMicrophoneOutline & \K\tiVideoOutline \\
+\K\tiDeviceTablet & \K\tiMortarBoard & \K\tiWine \\
+\K\tiDirections & \K\tiNews & \K\tiWorld \\
+\K\tiEye & \K\tiPhone & \K\tiWorldOutline \\
+\K\tiEyeOutline & \K\tiPhoneOutline & \\
+\K\tiFeather & \K\tiPin & \\
+\end{longtable}
+
+\begin{tablenote}
+ \luaxemessage{\TYPICOS}.
+\end{tablenote}
+\end{longsymtable}
+
+
+\begin{longsymtable}[FNTAWE]{\FNTAWE\ Everyday Objects}
+\ltindex{airplanes}
+\ltindex{bombs}
+\ltindex{air freshener=air freshener (\faAirFreshener)}
+\ltindex{airplane=airplane (\faPlane)}
+\ltindex{anchor=anchor (\faAnchor)}
+\ltindex{archway=archway (\faArchway)}
+\ltindex{award=award (\faAward)}
+\ltindex{baby=baby (\faBaby)}
+\ltindex{baby carriage=baby carriage (\faBabyCarriage)}
+\ltindex{bacon=bacon (\faBacon)}
+\ltindex{bath=bath (\faBath)}
+\ltindex{bed=bed (\faBed)}
+\ltindex{beer=beer (\faBeer)}
+\ltindex{bell=bell (\faBell)}
+\ltindex{bell=bell (\faConciergeBell)}
+\ltindex{bicycle=bicycle (\faBicycle)}
+\ltindex{binoculars=binoculars (\faBinoculars)}
+\ltindex{birthday cake=birthday cake (\faBirthdayCake)}
+\ltindex{blender=blender (\faBlender)}
+\ltindex{bomb=bomb (\faBomb)}
+\ltindex{bone=bone (\faBone)}
+\ltindex{bong=bong (\faBong)}
+\ltindex{box=box (\faBox)}
+\ltindex{bread slice=bread slice (\faBreadSlice)}
+\ltindex{briefcase=briefcase (\faBriefcase)}
+\ltindex{broom=broom (\faBroom)}
+\ltindex{brush=brush (\faBrush)}
+\ltindex{building=building (\faBuilding)}
+\ltindex{bullhorn=bullhorn (\faBullhorn)}
+\ltindex{bus=bus (\faBus)}
+\ltindex{calculator=calculator (\faCalculator)}
+\ltindex{camera=camera (\faCamera)}
+\ltindex{candy cane=candy cane (\faCandyCane)}
+\ltindex{cannabis=cannabis (\faCannabis)}
+\ltindex{car battery=car battery (\faCarBattery)}
+\ltindex{car=car (\faCar)}
+\ltindex{carrot=carrot (\faCarrot)}
+\ltindex{cash register=cash register (\faCashRegister)}
+\ltindex{cell phone=cell phone (\faMobile)}
+\ltindex{chair=chair (\faChair)}
+\ltindex{chalkboard=chalkboard (\faChalkboard)}
+\ltindex{cheese=cheese (\faCheese)}
+\ltindex{child=child (\faChild)}
+\ltindex{city=city (\faCity)}
+\ltindex{cocktail=cocktail (\faCocktail)}
+\ltindex{coffee=coffee (\faCoffee)}
+\ltindex{coins=coins (\faCoins)}
+\ltindex{compact disc=compact disc (\faCompactDisc)}
+\ltindex{compass=compass (\faCompass)}
+\ltindex{concierge bell=concierge bell (\faConciergeBell)}
+\ltindex{cookie=cookie (\faCookie)}
+\ltindex{couch=couch (\faCouch)}
+\ltindex{cowboy hat=cowboy hat (\faHatCowboy)}
+\ltindex{credit card=credit card (\faCreditCard)}
+\ltindex{credit cards}
+\ltindex{crown=crown (\faCrown)}
+\ltindex{door=door (\faDoorClosed)}
+\ltindex{door=door (\faDoorOpen)}
+\ltindex{drum=drum (\faDrum)}
+\ltindex{drumstick=drumstick (\faDrumstickBite)}
+\ltindex{dumpster=dumpster (\faDumpster)}
+\ltindex{dungeon=dungeon (\faDungeon)}
+\ltindex{egg=egg (\faEgg)}
+\ltindex{eye dropper=eye dropper (\faEyeDropper)}
+\ltindex{fan=fan (\faFan)}
+\ltindex{faucet=faucet (\faFaucet)}
+\ltindex{fax=fax (\faFax)}
+\ltindex{feather=feather (\faFeather)}
+\ltindex{female=female (\faFemale)}
+\ltindex{fighter jet=fighter jet (\faFighterJet)}
+\ltindex{fire extinguisher=fire extinguisher (\faFireExtinguisher)}
+\ltindex{flask=flask (\faFlask)}
+\ltindex{footprints=footprints (\faShoePrints)}
+\ltindex{gas pump=gas pump (\faGasPump)}
+\ltindex{gavel=gavel (\faGavel)}
+\ltindex{gem=gem (\faGem)}
+\ltindex{ghosts}
+\ltindex{gift=gift (\faGift)}
+\ltindex{glasses=glasses (\faGlasses)}
+\ltindex{glass=glass (\faGlassCheers)}
+\ltindex{glass=glass (\faGlassMartini)}
+\ltindex{glass=glass (\faGlassWhiskey)}
+\ltindex{graduation cap=graduation cap (\faGraduationCap)}
+\ltindex{guitar=guitar (\faGuitar)}
+\ltindex{hamburger=hamburger (\faHamburger)}
+\ltindex{hammer=hammer (\faHammer)}
+\ltindex{hard hat=hard hat (\faHardHat)}
+\ltindex{headphones=headphones (\faHeadphones)}
+\ltindex{headset=headset (\faHeadset)}
+\ltindex{helicopter=helicopter (\faHelicopter)}
+\ltindex{hot dog=hot dog (\faHotdog)}
+\ltindex{hotel=hotel (\faHotel)}
+\ltindex{hot pepper=hot pepper (\faPepperHot)}
+\ltindex{hot tub=hot tub (\faHotTub)}
+\ltindex{house=house (\faHome)}
+\ltindex{ice cream=ice cream (\faIceCream)}
+\ltindex{igloo=igloo (\faIgloo)}
+\ltindex{keyboard=keyboard (\faKeyboard)}
+\ltindex{key=key (\faKey)}
+\ltindex{laptop=laptop (\faLaptop)}
+\ltindex{leaf=leaf (\faLeaf)}
+\ltindex{lemon=lemon (\faLemon)}
+\ltindex{life preserver=life preserver (\faLifeRing)}
+\ltindex{light bulb=light bulb (\faLightbulb)}
+\ltindex{locks}
+\ltindex{luggage cart=luggage cart (\faLuggageCart)}
+\ltindex{magnet=magnet (\faMagnet)}
+\ltindex{male=male (\faMale)}
+\ltindex{map=map (\faMap)}
+\ltindex{mask=mask (\faMask)}
+\ltindex{medal=medal (\faMedal)}
+\ltindex{memory=memory (\faMemory)}
+\ltindex{meteor=meteor (\faMeteor)}
+\ltindex{microchip=microchip (\faMicrochip)}
+\ltindex{microphone=microphone (\faMicrophone)}
+\ltindex{microscope=microscope (\faMicroscope)}
+\ltindex{mitten=mitten (\faMitten)}
+\ltindex{mobile phone=mobile phone (\faMobile)}
+\ltindex{monument=monument (\faMonument)}
+\ltindex{moons}
+\ltindex{mortar and pestle=mortar and pestle (\faMortarPestle)}
+\ltindex{mortarboard=mortarboard (\faGraduationCap)}
+\ltindex{motorcycle=motorcycle (\faMotorcycle)}
+\ltindex{mountain=mountain (\faMountain)}
+\ltindex{mouse=mouse (\faMouse)}
+\ltindex{mug=mug (\faMugHot)}
+\ltindex{newspaper=newspaper (\faNewspaper)}
+\ltindex{oil can=oil can (\faOilCan)}
+\ltindex{pager=pager (\faPager)}
+\ltindex{paint brush=paint brush (\faPaintBrush)}
+\ltindex{paint roller=paint roller (\faPaintRoller)}
+\ltindex{palette=palette (\faPalette)}
+\ltindex{paper airplane=paper airplane (\faPaperPlane)}
+\ltindex{paperclip=paperclip (\faPaperclip)}
+\ltindex{parachute=parachute (\faParachuteBox)}
+\ltindex{phone=phone (\faPhone)}
+\ltindex{piggy bank=piggy bank (\faPiggyBank)}
+\ltindex{pizza=pizza (\faPizzaSlice)}
+\ltindex{plug=plug (\faPlug)}
+\ltindex{puzzle piece=puzzle piece (\faPuzzlePiece)}
+\ltindex{rainbow=rainbow (\faRainbow)}
+\ltindex{receipt=receipt (\faReceipt)}
+\ltindex{record, vinyl=record, vinyl (\faRecordVinyl)}
+\ltindex{ribbon=ribbon (\faRibbon)}
+\ltindex{ring=ring (\faRing)}
+\ltindex{road=road (\faRoad)}
+\ltindex{robot=robot (\faRobot)}
+\ltindex{rocket=rocket (\faRocket)}
+\ltindex{ruler=ruler (\faRuler)}
+\ltindex{satellite dish=satellite dish (\faSatelliteDish)}
+\ltindex{satellite=satellite (\faSatellite)}
+\ltindex{school=school (\faSchool)}
+\ltindex{screwdriver=screwdriver (\faScrewdriver)}
+\ltindex{scroll=scroll (\faScroll)}
+\ltindex{SD card=SD card (\faSdCard)}
+\ltindex{seedling=seedling (\faSeedling)}
+\ltindex{ship=ship (\faShip)}
+\ltindex{shopping bag=shopping bag (\faShoppingBag)}
+\ltindex{shopping basket=shopping basket (\faShoppingBasket)}
+\ltindex{shopping cart=shopping cart (\faShoppingCart)}
+\ltindex{shower=shower (\faShower)}
+\ltindex{shuttle van=shuttle van (\faShuttleVan)}
+\ltindex{sign=sign (\faSign)}
+\ltindex{sim card=sim card (\faSimCard)}
+\ltindex{sink=sink (\faSink)}
+\ltindex{sleigh=sleigh (\faSleigh)}
+\ltindex{smoking=smoking (\faSmoking)}
+\ltindex{snowmen}
+\ltindex{snowplow=snowplow (\faSnowplow)}
+\ltindex{soap=soap (\faSoap)}
+\ltindex{socks=socks (\faSocks)}
+\ltindex{solar panel=solar panel (\faSolarPanel)}
+\ltindex{space shuttle=space shuttle (\faSpaceShuttle)}
+\ltindex{spoon=spoon (\faUtensilSpoon)}
+\ltindex{spray can=spray can (\faSprayCan)}
+\ltindex{stamp=stamp (\faStamp)}
+\ltindex{sticky note=sticky note (\faStickyNote)}
+\ltindex{store=store (\faStore)}
+\ltindex{stroopwafel=stroopwafel (\faStroopwafel)}
+\ltindex{subway=subway (\faSubway)}
+\ltindex{suitcase=suitcase (\faSuitcase)}
+\ltindex{swatchbook=swatchbook (\faSwatchbook)}
+\ltindex{swimming pool=swimming pool (\faSwimmingPool)}
+\ltindex{tablet=tablet (\faTablet)}
+\ltindex{tag=tag (\faTag)}
+\ltindex{tape=tape (\faTape)}
+\ltindex{taxi=taxi (\faTaxi)}
+\ltindex{teeth=teeth (\faTeeth)}
+\ltindex{television=television (\faTv)}
+\ltindex{theater masks=theater masks (\faTheaterMasks)}
+\ltindex{thermometers}
+\ltindex{thumbtack=thumbtack (\faThumbtack)}
+\ltindex{toilet paper=toilet paper (\faToiletPaper)}
+\ltindex{toilet=toilet (\faToilet)}
+\ltindex{toolbox=toolbox (\faToolbox)}
+\ltindex{tools=tools (\faTools)}
+\ltindex{tooth=tooth (\faTooth)}
+\ltindex{tractor=tractor (\faTractor)}
+\ltindex{traffic light=traffic light (\faTrafficLight)}
+\ltindex{trailer=trailer (\faTrailer)}
+\ltindex{train=train (\faTrain)}
+\ltindex{tram=tram (\faTram)}
+\ltindex{trash=trash (\faTrash)}
+\ltindex{tree=tree (\faTree)}
+\ltindex{trophy=trophy (\faTrophy)}
+\ltindex{truck=truck (\faTruck)}
+\ltindex{T-shirt=T-shirt (\faTshirt)}
+\ltindex{umbrella=umbrella (\faUmbrella)}
+\ltindex{university=university (\faUniversity)}
+\ltindex{utensils=utensils (\faUtensils)}
+\ltindex{vest=vest (\faVest)}
+\ltindex{vial=vial (\faVial)}
+\ltindex{wallet=wallet (\faWallet)}
+\ltindex{warehouse=warehouse (\faWarehouse)}
+\ltindex{weight=weight (\faWeightHanging)}
+\ltindex{wine bottle=wine bottle (\faWineBottle)}
+\ltindex{wine glass=wine glass (\faWineGlass)}
+\ltindex{wizard hat=wizard hat (\faHatWizard)}
+\ltindex{wrench=wrench (\faWrench)}
+\label{fontawesome5-common}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
\endhead
@@ -20557,173 +26383,481 @@ unambiguously into any of the previous sections.
\multicolumn{6}{r}{\small\textit{(continued on next page)}}
\endfoot
\endlastfoot
-\K[\faicon{500px}]\fa500px & \K\faFemale & \K\faPlane \\
-\K\faAdjust & \K\faFighterJet & \K\faPlay \\
-\K\faAdn & \K\faFile & \K\faPlayCircle \\
-\K\faAlignCenter & \K\faFileArchiveO & \K\faPlayCircleO \\
-\K\faAlignJustify & \K\faFileAudioO & \K\faPlug \\
-\K\faAlignLeft & \K\faFileCodeO & \K\faPlus \\
-\K\faAlignRight & \K\faFileExcelO & \K\faPlusCircle \\
-\K\faAmazon & \K\faFileImageO & \K\faPlusSquare \\
-\K\faAmbulance & \K\faFileO & \K\faPlusSquareO \\
-\K\faAnchor & \K\faFilePdfO & \K\faPowerOff \\
-\K\faAndroid & \K\faFilePowerpointO & \K\faPrint \\
-\K\faAngellist & \K\faFilesO & \K\faPuzzlePiece \\
-\K\faAngleDoubleDown & \K\faFileText & \K\faQq \\
-\K\faAngleDoubleLeft & \K\faFileTextO & \K\faQrcode \\
-\K\faAngleDoubleRight & \K\faFileVideoO & \K\faQuestion \\
-\K\faAngleDoubleUp & \K\faFileWordO & \K\faQuestionCircle \\
-\K\faAngleDown & \K\faFilm & \K\faQuoteLeft \\
-\K\faAngleLeft & \K\faFilter & \K\faQuoteRight \\
-\K\faAngleRight & \K\faFire & \K\faRandom \\
-\K\faAngleUp & \K\faFireExtinguisher & \K\faRebel \\
-\K\faApple & \K\faFirefox & \K\faRecycle \\
-\K\faArchive & \K\faFlag & \K\faReddit \\
-\K\faAreaChart & \K\faFlagCheckered & \K\faRedditSquare \\
-\K\faAsterisk & \K\faFlagO & \K\faRefresh \\
-\K\faAt & \K\faFlask & \K\faRenren \\
-\K\faBackward & \K\faFlickr & \K\faReply \\
-\K\faBalanceScale & \K\faFloppyO & \K\faReplyAll \\
-\K\faBan & \K\faFolder & \K\faRetweet \\
-\K\faBarChart & \K\faFolderO & \K\faRoad \\
-\K\faBarcode & \K\faFolderOpen & \K\faRocket \\
-\K\faBars & \K\faFolderOpenO & \K\faRss \\
-\K\faBatteryEmpty & \K\faFont & \K\faRssSquare \\
-\K\faBatteryFull & \K\faFonticons & \K\faSafari \\
-\K\faBatteryHalf & \K\faForumbee & \K\faScissors \\
-\K\faBatteryQuarter & \K\faForward & \K\faSearch \\
-\K\faBatteryThreeQuarters & \K\faFoursquare & \K\faSearchMinus \\
-\K\faBed & \K\faFrownO & \K\faSearchPlus \\
-\K\faBeer & \K\faFutbolO & \K\faSellsy \\
-\K\faBehance & \K\faGamepad & \K\faServer \\
-\K\faBehanceSquare & \K\faGavel & \K\faShare \\
-\K\faBell & \K\faGetPocket & \K\faShareAlt \\
-\K\faBellO & \K\faGg & \K\faShareAltSquare \\
-\K\faBellSlash & \K\faGgCircle & \K\faShareSquare \\
-\K\faBellSlashO & \K\faGift & \K\faShareSquareO \\
-\K\faBicycle & \K\faGit & \K\faShield \\
-\K\faBinoculars & \K\faGithub & \K\faShip \\
-\K\faBirthdayCake & \K\faGithubAlt & \K\faShirtsinbulk \\
-\K\faBitbucket & \K\faGithubSquare & \K\faShoppingCart \\
-\K\faBitbucketSquare & \K\faGitSquare & \K\faSignal \\
-\K\faBlackTie & \K\faGlass & \K\faSignIn \\
-\K\faBold & \K\faGlobe & \K\faSignOut \\
-\K\faBolt & \K\faGoogle & \K\faSimplybuilt \\
-\K\faBomb & \K\faGooglePlus & \K\faSitemap \\
-\K\faBook & \K\faGooglePlusSquare & \K\faSkyatlas \\
-\K\faBookmark & \K\faGoogleWallet & \K\faSkype \\
-\K\faBookmarkO & \K\faGraduationCap & \K\faSlack \\
-\K\faBriefcase & \K\faGratipay & \K\faSliders \\
-\K\faBug & \K\faHackerNews & \K\faSlideshare \\
-\K\faBuilding & \K\faHddO & \K\faSmileO \\
-\K\faBuildingO & \K\faHeader & \K\faSort \\
-\K\faBullhorn & \K\faHeadphones & \K\faSortAlphaAsc \\
-\K\faBullseye & \K\faHeart & \K\faSortAlphaDesc \\
-\K\faBus & \K\faHeartbeat & \K\faSortAmountAsc \\
-\K\faBuysellads & \K\faHeartO & \K\faSortAmountDesc \\
-\K\faCalculator & \K\faHistory & \K\faSortAsc \\
-\K\faCalendar & \K\faHome & \K\faSortDesc \\
-\K\faCalendarCheckO & \K\faHospitalO & \K\faSortNumericAsc \\
-\K\faCalendarMinusO & \K[\faicon{hourglass}]\faHourglass & \K\faSortNumericDesc \\
-\K\faCalendarO & \K\faHourglassEnd & \K\faSoundcloud \\
-\K\faCalendarPlusO & \K\faHourglassHalf & \K\faSpaceShuttle \\
-\K\faCalendarTimesO & \K\faHourglassO & \K\faSpinner \\
-\K\faCamera & \K\faHourglassStart & \K\faSpoon \\
-\K\faCameraRetro & \K\faHouzz & \K\faSpotify \\
-\K\faCar & \K\faHSquare & \K\faStackExchange \\
-\K\faCaretDown & \K[\faicon{html5}]{\faHtml5} & \K\faStackOverflow \\
-\K\faCaretLeft & \K\faICursor & \K\faSteam \\
-\K\faCaretRight & \K\faInbox & \K\faSteamSquare \\
-\K\faCaretSquareODown & \K\faIndent & \K\faStepBackward \\
-\K\faCaretSquareOLeft & \K\faIndustry & \K\faStepForward \\
-\K\faCaretSquareORight & \K\faInfo & \K\faStethoscope \\
-\K\faCaretSquareOUp & \K\faInfoCircle & \K\faStickyNote \\
-\K\faCaretUp & \K\faInstagram & \K\faStickyNoteO \\
-\K\faCartArrowDown & \K\faInternetExplorer & \K\faStop \\
-\K\faCartPlus & \K\faIoxhost & \K\faStreetView \\
-\K\faCc & \K\faItalic & \K\faStrikethrough \\
-\K\faCcAmex & \K\faJoomla & \K\faStumbleupon \\
-\K\faCcDinersClub & \K\faJsfiddle & \K\faStumbleuponCircle \\
-\K\faCcDiscover & \K\faKey & \K\faSubscript \\
-\K\faCcJcb & \K\faKeyboardO & \K\faSubway \\
-\K\faCcMastercard & \K\faLanguage & \K\faSuitcase \\
-\K\faCcPaypal & \K\faLaptop & \K\faSuperscript \\
-\K\faCcStripe & \K\faLastfm & \K\faTable \\
-\K\faCcVisa & \K\faLastfmSquare & \K\faTablet \\
-\K\faCertificate & \K\faLeaf & \K\faTachometer \\
-\K\faChainBroken & \K\faLeanpub & \K\faTag \\
-\K\faChild & \K\faLemonO & \K\faTags \\
-\K\faChrome & \K\faLevelDown & \K\faTasks \\
-\K\faClipboard & \K\faLevelUp & \K\faTaxi \\
-\K\faClockO & \K\faLifeRing & \K\faTelevision \\
-\K\faClone & \K\faLightbulbO & \K\faTencentWeibo \\
-\K\faCloud & \K\faLineChart & \K\faTerminal \\
-\K\faCloudDownload & \K\faLink & \K\faTextHeight \\
-\K\faCloudUpload & \K\faLinkedin & \K\faTextWidth \\
-\K\faCode & \K\faLinkedinSquare & \K\faTh \\
-\K\faCodeFork & \K\faLinux & \K\faThLarge \\
-\K\faCodepen & \K\faList & \K\faThList \\
-\K\faCoffee & \K\faListAlt & \K\faThumbTack \\
-\K\faCog & \K\faListOl & \K\faTicket \\
-\K\faCogs & \K\faListUl & \K\faTint \\
-\K\faColumns & \K\faLocationArrow & \K\faToggleOff \\
-\K\faComment & \K\faLock & \K\faToggleOn \\
-\K\faCommenting & \K\faMagic & \K\faTrain \\
-\K\faCommentingO & \K\faMagnet & \K\faTrash \\
-\K\faCommentO & \K\faMale & \K\faTrashO \\
-\K\faComments & \K\faMap & \K\faTree \\
-\K\faCommentsO & \K\faMapMarker & \K\faTrello \\
-\K\faCompass & \K\faMapO & \K\faTripadvisor \\
-\K\faCompress & \K\faMapPin & \K\faTrophy \\
-\K\faConnectdevelop & \K\faMapSigns & \K\faTruck \\
-\K\faContao & \K\faMaxcdn & \K\faTty \\
-\K\faCreditCard & \K\faMeanpath & \K\faTumblr \\
-\K\faCrop & \K\faMedium & \K\faTumblrSquare \\
-\K\faCrosshairs & \K\faMedkit & \K\faTwitch \\
-\K[\faicon{css3}]{\faCss3} & \K\faMehO & \K\faTwitter \\
-\K\faCube & \K\faMicrophone & \K\faTwitterSquare \\
-\K\faCubes & \K\faMicrophoneSlash & \K\faUmbrella \\
-\K\faCutlery & \K\faMinus & \K\faUnderline \\
-\K\faDashcube & \K\faMinusCircle & \K\faUniversity \\
-\K\faDatabase & \K\faMinusSquare & \K\faUnlock \\
-\K\faDelicious & \K\faMinusSquareO & \K\faUnlockAlt \\
-\K\faDesktop & \K\faMobile & \K\faUpload \\
-\K\faDeviantart & \K\faMoney & \K\faUser \\
-\K\faDiamond & \K\faMotorcycle & \K\faUserMd \\
-\K\faDigg & \K\faMousePointer & \K\faUserPlus \\
-\K\faDownload & \K\faMusic & \K\faUsers \\
-\K\faDribbble & \K\faNewspaperO & \K\faUserSecret \\
-\K\faDropbox & \K\faObjectGroup & \K\faUserTimes \\
-\K\faDrupal & \K\faObjectUngroup & \K\faVideoCamera \\
-\K\faEject & \K\faOdnoklassniki & \K\faVimeo \\
-\K\faEllipsisH & \K\faOdnoklassnikiSquare & \K\faVimeoSquare \\
-\K\faEllipsisV & \K\faOpencart & \K\faVine \\
-\K\faEmpire & \K\faOpenid & \K\faVk \\
-\K\faEnvelope & \K\faOpera & \K\faVolumeDown \\
-\K\faEnvelopeO & \K\faOptinMonster & \K\faVolumeOff \\
-\K\faEnvelopeSquare & \K\faOutdent & \K\faVolumeUp \\
-\K\faEraser & \K\faPagelines & \K\faWeibo \\
-\K\faExchange & \K\faPaintBrush & \K\faWeixin \\
-\K\faExclamation & \K\faPaperclip & \K\faWhatsapp \\
-\K\faExclamationCircle & \K\faPaperPlane & \K\faWheelchair \\
-\K\faExclamationTriangle & \K\faPaperPlaneO & \K\faWifi \\
-\K\faExpand & \K\faParagraph & \K\faWikipediaW \\
-\K\faExpeditedssl & \K\faPause & \K\faWindows \\
-\K\faExternalLink & \K\faPaw & \K\faWordpress \\
-\K\faExternalLinkSquare & \K\faPaypal & \K\faWrench \\
-\K\faEye & \K\faPhone & \K\faXing \\
-\K\faEyedropper & \K\faPhoneSquare & \K\faXingSquare \\
-\K\faEyeSlash & \K\faPictureO & \K\faYahoo \\
-\K\faFacebook & \K\faPieChart & \K\faYCombinator \\
-\K\faFacebookOfficial & \K\faPiedPiper & \K\faYelp \\
-\K\faFacebookSquare & \K\faPiedPiperAlt & \K\faYoutube \\
-\K\faFastBackward & \K\faPinterest & \K\faYoutubePlay \\
-\K\faFastForward & \K\faPinterestP & \K\faYoutubeSquare \\
-\K\faFax & \K\faPinterestSquare & \\
+\K\faAirFreshener & \K\faGlassMartini & \K\faRocket \\
+\K\faAnchor & \K\faGlassWhiskey & \K\faRuler \\
+\K{\faApple*} & \K\faGraduationCap & \K\faRulerCombined \\
+\K\faArchive & \K\faGuitar & \K\faRulerHorizontal \\
+\K\faArchway & \K\faHamburger & \K\faRulerVertical \\
+\K\faAward & \K\faHammer & \K\faSatellite \\
+\K\faBaby & \K\faHardHat & \K\faSatelliteDish \\
+\K\faBabyCarriage & \K\faHatCowboy & \K\faSchool \\
+\K\faBacon & \K\faHatCowboySide & \K\faScrewdriver \\
+\K\faBath & \K\faHatWizard & \K\faScroll \\
+\K\faBed & \K\faHdd & \K\faSdCard \\
+\K\faBeer & \KfaReg\faHdd & \K\faSeedling \\
+\K\faBell & \K{\faHeadphones*} & \K{\faShield*} \\
+\KfaReg\faBell & \K\faHeadphones & \K\faShip \\
+\K\faBicycle & \K\faHeadset & \K\faShoePrints \\
+\K\faBinoculars & \K\faHelicopter & \K\faShoppingBag \\
+\K\faBirthdayCake & \K\faHome & \K\faShoppingBasket \\
+\K\faBlender & \K\faHotdog & \K\faShoppingCart \\
+\K\faBlenderPhone & \K\faHotel & \K\faShower \\
+\K\faBomb & \K\faHotTub & \K\faShuttleVan \\
+\K\faBone & \K\faIceCream & \K\faSign \\
+\K\faBong & \K\faIgloo & \K\faSimCard \\
+\K\faBox & \K\faJoint & \K\faSink \\
+\K\faBoxes & \K\faKey & \K\faSleigh \\
+\K\faBoxOpen & \K\faKeyboard & \K\faSmoking \\
+\K\faBoxTissue & \KfaReg\faKeyboard & \K\faSnowman \\
+\K\faBreadSlice & \K\faLandmark & \K\faSnowplow \\
+\K\faBriefcase & \K\faLaptop & \K\faSoap \\
+\K\faBroom & \K\faLeaf & \K\faSocks \\
+\K\faBrush & \K\faLemon & \K\faSolarPanel \\
+\K\faBuilding & \KfaReg\faLemon & \K\faSpaceShuttle \\
+\KfaReg\faBuilding & \K\faLifeRing & \K\faSprayCan \\
+\K\faBullhorn & \KfaReg\faLifeRing & \K\faStamp \\
+\K{\faBus*} & \K\faLightbulb & \K\faStickyNote \\
+\K\faBus & \KfaReg\faLightbulb & \KfaReg\faStickyNote \\
+\K\faCalculator & \K\faLock & \K{\faStore*} \\
+\K\faCamera & \K\faLockOpen & \K\faStore \\
+\K\faCameraRetro & \K\faLuggageCart & \K\faStroopwafel \\
+\K\faCandyCane & \K\faMagnet & \K\faSubway \\
+\K\faCannabis & \K\faMale & \K\faSuitcase \\
+\K{\faCar*} & \K\faMap & \K\faSuitcaseRolling \\
+\K\faCar & \KfaReg\faMap & \K\faSwatchbook \\
+\K\faCaravan & \K\faMask & \K\faSwimmingPool \\
+\K\faCarBattery & \K\faMedal & \K{\faTablet*} \\
+\K\faCarrot & \K\faMemory & \K\faTablet \\
+\K\faCarSide & \K\faMeteor & \K\faTag \\
+\K\faCashRegister & \K\faMicrochip & \K\faTags \\
+\K\faChair & \K{\faMicrophone*} & \K\faTape \\
+\K\faChalkboard & \K\faMicrophone & \K\faTaxi \\
+\K\faCheese & \K\faMicroscope & \K\faTeeth \\
+\K\faChild & \K\faMitten & \K\faTeethOpen \\
+\K\faCity & \K{\faMobile*} & \K\faTheaterMasks \\
+\K\faCocktail & \K\faMobile & \K\faThermometer \\
+\K\faCoffee & \KfaReg{\faMoneyBill*} & \K\faThumbtack \\
+\K\faCoins & \K{\faMoneyBill*} & \K{\faTicket*} \\
+\K\faCompactDisc & \K\faMoneyBill & \K\faToilet \\
+\K\faCompass & \K{\faMoneyBillWave*} & \K\faToiletPaper \\
+\KfaReg\faCompass & \K\faMoneyBillWave & \K\faToolbox \\
+\K\faConciergeBell & \K{\faMoneyCheck*} & \K\faTools \\
+\K\faCookie & \K\faMoneyCheck & \K\faTooth \\
+\K\faCookieBite & \K\faMonument & \K\faTractor \\
+\K\faCouch & \K\faMoon & \K\faTrafficLight \\
+\K\faCreditCard & \KfaReg\faMoon & \K\faTrailer \\
+\KfaReg\faCreditCard & \K\faMortarPestle & \K\faTrain \\
+\K\faCrown & \K\faMotorcycle & \K\faTram \\
+\K\faDolly & \K\faMountain & \KfaReg{\faTrash*} \\
+\K\faDollyFlatbed & \K\faMouse & \K{\faTrash*} \\
+\K\faDoorClosed & \K\faMugHot & \K\faTrash \\
+\K\faDoorOpen & \K\faNewspaper & \K\faTree \\
+\K\faDraftingCompass & \KfaReg\faNewspaper & \K\faTrophy \\
+\K\faDrum & \K\faOilCan & \K\faTruck \\
+\K\faDrumSteelpan & \K\faPager & \K\faTruckLoading \\
+\K\faDrumstickBite & \K\faPaintBrush & \K\faTruckMonster \\
+\K\faDumpster & \K\faPaintRoller & \K\faTruckMoving \\
+\K\faDungeon & \K\faPalette & \K\faTruckPickup \\
+\K\faEgg & \K\faPallet & \K\faTshirt \\
+\K\faEyeDropper & \K\faPaperclip & \K\faTv \\
+\K\faFan & \K\faPaperPlane & \K\faUmbrella \\
+\K\faFaucet & \KfaReg\faPaperPlane & \K\faUmbrellaBeach \\
+\K\faFax & \K\faParachuteBox & \K\faUniversity \\
+\K{\faFeather*} & \K\faPencilRuler & \K{\faUnlock*} \\
+\K\faFeather & \K\faPepperHot & \K\faUnlock \\
+\K\faFemale & \K{\faPhone*} & \K\faUtensils \\
+\K\faFighterJet & \K\faPhone & \K\faUtensilSpoon \\
+\K\faFireExtinguisher & \K\faPiggyBank & \K\faVest \\
+\K\faFlask & \K\faPizzaSlice & \K\faVestPatches \\
+\K\faGamepad & \K\faPlane & \K\faVial \\
+\K\faGasPump & \K\faPlug & \K\faVials \\
+\K\faGavel & \K\faPumpSoap & \K\faVrCardboard \\
+\K\faGem & \K\faPuzzlePiece & \K\faWallet \\
+\KfaReg\faGem & \K\faRainbow & \K\faWarehouse \\
+\K\faGhost & \K\faReceipt & \K\faWeightHanging \\
+\K\faGift & \K\faRecordVinyl & \K\faWineBottle \\
+\K\faGifts & \K\faRibbon & \K{\faWineGlass*} \\
+\K\faGlassCheers & \K\faRing & \K\faWineGlass \\
+\K\faGlasses & \K\faRoad & \K\faWrench \\
+\K{\faGlassMartini*} & \K\faRobot & \\
\end{longtable}
+\end{longsymtable}
+
+
+\begin{longsymtable}[CHILD]{\CHILD\ Everyday Objects}
+\ltindex{abajour=abajour (\fcAbajourA)}
+\ltindex{abajour=abajour (\fcAbajourB)}
+\ltindex{abajour=abajour (\fcAbajourC)}
+\ltindex{abajour=abajour (\fcAbajourD)}
+\ltindex{alarm clock=alarm clock (\fcAlarmClockA)}
+\ltindex{alarm clock=alarm clock (\fcAlarmClockB)}
+\ltindex{apple tree=apple tree (\fcAppleTree)}
+\ltindex{babe=babe (\fcBabe)}
+\ltindex{ball=ball (\fcBall)}
+\ltindex{ball=ball (\fcBallA)}
+\ltindex{ball=ball (\fcBallB)}
+\ltindex{ball=ball (\fcBallC)}
+\ltindex{balloon=balloon (\fcBalloon)}
+\ltindex{balloons=balloons (\fcBaloonsA)}
+\ltindex{balloons=balloons (\fcBaloonsB)}
+\ltindex{boat=boat (\fcBarquet)}
+\ltindex{baseball bat=baseball bat (\fcBaseballBat)}
+\ltindex{bed=bed (\fcBed)}
+\ltindex{bell=bell (\fcBellA)}
+\ltindex{bike=bike (\fcBike)}
+\ltindex{binoculars=binoculars (\fcBinoculars)}
+\ltindex{boat=boat (\fcBoat)}
+\ltindex{book=book (\fcBookA)}
+\ltindex{book=book (\fcBookB)}
+\ltindex{broom=broom (\fcBroom)}
+\ltindex{bud=bud (\fcBud)}
+\ltindex{bus=bus (\fcBus)}
+\ltindex{cactus=cactus (\fcCactoopuntia)}
+\ltindex{cactus=cactus (\fcCactusA)}
+\ltindex{cactus=cactus (\fcCactusB)}
+\ltindex{candle=candle (\fcCandle)}
+\ltindex{cap=cap (\fcBonnet)}
+\ltindex{car=car (\fcCar)}
+\ltindex{car=car (\fcCarA)}
+\ltindex{wagon=wagon (\fcCart)}
+\ltindex{wheelbarrow=wheelbarrow (\fcCartA)}
+\ltindex{cell phone=cell phone (\fcCellPhone)}
+\ltindex{chair=chair (\fcChairA)}
+\ltindex{chair=chair (\fcChairB)}
+\ltindex{chair=chair (\fcChairC)}
+\ltindex{chair=chair (\fcChairD)}
+\ltindex{Christmas tree=Christmas tree (\fcChristmasTree)}
+\ltindex{chrysanthemum=chrysanthemum (\fcChrysanthemum)}
+\ltindex{coach=coach (\fcCoach)}
+\ltindex{comb=comb (\fcComb)}
+\ltindex{computer=computer (\fcComputer)}
+\ltindex{crane=crane (\fcCrane)}
+\ltindex{crown=crown (\fcCrownA)}
+\ltindex{cushion=cushion (\fcCushion)}
+\ltindex{daisy=daisy (\fcDaisy)}
+\ltindex{darts=darts (\fcDarts)}
+\ltindex{dice=dice (\fcData)}
+\ltindex{dressing table=dressing table (\fcDressingTable)}
+\ltindex{dryer=dryer (\fcDryer)}
+\ltindex{ear=ear (\fcEar)}
+\ltindex{excavator=excavator (\fcExcavator)}
+\ltindex{face towel=face towel (\fcFaceTowel)}
+\ltindex{fan=fan (\fcFan)}
+\ltindex{fan=fan (\fcFanA)}
+\ltindex{flashlight=flashlight (\fcFlashlight)}
+\ltindex{flower=flower (\fcFlower)}
+\ltindex{flower=flower (\fcFlowerA)}
+\ltindex{flower=flower (\fcFlowerB)}
+\ltindex{flower=flower (\fcFlowerC)}
+\ltindex{flower=flower (\fcFlowerD)}
+\ltindex{flower=flower (\fcFlowerE)}
+\ltindex{flower=flower (\fcFlowerF)}
+\ltindex{flower=flower (\fcFlowerG)}
+\ltindex{flower=flower (\fcFlowerH)}
+\ltindex{flower=flower (\fcFlowerP)}
+\ltindex{flower=flower (\fcpink)}
+\ltindex{glass=glass (\fcGlass)}
+\ltindex{gloves=gloves (\fcGloves)}
+\ltindex{hand=hand (\fcHand)}
+\ltindex{hat=hat (\fcHat)}
+\ltindex{hat=hat (\fcHatA)}
+\ltindex{helicopter=helicopter (\fcHelicopter)}
+\ltindex{house=house (\fcHouse)}
+\ltindex{house=house (\fcHouseA)}
+\ltindex{house=house (\fcHouseB)}
+\ltindex{juicy=juicy (\fcJuicy)}
+\ltindex{key=key (\fcKey)}
+\ltindex{kite=kite (\fcKite)}
+\ltindex{kite=kite (\fcKiteA)}
+\ltindex{knees=knees (\fcKnees)}
+\ltindex{lantern=lantern (\fcLamp)}
+\ltindex{tongue=tongue (\fcLanguage)}
+\ltindex{leaf=leaf (\fcsheetA)}
+\ltindex{leaf=leaf (\fcsheetB)}
+\ltindex{light bulb=light bulb (\fcLightBulb)}
+\ltindex{lightning=lightning (\fcLightning)}
+\ltindex{mailbox=mailbox (\fcMailBoxA)}
+\ltindex{mailbox=mailbox (\fcMailbox)}
+\ltindex{mat=mat (\fcMat)}
+\ltindex{truck=truck (\fcMeton)}
+\ltindex{pinwheel=pinwheel (\fcMill)}
+\ltindex{mirror=mirror (\fcMirror)}
+\ltindex{monster=monster (\fcMonster)}
+\ltindex{motorcycle=motorcycle (\fcMotorcycle)}
+\ltindex{motorcycle=motorcycle (\fcMotorcycleA)}
+\ltindex{nose=nose (\fcNose)}
+\ltindex{palm tree=palm tree (\fcPalmTree)}
+\ltindex{pencil=pencil (\fcPencil)}
+\ltindex{pencil=pencil (\fcPencilA)}
+\ltindex{phone=phone (\fcPhone)}
+\ltindex{plane=plane (\fcPlane)}
+\ltindex{plane=plane (\fcPlaneA)}
+\ltindex{pumpkin=pumpkin (\fcPumpkinA)}
+\ltindex{pyramid=pyramid (\fcPyramid)}
+\ltindex{rake=rake (\fcRake)}
+\ltindex{razor=razor (\fcRazor)}
+\ltindex{robe=robe (\fcRobe)}
+\ltindex{sandal=sandal (\fcSandal)}
+\ltindex{schoolbag=schoolbag (\fcSchoolbag)}
+\ltindex{shears=shears (\fcScissors)}
+\ltindex{scooter=scooter (\fcScooter)}
+\ltindex{seeds=seeds (\fcSeeds)}
+\ltindex{leaf=leaf (\fcSheet)}
+\ltindex{ship=ship (\fcShip)}
+\ltindex{shower=shower (\fcShower)}
+\ltindex{sleeping bag=sleeping bag (\fcSleepingBag)}
+\ltindex{snowflake=snowflake (\fcSnowflake)}
+\ltindex{sock=sock (\fcSock)}
+\ltindex{sofa=sofa (\fcSofaA)}
+\ltindex{sofa=sofa (\fcSofaB)}
+\ltindex{spray bottle=spray bottle (\fcSpray)}
+\ltindex{steamroller=steamroller (\fcSteamroller)}
+\ltindex{stool=stool (\fcStoolA)}
+\ltindex{stool=stool (\fcStoolB)}
+\ltindex{stool=stool (\fcStoolC)}
+\ltindex{submarine=submarine (\fcSubmarineA)}
+\ltindex{desk light=desk light (\fcTableLight)}
+\ltindex{television=television (\fcTelevision)}
+\ltindex{tent=tent (\fcTent)}
+\ltindex{throat=throat (\fcThroat)}
+\ltindex{toilet paper=toilet paper (\fcToiletPaper)}
+\ltindex{tornado=tornado (\fcTornado)}
+\ltindex{tractor=tractor (\fcTractorA)}
+\ltindex{tractor=tractor (\fcTractorB)}
+\ltindex{train=train (\fcTrain)}
+\ltindex{tree=tree (\fcTree)}
+\ltindex{tricycle=tricycle (\fcTricycle)}
+\ltindex{truck=truck (\fcTruck)}
+\ltindex{truck=truck (\fcTruckA)}
+\ltindex{truck=truck (\fcTruckB)}
+\ltindex{truck=truck (\fcTruckC)}
+\ltindex{truck=truck (\fcTruckD)}
+\ltindex{truck=truck (\fcTruckE)}
+\ltindex{truck=truck (\fcTruckF)}
+\ltindex{truck=truck (\fcTruckG)}
+\ltindex{truck=truck (\fcTruckH)}
+\ltindex{trunk=trunk (\fcTrunk)}
+\ltindex{tulip=tulip (\fcTulip)}
+\ltindex{umbrella=umbrella (\fcUmbrella)}
+\ltindex{van=van (\fcVan)}
+\ltindex{toilet=toilet (\fcVase)}
+\ltindex{wagon=wagon (\fcWagon)}
+\ltindex{wardrobe=wardrobe (\fcWardrobe)}
+\ltindex{watering can=watering can (\fcWateringCan)}
+\ltindex{yo-yo=yo-yo (\fcYoyo)}
+\label{figchild-common}
+\begin{longtable}{*3{ll}}
+\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\endhead
+\endfirsthead
+\\[3ex]
+\multicolumn{6}{r}{\small\textit{(continued on next page)}}
+\endfoot
+\endlastfoot
+\K\fcAbajourA & \K\fcEar & \K\fcRazor \\
+\K\fcAbajourB & \K\fcExcavator & \K\fcRobe \\
+\K\fcAbajourC & \K\fcFaceTowel & \K\fcSandal \\
+\K\fcAbajourD & \K\fcFan & \K\fcSchoolbag \\
+\K\fcAlarmClockA & \K\fcFanA & \K\fcScissors \\
+\K\fcAlarmClockB & \K\fcFlashlight & \K\fcScooter \\
+\K\fcAppleTree & \K\fcFlower & \K\fcSeeds \\
+\K\fcBabe & \K\fcFlowerA & \K\fcSheet \\
+\K\fcBall & \K\fcFlowerB & \K\fcsheetA \\
+\K\fcBallA & \K\fcFlowerC & \K\fcsheetB \\
+\K\fcBallB & \K\fcFlowerD & \K\fcShip \\
+\K\fcBallC & \K\fcFlowerE & \K\fcShower \\
+\K\fcBalloon & \K\fcFlowerF & \K\fcSleepingBag \\
+\K\fcBaloonsA & \K\fcFlowerG & \K\fcSnowflake \\
+\K\fcBaloonsB & \K\fcFlowerH & \K\fcSock \\
+\K\fcBarquet & \K\fcFlowerP & \K\fcSofaA \\
+\K\fcBaseballBat & \K\fcGlass & \K\fcSofaB \\
+\K\fcBed & \K\fcGloves & \K\fcSpray \\
+\K\fcBellA & \K\fcHand & \K\fcSteamroller \\
+\K\fcBike & \K\fcHat & \K\fcStoolA \\
+\K\fcBinoculars & \K\fcHatA & \K\fcStoolB \\
+\K\fcBoat & \K\fcHelicopter & \K\fcStoolC \\
+\K\fcBonnet & \K\fcHouse & \K\fcSubmarineA \\
+\K\fcBookA & \K\fcHouseA & \K\fcTableLight \\
+\K\fcBookB & \K\fcHouseB & \K\fcTelevision \\
+\K\fcBroom & \K\fcJuicy & \K\fcTent \\
+\K\fcBud & \K\fcKey & \K\fcThroat \\
+\K\fcBus & \K\fcKite & \K\fcToiletPaper \\
+\K\fcCactoopuntia & \K\fcKiteA & \K\fcTornado \\
+\K\fcCactusA & \K\fcKnees & \K\fcTractorA \\
+\K\fcCactusB & \K\fcLamp & \K\fcTractorB \\
+\K\fcCandle & \K\fcLanguage & \K\fcTrain \\
+\K\fcCar & \K\fcLightBulb & \K\fcTree \\
+\K\fcCarA & \K\fcLightning & \K\fcTricycle \\
+\K\fcCart & \K\fcMailbox & \K\fcTruck \\
+\K\fcCartA & \K\fcMailBoxA & \K\fcTruckA \\
+\K\fcCellPhone & \K\fcMat & \K\fcTruckB \\
+\K\fcChairA & \K\fcMeton & \K\fcTruckC \\
+\K\fcChairB & \K\fcMill & \K\fcTruckD \\
+\K\fcChairC & \K\fcMirror & \K\fcTruckE \\
+\K\fcChairD & \K\fcMonster & \K\fcTruckF \\
+\K\fcChristmasTree & \K\fcMotorcycle & \K\fcTruckG \\
+\K\fcChrysanthemum & \K\fcMotorcycleA & \K\fcTruckH \\
+\K\fcCoach & \K\fcNose & \K\fcTrunk \\
+\K\fcComb & \K\fcPalmTree & \K\fcTulip \\
+\K\fcComputer & \K\fcPencil & \K\fcUmbrella \\
+\K\fcCrane & \K\fcPencilA & \K\fcVan \\
+\K\fcCrownA & \K\fcPhone & \K\fcVase \\
+\K\fcCushion & \K\fcpink & \K\fcWagon \\
+\K\fcDaisy & \K\fcPlane & \K\fcWardrobe \\
+\K\fcDarts & \K\fcPlaneA & \K\fcWateringCan \\
+\K\fcData & \K\fcPumpkinA & \K\fcYoyo \\
+\K\fcDressingTable & \K\fcPyramid & \\
+\K\fcDryer & \K\fcRake & \\
+\end{longtable}
+\end{longsymtable}
+
+
+\begin{symtable}[ASAP]{Miscellaneous \ASAP\ Symbols}
+\index{animals}
+\index{crosses}
+\index{crucifixes}
+\index{dog=dog (\asapDog)}
+\index{locker=locker (\asapLocker)}
+\index{lost and found=lost and found (\asapLostAndFound)}
+\label{asapsym-misc}
+\begin{tabular}{*2{ll}}
+\K\asapCross & \K\asapLocker \\
+\K\asapDog & \K\asapLostAndFound \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\ASAP}.
+\end{tablenote}
+\end{symtable}
-\FNTAWE\ defines synonyms for many of the preceding symbols:
+\begin{symtable}[TYPICOS]{Miscellaneous \TYPICOS\ Symbols}
+\index{hearts}
+\index{lightning}
+\idxboth{musical}{symbols}
+\index{at sign=at sign (\tiAt)}
+\index{lightning=lightning (\tiFlashOutline)}
+\index{lightning=lightning (\tiFlash)}
+\index{heart=heart (\tiHeartFullOutline)}
+\index{heart=heart (\tiHeartHalfOutline)}
+\index{heart=heart (\tiHeartOutline)}
+\index{heart=heart (\tiHeart)}
+\index{musical notes=musical notes (\tiNotesOutline)}
+\index{musical notes=musical notes (\tiNotes)}
+\index{point of interest=point of interest (\tiPointOfInterestOutline)}
+\index{point of interest=point of interest (\tiPointOfInterest)}
+\index{radar=radar (\tiRadarOutline)}
+\index{radar=radar (\tiRadar)}
+\index{spiral=spiral (\tiSpiral)}
+\label{typicos-misc}
+\begin{tabular}{*3{ll}}
+\K\tiAt & \K\tiHeartHalfOutline & \K\tiPointOfInterestOutline \\
+\K\tiFlash & \K\tiHeartOutline & \K\tiRadar \\
+\K\tiFlashOutline & \K\tiNotes & \K\tiRadarOutline \\
+\K\tiHeart & \K\tiNotesOutline & \K\tiSpiral \\
+\K\tiHeartFullOutline & \K\tiPointOfInterest & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\TYPICOS}.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{longsymtable}[FNTAWE]{Miscellaneous \FNTAWE\ Symbols}
+\ltidxboth{peace}{symbols}
+\ltidxboth{Star Wars}{symbols}
+\ltindex{globe}
+\ltindex{people}
+\ltindex{atlas=atlas (\faAtlas)}
+\ltindex{atom=atom (\faAtom)}
+\ltindex{scale=scale (\faBalanceScaleLeft)}
+\ltindex{scale=scale (\faBalanceScaleRight)}
+\ltindex{scale=scale (\faBalanceScale)}
+\ltindex{ban=ban (\faBan)}
+\ltindex{barcode=barcode (\faBarcode)}
+\ltindex{Bezier curve=B\'ezier curve (\faBezierCurve)}
+\ltindex{lightning=lightning (\faBolt)}
+\ltindex{book=book (\faBookDead)}
+\ltindex{book=book (\faBookOpen)}
+\ltindex{book reader=book reader (\faBookReader)}
+\ltindex{book=book (\faBook)}
+\ltindex{broadcast tower=broadcast tower (\faBroadcastTower)}
+\ltindex{bullseye=bullseye (\faBullseye)}
+\ltindex{burn=burn (\faBurn)}
+\ltindex{campground=campground (\faCampground)}
+\ltindex{car crash=car crash (\faCarCrash)}
+\ltindex{certificate=certificate (\faCertificate)}
+\ltindex{chalkboard with teacher=chalkboard with teacher (\faChalkboardTeacher)}
+\ltindex{charging station=charging station (\faChargingStation)}
+\ltindex{clipboard=clipboard (\faClipboardList)}
+\ltindex{cogs=cogs (\faCogs)}
+\ltindex{cube=cube (\faCube)}
+\ltindex{cubes=cubes (\faCubes)}
+\ltindex{Democrat=Democrat (\faDemocrat)}
+\ltindex{directions=directions (\faDirections)}
+\ltindex{dumpster fire=dumpster fire (\faDumpsterFire)}
+\ltindex{fire=fire (\faFire)}
+\ltindex{funnel with dollar=funnel with dollar (\faFunnelDollar)}
+\ltindex{globe showing Africa=globe showing Africa (\faGlobeAfrica)}
+\ltindex{globe showing Americas=globe showing Americas (\faGlobeAmericas)}
+\ltindex{globe showing Asia-Australia=globe showing Asia-Australia (\faGlobeAsia)}
+\ltindex{globe showing Europe=globe showing Europe (\faGlobeEurope)}
+\ltindex{globe with meridians=globe with meridians (\faGlobe)}
+\ltindex{heart, broken=heart, broken (\faHeartBroken)}
+\ltindex{heart=heart (\faHeart)}
+\ltindex{heart=heart (\faHeart[regular])}
+\ltindex{hiking=hiking (\faHiking)}
+\ltindex{holly berry=holly berry (\faHollyBerry)}
+\ltindex{house damage=house damage (\faHouseDamage)}
+\ltindex{H=H (\faHSquare)}
+\ltindex{ID badge=ID badge (\faIdBadge)}
+\ltindex{ID badge=ID badge (\faIdBadge[regular])}
+\ltindex{ID card=ID card (\faIdCard)}
+\ltindex{ID card=ID card (\faIdCard*)}
+\ltindex{industry=industry (\faIndustry)}
+\ltindex{Journal of the Whills=Journal of the Whills (\faJournalWhills)}
+\ltindex{laptop and house=laptop and house (\faLaptopHouse)}
+\ltindex{magic wand=magic wand (\faMagic)}
+\ltindex{map signs=map signs (\faMapSigns)}
+\ltindex{mercury=mercury (\faMercury)}
+\ltindex{parking=parking (\faParking)}
+\ltindex{passport=passport (\faPassport)}
+\ltindex{paw=paw (\faPaw)}
+\ltindex{peace=peace (\faPeace)}
+\ltindex{people with arrows=people with arrows (\faPeopleArrows)}
+\ltindex{people carrying=people carrying (\faPeopleCarry)}
+\ltindex{person entering booth=person entering booth (\faPersonBooth)}
+\ltindex{phone, slashed=phone, slashed (\faPhoneSlash)}
+\ltindex{phone=phone (\faPhoneSquare)}
+\ltindex{phone=phone (\faPhoneSquare*)}
+\ltindex{phone volume=phone volume (\faPhoneVolume)}
+\ltindex{airplane arrival=airplane arrival (\faPlaneArrival)}
+\ltindex{airplane departure=airplane departure (\faPlaneDeparture)}
+\ltindex{airplane, slashed=airplane, slashed (\faPlaneSlash)}
+\ltindex{poo storm=poo storm (\faPooStorm)}
+\ltindex{poo=poo (\faPoo)}
+\ltindex{poo=poo (\faPoop)}
+\ltindex{radiation=radiation (\faRadiation)}
+\ltindex{radiation=radiation (\faRadiation*)}
+\ltindex{Republican=Republican (\faRepublican)}
+\ltindex{restroom=restroom (\faRestroom)}
+\ltindex{running=running (\faRunning)}
+\ltindex{shipping fast=shipping fast (\faShippingFast)}
+\ltindex{skull and crossbones=skull and crossbones (\faSkullCrossbones)}
+\ltindex{skull=skull (\faSkull)}
+\ltindex{no smoking=no smoking (\faSmokingBan)}
+\ltindex{spa=spa (\faSpa)}
+\ltindex{splotch=splotch (\faSplotch)}
+\ltindex{toilet paper, slashed=toilet paper, slashed (\faToiletPaperSlash)}
+\ltindex{vote yes=vote yes (\faVoteYea)}
+\ltindex{walking=walking (\faWalking)}
+\ltindex{water=water (\faWater)}
+\ltindex{square wave=square wave (\faWaveSquare)}
+\ltindex{scale=scale (\faWeight)}
+\label{fontawesome5-misc}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
\endhead
@@ -20732,35 +26866,91 @@ unambiguously into any of the previous sections.
\multicolumn{6}{r}{\small\textit{(continued on next page)}}
\endfoot
\endlastfoot
-\K\faAutomobile & \K\faFileZipO & \K\faRa \\
-\K\faBank & \K\faFlash & \K\faReorder \\
-\K\faBarChartO & \K\faGe & \K\faSave \\
-\K[\faBatteryEmpty]{\faBattery0} & \K\faGear & \K\faSend \\
-\K[\faBatteryQuarter]{\faBattery1} & \K\faGears & \K\faSendO \\
-\K[\faBatteryHalf]{\faBattery2} & \K\faGittip & \K\faSoccerBallO \\
-\K[\faBatteryThreeQuarters]{\faBattery3} & \K\faGroup & \K\faSortDown \\
-\K[\faBatteryFull]{\faBattery4} & \K\faHotel & \K\faSortUp \\
-\K\faCab & \K\faImage & \K\faSupport \\
-\K\faChain & \K\faInstitution & \K\faToggleDown \\
-\K\faCopy & \K\faLegal & \K\faToggleLeft \\
-\K\faCut & \K\faLifeBouy & \K\faToggleRight \\
-\K\faDashboard & \K\faLifeSaver & \K\faToggleUp \\
-\K\faDedent & \K\faMailForward & \K\faTv \\
-\K\faEdit & \K\faMailReply & \K\faUnlink \\
-\K\faFacebookF & \K\faMailReplyAll & \K\faUnsorted \\
-\K\faFeed & \K\faMobilePhone & \K\faWarning \\
-\K\faFileMovieO & \K\faMortarBoard & \K\faWechat \\
-\K\faFilePhotoO & \K\faNavicon & \K\faYc \\
-\K\faFilePictureO & \K\faPaste & \K\faYCombinatorSquare \\
-\K\faFileSoundO & \K\faPhoto & \K\faYcSquare \\
+\K\faAtlas & \K\faGlobe & \K\faPersonBooth \\
+\K\faAtom & \K\faGlobeAfrica & \K\faPhoneSlash \\
+\K\faBalanceScale & \K\faGlobeAmericas & \K{\faPhoneSquare*} \\
+\K\faBalanceScaleLeft & \K\faGlobeAsia & \K\faPhoneSquare \\
+\K\faBalanceScaleRight & \K\faGlobeEurope & \K\faPhoneVolume \\
+\K\faBan & \K\faHeart & \K\faPlaneArrival \\
+\K\faBarcode & \KfaReg\faHeart & \K\faPlaneDeparture \\
+\K\faBezierCurve & \K\faHeartBroken & \K\faPlaneSlash \\
+\K\faBolt & \K\faHiking & \K\faPoo \\
+\K\faBook & \K\faHollyBerry & \K\faPoop \\
+\K\faBookDead & \K\faHouseDamage & \K\faPooStorm \\
+\K\faBookOpen & \K\faHouseUser & \K{\faRadiation*} \\
+\K\faBookReader & \K\faHSquare & \K\faRadiation \\
+\K\faBroadcastTower & \K\faIdBadge & \K\faRepublican \\
+\K\faBullseye & \KfaReg\faIdBadge & \K\faRestroom \\
+\K\faBurn & \K{\faIdCard*} & \K\faRunning \\
+\K\faCampground & \K\faIdCard & \K\faShippingFast \\
+\K\faCarCrash & \KfaReg\faIdCard & \K\faSkull \\
+\K\faCertificate & \K\faIndustry & \K\faSkullCrossbones \\
+\K\faChalkboardTeacher & \K\faJournalWhills & \K\faSmokingBan \\
+\K\faChargingStation & \K\faLaptopHouse & \K\faSpa \\
+\K\faClipboardList & \K\faMagic & \K\faSplotch \\
+\K\faCogs & \K\faMapSigns & \K\faToiletPaperSlash \\
+\K\faCube & \K\faMercury & \K\faVoteYea \\
+\K\faCubes & \K\faParking & \K\faWalking \\
+\K\faDemocrat & \K\faPassport & \K\faWater \\
+\K\faDirections & \K\faPaw & \K\faWaveSquare \\
+\K\faDumpsterFire & \K\faPeace & \K\faWeight \\
+\K\faFire & \K\faPeopleArrows & \\
+\K\faFunnelDollar & \K\faPeopleCarry & \\
\end{longtable}
\end{longsymtable}
+\begin{symtable}[MFIZZ]{Miscellaneous \MFIZZ\ Symbols}
+\index{bombs}
+\index{antenna=antenna (\mfAntenna)}
+\index{bomb=bomb (\mfBomb)}
+\index{database=database (\mfDatabaseAlt)}
+\index{database=database (\mfDatabaseAlttwo)}
+\index{database=database (\mfDatabase)}
+\index{ghost=ghost (\mfGhost)}
+\index{iPhone=iPhone (\mfIphone)}
+\index{mobile phone=mobile phone (\mfIphone)}
+\index{cell phone=cell phone (\mfIphone)}
+\index{line graph=line graph (\mfLineGraph)}
+\index{microscope=microscope (\mfMicroscope)}
+\index{mobile devices=mobile devices (\mfMobileDevice)}
+\index{mobile phone=mobile phone (\mfMobilePhoneAlt)}
+\index{cell phone=cell phone (\mfMobilePhoneAlt)}
+\index{mobile phone=mobile phone (\mfMobilePhoneBroadcast)}
+\index{cell phone=cell phone (\mfMobilePhoneBroadcast)}
+\index{telephone=telephone (\mfPhoneAlt)}
+\index{telephones=telephones (\mfPhoneGap)}
+\index{telephone=telephone (\mfPhoneRetro)}
+\index{shell script=shell script (\mfScriptAlt)}
+\index{shell script=shell script (\mfScript)}
+\index{shell=shell (\mfShell)}
+\index{splatter=splatter (\mfSplatter)}
+\index{wireless=wireless (\mfWireless)}
+\label{fontmfizz-misc}
+\begin{tabular}{*3{ll}}
+\K\mfAntenna & \K\mfLineGraph & \K\mfPhoneRetro \\
+\K\mfBomb & \K\mfMicroscope & \K\mfScript \\
+\K\mfDatabase & \K\mfMobileDevice & \K\mfScriptAlt \\
+\K\mfDatabaseAlt & \K\mfMobilePhoneAlt & \K\mfShell \\
+\K\mfDatabaseAlttwo & \K\mfMobilePhoneBroadcast & \K\mfSplatter \\
+\K\mfGhost & \K\mfPhoneAlt & \K\mfWireless \\
+\K\mfIphone & \K\mfPhoneGap & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \luaxemessage{\MFIZZ}.
+\end{tablenote}
+\end{symtable}
+
+
+
\begin{symtable}[RUBIK]{\RUBIK\ Rubik's Cube Rotations}
\index{Rubik's Cube}
\index{cube rotations}
+\index{rotations>Rubik's Cube}
\label{rubik-rot}
+\begin{indexingoff}
\renewcommand{\arraystretch}{1.5} % Prevent tall symbols from touching.
\begin{tabular}{*5{ll}}
\K\rrhD & \K\rrhF & \K\rrhLw & \K\rrhRw & \K\rrhU \\
@@ -20774,9 +26964,9 @@ unambiguously into any of the previous sections.
\K\rrhE & \K\rrhLs & \K\rrhRs & \K\rrhSu & \\
\K\rrhEp & \K\rrhLsp & \K\rrhRsp & \K\rrhSup & \\
\end{tabular}
+\end{indexingoff}
\bigskip
-
\begin{tablenote}
All \RUBIK\ symbols are implemented with \TikZ\ graphics, not with a
font. In addition to the symbols shown above, the \RUBIK\ package
@@ -20789,19 +26979,269 @@ unambiguously into any of the previous sections.
\end{symtable}
+\begin{symtable}[SACSYMB]{\SACSYMB\ Orchestrated Objective Reduction Symbols}
+\idxboth{orchestrated objective reduction}{symbols}
+\index{Orch OR}
+\label{sacsymb-orch-or}
+\begin{indexingoff}
+\begin{tabular}{ll*7{@{\qquad}ll}}
+\K[\SACSYMBca]\ca & \K[\SACSYMBcd]\cd & \K[\SACSYMBcg]\cg & \K[\SACSYMBcj]\cj & \K[\SACSYMBcm]\cm & \K[\SACSYMBcq]\cq & \K[\SACSYMBcu]\cu \\
+\K[\SACSYMBcb]\cb & \K[\SACSYMBce]\ce & \K[\SACSYMBch]\ch & \K[\SACSYMBck]\ck & \K[\SACSYMBcn]\cn & \K[\SACSYMBcs]\cs & \K[\SACSYMBcv]\cv \\
+\K[\SACSYMBcc]\cc & \K[\SACSYMBcf]\cf & \K[\SACSYMBci]\ci & \K[\SACSYMBcl]\cl & \K[\SACSYMBco]\co & \K[\SACSYMBct]\ct & \K[\SACSYMBcw]\cw \\
+\end{tabular}
+\end{indexingoff}
+
+\bigskip
+
+\begin{tablenote}
+ All \SACSYMB\ symbols are implemented with \TikZ\ graphics, not with
+ a font.
+\end{tablenote}
+\end{symtable}
+
+
+\begin{longsymtable}[ACICOS]{\ACICOS\ Online Academic Profile Icons}
+\ltidxboth{academic profile}{symbols}
+\ltidxboth{Web}{symbols}
+\ltidxboth{letter-like}{symbols}
+\ltindex{locks}
+\ltindex{Academia=Academia (\aiAcademia)}
+\ltindex{Academia=Academia (\aiAcademiaSquare)}
+\ltindex{Acclaim=Acclaim (\aiAcclaim)}
+\ltindex{Acclaim=Acclaim (\aiAcclaimSquare)}
+\ltindex{ACM=ACM (\aiACM)}
+\ltindex{ACM=ACM (\aiACMSquare)}
+\ltindex{ACM Digital Library=ACM Digital Library (\aiACMDL)}
+\ltindex{ACM Digital Library=ACM Digital Library (\aiACMDLSquare)}
+\ltindex{ADS=ADS (\aiADS)}
+\ltindex{ADS=ADS (\aiADSSquare)}
+\ltindex{AfricArXiv=AfricArXiv (\aiAfricArXiv)}
+\ltindex{AfricArXiv=AfricArXiv (\aiAfricArXivSquare)}
+\ltindex{Archive=Archive (\aiArchive)}
+\ltindex{Archive=Archive (\aiArchiveSquare)}
+\ltindex{arXiv=arXiv (\aiarXiv)}
+\ltindex{arXiv=arXiv (\aiarXivSquare)}
+\ltindex{bioRxiv=bioRxiv (\aibioRxiv)}
+\ltindex{bioRxiv=bioRxiv (\aibioRxivSquare)}
+\ltindex{CEUR=CEUR (\aiCEUR)}
+\ltindex{CEUR=CEUR (\aiCEURSquare)}
+\ltindex{CIENCIAVITAE=CIENCIAVITAE (\aiCIENCIAVITAE)}
+\ltindex{CIENCIAVITAE=CIENCIAVITAE (\aiCIENCIAVITAESquare)}
+\ltindex{Closed Access=Closed Access (\aiClosedAccess)}
+\ltindex{Closed Access=Closed Access (\aiClosedAccessSquare)}
+\ltindex{Conversation=Conversation (\aiConversation)}
+\ltindex{Conversation=Conversation (\aiConversationSquare)}
+\ltindex{Coursera=Coursera (\aiCoursera)}
+\ltindex{Coursera=Coursera (\aiCourseraSquare)}
+\ltindex{Crossref=Crossref (\aiCrossref)}
+\ltindex{Crossref=Crossref (\aiCrossrefSquare)}
+\ltindex{CV=CV (\aiCV)}
+\ltindex{CV=CV (\aiCVSquare)}
+\ltindex{Data Cite=Data Cite (\aiDataCite)}
+\ltindex{Data Cite=Data Cite (\aiDataCiteSquare)}
+\ltindex{Dataverse=Dataverse (\aiDataverse)}
+\ltindex{Dataverse=Dataverse (\aiDataverseSquare)}
+\ltindex{DBLP=DBLP (\aidblp)}
+\ltindex{DBLP=DBLP (\aidblpSquare)}
+\ltindex{Depsy=Depsy (\aiDepsy)}
+\ltindex{Depsy=Depsy (\aiDepsySquare)}
+\ltindex{DOI=DOI (\aiDoi)}
+\ltindex{DOI=DOI (\aiDoiSquare)}
+\ltindex{Dryad=Dryad (\aiDryad)}
+\ltindex{Dryad=Dryad (\aiDryadSquare)}
+\ltindex{Elsevier=Elsevier (\aiElsevier)}
+\ltindex{Elsevierquare=Elsevierquare (\aiElsevierquare)}
+\ltindex{Figshare=Figshare (\aiFigshare)}
+\ltindex{Figshare=Figshare (\aiFigshareSquare)}
+\ltindex{Google Scholar=Google Scholar (\aiGoogleScholar)}
+\ltindex{Google Scholar=Google Scholar (\aiGoogleScholarSquare)}
+\ltindex{HAL=HAL (\aiHAL)}
+\ltindex{HAL=HAL (\aiHALSquare)}
+\ltindex{Hypothesis=Hypothesis (\aiHypothesis)}
+\ltindex{Hypothesis=Hypothesis (\aiHypothesisSquare)}
+\ltindex{IDEASRePEc=IDEASRePEc (\aiIDEASRePEc)}
+\ltindex{IDEASRePEc=IDEASRePEc (\aiIDEASRePEcSquare)}
+\ltindex{IEEE=IEEE (\aiIEEE)}
+\ltindex{IEEE=IEEE (\aiIEEESquare)}
+\ltindex{Impactstory=Impactstory (\aiImpactstory)}
+\ltindex{Impactstory=Impactstory (\aiImpactstorySquare)}
+\ltindex{INPN=INPN (\aiINPN)}
+\ltindex{INPN=INPN (\aiINPNSquare)}
+\ltindex{Inspire=Inspire (\aiInspire)}
+\ltindex{Inspire=Inspire (\aiInspireSquare)}
+\ltindex{ISIDORE=ISIDORE (\aiISIDORE)}
+\ltindex{ISIDORE=ISIDORE (\aiISIDORESquare)}
+\ltindex{JSTOR=JSTOR (\aiJSTOR)}
+\ltindex{JSTOR=JSTOR (\aiJSTORSquare)}
+\ltindex{Lattes=Lattes (\aiLattes)}
+\ltindex{Lattes=Lattes (\aiLattesSquare)}
+\ltindex{MathOverflow=MathOverflow (\aiMathOverflow)}
+\ltindex{MathOverflow=MathOverflow (\aiMathOverflowSquare)}
+\ltindex{Mendeley=Mendeley (\aiMendeley)}
+\ltindex{Mendeley=Mendeley (\aiMendeleySquare)}
+\ltindex{Moodle=Moodle (\aiMoodle)}
+\ltindex{Moodle=Moodle (\aiMoodleSquare)}
+\ltindex{MTMT=MTMT (\aiMTMT)}
+\ltindex{MTMT=MTMT (\aiMTMTSquare)}
+\ltindex{NAKALA=NAKALA (\aiNAKALA)}
+\ltindex{NAKALA=NAKALA (\aiNAKALASquare)}
+\ltindex{Naturalist=Naturalist (\aiiNaturalist)}
+\ltindex{Naturalist=Naturalist (\aiiNaturalistSquare)}
+\ltindex{OBP=OBP (\aiOBP)}
+\ltindex{OBP=OBP (\aiOBPSquare)}
+\ltindex{Open Access=Open Access (\aiOpenAccess)}
+\ltindex{Open Access=Open Access (\aiOpenAccessSquare)}
+\ltindex{Open Data=Open Data (\aiOpenData)}
+\ltindex{Open Data=Open Data (\aiOpenDataSquare)}
+\ltindex{Open Edition=Open Edition (\aiOpenEdition)}
+\ltindex{Open Edition=Open Edition (\aiOpenEditionSquare)}
+\ltindex{Open Materials=Open Materials (\aiOpenMaterials)}
+\ltindex{Open Materials=Open Materials (\aiOpenMaterialsSquare)}
+\ltindex{ORCID=ORCID (\aiOrcid)}
+\ltindex{ORCID=ORCID (\aiOrcidSquare)}
+\ltindex{OSF=OSF (\aiOSF)}
+\ltindex{OSF=OSF (\aiOSFSquare)}
+\ltindex{Overleaf=Overleaf (\aiOverleaf)}
+\ltindex{Overleaf=Overleaf (\aiOverleafSquare)}
+\ltindex{Phil Papers=Phil Papers (\aiPhilPapers)}
+\ltindex{Phil Papers=Phil Papers (\aiPhilPapersSquare)}
+\ltindex{Piazza=Piazza (\aiPiazza)}
+\ltindex{Piazza=Piazza (\aiPiazzaSquare)}
+\ltindex{Preregistered=Preregistered (\aiPreregistered)}
+\ltindex{Preregistered=Preregistered (\aiPreregisteredSquare)}
+\ltindex{Protocols=Protocols (\aiProtocols)}
+\ltindex{Protocols=Protocols (\aiProtocolsSquare)}
+\ltindex{PsyArXiv=PsyArXiv (\aiPsyArXiv)}
+\ltindex{PsyArXiv=PsyArXiv (\aiPsyArXivSquare)}
+\ltindex{Publons=Publons (\aiPublons)}
+\ltindex{Publons=Publons (\aiPublonsSquare)}
+\ltindex{PubMed=PubMed (\aiPubMed)}
+\ltindex{PubMed=PubMed (\aiPubMedSquare)}
+\ltindex{PubPeer=PubPeer (\aiPubPeer)}
+\ltindex{PubPeer=PubPeer (\aiPubPeerSquare)}
+\ltindex{ResearcherID=ResearcherID (\aiResearcherID)}
+\ltindex{ResearcherID=ResearcherID (\aiResearcherIDSquare)}
+\ltindex{ResearchGate=ResearchGate (\aiResearchGate)}
+\ltindex{ResearchGate=ResearchGate (\aiResearchGateSquare)}
+\ltindex{ROR=ROR (\aiROR)}
+\ltindex{ROR=ROR (\aiRORSquare)}
+\ltindex{SciHub=SciHub (\aiSciHub)}
+\ltindex{SciHub=SciHub (\aiSciHubSquare)}
+\ltindex{SciRate=SciRate (\aiSciRate)}
+\ltindex{SciRate=SciRate (\aiSciRateSquare)}
+\ltindex{Scopus=Scopus (\aiScopus)}
+\ltindex{Scopus=Scopus (\aiScopusSquare)}
+\ltindex{Semantic Scholar=Semantic Scholar (\aiSemanticScholar)}
+\ltindex{Semantic Scholar=Semantic Scholar (\aiSemanticScholarSquare)}
+\ltindex{Springer=Springer (\aiSpringer)}
+\ltindex{Springer=Springer (\aiSpringerSquare)}
+\ltindex{SSRN=SSRN (\aiSSRN)}
+\ltindex{SSRN=SSRN (\aiSSRNSquare)}
+\ltindex{Stack Overflow=Stack Overflow (\aiStackOverflow)}
+\ltindex{Stack Overflow=Stack Overflow (\aiStackOverflowSquare)}
+\ltindex{Zenodo=Zenodo (\aiZenodo)}
+\ltindex{Zenodo=Zenodo (\aiZenodoSquare)}
+\ltindex{Zotero=Zotero (\aiZotero)}
+\ltindex{Zotero=Zotero (\aiZoteroSquare)}
+\label{academicons}
+\begin{longtable}{*3{ll}}
+\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\endhead
+\endfirsthead
+\\[3ex]
+\multicolumn{6}{r}{\small\textit{(continued on next page)}}
+\endfoot
+\endlastfoot
+\K\aiAcademia & \K\aiFigshare & \K\aiOrcid \\
+\K\aiAcademiaSquare & \K\aiFigshareSquare & \K\aiOrcidSquare \\
+\K\aiAcclaim & \K\aiGoogleScholar & \K\aiOSF \\
+\K\aiAcclaimSquare & \K\aiGoogleScholarSquare & \K\aiOSFSquare \\
+\K\aiACM & \K\aiHAL & \K\aiOverleaf \\
+\K\aiACMDL & \K\aiHALSquare & \K\aiOverleafSquare \\
+\K\aiACMDLSquare & \K\aiHypothesis & \K\aiPhilPapers \\
+\K\aiACMSquare & \K\aiHypothesisSquare & \K\aiPhilPapersSquare \\
+\K\aiADS & \K\aiIDEASRePEc & \K\aiPiazza \\
+\K\aiADSSquare & \K\aiIDEASRePEcSquare & \K\aiPiazzaSquare \\
+\K\aiAfricArXiv & \K\aiIEEE & \K\aiPreregistered \\
+\K\aiAfricArXivSquare & \K\aiIEEESquare & \K\aiPreregisteredSquare \\
+\K\aiArchive & \K\aiImpactstory & \K\aiProtocols \\
+\K\aiArchiveSquare & \K\aiImpactstorySquare & \K\aiProtocolsSquare \\
+\K\aiarXiv & \K\aiiNaturalist & \K\aiPsyArXiv \\
+\K\aiarXivSquare & \K\aiiNaturalistSquare & \K\aiPsyArXivSquare \\
+\K\aibioRxiv & \K\aiINPN & \K\aiPublons \\
+\K\aibioRxivSquare & \K\aiINPNSquare & \K\aiPublonsSquare \\
+\K\aiCEUR & \K\aiInspire & \K\aiPubMed \\
+\K\aiCEURSquare & \K\aiInspireSquare & \K\aiPubMedSquare \\
+\K\aiCIENCIAVITAE & \K\aiISIDORE & \K\aiPubPeer \\
+\K\aiCIENCIAVITAESquare & \K\aiISIDORESquare & \K\aiPubPeerSquare \\
+\K\aiClosedAccess & \K\aiJSTOR & \K\aiResearcherID \\
+\K\aiClosedAccessSquare & \K\aiJSTORSquare & \K\aiResearcherIDSquare \\
+\K\aiConversation & \K\aiLattes & \K\aiResearchGate \\
+\K\aiConversationSquare & \K\aiLattesSquare & \K\aiResearchGateSquare \\
+\K\aiCoursera & \K\aiMathOverflow & \K\aiROR \\
+\K\aiCourseraSquare & \K\aiMathOverflowSquare & \K\aiRORSquare \\
+\K\aiCrossref & \K\aiMendeley & \K\aiSciHub \\
+\K\aiCrossrefSquare & \K\aiMendeleySquare & \K\aiSciHubSquare \\
+\K\aiCV & \K\aiMoodle & \K\aiSciRate \\
+\K\aiCVSquare & \K\aiMoodleSquare & \K\aiSciRateSquare \\
+\K\aiDataCite & \K\aiMTMT & \K\aiScopus \\
+\K\aiDataCiteSquare & \K\aiMTMTSquare & \K\aiScopusSquare \\
+\K\aiDataverse & \K\aiNAKALA & \K\aiSemanticScholar \\
+\K\aiDataverseSquare & \K\aiNAKALASquare & \K\aiSemanticScholarSquare \\
+\K\aidblp & \K\aiOBP & \K\aiSpringer \\
+\K\aidblpSquare & \K\aiOBPSquare & \K\aiSpringerSquare \\
+\K\aiDepsy & \K\aiOpenAccess & \K\aiSSRN \\
+\K\aiDepsySquare & \K\aiOpenAccessSquare & \K\aiSSRNSquare \\
+\K\aiDoi & \K\aiOpenData & \K\aiStackOverflow \\
+\K\aiDoiSquare & \K\aiOpenDataSquare & \K\aiStackOverflowSquare \\
+\K\aiDryad & \K\aiOpenEdition & \K\aiZenodo \\
+\K\aiDryadSquare & \K\aiOpenEditionSquare & \K\aiZenodoSquare \\
+\K\aiElsevier & \K\aiOpenMaterials & \K\aiZotero \\
+\K\aiElsevierquare & \K\aiOpenMaterialsSquare & \K\aiZoteroSquare \\
+\end{longtable}
+
+\begin{tablenote}
+ \luaxemessage{\ACICOS}.
+\end{tablenote}
+\end{longsymtable}
+
+
+\begin{symtable}[CHILD]{Miscellaneous \CHILD\ Symbols}
+\index{angel=angel (\fcAngel)}
+\index{eyebrows=eyebrows (\fcEyebrows)}
+\index{eyes=eyes (\fcEyes)}
+\index{ghost=ghost (\fcGhost)}
+\index{love letter=love letter (\fcLoveLetter)}
+\index{pass=pass (\fcPassA)}
+\index{pass=pass (\fcPassB)}
+\index{witch hat=witch hat (\fcWitchHat)}
+\label{figchild-misc}
+\begin{tabular}{*3{ll}}
+\K\fcAngel & \K\fcGhost & \K\fcPassB \\
+\K\fcEyebrows & \K\fcLoveLetter & \K\fcWitchHat \\
+\K\fcEyes & \K\fcPassA & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ \childmessage.
+\end{tablenote}
+\end{symtable}
+
+
\idxbothend{miscellaneous}{symbols}
-\section{Fonts with minimal \latex\ support}
+\chapter{Fonts with minimal \latex\ support}
\label{min-latex-support}
-\tablesubsections
+\tablesections
-The symbol fonts shown in this section are provided without a
+The symbol fonts shown in this chapter are provided without a
corresponding \latexE\ style file that assigns a convenient name to
each glyph. Consequently, each glyph must be accessed by number. To
help with this, the \pkgname{pifont} package defines a \cmd{\Pisymbol}
command that typesets a specified character by number from a specified
-\latex\ \fntfam. Alas, most of the fonts in this section do not even
+\latex\ \fntfam. Alas, most of the fonts in this chapter do not even
define a \latex\ \fntfam. Hence, except where otherwise specified, a
document will need to include code like the following in its preamble:
@@ -20850,6 +27290,7 @@ font file for \meta{name}, as in the following:
\begin{symtable}[GRPNT]{\GRPNT\ Recycling Symbols}
\idxboth{recycling}{symbols}
+\index{recycling symbol=recycling symbol (\Pisymbol{greenpoint}{71})}
\label{greenpoint}
\begin{tabular}{ll}
\Tpi{greenpoint}{71} \\
@@ -20859,6 +27300,7 @@ font file for \meta{name}, as in the following:
\begin{longsymtable}[NKARTA]{\NKARTA\ Map Symbols}
\ltidxboth{map}{symbols}
+\idxboth{religious}{symbols}
\ltindex{stars}
\ltindex{polygons}
\ltindex{rhombuses}
@@ -20874,8 +27316,10 @@ font file for \meta{name}, as in the following:
\ltindex{crosses}
\ltindex{plusses}
\ltindex{crucifixes}
+\ltindex{houses of worship}
\ltindex{men}
\ltindex{compass}
+\ltindex{hammer and sickle}
\label{nkarta}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -20969,14 +27413,45 @@ font file for \meta{name}, as in the following:
\begin{longsymtable}[ASTRO]{\ASTRO\ Astronomical Symbols}
\ltidxboth{astronomical}{symbols}
\ltidxboth{astrological}{symbols}
-\ltidxboth{zodiacal}{symbols}
+\ltidxboth{horoscope}{symbols}
+\ltidxboth{zodiac}{symbols}
\ltindex{planets}
\ltindex{moons}
+\ltindex{sun}
\ltindex{celestial bodies}
-\ltindex{male}
-\ltindex{female}
+\ltindex{male sign}
+\ltindex{female sign}
\ltindex{faces}
\ltindex{smiley faces}
+\ltindex{Aquarius}
+\ltindex{Aries}
+\ltindex{Cancer}
+\ltindex{Capricorn}
+\ltindex{Gemini}
+\ltindex{Leo}
+\ltindex{Libra}
+\ltindex{Pisces}
+\ltindex{Sagittarius}
+\ltindex{Scorpio}
+\ltindex{Taurus}
+\ltindex{Virgo}
+\ltindex{Mercury}
+\ltindex{Venus}
+\ltindex{Earth}
+\ltindex{Mars}
+\ltindex{Jupiter}
+\ltindex{Saturn}
+\ltindex{Uranus}
+\ltindex{Pluto}
+\ltindex{Vesta}
+\ltindex{Ceres}
+\ltindex{Juno}
+\ltindex{conjunction}
+\ltindex{opposition}
+\ltindex{comet}
+\ltindex{star}
+\ltindex{ascending node}
+\ltindex{descending node}
\label{astrosym}
\begin{longtable}{*2{ll}}
\multicolumn{4}{l}{\small\textit{(continued from previous page)}} \\[3ex]
@@ -21327,6 +27802,258 @@ font file for \meta{name}, as in the following:
\end{symtable}
+
+\begin{longsymtable}[PGFORN]{\PGFORN\ Decorative Borders (Vintage)}
+\ltindex{fancy borders}
+\ltindex{decorative borders}
+\ltindex{borders}
+\ltindex{flourishes}
+\ltindex{ornaments}
+\ltindex{animals}
+\ltindex{fists}
+\ltindex{faces}
+\ltindex{flags}
+\ltindex{anchor=anchor (\pgfornVec{148})}
+\ltindex{bird=bird (\pgfornVec{112})}
+\ltindex{bird=bird (\pgfornVec{113})}
+\ltindex{bird=bird (\pgfornVec{190})}
+\ltindex{book=book (\pgfornVec{93})}
+\ltindex{butterfly=butterfly (\pgfornVec{122})}
+\ltindex{clock=clock (\pgfornVec{126})}
+\ltindex{coat=coat (\pgfornVec{192})}
+\ltindex{cow=cow (\pgfornVec{91})}
+\ltindex{crab=crab (\pgfornVec{159})}
+\ltindex{crown=crown (\pgfornVec{147})}
+\ltindex{dove=dove (\pgfornVec{113})}
+\ltindex{eagle=eagle (\pgfornVec{100})}
+\ltindex{eagle=eagle (\pgfornVec{124})}
+\ltindex{eagle=eagle (\pgfornVec{135})}
+\ltindex{eagle=eagle (\pgfornVec{136})}
+\ltindex{eagle=eagle (\pgfornVec{137})}
+\ltindex{elephant=elephant (\pgfornVec{107})}
+\ltindex{eye=eye (\pgfornVec{95})}
+\ltindex{fish=fish (\pgfornVec{106})}
+\ltindex{fish=fish (\pgfornVec{193})}
+\ltsubindex{flags}{United States=United States (\pgfornVec{191})}
+\ltindex{flower=flower (\pgfornVec{10})}
+\ltindex{flower=flower (\pgfornVec{8})}
+\ltindex{flower=flower (\pgfornVec{9})}
+\ltindex{goat=goat (\pgfornVec{104})}
+\ltindex{harp=harp (\pgfornVec{173})}
+\ltindex{horse=horse (\pgfornVec{108})}
+\ltindex{lion=lion (\pgfornVec{158})}
+\ltindex{lobster=lobster (\pgfornVec{102})}
+\ltindex{owl=owl (\pgfornVec{123})}
+\ltindex{pig=pig (\pgfornVec{111})}
+\ltindex{ram=ram (\pgfornVec{156})}
+\ltindex{rat=rat (\pgfornVec{109})}
+\ltindex{rooster=rooster (\pgfornVec{90})}
+\ltindex{shoe=shoe (\pgfornVec{92})}
+\ltindex{tree=tree (\pgfornVec{184})}
+\label{pgforn-vectorian}
+\begin{longtable}{*2{ll}}
+\multicolumn{4}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\endhead
+\endfirsthead
+\\[3ex]
+\multicolumn{4}{r}{\small\textit{(continued on next page)}}
+\endfoot
+\endlastfoot
+\TpgfornV{1} & \TpgfornV{102} \\
+\TpgfornV{2} & \TpgfornV{103} \\
+\TpgfornV{3} & \TpgfornV{104} \\
+\TpgfornV{4} & \TpgfornV{105} \\
+\TpgfornV{5} & \TpgfornV{106} \\
+\TpgfornV{6} & \TpgfornV{107} \\
+\TpgfornV{7} & \TpgfornV{108} \\
+\TpgfornV{8} & \TpgfornV{109} \\
+\TpgfornV{9} & \TpgfornV{110} \\
+\TpgfornV{10} & \TpgfornV{111} \\
+\TpgfornV{11} & \TpgfornV{112} \\
+\TpgfornV{12} & \TpgfornV{113} \\
+\TpgfornV{13} & \TpgfornV{114} \\
+\TpgfornV{14} & \TpgfornV{115} \\
+\TpgfornV{15} & \TpgfornV{116} \\
+\TpgfornV{16} & \TpgfornV{117} \\
+\TpgfornV{17} & \TpgfornV{118} \\
+\TpgfornV{18} & \TpgfornV{119} \\
+\TpgfornV{19} & \TpgfornV{120} \\
+\TpgfornV{20} & \TpgfornV{121} \\
+\TpgfornV{21} & \TpgfornV{122} \\
+\TpgfornV{22} & \TpgfornV{123} \\
+\TpgfornV{23} & \TpgfornV{124} \\
+\TpgfornV{24} & \TpgfornV{125} \\
+\TpgfornV{25} & \TpgfornV{126} \\
+\TpgfornV{26} & \TpgfornV{127} \\
+\TpgfornV{27} & \TpgfornV{128} \\
+\TpgfornV{28} & \TpgfornV{129} \\
+\TpgfornV{29} & \TpgfornV{130} \\
+\TpgfornV{30} & \TpgfornV{131} \\
+\TpgfornV{31} & \TpgfornV{132} \\
+\TpgfornV{32} & \TpgfornV{133} \\
+\TpgfornV{33} & \TpgfornV{134} \\
+\TpgfornV{34} & \TpgfornV{135} \\
+\TpgfornV{35} & \TpgfornV{136} \\
+\TpgfornV{36} & \TpgfornV{137} \\
+\TpgfornV{37} & \TpgfornV{138} \\
+\TpgfornV{38} & \TpgfornV{139} \\
+\TpgfornV{39} & \TpgfornV{140} \\
+\TpgfornV{40} & \TpgfornV{141} \\
+\TpgfornV{41} & \TpgfornV{142} \\
+\TpgfornV{42} & \TpgfornV{143} \\
+\TpgfornV{43} & \TpgfornV{144} \\
+\TpgfornV{44} & \TpgfornV{145} \\
+\TpgfornV{45} & \TpgfornV{146} \\
+\TpgfornV{46} & \TpgfornV{147} \\
+\TpgfornV{47} & \TpgfornV{148} \\
+\TpgfornV{48} & \TpgfornV{149} \\
+\TpgfornV{49} & \TpgfornV{150} \\
+\TpgfornV{50} & \TpgfornV{151} \\
+\TpgfornV{51} & \TpgfornV{152} \\
+\TpgfornV{52} & \TpgfornV{153} \\
+\TpgfornV{53} & \TpgfornV{154} \\
+\TpgfornV{54} & \TpgfornV{155} \\
+\TpgfornV{55} & \TpgfornV{156} \\
+\TpgfornV{56} & \TpgfornV{157} \\
+\TpgfornV{57} & \TpgfornV{158} \\
+\TpgfornV{58} & \TpgfornV{159} \\
+\TpgfornV{59} & \TpgfornV{160} \\
+\TpgfornV{60} & \TpgfornV{161} \\
+\TpgfornV{61} & \TpgfornV{162} \\
+\TpgfornV{62} & \TpgfornV{163} \\
+\TpgfornV{63} & \TpgfornV{164} \\
+\TpgfornV{64} & \TpgfornV{165} \\
+\TpgfornV{65} & \TpgfornV{166} \\
+\TpgfornV{66} & \TpgfornV{167} \\
+\TpgfornV{67} & \TpgfornV{168} \\
+\TpgfornV{68} & \TpgfornV{169} \\
+\TpgfornV{69} & \TpgfornV{171} \\
+\TpgfornV{70} & \TpgfornV{172} \\
+\TpgfornV{71} & \TpgfornV{173} \\
+\TpgfornV{72} & \TpgfornV{174} \\
+\TpgfornV{73} & \TpgfornV{175} \\
+\TpgfornV{74} & \TpgfornV{176} \\
+\TpgfornV{75} & \TpgfornV{177} \\
+\TpgfornV{76} & \TpgfornV{178} \\
+\TpgfornV{77} & \TpgfornV{179} \\
+\TpgfornV{78} & \TpgfornV{180} \\
+\TpgfornV{79} & \TpgfornV{181} \\
+\TpgfornV{81} & \TpgfornV{182} \\
+\TpgfornV{84} & \TpgfornV{183} \\
+\TpgfornV{87} & \TpgfornV{184} \\
+\TpgfornV{90} & \TpgfornV{185} \\
+\TpgfornV{91} & \TpgfornV{186} \\
+\TpgfornV{92} & \TpgfornV{187} \\
+\TpgfornV{93} & \TpgfornV{188} \\
+\TpgfornV{94} & \TpgfornV{189} \\
+\TpgfornV{95} & \TpgfornV{190} \\
+\TpgfornV{96} & \TpgfornV{191} \\
+\TpgfornV{97} & \TpgfornV{192} \\
+\TpgfornV{98} & \TpgfornV{193} \\
+\TpgfornV{99} & \TpgfornV{194} \\
+\TpgfornV{100} & \TpgfornV{195} \\
+\TpgfornV{101} & \TpgfornV{196} \\
+\end{longtable}
+
+\begin{tablenote}
+ The symbols in this table are selected with
+ \cmd{\newpgfornamentfamily}\linebreak[0]\verb|{vectorian}|. All
+ \PGFORN\ symbols are implemented with \TikZ\ graphics, not with a
+ font. The \cmd{\pgfornament} command supports resizing, coloring,
+ and rotating symbols. \seedocs{\PGFORN}.
+
+ The following symbols are omitted from the table due to their width:
+
+ % 170 is skipped because its bounding box is incorrect. 89 is
+ % skipped because it's too wide even for this table.
+ \begin{center}
+ \renewcommand{\arraystretch}{1.5} % Keep symbols from touching.
+ \makebox[0pt]{%
+ \begin{tabular}{ll}
+ \TpgfornVwide{80} \\
+ \TpgfornVwide{82} \\
+ \TpgfornVwide{83} \\
+ \TpgfornVwide{85} \\
+ \TpgfornVwide{86} \\
+ \TpgfornVwide{88} \\
+ \end{tabular}%
+ }
+ \end{center}
+\end{tablenote}
+\end{longsymtable}
+
+
+\begin{longsymtable}[PGFORN]{\PGFORN\ Decorative Borders (Traditional Chinese Motifs)}
+\ltindex{fancy borders}
+\ltindex{decorative borders}
+\ltindex{borders}
+\ltindex{flourishes}
+\ltindex{ornaments}
+\label{pgforn-han}
+\begin{longtable}{*2{ll}}
+\multicolumn{4}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\endhead
+\endfirsthead
+\\[3ex]
+\multicolumn{4}{r}{\small\textit{(continued on next page)}}
+\endfoot
+\endlastfoot
+\TpgfornH{1} & \TpgfornH{42} \\
+\TpgfornH{2} & \TpgfornH{43} \\
+\TpgfornH{3} & \TpgfornH{44} \\
+\TpgfornH{4} & \TpgfornH{45} \\
+\TpgfornH{5} & \TpgfornH{46} \\
+\TpgfornH{6} & \TpgfornH{47} \\
+\TpgfornH{7} & \TpgfornH{48} \\
+\TpgfornH{8} & \TpgfornH{49} \\
+\TpgfornH{9} & \TpgfornH{50} \\
+\TpgfornH{10} & \TpgfornH{51} \\
+\TpgfornH{11} & \TpgfornH{52} \\
+\TpgfornH{12} & \TpgfornH{53} \\
+\TpgfornH{13} & \TpgfornH{54} \\
+\TpgfornH{14} & \TpgfornH{55} \\
+\TpgfornH{15} & \TpgfornH{56} \\
+\TpgfornH{16} & \TpgfornH{57} \\
+\TpgfornH{17} & \TpgfornH{58} \\
+\TpgfornH{18} & \TpgfornH{59} \\
+\TpgfornH{19} & \TpgfornH{60} \\
+\TpgfornH{20} & \TpgfornH{61} \\
+\TpgfornH{21} & \TpgfornH{62} \\
+\TpgfornH{22} & \TpgfornH{63} \\
+\TpgfornH{23} & \TpgfornH{64} \\
+\TpgfornH{24} & \TpgfornH{65} \\
+\TpgfornH{25} & \TpgfornH{66} \\
+\TpgfornH{26} & \TpgfornH{67} \\
+\TpgfornH{27} & \TpgfornH{68} \\
+\TpgfornH{28} & \TpgfornH{69} \\
+\TpgfornH{33} & \TpgfornH{70} \\
+\TpgfornH{34} & \TpgfornH{71} \\
+\TpgfornH{35} & \TpgfornH{72} \\
+\TpgfornH{36} & \TpgfornH{73} \\
+\TpgfornH{37} & \TpgfornH{74} \\
+\TpgfornH{38} & \TpgfornH{75} \\
+\TpgfornH{39} & \TpgfornH{76} \\
+\TpgfornH{40} & \TpgfornH{77} \\
+\TpgfornH{41} & \TpgfornH{78} \\
+
+\end{longtable}
+
+\begin{tablenote}
+ The symbols in this table are selected with
+ \cmd{\newpgfornamentfamily}\verb|{han}|. All \PGFORN\ symbols are
+ implemented with \TikZ\ graphics, not with a font. The
+ \cmd{\pgfornament} command supports resizing, coloring, and rotating
+ symbols. \seedocs{\PGFORN}.
+
+ Not shown in the table due to their width are
+ \cmd{\pgfornament}\verb|{29}|, \cmd{\pgfornament}\verb|{30}|,
+ \cmd{\pgfornament}\verb|{31}|, and \cmd{\pgfornament}\verb|{32}|.
+ These represent various horizontal rules (thick, double thin, double
+ thick, and triple thin, respectively).
+\end{tablenote}
+\end{longsymtable}
+
+
\begin{longsymtable}[KNOT]{\KNOT\ Celtic Knots}
\ltindex{knots}
\ltindex{Celtic knots}
@@ -21334,7 +28061,7 @@ font file for \meta{name}, as in the following:
\ltindex{decorative borders}
\ltindex{borders}
\ltindex{ornaments}
-\label{}
+\label{knot}
\begin{longtable}{*3{ll}}
\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
\endhead
@@ -21718,6 +28445,61 @@ font file for \meta{name}, as in the following:
\end{longsymtable}
+\begin{longsymtable}[LCIRC]{\LCIRC\ Logic Gates and VLSI Symbols}
+\ltindex{buffers}
+\ltindex{inverters}
+\ltindex{AND gates=\textsc{and} gates}
+\ltindex{OR gates=\textsc{or} gates}
+\ltindex{NAND gates=\textsc{nand} gates}
+\ltindex{NOR gates=\textsc{nor} gates}
+\ltindex{logic gates}
+\ltindex{digital logic gates}
+\ltindex{combinatorial logic gates}
+\ltindex{Boolean logic gates}
+\ltindex{symbols>digital logic}
+\ltidxboth{VLSI}{symbols}
+\label{lcircuit}
+\renewcommand{\arraystretch}{1.2} % Prevent tall symbols from touching.
+\begin{longtable}{*3{ll}}
+\multicolumn{6}{l}{\small\textit{(continued from previous page)}} \\[3ex]
+\endhead
+\endfirsthead
+\\[3ex]
+\multicolumn{6}{r}{\small\textit{(continued on next page)}}
+\endfoot
+\endlastfoot
+\Klcirc{ande} & \Klcirc{nfete} & \Klcirc{ots} \\
+\Klcirc{andn} & \Klcirc{nfetn} & \Klcirc{otw} \\
+\Klcirc{ands} & \Klcirc{nfets} & \Klcirc{pfete} \\
+\Klcirc{andw} & \Klcirc{nfetw} & \Klcirc{pfetn} \\
+\Klcirc{capew} & \Klcirc{nore} & \Klcirc{pfets} \\
+\Klcirc{capns} & \Klcirc{norn} & \Klcirc{pfetw} \\
+\Klcirc{exore} & \Klcirc{nors} & \Klcirc{resew} \\
+\Klcirc{exorn} & \Klcirc{norw} & \Klcirc{resns} \\
+\Klcirc{exors} & \Klcirc{note} & \Klcirc{tgateew} \\
+\Klcirc{exorw} & \Klcirc{notn} & \Klcirc{tgatens} \\
+\Klcirc{nande} & \Klcirc{nots} & \Klcirc{tje} \\
+\Klcirc{nandn} & \Klcirc{notw} & \Klcirc{tjn} \\
+\Klcirc{nands} & \Klcirc{ore} & \Klcirc{tjs} \\
+\Klcirc{nandw} & \Klcirc{orn} & \Klcirc{tjw} \\
+\Klcirc{nexore} & \Klcirc{ors} & \Klcirc{vddpin} \\
+\Klcirc{nexorn} & \Klcirc{orw} & \Klcirc{vsspin} \\
+\Klcirc{nexors} & \Klcirc{ote} & \\
+\Klcirc{nexorw} & \Klcirc{otn} & \\
+\end{longtable}
+
+\begin{tablenote}
+ Each of these symbols first must be defined via an \cmd{\input} of
+ the corresponding \verb|.mac|~file. For example, before a document
+ can invoke \cmd{\usebox}\verb|{\nande}| it first must
+ \cmd{\input}\verb|{nande.mac}|.
+
+ All \LCIRC\ symbols are defined using a \latex\ \texttt{picture}
+ environment, not a font.
+\end{tablenote}
+\end{longsymtable}
+
+
\begin{longsymtable}[CRYST]{\CRYST\ Crystallography Symbols}
\ltidxboth{crystallography}{symbols}
\ltidxboth{scientific}{symbols}
@@ -21793,6 +28575,7 @@ font file for \meta{name}, as in the following:
\begin{symtable}[DICE]{\DICE\ Dice}
\index{dice}
\index{dice>3D}
+\index{rotations>dice}
\idxboth{game-related}{symbols}
\label{dice3d}
\begin{tabular}{*3{ll}}
@@ -21831,6 +28614,28 @@ font file for \meta{name}, as in the following:
\end{symtable}
+\begin{symtable}[FIGBAS]{\FIGBAS\ Figured-Bass Ligatures}
+\idxboth{musical}{symbols}
+\label{figbas}
+\begin{tabular}{*2{ll}}
+\Tpi{figbas}{50} & \Tpi{figbas}{54} \\
+\Tpi{figbas}{52} & \Tpi{figbas}{57} \\
+\Tpi{figbas}{53} & \\
+\end{tabular}
+
+\bigskip
+\begin{tablenote}
+ Shown here are the figured-bass ligatures based on \PSfont{Computer
+ Modern}. \FIGBAS\ additionally provides versions of these symbols
+ based on \PSfont{Computer Modern Sans} and \PSfont{Palatino}\slash
+ \PSfont{Palladio}.
+
+ \verb|{\usefont{U}{figbas}{m}{n}2 4 5 6 9}| is an equivalent means
+ of producing these symbols.
+\end{tablenote}
+\end{symtable}
+
+
\begin{symtable}[MAGIC]{\MAGIC\ Trading Card Symbols}
\index{Wizards of the Coast}
\index{Magic: The Gathering symbols=\emph{Magic: The Gathering} symbols}
@@ -21968,11 +28773,11 @@ font file for \meta{name}, as in the following:
\end{longsymtable}
-\section{Additional Information}
+\chapter{Additional Information}
\label{addl-info}
-\realsubsections
+\realsections
-Unlike the previous sections of this document, \ref{addl-info} does
+Unlike the previous chapters of this document, \ref{addl-info} does
not contain new symbol tables. Rather, it provides additional help in
using the \doctitle. First, it draws attention to symbol names used
by multiple packages. Next, it provides some guidelines for finding
@@ -21983,7 +28788,7 @@ and Latin~1 quick-reference guide, showing how to enter all of the
standard \ascii/Latin~1 symbols in \latex{}. And finally, it lists
some statistics about this document itself.
-\subsection{Symbol Name Clashes}
+\section{Symbol Name Clashes}
% Rather than create a rat's nest of \if statements, we keep the table
% whole and have each symbol conditionally appear.
@@ -22026,7 +28831,7 @@ appear in this document.
& $\trysym{ggg}$ & & & $\trysym{ABXggg}$ \\
\cmdI[\trysym{Letter} vs.\ \trysym{ifsLetter}]{\Letter} &&
& & & & & \trysym{Letter} & & \trysym{ifsLetter} \\
- \cmdI[$\trysym{STlightning}$ vs.\ \trysym{WASYlightning}]{\lightning} &&
+ \cmdI[$\trysym{STlightning}$ vs.\ \trysym{WASYlightning}]{\lightning}\index{lightning} &&
& & $\trysym{STlightning}$ & \trysym{WASYlightning} \\
\cmdI[\trysym{Lightning} vs.\ \trysym{ifsLightning}]{\Lightning} &&
& & & & & \trysym{Lightning} & & \trysym{ifsLightning} \\
@@ -22099,7 +28904,7 @@ to their original values after loading one of those packages:
\fi % TX test
-\subsection{Resizing symbols}
+\section{Resizing symbols}
\label{resizing-symbols}
Mathematical symbols listed in this document as
@@ -22143,6 +28948,7 @@ larger than 24.88\,pt.
\maketall\} &
\makebig\} \\
+ \index{arrows}%
\verb|\uparrow| &
$\uparrow$ &
$\big\uparrow$ &
@@ -22184,7 +28990,8 @@ as necessary to achieve the desired height.
\newlength{\braceheight}
\setlength{\braceheight}{6.5\baselineskip}
\begin{tabular}{@{}ccl@{}}
- \multirow{5}*{$\left.\rule{0pt}{\braceheight}\right\} \longrightarrow$}
+ \multirow{5}*{$\left.\rule{0pt}{\braceheight}\right\}
+ \longrightarrow$\index{arrows}}
& \cmexchar'71 & top \\
& \cmexchar'76 & top-middle (extensible) \\
& \cmexchar'75 & middle \\
@@ -22192,7 +28999,7 @@ as necessary to achieve the desired height.
& \cmexchar'73 & bottom \\
\\
\end{tabular}
-\index{symbols>extensible}
+\idxboth{extensible}{symbols}
\caption{Implementation of variable-sized delimiters}
\label{extensible-brace}
\end{figure}
@@ -22200,7 +29007,7 @@ as necessary to achieve the desired height.
\fi % havemultirow test
-\subsection{Where can I find the symbol for~\dots?}
+\section{Where can I find the symbol for~\dots?}
\label{combining-symbols}
If you can't find some symbol you're looking for in this document, there
@@ -22262,7 +29069,7 @@ are a few possible explanations:
({\fontencoding{OT2}\selectfont SH})|(} For example, the symbol
for an impulse train or Tate-Shafarevich group
(``{\fontencoding{OT2}\selectfont SH}'') is actually an uppercase
- \textit{sha} in the Cyrillic\index{alphabets>Cyrillic} alphabet.
+ \textit{sha} in the Cyrillic\subindex{alphabets}{Cyrillic} alphabet.
(Cyrillic is supported by the OT2 \fntenc[OT2], for instance).
While a \textit{sha} can be defined numerically as
``\verb|{\fontencoding{OT2}|\linebreak[0]\verb|\selectfont|\cmd{\char}\verb|88}|''
@@ -22276,7 +29083,7 @@ are a few possible explanations:
\fi % OTII test
For the specific case of the U~\fntenc[U], which is used for symbol
- or ``pi''\index{pi fonts=``pi'' fonts}\index{fonts>pi=``pi''} fonts,
+ or ``pi''\index{pi fonts=pi fonts}\index{fonts>pi=pi} fonts,
the \pkgname{pifont} package defines a convenient \cmd{\Pisymbol}
command. \cmd{\Pisymbol} typesets a specified character (by number)
in a specified \fntfam. For example,
@@ -22286,13 +29093,13 @@ are a few possible explanations:
\texttt{psy} (\postscript \PSfont{Symbol}) \fntfam[psy].
- \subsubsection{Reflecting and rotating existing symbols}
+ \subsection{Reflecting and rotating existing symbols}
\mbox{}% % Force the \index commands into the paragraph proper.
\index{symbols>reversed|(}%
\index{symbols>rotated|(}%
- \index{symbols>upside-down|(}%
\index{symbols>inverted|(}%
+ \index{symbols>upside-down|(}%
\index{reversed symbols|(}%
\index{rotated symbols|(}%
\index{upside-down symbols|(}%
@@ -22346,9 +29153,10 @@ are a few possible explanations:
\index{symbols>inverted|)}
\index{reversed symbols|)}
\index{rotated symbols|)}
+ \index{upside-down symbols|)}%
\index{inverted symbols|)}
- \subsubsection{Joining and overlapping existing symbols}
+ \subsection{Joining and overlapping existing symbols}
Symbols that do not exist in any font can sometimes be fabricated
out of existing symbols. The \latexE{} source file \fontdefdtx
@@ -22358,7 +29166,7 @@ are a few possible explanations:
Even in the last case, all is not lost. Sometimes, a symbol exists
in a font, but there is no \latex{} binding for it.
- \subsubsection{Reflecting and rotating existing symbols}
+ \subsection{Reflecting and rotating existing symbols}
Rotated/reflected versions of an existing symbol can be produced
using the \pkgname{graphicx} (or \pkgname{graphics}) package's
@@ -22366,7 +29174,7 @@ are a few possible explanations:
be used as a last resort. Not every \tex backend supports graphical
transformations.}
- \subsubsection{Joining and overlapping existing symbols}
+ \subsection{Joining and overlapping existing symbols}
If a symbol does not exist in any orientation in any font, it may be
possible to fabricate it out of existing symbols. The \latexE{}
@@ -22394,8 +29202,8 @@ With some simple pattern-matching, one can easily define a backward
\end{verbatim}
\indexcommand[\string\ismodeledby]{\ismodeledby}
-In general, arrows/harpoons, horizontal lines (``='', ``-'',
-``\cmdX{\relbar}'', and ``\cmdX{\Relbar}''), and the various
+In general, arrows\index{arrows}/harpoons, horizontal lines (``='',
+``-'', ``\cmdX{\relbar}'', and ``\cmdX{\Relbar}''), and the various
math-extension characters can be combined creatively with
miscellaneous other characters to produce a variety of new symbols.
Of course, new symbols can be composed from \emph{any} set of existing
@@ -22568,41 +29376,41 @@ signs~(``$-$\kern-6.5pt$-$'') to produce
\mathrel{\ooalign{$\ni$\cr\kern-1pt$-$\kern-6.5pt$-$}}}
\end{verbatim}
+\newcommand{\rqm}{{\declareslashed{}{\text{-}}{0.04}{0}{I}\slashed{I}}}
+
The \pkgname{slashed} package, although originally designed for
producing Feynman\index{Feynman slashed character notation}
slashed-character\idxboth{slashed}{letters} notation, in fact
facilitates the production of \emph{arbitrary} overlapped symbols.
-\ifhaveslashed
- \newcommand{\rqm}{{\declareslashed{}{\text{-}}{0.04}{0}{I}\slashed{I}}}
- The default behavior is to overwrite a given character with ``$/$''.
- For example, \cmd{\slashed}\verb|{D}| produces ``$\slashed{D}$''.
- However, the \cmd{\declareslashed} command provides the flexibility
- to specify the mathematical context of the composite character
- (operator, relation, punctuation, etc., as will be discussed in
- \ref{math-spacing}), the overlapping symbol, horizontal and
- vertical adjustments in symbol-relative units, and the character to
- be overlapped. Consider, for example, the symbol for reduced
- quadrupole moment~(``$\rqm$''). This can be declared as follows:
+The default behavior is to overwrite a given character with ``$/$''.
+For example, \cmd{\slashed}\verb|{D}| produces ``$\slashed{D}$''.
+However, the \cmd{\declareslashed} command provides the flexibility to
+specify the mathematical context of the composite character (operator,
+relation, punctuation, etc., as will be discussed in
+\ref{math-spacing}), the overlapping symbol, horizontal and vertical
+adjustments in symbol-relative units, and the character to be
+overlapped. Consider, for example, the symbol for reduced quadrupole
+moment~(``$\rqm$''). This can be declared as follows:
\begin{verbatim}
\newcommand{\rqm}{{%
\declareslashed{}{\text{-}}{0.04}{0}{I}\slashed{I}}}
\end{verbatim}
- \noindent
- \newcommand{\curlyarg}{\texttt{\char`\{}$\cdot$\texttt{\char`\}}}%
- \cmd{\declareslashed}\curlyarg\curlyarg\curlyarg\curlyarg\verb|{I}|
- affects the meaning of all subsequent \cmd{\slashed}\verb|{I}|
- commands in the same scope. The preceding definition of \cmdX{\rqm}
- therefore uses an extra set of curly braces to limit that scope to a
- single \cmd{\slashed}\verb|{I}|. In addition, \cmdX{\rqm} uses
- \pkgname{amstext}'s \cmd{\text} macro
- (described~\vpageref[below]{text-macro}) to make
- \cmd{\declareslashed} use a text-mode hyphen~(``-'') instead of a
- math-mode minus sign~(``$-$'') and to ensure that the hyphen scales
- properly in size in subscripts and superscripts.
-\fi % haveslashed
-See \pkgname{slashed}'s documentation (located in
+\newcommand{\curlyarg}{\texttt{\char`\{}$\cdot$\texttt{\char`\}}}%
+
+\noindent
+\cmd{\declareslashed}\curlyarg\curlyarg\curlyarg\curlyarg\verb|{I}|
+affects the meaning of all subsequent \cmd{\slashed}\verb|{I}|
+commands in the same scope. The preceding definition of \cmdX{\rqm}
+therefore uses an extra set of curly braces to limit that scope to a
+single \cmd{\slashed}\verb|{I}|. In addition, \cmdX{\rqm} uses
+\pkgname{amstext}'s \cmd{\text} macro
+(described~\vpageref[below]{text-macro}) to make \cmd{\declareslashed}
+use a text-mode hyphen~(``-'') instead of a math-mode minus
+sign~(``$-$'') and to ensure that the hyphen scales properly in size
+in subscripts and superscripts. See \pkgname{slashed}'s documentation
+(located in
\hfilename{http://mirror.ctan.org/macros/latex/contrib/carlisle/slashed.sty}{slashed.sty}
itself) for a detailed usage description of the \cmd{\slashed} and
\cmd{\declareslashed} commands.
@@ -22613,25 +29421,21 @@ package. \pkgname{centernot} provides a single command,
subsequent mathematical symbol. However, instead of putting the slash
at a fixed location, \cmd{\centernot} centers the slash over its
argument. \cmd{\centernot} might be used, for example, to create a
-``does\index{does not imply} not imply'' symbol%
-\ifhavecenternot
- :
+``does\index{does not imply} not imply'' symbol:
- \begin{center}
- \renewcommand{\arraystretch}{1.25}%
- \begin{tabular}{cl}
- $\not\Longrightarrow$ & \verb|\not\Longrightarrow| \\
- \multicolumn{2}{c}{vs.} \\
- $\centernot\Longrightarrow$ & \verb|\centernot\Longrightarrow| \\
- \end{tabular}
- \end{center}
-\else
- .
-\fi % \havecenternot
+\begin{center}
+ \index{arrows}
+ \renewcommand{\arraystretch}{1.25}%
+ \begin{tabular}{cl}
+ $\not\Longrightarrow$ & \verb|\not\Longrightarrow| \\
+ \multicolumn{2}{c}{vs.} \\
+ $\centernot\Longrightarrow$ & \verb|\centernot\Longrightarrow| \\
+ \end{tabular}
+\end{center}
\seedocs{\pkgname{centernot}}.
-\subsubsection{Making new symbols work in superscripts and subscripts}
+\subsection{Making new symbols work in superscripts and subscripts}
\index{subscripts>new symbols used in|(}
\index{superscripts>new symbols used in|(}
@@ -22692,12 +29496,12 @@ sign with a line through it.
\end{verbatim}
\noindent
-(The preceding code was taken verbatim from the UK \TeX{} Users Group
-FAQ at \url{http://www.tex.ac.uk/}.)
+(The preceding code was taken verbatim from \TeXFAQ{prinvalint}.)
\cmdI[$\string\dashint$]{\dashint} produces a single-dashed integral
sign~(``$\dashint$''), while \cmdX{\ddashint} produces a double-dashed
one~(``$\ddashint$''). The \verb|\Xint| macro defined above can also
be used to generate a wealth of new integrals:
+\index{arrows}
\ifAMS
``$\Xint\circlearrowright$'' (\verb|\Xint\circlearrowright|),
``$\Xint\circlearrowleft$'' (\verb|\Xint\circlearrowleft|),
@@ -22783,7 +29587,7 @@ See \TeXbook for more understanding of \tex ``boxes'' and ``dimens''.
\index{sqrt=\verb+\sqrt+ ($\blackacc{\sqrt}$)|)}
-\index{arrows>double-headed, diagonal|(}
+\subindex{arrows}{double-headed, diagonal|(}
\label{code:neswarrow}%
\newcommand{\neswarrow}{\mathrel{\text{$\nearrow$\llap{$\swarrow$}}}}
\newcommand{\nwsearrow}{\mathrel{\text{$\nwarrow$\llap{$\searrow$}}}}
@@ -22820,7 +29624,7 @@ produce ``A\llap{B}''. However, the result of the former is the width
of ``A'', and the result of the latter is the width of
``B''---\cmd{\llap}\verb|{|\dots\verb|}| and
\cmd{\rlap}\verb|{|\dots\verb|}| take up zero space.
-\index{arrows>double-headed, diagonal|)}
+\subindex{arrows}{double-headed, diagonal|)}
In a June~2002 post to \ctt, \person{Donald}{Arseneau} presented a
general macro for aligning an arbitrary number of symbols on their
@@ -22890,7 +29694,7 @@ symbols:\footnote{The code as posted on \tex\ Stack Exchange named these
\fi % \TSElesssimslant
-\subsubsection{Modifying \latex-generated symbols}
+\subsection{Modifying \latex-generated symbols}
\index{dots (ellipses)|(}
\index{ellipses (dots)|(}
@@ -22934,7 +29738,7 @@ along the opposite diagonal, we merely have to reorder the
\cmdX{\revddots} is essentially identical to the \MDOTS\
package's
\ifMDOTS
- \cmdX{\iddots}
+ \cmdI[$\MDOTSiddots$]{\iddots}
\else
\cmd{\iddots}
\fi
@@ -22951,7 +29755,24 @@ command.
\index{dots (ellipses)|)}
-\subsubsection{Producing complex accents}
+\subsection{Encircling symbols}
+
+A simple, special case of combining existing symbols is to overlay a
+circle atop a given symbol. \latex's built-in \cmdW{\textcircled}
+(\vref{text-accents}) does exactly that: \verb|\textcircled{A}|
+produces ``\textcircled{A}''. The \pkgname{circledsteps} package
+enhances this capability by using \TikZ\ to draw circles---rather,
+ovals---that extend to fit their content, that can be colored, and
+that can align either the original symbol or the circled symbol on the
+baseline.
+\ifhavecircledsteps
+ As a simple example, \verb|f\Circled{ghi}j| produces
+ ``f\Circled{ghi}j'', in contrast with \verb|f\textcircled{ghi}j|,
+ which produces ``f\textcircled{ghi}j''.
+\fi
+
+
+\subsection{Producing complex accents}
\ifx\diatop\undefined
% The following was copied verbatim from ipa.sty, from the wsuipa package.
@@ -22974,7 +29795,7 @@ command.
\index{accents|(}
\index{accents>multiple per character}
\index{multiple accents per character}
-Accents\label{multiple-accents} are a special case of combining
+Accents\label{multiple-accents} are another special case of combining
existing symbols to make new symbols. While various tables in this
document show how to add an accent to an existing symbol, some
applications, such as transliterations from non-Latin alphabets,
@@ -23013,10 +29834,11 @@ the character.
the documentation for more information.
\index{accents|)}
-\subsubsection{Creating extensible symbols}
+
+\subsection{Creating extensible symbols}
\index{symbols>extensible|(}
-\index{extensible symbols, creating|(}
+\index{extensible symbols>creating|(}
A relatively simple example of creating extensible symbols stems from
a \ctt post by \person{Donald}{Arseneau} (June~2003). The following
@@ -23101,8 +29923,8 @@ produce
``$a_{\actuarial[x:]{n}}$''\indexaccent[$\string\blackacc\string\actuarial$]{\actuarial}.
\ifACTANG
This is similar in concept to how the \ACTANG\ package defines its
- \verb|\actuarialangle|\indexaccent{\actuarialangle} command
- (\ref{actuarialangle}).
+ \verb|\actuarialangle|\indexaccent[\string\blackacc\string\actuarial]{\actuarialangle}
+ command (\ref{actuarialangle}).
\fi % ACTANG test
For a more complete solution for typesetting actuarial symbols see
the \pkgname{actuarialsymbol} package.
@@ -23226,10 +30048,10 @@ variable width \emph{and} height (or depth).
\index{accents|)}
\index{symbols>extensible|)}
-\index{extensible symbols, creating|)}
+\index{extensible symbols>creating|)}
-\subsubsection{Developing new symbols from scratch}
+\subsection{Developing new symbols from scratch}
Sometimes is it simply not possible to define a new symbol in terms of
existing symbols. Fortunately, most, if not all, \tex distributions
@@ -23442,7 +30264,7 @@ defines to lie between $z_6$ and $z_7$.
\begin{figure}[htbp]
\centering
- \includegraphics[height=6cm]{lightbulb.eps}
+ \includegraphics[height=6cm]{lightbulb}
\caption{Proof diagram of \filename{lightbulb10.mf}}
\label{lightbulb10-proof}
\end{figure}
@@ -23519,22 +30341,22 @@ a font-description file that tells \latexE how to map fonts in a given
For symbol fonts, this mapping is fairly simple. Symbol fonts almost
always use the ``U''~(``Unknown'') font encoding and frequently occur
in only one variant: normal weight and non-\italic[italicized]. The
-filename for a font-description file important; it must be of the form
-``\meta{encoding}\meta{family}\fileext{fd}'', where \meta{encoding} is
-the lowercase version of the encoding name (typically~``u'' for symbol
-fonts) and \meta{family} is the name of the \fntfam. For LightBulb10,
-let's call this ``bulb''. \ref{bulb-fd-file} lists the contents of
-\filename{ubulb.fd}. The document ``\latexE Font
-Selection''~\cite{fntguide} describes \cmd{\DeclareFontFamily} and
-\cmd{\DeclareFontShape} in detail, but the gist of \filename{ubulb.fd}
-is first to declare a \texttt{U}-encoded version of the \texttt{bulb}
-\fntfam[bulb] and then to specify that a \latexE request for a
-\texttt{U}-encoded version of \texttt{bulb} with a (\texttt{m})edium
-font series (as opposed to, e.g., bold) and a (\texttt{n})ormal font
-shape (as opposed to, e.g., \italic) should translate into a \tex
-request for \filename{lightbulb10.tfm}
-mechanically\idxboth{mechanical}{scaling} scaled to the current font
-size.
+filename for a font-description file is important; it must be of the
+form ``\meta{encoding}\meta{family}\fileext{fd}'', where
+\meta{encoding} is the lowercase version of the encoding name
+(typically~``u'' for symbol fonts) and \meta{family} is the name of
+the \fntfam. For LightBulb10, let's call this ``bulb''.
+\ref{bulb-fd-file} lists the contents of \filename{ubulb.fd}. The
+document ``\latexE Font Selection''~\cite{fntguide} describes
+\cmd{\DeclareFontFamily} and \cmd{\DeclareFontShape} in detail, but
+the gist of \filename{ubulb.fd} is first to declare a
+\texttt{U}-encoded version of the \texttt{bulb} \fntfam[bulb] and then
+to specify that a \latexE request for a \texttt{U}-encoded version of
+\texttt{bulb} with a (\texttt{m})edium font series (as opposed to,
+e.g., bold) and a (\texttt{n})ormal font shape (as opposed to, e.g.,
+\italic) should translate into a \tex request for
+\filename{lightbulb10.tfm} mechanically\idxboth{mechanical}{scaling}
+scaled to the current font size.
\begin{figure}[htbp]
\centering
@@ -23584,7 +30406,7 @@ by a \postscript interpreter. See \TeXFAQ{textrace} for pointers to
tools that can produce \PSfont{Type~1} fonts from \metafont.
-\subsection{Math-mode spacing}
+\section{Math-mode spacing}
\label{math-spacing}
Terms such as ``binary operators'', ``relations'', and ``punctuation''
@@ -23696,7 +30518,7 @@ log-like\idxboth{log-like}{symbols}\index{atomic math objects} symbols
shown in \ref{ams-log} utilize this spacing convention.
-\subsection{Bold mathematical symbols}
+\section{Bold mathematical symbols}
\label{bold-math}
\idxbothbegin{bold}{symbols}
@@ -23753,11 +30575,7 @@ vs.\ normal), and spacing.
\textit{none} &
\verb!$!\cmd{\mathbf}\verb!{\alpha + b = \Gamma \div D}$! &
-\ifBM
$\alpha + \textbf{b} = \bm{\Gamma} \div \textbf{D}$ \\
-\else
- $\mathbf{\alpha + b = \Gamma \div D}$ \\
-\fi
\textit{none} &
\cmd{\boldmath}\verb!$\alpha + b = \Gamma \div D$! &
@@ -23771,11 +30589,9 @@ vs.\ normal), and spacing.
\verb!$!\cmd{\boldsymbol}\verb!{\alpha + b = \Gamma \div D}$! &
\boldmath$\alpha + b = \Gamma \div D$ \\
-\ifBM
\pkgname{bm} &
\verb!$!\cmd{\bm}\verb!{\alpha + b = \Gamma \div D}$! &
$\bm{\alpha + b = \Gamma \div D}$ \\
-\fi
\pkgname{fixmath} &
\verb!$!\cmd{\mathbold}\verb!{\alpha + b = \Gamma \div D}$! &
@@ -23797,7 +30613,7 @@ vs.\ normal), and spacing.
\idxbothend{bold}{symbols}
-\subsection{ASCII and Latin~1 quick reference}
+\section{ASCII and Latin~1 quick reference}
\label{ascii-quickref}
\index{ASCII|(}
@@ -23835,77 +30651,79 @@ the character as a text character. And the fourth column lists the
}
\makeatother
- % Typesetting a symbol by prefixing it with a "\".
+ % Typeset a symbol by prefixing it with a "\".
\newcommand{\bscommand}[1]{#1 & \cmdI{#1} & \cmdI{#1}}
- \begin{tabular}[t]{@{}*2{>{\ttfamily}r}c*2{>{\ttfamily}l}l@{}} \\ \toprule
- \multicolumn{1}{@{}c}{Dec} &
- \multicolumn{1}{c}{Hex} &
- \multicolumn{1}{c}{Char} &
- \multicolumn{1}{c}{Body text} &
- \multicolumn{1}{c@{}}{\ttfamily\string\texttt} \\ \midrule
+ \begin{adjustwidth}{-1em}{-1em}
+ \begin{tabular}[t]{@{}*2{>{\ttfamily}r}c*2{>{\ttfamily}l}l@{}} \\ \toprule
+ \multicolumn{1}{@{}c}{Dec} &
+ \multicolumn{1}{c}{Hex} &
+ \multicolumn{1}{c}{Char} &
+ \multicolumn{1}{c}{Body text} &
+ \multicolumn{1}{c@{}}{\ttfamily\string\texttt} \\ \midrule
- 33 & 21 & ! & ! & ! \\
- 34 & 22 & {\fontencoding{T1}\selectfont\textquotedbl} &
+ 33 & 21 & ! & ! & ! \\
+ 34 & 22 & {\fontencoding{T1}\selectfont\textquotedbl} &
\string\textquotedbl & " \\ % Not available in OT1
- 35 & 23 & \bscommand{\#} \\
- 36 & 24 & \bscommand{\$} \\
- 37 & 25 & \bscommand{\%} \\
- 38 & 26 & \bscommand{\&} \\
- 39 & 27 & ' & ' & ' \\
- 40 & 28 & ( & ( & ( \\
- 41 & 29 & ) & ) & ) \\
- 42 & 2A & * & * & * \\
- 43 & 2B & + & + & + \\
- 44 & 2C & , & , & , \\
- 45 & 2D & - & - & - \\
- 46 & 2E & . & . & . \\
- 47 & 2F & / & / & / \\
- 48 & 30 & 0 & 0 & 0 \\
- 49 & 31 & 1 & 1 & 1 \\
- 50 & 32 & 2 & 2 & 2 \\
- \skipped
- 57 & 39 & 9 & 9 & 9 \\
- 58 & 3A & : & : & : \\
- 59 & 3B & ; & ; & ; \\
- 60 & 3C & \textless & \cmdI{\textless} & < \\ % Or $<$
- 61 & 3D & = & = & = \\ \bottomrule
- \end{tabular}
- \hfil
- \begin{tabular}[t]{@{}*2{>{\ttfamily}r}c*2{>{\ttfamily}l}l@{}} \\ \toprule
- \multicolumn{1}{@{}c}{Dec} &
- \multicolumn{1}{c}{Hex} &
- \multicolumn{1}{c}{Char} &
- \multicolumn{1}{c}{Body text} &
- \multicolumn{1}{c@{}}{\ttfamily\string\texttt} \\ \midrule
-
- 62 & 3E & \textgreater & \cmdI{\textgreater} & > \\ % Or $>$
- 63 & 3F & ? & ? & ? \\
- 64 & 40 & @ & @ & @ \\
- 65 & 41 & A & A & A \\
- 66 & 42 & B & B & B \\
- 67 & 43 & C & C & C \\
- \skipped
- 90 & 5A & Z & Z & Z \\
- 91 & 5B & [ & [ & [ \\
- 92 & 5C & \textbackslash & \cmdI{\textbackslash} &
- \verb|\char`\\| \\ % \textbackslash works in non-OT1
- 93 & 5D & ] & ] & ] \\
- 94 & 5E & \^{} & \verb|\^{}| & \verb|\^{}| \\ % Or \textasciicircum
- 95 & 5F & \_ & \verb|\_| & \verb|\char`\_| \\ % \_ works in non-OT1
- 96 & 60 & ` & ` & ` \\
- 97 & 61 & a & a & a \\
- 98 & 62 & b & b & b \\
- 99 & 63 & c & c & c \\
- \skipped
- 122 & 7A & z & z & z \\
- 123 & 7B & \{ & \verb|\{| & \verb|\char`\{| \\ % \{ works in non-OT1
- 124 & 7C & \textbar & \cmdI{\textbar} & | \\ % Or $|$
- 125 & 7D & \} & \verb|\}| & \verb|\char`\}| \\ % \} works in non-OT1
- 126 & 7E & \~{} & \verb|\~{}| & \verb|\~{}| \\ % Or \textasciitilde ($\sim$?)
- \\
- \bottomrule
- \end{tabular}
+ 35 & 23 & \bscommand{\#} \\
+ 36 & 24 & \bscommand{\$} \\
+ 37 & 25 & \bscommand{\%} \\
+ 38 & 26 & \bscommand{\&} \\
+ 39 & 27 & ' & ' & ' \\
+ 40 & 28 & ( & ( & ( \\
+ 41 & 29 & ) & ) & ) \\
+ 42 & 2A & * & * & * \\
+ 43 & 2B & + & + & + \\
+ 44 & 2C & , & , & , \\
+ 45 & 2D & - & - & - \\
+ 46 & 2E & . & . & . \\
+ 47 & 2F & / & / & / \\
+ 48 & 30 & 0 & 0 & 0 \\
+ 49 & 31 & 1 & 1 & 1 \\
+ 50 & 32 & 2 & 2 & 2 \\
+ \skipped
+ 57 & 39 & 9 & 9 & 9 \\
+ 58 & 3A & : & : & : \\
+ 59 & 3B & ; & ; & ; \\
+ 60 & 3C & \textless & \cmdI{\textless} & < \\ % Or $<$
+ 61 & 3D & = & = & = \\ \bottomrule
+ \end{tabular}
+ \hfil
+ \begin{tabular}[t]{@{}*2{>{\ttfamily}r}c*2{>{\ttfamily}l}l@{}} \\ \toprule
+ \multicolumn{1}{@{}c}{Dec} &
+ \multicolumn{1}{c}{Hex} &
+ \multicolumn{1}{c}{Char} &
+ \multicolumn{1}{c}{Body text} &
+ \multicolumn{1}{c@{}}{\ttfamily\string\texttt} \\ \midrule
+
+ 62 & 3E & \textgreater & \cmdI{\textgreater} & > \\ % Or $>$
+ 63 & 3F & ? & ? & ? \\
+ 64 & 40 & @ & @ & @ \\
+ 65 & 41 & A & A & A \\
+ 66 & 42 & B & B & B \\
+ 67 & 43 & C & C & C \\
+ \skipped
+ 90 & 5A & Z & Z & Z \\
+ 91 & 5B & [ & [ & [ \\
+ 92 & 5C & \textbackslash & \cmdI{\textbackslash} &
+ \verb|\char`\\| \\ % \textbackslash works in non-OT1
+ 93 & 5D & ] & ] & ] \\
+ 94 & 5E & \textasciicircum & \verb|\textasciicircum| & \verb|\textasciicircum| \\ % Or \^{}
+ 95 & 5F & \_ & \verb|\_| & \verb|\char`\_| \\ % \_ works in non-OT1
+ 96 & 60 & ` & ` & ` \\
+ 97 & 61 & a & a & a \\
+ 98 & 62 & b & b & b \\
+ 99 & 63 & c & c & c \\
+ \skipped
+ 122 & 7A & z & z & z \\
+ 123 & 7B & \{ & \verb|\{| & \verb|\char`\{| \\ % \{ works in non-OT1
+ 124 & 7C & \textbar & \cmdI{\textbar} & | \\ % Or $|$
+ 125 & 7D & \} & \verb|\}| & \verb|\char`\}| \\ % \} works in non-OT1
+ 126 & 7E & \textasciitilde & \verb|\textasciitilde| & \verb|\textasciitilde| \\ % Or \~{} ($\sim$?)
+ \\
+ \bottomrule
+ \end{tabular}
+ \end{adjustwidth}
\end{nonsymtable}
The following are some additional notes about the contents of
@@ -23922,15 +30740,17 @@ The following are some additional notes about the contents of
(cf.~\ref{tc-misc}).
\item
- The\label{upside-down}\index{symbols>upside-down|(}\index{upside-down
- symbols|(} characters ``\texttt{<}'', ``\texttt{>}'', and
- ``\texttt{|}'' do work as expected in math mode, although they
- produce, respectively, ``<'', ``>'', and ``|'' in text mode when
- using the OT1 \fntenc[OT1].\footnote{Donald\index{Knuth, Donald E.}
- Knuth didn't think such symbols were important outside of
- mathematics so he omitted them from his text fonts.} The following
- are some alternatives for typesetting ``\textless'',
- ``\textgreater'', and ``\textbar'':
+ \index{symbols>upside-down|(}%
+ \index{upside-down symbols|(}%
+ \label{upside-down}%
+ The characters ``\texttt{<}'', ``\texttt{>}'', and ``\texttt{|}'' do
+ work as expected in math mode, although they produce, respectively,
+ ``<'', ``>'', and ``|'' in text mode when using the OT1
+ \fntenc[OT1].\footnote{Donald\index{Knuth, Donald E.} Knuth didn't
+ think such symbols were important outside of mathematics so he
+ omitted them from his text fonts.} The following are some
+ alternatives for typesetting ``\textless'', ``\textgreater'', and
+ ``\textbar'':
\begin{itemize}
\item Specify a document \fntenc{} other than OT1 (as
@@ -23948,8 +30768,10 @@ The following are some additional notes about the contents of
Note that for typesetting metavariables many people prefer
\cmdI{\textlangle} and \cmdI{\textrangle} to \cmdI{\textless} and
\cmdI{\textgreater}; i.e., ``\meta{filename}'' instead of
- ``$<$\textit{filename}$>$''.\index{symbols>upside-down|)}\index{upside-down
- symbols|)}
+ ``$<$\textit{filename}$>$''.
+
+ \index{symbols>upside-down|)}
+ \index{upside-down symbols|)}
\item Although ``\texttt{/}'' does not require any special
treatment, \latex additionally defines a \cmdI{\slash} command which
@@ -23979,8 +30801,9 @@ The following are some additional notes about the contents of
\item The various \cmd{\char} commands within \verb|\texttt| are
necessary only in the OT1 \fntenc[OT1]. In other encodings
- (e.g.,~T1)\index{font encodings>T1}, commands such as \cmdIp{\{},
- \cmdIp{\}}, \cmdI{\_}, and \cmdI{\textbackslash} all work properly.
+ (e.g.,~T1)\subindex{font encodings}{T1}, commands such as
+ \cmdIp{\{}, \cmdIp{\}}, \cmdI{\_}, and \cmdI{\textbackslash} all
+ work properly.
\item The code\index{code page 437} page~437 (IBM~PC\index{IBM PC})
version of \ascii characters~1 to~31 can be typeset
@@ -24171,19 +30994,19 @@ The following are some additional notes about the contents of
\end{itemize}
\index{code page 1252|(}
-Microsoft\regtm\index{Microsoft Windows=Microsoft\regtm\
-Windows\regtm} Windows\regtm\index{Windows=Windows\regtm} normally
-uses a superset of Latin~1 called ``Code Page~1252'' or ``CP1252'' for
-short. CP1252 introduces symbols in the Latin~1 ``invalid'' range
-(characters~128--159). \ref{cp1252-table} presents the
-characters with which CP1252 augments the standard Latin~1\index{Latin
-1} table.
+Microsoft\regtm\index{Microsoft Windows=Microsoft Windows}
+Windows\regtm\index{Windows=Windows\regtm} normally uses a superset of
+Latin~1 called ``Code Page~1252'' or ``CP1252'' for short. CP1252
+introduces symbols in the Latin~1 ``invalid'' range
+(characters~128--159). \ref{cp1252-table} presents the characters
+with which CP1252 augments the standard Latin~1\index{Latin 1} table.
\index{code page 1252|)}
\begin{nonsymtable}{\latexE Code Page~1252 Table}
\index{code page 1252>table}
\index{quotation marks}
\index{trademark}
+ \index{dots (ellipses)} \index{ellipses (dots)}
\label{cp1252-table}
\newcommand{\accented}[2]{#1#2 & \texttt{\string#1\string{#2\string}}}
\newcommand{\idxencone}[1]{\indexcommand[\string\encone{\string#1}]{#1}\encone{#1}}
@@ -24200,7 +31023,7 @@ characters with which CP1252 augments the standard Latin~1\index{Latin
133 & 85 & \dots & \cmdI{\dots} \\
134 & 86 & \dag & \cmdI{\dag} \\
135 & 87 & \ddag & \cmdI{\ddag} \\
- 136 & 88 & \textasciicircum & \cmdI{\textasciicircum} \\
+ 136 & 88 & \^{} & \verb|\^{}| \\
137 & 89 & \textperthousand & \cmdI{\textperthousand} & (\textsf{tc}) \\
138 & 8A & \accented{\v}{S} \\
139 & 8B & \idxencone{\guilsinglleft} & \string\guilsinglleft & (T1) \\
@@ -24221,7 +31044,7 @@ characters with which CP1252 augments the standard Latin~1\index{Latin
149 & 95 & \textbullet & \cmdI{\textbullet} \\
150 & 96 & -- & -- \\
151 & 97 & --- & --- \\
- 152 & 98 & \textasciitilde & \cmdI{\textasciitilde} \\
+ 152 & 98 & \~{} & \verb|\~{}| \\
153 & 99 & \texttrademark & \cmdI{\texttrademark} \\
154 & 9A & \accented{\v}{s} \\
155 & 9B & \idxencone{\guilsinglright} & \string\guilsinglright & (T1) \\
@@ -24263,7 +31086,7 @@ same URL) that fakes some of the missing ISO glyphs using the
\index{ISO character entities|)}
-\subsection{Unicode characters}
+\section{Unicode characters}
\label{unicode-chars}
\index{Unicode|(}
@@ -24281,7 +31104,7 @@ distinguishes between \emph{input} encoding---the characters used in
the \fileext{tex} file---and \emph{output} encoding---the characters
that appear in the generated \fileext{dvi}, \fileext{pdf}, etc.\ file.
-\subsubsection{Inputting Unicode characters}
+\subsection{Inputting Unicode characters}
To include Unicode characters in a \fileext{tex} file, load the
\pkgname[pkg=unicode]{ucs} package and load the \pkgname{inputenc} package
@@ -24341,18 +31164,19 @@ which produces
options that control \pkgname[pkg=unicode]{ucs}'s behavior.
-\subsubsection{Outputting Unicode characters}
+\subsection{Outputting Unicode characters}
Orthogonal to the ability to include Unicode characters in a
\latex\ input file is the ability to include a given Unicode character
in the corresponding output file. By far the easiest approach is to
-use \xelatex instead of pdf\LaTeX\index{pdfLaTeX=pdf\LaTeX} or
-ordinary \latex. \xelatex handles Unicode input and output natively
-and can utilize system fonts directly without having to expose them
-via \fileext{tfm}, \fileext{fd}, and other such files. To output a
-Unicode character, a \xelatex document can either include that
-character directly as \utfviii text or use \tex's \cmd{\char}
-primitive, which \xelatex extends to accept numbers larger than~255.
+use \lualatex or \xelatex instead of \pdflatex or ordinary \latex.
+\lualatex and \xelatex handle Unicode input and output natively and
+can utilize system fonts directly without having to expose them via
+\fileext{tfm}, \fileext{fd}, and other such files. To output a
+Unicode character, a \lualatex or \xelatex document can either include
+that character directly as \utfviii text or use \tex's \cmd{\char}
+primitive, which \lualatex/\xelatex extends to accept numbers larger
+than~255.
\ifJUNI
\newcommand{\versicleIDX}{\index{versicle=versicle (\versicle)}}
@@ -24376,9 +31200,9 @@ positions. One such font that is freely available from \CTAN is
Junicode
(\hfilename{http://mirror.ctan.org/fonts/junicode/fonts/Junicode.ttf}{Junicode.ttf})
from the \JUNI\ package. The \pkgname{fontspec} package makes it easy
-for a \xelatex document to utilize a system font. The following
-example defines a \texttt{\string\textjuni} command that uses
-\pkgname{fontspec} to typeset its argument in Junicode:
+for a \lualatex/\xelatex document to utilize a system font. The
+following example defines a \texttt{\string\textjuni} command that
+uses \pkgname{fontspec} to typeset its argument in Junicode:
\begin{verbatim}
\documentclass{article}
@@ -24412,7 +31236,7 @@ is represented in hexadecimal instead of decimal.
\index{Unicode|)}
-\subsection{About this document}
+\section{About this document}
\label{about-doc}
\paragraph{History}
@@ -24459,7 +31283,7 @@ includes the following new features:
\item tables showing how to typeset all of the characters in the
\ascii and Latin~1\index{Latin 1}
- \fntenc[ASCII]s\index{font encodings>Latin 1}
+ \fntenc[ASCII]s\subindex{font encodings}{Latin 1}
\end{itemize}
\noindent
@@ -24523,11 +31347,15 @@ Packages omitted: & \makeatletter
\fi
\makeatletter
\begingroup
- % Given a package name, output the package's date.
- \def\show@package@date#1/#2/#3#4#5!!!{#1/#2/#3#4}
+ % Given a package name, output the package's date in ISO (YYYY-MM-DD) format.
+ \def\show@package@date#1-#2-#3#4#5!!!{%
+ \ifnum#1<100 19\fi% ogonek, e.g.
+ #1-#2-#3#4%
+ }
\newcommand{\showpackagedate}[1]{{%
\catcode`\&=12% yfonts.sty obnoxiously uses an unescaped "&" in the package description.
\xdef\package@date@string{\csname ver@#1.sty\endcsname}%
+ \StrSubstitute{\package@date@string}{/}{-}[\package@date@string]%
\expandafter\show@package@date\package@date@string!!!
}}
@@ -24590,7 +31418,7 @@ Packages omitted: & \makeatletter
\makeatother
-\subsection{Copyright and license}
+\section{Copyright and license}
\noindent
\begin{tabular}{@{}l@{}}
@@ -24630,15 +31458,6 @@ The current maintainer of this work is Scott Pakin.
Copyright~\copyright\ 2019 Twitter, Inc.\ and other contributors.
\fi
-% It seems like such a waste to put such a brief bibliography on its own
-% page. So we temporarily restore \section back to its original
-% definition, just for the list of references.
-
-\vspace{\stretch{1}}
-\begingroup
-\let\section=\origsection
-
-\realsections
\begin{thebibliography}{Knu86b}
\bibitem[AMS99]{AMS1999:amsmath}
@@ -24719,7 +31538,6 @@ The current maintainer of this work is Scott Pakin.
\url{http://mirrors.ctan.org/macros/latex/base/fntguide.pdf}
and also included in many \tex{} distributions.
\end{thebibliography}
-\endgroup
% "See also"s should appear after all page references.
\providecommand*\seealso[2]{\emph{\alsoname}#1}
@@ -24731,11 +31549,34 @@ The current maintainer of this work is Scott Pakin.
\else
\index{enter|see{carriage return}}
\fi
+\index{asterisks|seealso{stars}}
+\ifMISMATH
+ \index{asymptotic complexity|seealso{alphabets, math}}
+ \index{big O notation|seealso{alphabets, math}}
+\else
+ \index{asymptotic complexity|see{alphabets, math}}
+ \index{big O notation|see{alphabets, math}}
+\fi
+\ifcomplete
+ \index{Earth|seealso{globe}}
+\fi
+% Typeset the index.
\clearpage
-\realsections
\phantomsection
-\addcontentsline{toc}{section}{Index}
+\addcontentsline{toc}{chapter}{Index}
+\markboth{Index}{Index}
+\fancyhead[L]{\scshape Index}
+\newcommand{\showindexrange}{%
+ % Show a range if the first and last entries differ, otherwise just the
+ % single entry.
+ \ifx\firstmark\botmark
+ \rightmark
+ \else
+ \rightmark--\leftmark
+ \fi
+}
+\fancyhead[C]{\itshape\showindexrange}
\bgroup
\def\pkgnameopts{index=false}%
\small