commit bf44b14ffc76902f5d42b631df4b1c85ae6b666e Author: Kenneth Odle Date: Tue Sep 8 18:31:41 2026 -0400 Initial commit diff --git a/user_tags.txt b/user_tags.txt new file mode 100644 index 0000000..63f235c --- /dev/null +++ b/user_tags.txt @@ -0,0 +1,51 @@ +\LaTeX{} + +\noindent{} + +\begin{Verbatim}[] +\end{Verbatim} + + +\begin{Verbatim}[frame=lines, numbers=left, xleftmargin=5mm, framesep=3mm, breaklines=true, label=\fbox{}] +\end{Verbatim} + + +@misc{website:, + title = "", + author = "", + howpublished = "\url{}", + month = "", + year = "", +} + +\begin{align}\label{} +\begin{split} +\end{split} +\end{align} + +\begin{longtblr} +[ + caption = {}, + label = {tb:}, +% theme = {custom1} +]{ + width = {\textwidth}, + colspec = { X[1,l] X[1,l] }, + hlines = {0.5pt,solid}, + vline{1,3} = {0.5pt,solid}, + rows = {5mm, m, rowsep=1.5pt}, + rowhead = 1, + cells = {font=\sffamily\fontsize{9pt}{12pt}\selectfont}, + row{1} = {font=\bfseries}, +} +cell1 & cell2 \\ +cell3 & cell4 \\ +\end{longtblr} + + +\begin{multicols}{2} +\end{multicols} + +\vspace{\baselineskip} + +\sfrac{}{} \ No newline at end of file