diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/brandeis-problemset')
-rw-r--r-- | Master/texmf-dist/doc/latex/brandeis-problemset/README.md | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/brandeis-problemset/brandeis-problemset.pdf | bin | 64966 -> 64099 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/brandeis-problemset/brandeis-problemset.tex | 15 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/brandeis-problemset/example.pdf | bin | 43970 -> 49206 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/brandeis-problemset/example.tex | 14 |
5 files changed, 28 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/brandeis-problemset/README.md b/Master/texmf-dist/doc/latex/brandeis-problemset/README.md index 00af4ab0311..1c8c654713e 100644 --- a/Master/texmf-dist/doc/latex/brandeis-problemset/README.md +++ b/Master/texmf-dist/doc/latex/brandeis-problemset/README.md @@ -13,4 +13,4 @@ brandeis-problemset.tex | Documentation source example.tex | Example problem set example.pdf | Example problem set README.md | This file -LICENSE.txt | LPPL 1.3c +LICENSE.txt | LPPL v1.3c diff --git a/Master/texmf-dist/doc/latex/brandeis-problemset/brandeis-problemset.pdf b/Master/texmf-dist/doc/latex/brandeis-problemset/brandeis-problemset.pdf Binary files differindex f170ae06c70..bc5bcfa7cc1 100644 --- a/Master/texmf-dist/doc/latex/brandeis-problemset/brandeis-problemset.pdf +++ b/Master/texmf-dist/doc/latex/brandeis-problemset/brandeis-problemset.pdf diff --git a/Master/texmf-dist/doc/latex/brandeis-problemset/brandeis-problemset.tex b/Master/texmf-dist/doc/latex/brandeis-problemset/brandeis-problemset.tex index 78359d38a0e..433dfb83c5a 100644 --- a/Master/texmf-dist/doc/latex/brandeis-problemset/brandeis-problemset.tex +++ b/Master/texmf-dist/doc/latex/brandeis-problemset/brandeis-problemset.tex @@ -21,7 +21,7 @@ \author{Rebecca Turner\thanks{Brandeis University; \email{rebeccaturner@brandeis.edu}}} \title{The \bps\ Document Class} -\date{2019/01/20} +\date{2019/02/14 0.4.4} \begin{document} \maketitle \begin{abstract} @@ -541,8 +541,19 @@ $\Rm{Foo}(a, n)$ computes $a^n$, and will run in $O(n)$ time always. \end{latexcode} \begin{changelog}[author=Rebecca Turner] +\begin{version}[v=0.4.4, date=2019-02-14] +\changed + \item Changed Times body copy font from \ctan{tex-gyre}'s Termes to + the newer \ctan{stix2-otf} (for \fontspecok) and \ctan{stix2-type1} + (for other \TeX\ engines) --- the \textsc{stix2} fonts are somewhat + unique amongst Times-likes in that they contain small caps. + + \item Redefined |\Re| to print in blackboard-bold. +\end{version} + \shortversion{v=0.4.3, date=2019-01-20, - changes={Fixed license typos, corrected documentation \textsc{pdf}.}} + changes={Fixed typos in license file, fixed distributed + documentation \extension{pdf}.}} \begin{version}[v=0.4.2, date=2019-01-19] \added diff --git a/Master/texmf-dist/doc/latex/brandeis-problemset/example.pdf b/Master/texmf-dist/doc/latex/brandeis-problemset/example.pdf Binary files differindex 92b74924a1c..4a3c0913b6f 100644 --- a/Master/texmf-dist/doc/latex/brandeis-problemset/example.pdf +++ b/Master/texmf-dist/doc/latex/brandeis-problemset/example.pdf diff --git a/Master/texmf-dist/doc/latex/brandeis-problemset/example.tex b/Master/texmf-dist/doc/latex/brandeis-problemset/example.tex index fac472c793d..820da555ef2 100644 --- a/Master/texmf-dist/doc/latex/brandeis-problemset/example.tex +++ b/Master/texmf-dist/doc/latex/brandeis-problemset/example.tex @@ -102,6 +102,20 @@ LOOP: STORE R2, @R1 ; *A = i \end{enumerate} \end{problem} +An example equation which defines $e$: +\begin{equation} + \exists! e \in \Re \left(\int_1^e \frac{1}{t} dt = 1\right). +\end{equation} + +The definition of the Mandelbrot set: +\begin{equation} +\begin{split} + c \in \mathbb{C},\, z_0 = 0, \\ + \lim_{n \to \infty} z_n = z_{n - 1}^2 + c \ne \infty + \implies c \in \mathcal{M} +\end{split} +\end{equation} + \begin{solution} The blue text here is a solution; it will disappear if the \Tt{solutions} class option is removed. |