summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-10-07 21:04:41 +0000
committerKarl Berry <karl@freefriends.org>2022-10-07 21:04:41 +0000
commit2a7d65f3f587bbc5ef7e8a62420b28f97b9e156a (patch)
tree0212ca218cb893847bf76e54a197a0785c929524
parenta8d7dc82e017f44a1e446e290ad58ff1ea8ccfd9 (diff)
latex-for-undergraduates (7oct22)
git-svn-id: svn://tug.org/texlive/trunk@64647 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/latex-for-undergraduates/LaTeX_for_Undergraduates.pdfbin1744790 -> 1742177 bytes
-rw-r--r--Master/texmf-dist/doc/latex/latex-for-undergraduates/LaTeX_for_Undergraduates.tex19
-rw-r--r--Master/texmf-dist/doc/latex/latex-for-undergraduates/README.md4
-rw-r--r--Master/texmf-dist/doc/latex/latex-for-undergraduates/alounsburymacros-doc.pdfbin210116 -> 210110 bytes
-rw-r--r--Master/texmf-dist/doc/latex/latex-for-undergraduates/alounsburymacros-doc.tex4
-rw-r--r--Master/texmf-dist/doc/latex/latex-for-undergraduates/alounsburymacros.sty4
6 files changed, 7 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-for-undergraduates/LaTeX_for_Undergraduates.pdf b/Master/texmf-dist/doc/latex/latex-for-undergraduates/LaTeX_for_Undergraduates.pdf
index 05886453472..905c03c1063 100644
--- a/Master/texmf-dist/doc/latex/latex-for-undergraduates/LaTeX_for_Undergraduates.pdf
+++ b/Master/texmf-dist/doc/latex/latex-for-undergraduates/LaTeX_for_Undergraduates.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/latex-for-undergraduates/LaTeX_for_Undergraduates.tex b/Master/texmf-dist/doc/latex/latex-for-undergraduates/LaTeX_for_Undergraduates.tex
index eaad3e62b23..7ef4473b819 100644
--- a/Master/texmf-dist/doc/latex/latex-for-undergraduates/LaTeX_for_Undergraduates.tex
+++ b/Master/texmf-dist/doc/latex/latex-for-undergraduates/LaTeX_for_Undergraduates.tex
@@ -33,7 +33,7 @@
}
}
\author{Andrew Lounsbury}
- \date{March 6, 2022}
+ \date{October 6, 2022}
\maketitle
\vspace{1.5in}
@@ -793,21 +793,4 @@ end FOR
RETURN num
\end{Verbatim}
However, there are better options from other packages shown \href{https://en.wikibooks.org/wiki/LaTeX/Algorithms}{here} and \href{https://en.wikibooks.org/wiki/LaTeX/Source_Code_Listings}{here}.
-
-\subsection{Poetry in \LaTeX} \label{subsec:poetry}
-The \href{https://ctan.org/pkg/verse}{\texttt{verse}} package allows us to typeset poetry in \LaTeX.
-\poemtitle*{yep} % * prevents this from being in the table of contents
- \settowidth{\versewidth}{stanza 1}
- \begin{verse}[\versewidth]
- stanza 1, \\
- a few words, \\
- some new \\
- lines
-
- stanza 2 \\
- a few more, \\
- assonance almost \\
- rhymes
- \end{verse}
- \attrib{Andrew Lounsbury \\ April 28, 2021}
\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/latex-for-undergraduates/README.md b/Master/texmf-dist/doc/latex/latex-for-undergraduates/README.md
index 0d6ae6b6b6d..145aec65384 100644
--- a/Master/texmf-dist/doc/latex/latex-for-undergraduates/README.md
+++ b/Master/texmf-dist/doc/latex/latex-for-undergraduates/README.md
@@ -1,7 +1,7 @@
# LaTeX for Undergraduates
## Author: Andrew Lounsbury, alounsbury8@gmail.com
-## Version 1.0.1
-## 2022/03/06
+## Version 1.0.2
+## 2022/10/06
## License: Public Domain
## Author's Note
diff --git a/Master/texmf-dist/doc/latex/latex-for-undergraduates/alounsburymacros-doc.pdf b/Master/texmf-dist/doc/latex/latex-for-undergraduates/alounsburymacros-doc.pdf
index 007db2b2802..2542149a6d8 100644
--- a/Master/texmf-dist/doc/latex/latex-for-undergraduates/alounsburymacros-doc.pdf
+++ b/Master/texmf-dist/doc/latex/latex-for-undergraduates/alounsburymacros-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/latex-for-undergraduates/alounsburymacros-doc.tex b/Master/texmf-dist/doc/latex/latex-for-undergraduates/alounsburymacros-doc.tex
index 85aa2d32d0c..6c98909bcb5 100644
--- a/Master/texmf-dist/doc/latex/latex-for-undergraduates/alounsburymacros-doc.tex
+++ b/Master/texmf-dist/doc/latex/latex-for-undergraduates/alounsburymacros-doc.tex
@@ -11,7 +11,7 @@
\begin{document}
\title{The \texttt{alounsburymacros} package}
- \author{1.0.1 \ 2022/03/06}
+ \author{1.0.2 \ 2022/10/06}
\date{Andrew Lounsbury}
\maketitle
@@ -22,7 +22,7 @@
If you're reading this, you're presumably an undergraduate student who might be interested in using \LaTeX. In general, I think the best way to start using \LaTeX\ and then form a habit of it is to start early and to learn things little by little. \p
That being said, one of the most useful things you can do is to write commands that make things easier. I would recommend accumulating these commands in one file (package) as you go along, similarly to what I've done here with \texttt{alounsburymacros}.
\begin{example*}
- In Advanced Calculus, I found that I was having to type $\mathscr{R}(\alpha)$ (\texttt{\textbackslash mathscr\{R\}(\textbackslash alpha)}) over and over again. So, I wrote the command
+ In Real Analysis, I found that I was having to type $\mathscr{R}(\alpha)$ (\texttt{\textbackslash mathscr\{R\}(\textbackslash alpha)}) over and over again. So, I wrote the command
\begin{verbatim}
\newcommand{\ara}{\mathscr{R}(\alpha)}
\end{verbatim}
diff --git a/Master/texmf-dist/doc/latex/latex-for-undergraduates/alounsburymacros.sty b/Master/texmf-dist/doc/latex/latex-for-undergraduates/alounsburymacros.sty
index 495c38efa0b..e9b6dd0a92d 100644
--- a/Master/texmf-dist/doc/latex/latex-for-undergraduates/alounsburymacros.sty
+++ b/Master/texmf-dist/doc/latex/latex-for-undergraduates/alounsburymacros.sty
@@ -1,4 +1,4 @@
-% alounsburymacros.sty 1.0.1 2022/03/06
+% alounsburymacros.sty 1.0.2 2022/10/06
% Andrew Lounsbury
% This file was not generated from source code.
@@ -6,7 +6,7 @@
% Marking this file as a package
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{alounsburymacros}[2022/03/06 1.0.1 miscellaneous commands]
+\ProvidesPackage{alounsburymacros}[2022/10/06 1.0.2 miscellaneous commands]
% This allows commands that use things from these packages to work even if we
% haven't put them in \usepackage{} in the preamble.