From 1da1ce916068b9abc2edbda7c932140d0cd7883f Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Wed, 1 Nov 2023 13:45:56 -0400 Subject: [PATCH] Added section on horizontal spacing characters --- lbol.tex | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/lbol.tex b/lbol.tex index 914c0bb..9bbadcf 100644 --- a/lbol.tex +++ b/lbol.tex @@ -530,6 +530,35 @@ You don’t 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}