Finished symbol list; added «fin» with dingbats at end
This commit is contained in:
parent
db24ebf8c0
commit
3e936ba7bf
74
lbol.tex
74
lbol.tex
@ -13,6 +13,7 @@
|
||||
\usepackage{nicefrac}
|
||||
\usepackage{quoting}
|
||||
\usepackage{wrapfig}
|
||||
\usepackage{pifont}
|
||||
\raggedbottom
|
||||
|
||||
% Easiest tables ever, plus custom table themes
|
||||
@ -1965,7 +1966,7 @@ em & the width of the letter \texttt{m} in the current font \\
|
||||
|
||||
As you might expect, \LaTeX{} excels at typesetting symbols. Below is a \textbf{short} list of the symbols available in \LaTeX{}. Keep in mind that they may have different commands in text mode than in math mode, and that they will also appear differently in those two modes due to the different fonts those modes use.
|
||||
|
||||
For additional information, consult the \textit{very} extensive ``Comprehensive \LaTeX{} Symbol List'' which you can find at \kref{https://ctan.org/pkg/comprehensive?lang=en}{https://ctan.org/pkg/comprehensive?lang=\\en}.
|
||||
For additional information, consult the \textit{very} extensive ``Comprehensive \LaTeX{} Symbol List'' which you can find at \kref{https://ctan.org/pkg/comprehensive?lang=en}{https://ctan.org/pkg/comprehensive?lang=\\en}. Keep in mind that a lot of symbols are available, but require loading additional fonts.
|
||||
|
||||
\begin{longtblr}
|
||||
[
|
||||
@ -1975,46 +1976,49 @@ For additional information, consult the \textit{very} extensive ``Comprehensive
|
||||
]{
|
||||
width = {\textwidth},
|
||||
colspec = {
|
||||
X[1.5,l]
|
||||
X[1,c]
|
||||
X[1.6,l]
|
||||
X[0.7,c]
|
||||
X[1,c]
|
||||
X[1,c]
|
||||
},
|
||||
hlines = {0.75pt,solid},
|
||||
vline{1,5} = {0.75pt,solid},
|
||||
rows = {5mm, m, rowsep=1.5pt, },
|
||||
column{1} = {font=\small},
|
||||
row{1} = {font=\bfseries},
|
||||
rowhead = 1,
|
||||
}
|
||||
Description & Appearance & Text Mode & Math Mode \\
|
||||
Asterisk & $\ast$ & & \Verb+\ast+ \\
|
||||
Bowtie & $\bowtie$ & & \Verb+\bowtie+ \\
|
||||
Bullet & $\bullet$ & \Verb+\textbullet+ & \Verb+\bullet+ \\
|
||||
Description & Example & Text Mode & Math Mode \\
|
||||
Asterisk & $\ast$ & & \Verb+$\ast$+ \\
|
||||
Bowtie & $\bowtie$ & & \Verb+$\bowtie$+ \\
|
||||
Bullet & $\bullet$ & \Verb+\textbullet+ & \Verb+$\bullet$+ \\
|
||||
Cent sign & \textcent & \Verb+\textcent+ \\
|
||||
Circle & $\circ$ & & \Verb+\circ+ \\
|
||||
Circle within a circle & $\circledcirc$ & & \Verb+\circledcirc+ \\
|
||||
Copyright & \copyright & \copyright & \copyright \\
|
||||
Degree symbol & <Example>$^{\circ}$ & \Verb+$^{\circ}$+ & \\
|
||||
Dot & $\centerdot$ & & \Verb+\centerdot+ \\
|
||||
Dots, diagonal & $\ddots$ & & \Verb+\ddots+ \\
|
||||
Dots, vertical & $\vdots$ & & \Verb+\vdots+ \\
|
||||
Infinity & $\infty$ & & \Verb+\infty+ \\
|
||||
Left multiply & $\ltimes$ & & \Verb+\ltimes+ \\
|
||||
Perpendicular & $\perp$ & & \Verb+\perp+ \\
|
||||
Proportional to & $\propto$ & & \Verb+\propto+ \\
|
||||
Right multiply & $\rtimes$ & & \Verb+\rtimes+ \\
|
||||
Square, empty & $\square$ & & \Verb+\square+ \\
|
||||
Square, solid & $\blacksquare$ & & \Verb+\blacksquare+ \\
|
||||
Star & $\star$ & & \Verb+\star+ \\
|
||||
Star, large & $\bigstar$ & & \Verb+\bigstar+ \\
|
||||
Suit, club\ & $\clubsuit$ & & \Verb+\clubsuit+ \\
|
||||
Suit, diamond & $\diamondsuit$ & & \Verb+\diamondsuit+ \\
|
||||
Suit, heart & $\heartsuit$ & & \Verb+\heartsuit+ \\
|
||||
Suit, space & $\spadesuit$ & & \Verb+\spadesuit+ \\
|
||||
Variable sized proportional to & $\varpropto$ & & \Verb +\varpropto+ \\
|
||||
Wedge & $\wedge$ & & \Verb+\wedge+ \\
|
||||
& $ $ & & \Verb++ \\
|
||||
& $ $ & & \Verb++ \\
|
||||
& $ $ & & \Verb++ \\
|
||||
Circle within a circle & $\circledcirc$ & & \Verb+$\circledcirc$+ \\
|
||||
Copyright & \copyright & \Verb+\copyright+ & \\
|
||||
Degree symbol & \textdegree & \Verb+\textdegree+ & \Verb+$\degree$+ \\
|
||||
Division & $\div$ & & \Verb+$\div$+ \\
|
||||
Dot & $\centerdot$ & & \Verb+$\centerdot$+ \\
|
||||
Dots, diagonal & $\ddots$ & & \Verb+$\ddots$+ \\
|
||||
Dots, vertical & $\vdots$ & & \Verb+$\vdots$+ \\
|
||||
Euro & \texteuro & \Verb+\texteuro+ \\
|
||||
Infinity & $\infty$ & & \Verb+$\infty$+ \\
|
||||
Left multiply & $\ltimes$ & & \Verb+$\ltimes$+ \\
|
||||
Perpendicular & $\perp$ & & \Verb+$\perp$+ \\
|
||||
Pound sign & \pounds & \Verb+$\pounds$+ \\
|
||||
Proportional to & $\propto$ & & \Verb+$\propto$+ \\
|
||||
Registered & \textregistered & \Verb++ \\
|
||||
Right multiply & $\rtimes$ & & \Verb+$\rtimes$+ \\
|
||||
Square, empty & $\square$ & & \Verb+$\square$+ \\
|
||||
Square, solid & $\blacksquare$ & & \Verb+$\blacksquare$+ \\
|
||||
Star & $\star$ & & \Verb+$\star$+ \\
|
||||
Star, large & $\bigstar$ & & \Verb+$\bigstar$+ \\
|
||||
Suit, club\ & $\clubsuit$ & & \Verb+$\clubsuit$+ \\
|
||||
Suit, diamond & $\diamondsuit$ & & \Verb+$\diamondsuit$+ \\
|
||||
Suit, heart & $\heartsuit$ & & \Verb+$\heartsuit$+ \\
|
||||
Suit, space & $\spadesuit$ & & \Verb+$\spadesuit$+ \\
|
||||
Variable sized proportional to & $\varpropto$ & & \Verb +$\varpropto$+ \\
|
||||
Wedge & $\wedge$ & & \Verb+$\wedge$+ \\
|
||||
\end{longtblr}
|
||||
|
||||
|
||||
@ -2074,4 +2078,12 @@ In general, a good question has three parts:
|
||||
\item Questions which could be very easily answered by simply reading the package documentation.
|
||||
\end{itemize}
|
||||
|
||||
\bigskip
|
||||
|
||||
\begin{center}
|
||||
\Pisymbol{dingbat}{69}\Pisymbol{dingbat}{70}\linebreak
|
||||
\textsc{Fin}\linebreak
|
||||
\Pisymbol{dingbat}{72}\Pisymbol{dingbat}{71}
|
||||
\end{center}
|
||||
|
||||
\end{document}
|
||||
|
Loading…
Reference in New Issue
Block a user