From b77a14ae07c504283c8cbdbb5167abdb6a24d387 Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Tue, 11 Jul 2023 08:46:52 -0400 Subject: [PATCH] Added section on additional help --- lbol.tex | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/lbol.tex b/lbol.tex index 07e5950..5aee62d 100644 --- a/lbol.tex +++ b/lbol.tex @@ -157,6 +157,25 @@ When (not \textit{if}) you have problems, please consult the ``Troubleshooting'' Also, if you have access to the source code so you can see how other people have done things, so much the better. (You can view the source code for this zine at \href{https://git.kjodle.net/kjodle/little-book-of-LaTeX}{\texttt{https://git.kjodle.net/kjodle/little-book-of-LaTeX}}.) +\section{Other Sources of Help} + +These are listed roughly in the order of how often I consult them. + +\begin{itemize}[noitemsep] + \item \textbf{TeX - LaTeX Stack Exchange} — \kref{https://tex.stackexchange.com/}{https://tex.stackexchange.com/} + \item \textbf{Overleaf} — Overleaf is an online \LaTeX{} editor. They have both free and paid options. They have excellent documentation at \kref{https://www.overleaf.com/learn}{https://www\\.overleaf.com/learn} and free templates at \kref{https://www.overleaf.com/latex/templates}{https://www.overleaf\\.com/latex/templates} + \item The \textbf{\LaTeX{} Community} has a helpful forum at \kref{https://latex.org/forum/}{https://latex.org/fo\\rum/} + \item \textbf{texblog — because \LaTeX{} matters} has a number of useful articles (\kref{https://texblog.org/}{https://texblog.org/}) but hasn't been updated in a while. + \item \textbf{CTAN — Comprehensive \TeX{} Archive Network} — \kref{https://ctan.org/}{https://ctan.o\\rg/} has lots of good information. This is where I go to find information about packages. + \item \textbf{LaTeX Wikibook} — \kref{https://en.wikibooks.org/wiki/LaTeX}{https://en.wikibooks.org/wiki/LaTeX} + \item \textbf{Dickimaw Books — \LaTeX{} Resources} — A website by a retired math professor with some useful information. \kref{https://www.dickimaw-books.com/latexresources.html}{https://www.dickimaw-books.com/latexresources.html} + \item \textbf{\TeX{} FAQ} — \kref{https://texfaq.org/}{https://texfaq.org/} + \item \textbf{texdoc online documentation} — The \TeX{} and \LaTeX{} documentation lookup system. \kref{https://texdoc.org/index.html}{https://texdoc.org/index.html} + \item \textbf{The Prac\TeX{} Journal} — The online journal of the Tex Users Group. No new issues since 2012. This journal does not contain as much useful information, but it does contain \textit{interesting} information. \kref{https://tug.org/pracjourn/2012-1/toc.html}{https://t\\ug.org/pracjourn/2012-1/toc.html} + \item \textbf{\textsc{TUGboat}} — The communications of the \TeX{} Users Group. Again, there is less useful information to a \LaTeX{} novice, but lots of \textit{interesting} information. \kref{https://www.tug.org/TUGboat/}{https://www.tug.org/TUGboat/} +\end{itemize} + + \chapter{\LaTeX{} Basics} \section{Files vs. Documents} @@ -597,9 +616,9 @@ You can replace the bullets with any math symbol availabe in \LaTeX{} like this: \section{Quotations} -\subsection{quote} +\subsection{\texttt{quote}} -\subsection{quotation} +\subsection{\texttt{quotation}} \subsection{Customizing Quotations with the \texttt{quoting} Package}