Added section on horizontal spacing characters

This commit is contained in:
Kenneth John Odle 2023-11-01 13:45:56 -04:00
parent c9b188c323
commit 1da1ce9160

View File

@ -530,6 +530,35 @@ You dont know about me without you have read a book by the name of \textit{Th
\section{Horizontal Space}
\subsection{Single Horizontal Spaces}
Spacing commands can be found in math mode, but most of the ones in the table below can be used in text mode if you load the \texttt{amsmath} package.
\begin{longtblr}
[
caption = {Horizontal Spacing Characters},
label = {tb:horspacchar}
]{
width = {0.8\textwidth},
colspec = { X[3,l] X[1,c] X[1,c] },
hlines = {0.75pt,solid},
vline{1,4} = {0.75pt,solid},
rows = {5mm, m, rowsep=1.5pt},
rowhead = 1
}
Description & Code & Example \\
No separation & & OO \\
Thick space & \Verb+\;+ & O\;O \\
Medium space & \Verb+\:+ & O\:O \\
Thin space (a kern) & \Verb+\,+ & O\,O \\
Negative thin space & \Verb+\!+ & O\!O \\
Quad & \Verb+$\quad$+ & O$\quad$O \\
Qquad & \Verb+$\qquad$+ & O$\qquad$O \\
\end{longtblr}
\subsection{\texttt{hspace}}
\section{Phantoms}