From 4fc74363fedd6941382ca09ed466d4046c290348 Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Sun, 29 Oct 2023 11:49:19 -0400 Subject: [PATCH] =?UTF-8?q?Added=20explanatory=20note=20to=20=C2=ABspecial?= =?UTF-8?q?=20enviornments=C2=BB=20chapter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lbol.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lbol.tex b/lbol.tex index 7ceb7d0..dc80d15 100644 --- a/lbol.tex +++ b/lbol.tex @@ -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.