Typofixes and corrections throughout.

This commit is contained in:
Kenneth John Odle 2023-10-31 20:39:32 -04:00
parent 7861519c1f
commit 3ad1329911

View File

@ -414,6 +414,8 @@ It is possible to combine these. For example, to write \textit{\textsc{Italic te
\noindent{}\verb+\textit{\textsc{Italic text in Small Caps}}+
You could also use them in reverse order (small caps first then then italic text). It makes no difference in the final output.
\paragraph{Deprecated Code} — Note that in \LaTeX2e{} code such as \verb+{\it some text}+ and \verb+{\bf some text}+ are deprecated.
%\footnote{(See ~\cite{website:stexc002} and ~\cite{website:stexc003}.)}
\footnote{See \kref{https://tex.stackexchange.com/questions/41681/correct-way-to-bold-italicize-text}{https://tex.stackexchange.com/questions/41681/correct-way-to-bold-italicize-text} and \kref{https://tex.stackexchange.com/questions/516/does-it-matter-if-i-use-textit-or-it-bfseries-or-bf-etc}{https://tex.stackexchange.com/questions/516/does-it-matter-if-i-use-textit-or-it-bfs\\eries-or-bf-etc} for more information.}
@ -424,8 +426,6 @@ It is possible to combine these. For example, to write \textit{\textsc{Italic te
To set the overall size of text in your document, pass it to your \texttt{documentclass} command as an option. For most classes (\texttt{article}, \texttt{book}, \texttt{report}, \texttt{letter}, and \texttt{proc}), the default font size is 10 pt, but 11pt and 12 pt are also available.
These same classes also have \texttt{ext} versions (\texttt{extarticle}, \texttt{extbook}, and so forth). With these classes, the other available size options are 8pt, 9pt, 11pt, 12pt, 14pt, 17pt, and 20pt.
The default for the \texttt{memoir} class is 10pt, and the other available options are 9pt, 11pt, 12pt, 14pt, 17pt, 20pt, 25pt, 30pt, 36pt, 48pt, and 60pt.
The default for the the \texttt{beamer} class is 11pt, and the other available options are 8pt, 9pt, 10pt, 11pt, 12pt, 14pt, 17pt, and 20pt.
@ -434,7 +434,7 @@ You can also add the \texttt{extsizes} package, which gives you these additional
\bigskip
\noindent{}This book contains this in the preamble:
\noindent{}This book contains thisline in the preamble:
\begin{verbatim}
\documentclass[twoside, 9pt]{extreport}
@ -491,7 +491,7 @@ This text is centered.
\end{center}
\end{Verbatim}
produces this text:
\noindent{}produces this text:
\begin{center}
This text is centered.
@ -876,7 +876,7 @@ The \texttt{quote} environment is meant to be used for a short quotation, or a s
\subsection{\texttt{quotation}}
The \texttt{quotation} environment indents the first line of each paragraph, so it is meant for longer quotations of more than one paragraph.
The \texttt{quotation} environment indents the first line of each paragraph and also adds space between paragraphs, so it is meant for longer quotations of more than one paragraph.
\begin{quotation}
\item You dont know about me without you have read a book by the name of The Adventures of Tom Sawyer; but that aint no matter. That book was made by Mr. Mark Twain, and he told the truth, mainly. There was things which he stretched, but mainly he told the truth. That is nothing. I never seen anybody but lied one time or another, without it was Aunt Polly, or the widow, or maybe Mary. Aunt Polly—Toms Aunt Polly, she is—and Mary, and the Widow Douglas is all told about in that book, which is mostly a true book, with some stretchers, as I said before.
@ -886,7 +886,7 @@ The \texttt{quotation} environment indents the first line of each paragraph, so
\subsection{Customizing Quotations with the \texttt{quoting} Package}
As you can see in the above examples, the indentation is not consistent in those environments, and neither of them provide a good means of providing an attribution, which is commonly typeset as right-justified. The \texttt{quoting} package provides a number of options which are not available within the default environments of \LaTeX{}. However, it still does not provide a means of attributing the quotations. The best way may be to do it outside of whichever quotations environment you end up using.
As you can see in the above examples, the indentation is not consistent in those environments, and neither of them provide a good means of providing an attribution, which is commonly typeset as right-justified. The \texttt{quoting} package provides a number of options which are not available within the default environments of \LaTeX{}. However, it still does not provide a means of attributing the quotations. The best way may be to do it outside of whichever quotation environment you end up using.
For example, this code:
@ -900,7 +900,7 @@ For example, this code:
\item Once more unto the breach, dear friends, once more;
\end{quoting}
\begin{flushright}
—William Shakespeare, \textit{Henry V}, Act II, Scene 1
—William Shakespeare, \textit{Henry V}, Act III, Scene 1
\end{flushright}
\end{Verbatim}
@ -1198,8 +1198,8 @@ Brackets and parentheses are common in mathematical formulas, so it is natural t
rows = {5mm, m, rowsep=1.5pt}
}
\textbf{Type} & \textbf{Code} & \textbf{Example} \\
Parentheses; \newline round brackets & \Verb|(a+b)| & $(a+b)$ \\
Brackets; \newline square brackets & \Verb|[a+b]| & $[a+b]$ \\
Parentheses; round brackets & \Verb|(a+b)| & $(a+b)$ \\
Brackets; square brackets & \Verb|[a+b]| & $[a+b]$ \\
Braces; curly brackets & \Verb|\{a+b\}| & \{a+b\} \\
Angle brackets & \Verb|\langle a+b \rangle| & $\langle a+b \rangle$ \\
Pipes & \Verb:|a+b|: & $|a+b|$ \\
@ -1256,21 +1256,21 @@ You can also control the size of brackets and parentheses explicitly:
\Verb+\bigl\{ \Bigl\{ \biggl\{ \Biggl\{+ & $\bigl\{ ~\Bigl\{ ~\biggl\{ ~\Biggl\{$ \\
\Verb+\bigl \langle \Bigl \langle+ \Verb+\biggl \langle \Biggl \langle+ & $\bigl \langle ~\Bigl \langle ~\biggl \langle ~\Biggl \langle$ \\
{ \Verb+\bigl \langle+ \hspace{2mm} \Verb+\Bigl \langle+ \\ \Verb+\biggl \langle+ \hspace{2mm} \Verb+\Biggl \langle+ } & $\bigl \langle ~\Bigl \langle ~\biggl \langle ~\Biggl \langle$ \\
\Verb+\bigr \rangle \Bigr \rangle+ \Verb+\biggr \rangle \Biggr \rangle+ & $\bigr \rangle ~\Bigr \rangle ~\biggr \rangle ~\Biggr \rangle$ \\
{ \Verb+\bigr \rangle+ \hspace{2mm} \Verb+\Bigr \rangle+ \\ \Verb+\biggr \rangle+ \hspace{2mm} \Verb+\Biggr \rangle+ } & $\bigr \rangle ~\Bigr \rangle ~\biggr \rangle ~\Biggr \rangle$ \\
\Verb+\big| \Big| \bigg| \Bigg|+ & $\big| ~\Big| ~\bigg| ~\Bigg|$ \\
\Verb+\big\| \Big\| \bigg\| \Bigg\|+ & $\big\| ~\Big\| ~\bigg\| ~\Bigg\|$ \\
\Verb+\bigl \lceil \Bigl \lceil+ \Verb+\biggl \lceil \Biggl \lceil+ & $\bigl \lceil ~\Bigl \lceil ~\biggl \lceil ~\Biggl \lceil$ \\
{ \Verb+\bigl \lceil+ \hspace{2mm} \Verb+\Bigl \lceil+ \\ \Verb+\biggl \lceil+ \hspace{2mm} \Verb+\Biggl \lceil+ } & $\bigl \lceil ~\Bigl \lceil ~\biggl \lceil ~\Biggl \lceil$ \\
\Verb+\bigr \rceil \Bigr \rceil+ \Verb+\biggr \rceil \Biggr \rceil+ & $\bigr \rceil ~\Bigr \rceil ~\biggr \rceil ~\Biggr \rceil$ \\
{ \Verb+\bigr \rceil+ \hspace{2mm} \Verb+\Bigr \rceil+ \\ \Verb+\biggr \rceil+ \hspace{2mm} \Verb+\Biggr \rceil+ } & $\bigr \rceil ~\Bigr \rceil ~\biggr \rceil ~\Biggr \rceil$ \\
\Verb+\bigl \lfloor \Bigl \lfloor+ \Verb+\biggl \lfloor \Biggl \lfloor+ & $\bigl \lfloor ~\Bigl \lfloor ~\biggl \lfloor ~\Biggl \lfloor$ \\
{ \Verb+\bigl \lfloor+ \hspace{2mm} \Verb+\Bigl \lfloor+ \\ \Verb+\biggl \lfloor+ \hspace{2mm} \Verb+\Biggl \lfloor+ } & $\bigl \lfloor ~\Bigl \lfloor ~\biggl \lfloor ~\Biggl \lfloor$ \\
\Verb+\bigr \rfloor \Bigr \rfloor+ \Verb+\biggr \rfloor \Biggr \rfloor+ & $\bigr \rfloor ~\Bigr \rfloor ~\biggr \rfloor ~\Biggr \rfloor$ \\
{ \Verb+\bigr \rfloor+ \hspace{2mm} \Verb+\Bigr \rfloor+ \\ \Verb+\biggr \rfloor+ \hspace{2mm} \Verb+\Biggr \rfloor+ } & $\bigr \rfloor ~\Bigr \rfloor ~\biggr \rfloor ~\Biggr \rfloor$ \\
\end{longtblr}
@ -1278,7 +1278,7 @@ You can also control the size of brackets and parentheses explicitly:
You can use the \texttt{align} environment to typeset long equations and formulas and get them to line up nicely.
Break your lines with \verb+\\+ and use \& to show where the equations should align.
Break your lines with \verb+\\+ and use \texttt{\&} to show where the equations should align.
\begin{Verbatim}[frame=lines, numbers=left, xleftmargin=5mm, framesep=3mm, breaklines=true, label=\fbox{align Example}]
\begin{align}
@ -1764,7 +1764,7 @@ em & the width of the letter \texttt{m} in the current font \\
As you might expect, \LaTeX{} excels at typesetting symbols. Below is a \textbf{short} list of the symbols available in \LaTeX{}. Keep in mind that they may have different commands in text mode than in math mode, and that they will also appear differently in those two modes due to the different fonts those modes use.
For additional information, consult the \textit{very} extensive ``Comprehensive \LaTeX{} Symbol List'' which you can find at \kref{https://ctan.org/pkg/comprehensive?lang=en}{https://ctan.org/pkg/comprehensive?lang=en}.
For additional information, consult the \textit{very} extensive ``Comprehensive \LaTeX{} Symbol List'' which you can find at \kref{https://ctan.org/pkg/comprehensive?lang=\\en}{https://ctan.org/pkg/comprehensive?lang=en}.
\NewTblrTheme{symbols}{
\SetTblrStyle{contfoot-text}{\small}
@ -1873,11 +1873,11 @@ In general, a good question has three parts:
\item What results you are actually getting.
\end{enumerate}
\noindent{}Examples of bad question include:
\noindent{}Examples of bad questions include:
\begin{itemize}[noitemsep]
\item Questions without an MWE.
\item Saying ``it doesn't work'' but you not explaining what you were expecting and/or what results you are getting.
\item Saying ``it doesn't work'' but not explaining what you were expecting and/or what results you are getting.
\item Homework questions that are basically ``how do you do \texttt{<thing>}?'' but for which it is quite apparent that you have done no actual research yourself, much less tried to do yourself.
\item Thinly disguised complaints about how \LaTeX{} works, or the structure of the forum, or how a package is documented, etc.\footnote{To be fair, not all packages are documented equally. \LaTeX{} has contributors from all over the globe, and the package documentation which \textit{you are reading in English} may well have been written by someone for whom English is a second, third, or fourth language. Asking for \textit{clarification} about something in the documentation is perfectly fine; \textit{complaining} about it is not.}
\item Questions which could be very easily answered by simply reading the package documentation.