Added explanatory note to «special enviornments» chapter

This commit is contained in:
Kenneth John Odle 2023-10-29 11:49:19 -04:00
parent 3bda8fe9c6
commit 4fc74363fe

View File

@ -733,6 +733,8 @@ You can replace the bullets with any math symbol availabe in \LaTeX{} like this:
\chapter{Special Environments}\label{specenv}
\LaTeX{} includes a number of built-in environments which are useful out-of-the-box, but can often be improved upon by adding additional packages. In this chapter, we'll take a look at some of them, and examine how other packages extend their functionality.
\section{Code Blocks}\label{codeexp}
You have a few different options when trying to display code. For code which is not executable, you can always format it as typewriter text by wrapping it in \verb+\texttt{code}+. This will, generally, display it in a sans-serif font.