Updates to outlines chapter

This commit is contained in:
Kenneth John Odle 2024-08-08 11:49:35 -04:00
parent cdde9b661e
commit f7ad3618f1

View File

@ -719,7 +719,7 @@ and then you use the \texttt{outline} environment like this:
\2 Another sub-item
\2 A fourth sub-item
\3 A sub-sub-item
\3 Yet another sub-item
\3 Yet another sub-sub-item
\end{outline}
\end{Verbatim}
@ -733,7 +733,7 @@ which gives us this beautiful outline:
\2 Another sub-item
\2 A fourth sub-item
\3 A sub-sub-item
\3 Yet another sub-item
\3 Yet another sub-sub-item
\end{outline}
The indents in your source code are absolutely not necessary, but you can indent with tabs or spaces to help you keep visual track of things. The actual levels are controlled by the number after the backslash.
@ -751,7 +751,7 @@ You are limited to four levels of indentation. (This is a part of \LaTeX{}.\foot
\1 Second Item
\2 Another sub-item
\3 A sub-sub-item
\3 Yet another sub-item
\3 Yet another sub-sub-item
\end{outline}
\end{Verbatim}
@ -765,7 +765,7 @@ gives us this:
\1 Second Item
\2 Another sub-item
\3 A sub-sub-item
\3 Yet another sub-item
\3 Yet another sub-sub-item
\end{outline}
This also resets all the counters after that normal paragraph. I think this is fairly typical behavior for outlines, however, so I am okay with this.