Added note about starting math mode

This commit is contained in:
Kenneth John Odle 2021-11-20 18:47:24 -05:00
parent 011d544e67
commit 0ccba669ec

View File

@ -387,4 +387,8 @@ You'll also notice that there is no border spacing around the second formula. Th
I'm not going to forget about the first method, though. This could be handy if I wanted to create something (such as a business card) that is a standard size that I want to repeat, or if I want to print on a smaller, non-typical format that LaTeX doesn't have a built-in page size for. I have a few ideas where I might use this; I'll try them out and report back in a later issue.
\medskip
\noindent Also, for reasons I don't know yet, the typical way of starting and ending a math environment in LaTeX (i.e., \verb|\[...\]|. Only \verb|$...$| and \verb|\begin{math}| \verb|...\end{math}| do.
\end{document}