Skip to content

Commit 1442d0a

Browse files
committed
ready for updated run
1 parent b38205f commit 1442d0a

File tree

7 files changed

+85
-13
lines changed

7 files changed

+85
-13
lines changed

Calculus.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
lang = en,
77
pdfversion = 1.7,
88
pdfstandard = ua-1,
9+
% pdfversion = 2.0,
10+
% pdfstandard = ua-2,
911
testphase = latest
1012
}
1113
\documentclass[10pt]{book}

apexNotes.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ Instead of “Note: these are the same functions as in Exercises ##—##”, sho
6262
13.5: Multi-v chain rule: Example 1 rewrites dz/dt as only a function of the independent variable t. Examples 2 through 5 leave dz/dt as functions of the independent and intermediate variables. Exercises 19-22 do this as well.
6363

6464

65-
Bismarck State: katrina.eberhart@bismarckstate.edu
66-
6765

6866
html could do:
6967
Pretext(MBX) conversion?
@@ -99,7 +97,6 @@ Should the notebook be distributed with the text? Eventually. CC-BY-NC, same a
9997

10098
My to do:
10199
ragged bottom?
102-
pdfsizeopt to python 3? or just get it working again?
103100
tocbibind ?
104101
check units in center of mass calculations
105102
rearrange text/ to have chapter subfolders? and exercise and figure???

headers/Header_Calculus.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,14 +328,14 @@
328328
\newcommand*{\mnote@pex}[3]{%
329329
\marginalia[ysep page bottom=.7in]{%[yshift=#2]
330330
% \marginnote{%
331-
\begin{minipage}[t]{\marginparwidth}
331+
% \begin{minipage}[t]{\marginparwidth}
332332
\captionsetup{type=figure}%
333333
% \testmargintop%
334334
% \mbox{}%\makebox[0pt]{\tikz\draw(0,0)circle(1pt);}%
335335
% \\[-\baselineskip]%
336336
#1\RaggedRight\fi#3\ifhmode\unskip\fi%
337337
% \testmarginbottom%\makebox[0pt]{\tikz\draw(0,0)circle(2pt);}
338-
\end{minipage}%
338+
% \end{minipage}%
339339
% }[#2]%
340340
}%
341341
}

headers/apex_style.sty

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
% not available in LaTeXML
22
\usepackage{pst-fun} % for psBill in 4.1#13, 7.2#31
33
\usepackage[aux]{rerunfilecheck}
4-
\usepackage{headers/table-header-scope}
4+
\usepackage{headers/table-header-scope} % helps with PAC,
5+
% but PAC also doesn't like https://github.com/pgf-tikz/pgfplots/issues/507
56

67

78
%\usepackage[h]{esvect} % helps with typesetting vectors % causes problems with tagging

lab/contrast/contrast.tex

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
% !TEX program = LuaLaTeX
2+
\DocumentMetadata{testphase=latest,lang=en,pdfversion=2.0,pdfstandard=ua-2}
3+
%\DocumentMetadata{testphase=latest,lang=en,pdfversion=1.7,pdfstandard=ua-1}
4+
\tagpdfsetup{math/alt/use = true}
5+
\documentclass{article}
6+
\usepackage{xcolor}
7+
\usepackage{hyperref}
8+
\definecolor{preundgreen}{RGB}{0,158,68}
9+
\definecolor{myundgreen}{RGB}{0,137,59}
10+
\definecolor{preundorange}{RGB}{255,103,31}
11+
\definecolor{myundorange}{RGB}{198,80,24}
12+
\title{Title}
13+
\begin{document}
14+
15+
{\color{white}
16+
\colorbox{myundgreen}{Hello \qquad \Huge Hello}}\par
17+
\textcolor{myundorange}{22 Hello \qquad \Huge Hello}\par
18+
%\textcolor{preundorange}{0 Hello \qquad \Huge Hello}\par
19+
%\textcolor{preundorange!95!black}{5 Hello \qquad \Huge Hello}\par
20+
%\textcolor{preundorange!90!black}{10 Hello \qquad \Huge Hello}\par
21+
%\textcolor{preundorange!85!black}{15 Hello \qquad \Huge Hello}\par
22+
%\textcolor{preundorange!80!black}{20 Hello \qquad \Huge Hello}\par
23+
%\textcolor{preundorange!79!black}{21 Hello \qquad \Huge Hello}\par
24+
%\textcolor{preundorange!78!black}{22 Hello \qquad \Huge Hello}\par
25+
%\textcolor{preundorange!77!black}{23 Hello \qquad \Huge Hello}\par
26+
%\textcolor{preundorange!76!black}{24 Hello \qquad \Huge Hello}\par
27+
%\textcolor{preundorange!75!black}{25 Hello \qquad \Huge Hello}\par
28+
29+
%\extractcolorspec{preundgreen!87!black}\myundgreen\myundgreen
30+
31+
\end{document}

standalone.tex

Lines changed: 46 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
%\usetwoDgraphics
1919
\usethreeDgraphics
2020

21+
%\title{Title}
2122
\begin{document}
2223

2324
%\chapter{First}
@@ -30,25 +31,64 @@
3031

3132
\mainmatter
3233

34+
% \marginalia[ysep page bottom=.7in]{%[yshift=#2]
35+
%% \marginnote{%
36+
%% \begin{minipage}[t]{\marginparwidth}
37+
% \captionsetup{type=figure}%
38+
%% \testmargintop%
39+
%% \mbox{}%\makebox[0pt]{\tikz\draw(0,0)circle(1pt);}%
40+
%% \\[-\baselineskip]%
41+
% \centering\small content%\captionsetup{type=figure}%
42+
% \caption{Rotating a teardrop shape about the $x$-axis in Example.}\label{fig:parcalc8c}%
43+
%% \ifhmode\unskip\fi%
44+
%% \testmarginbottom%\makebox[0pt]{\tikz\draw(0,0)circle(2pt);}
45+
%% \end{minipage}%
46+
%% }[#2]%
47+
% }%
48+
%
49+
% \marginalia[ysep page bottom=.7in]{%[yshift=#2]
50+
%% \marginnote{%
51+
% \begin{minipage}[t]{\marginparwidth}
52+
% \captionsetup{type=figure}%
53+
%% \testmargintop%
54+
%% \mbox{}%\makebox[0pt]{\tikz\draw(0,0)circle(1pt);}%
55+
%% \\[-\baselineskip]%
56+
% \centering\small content%\captionsetup{type=figure}%
57+
% \caption{Rotating a teardrop shape about the $x$-axis in Example.}\label{fig:parcalc8b}%
58+
% \ifhmode\unskip\fi%
59+
%% \testmarginbottom%\makebox[0pt]{\tikz\draw(0,0)circle(2pt);}
60+
% \end{minipage}%
61+
%% }[#2]%
62+
% }%
63+
%
64+
%% \mnote@pex{\iffalse}{0ex}{%
65+
%% \centering\small content%\captionsetup{type=figure}%
66+
%% \caption{Rotating a teardrop shape about the $x$-axis in Example.}\label{fig:parcalc8b}%
67+
%% }%
68+
%
69+
%%\mtable{Rotating a teardrop shape about the $x$-axis in Example.}{fig:parcalc8}{content}
70+
%
71+
%\end{document}
72+
3373
\setcounter{chapter}{10}
3474

3575
\setcounter{section}{2}
3676

3777
\input{text/09_Parametric_Calculus.tex}
38-
\input{text/09_Polar_Intro.tex}
78+
%\input{text/09_Polar_Intro.tex}
3979

4080
%\printexercises{exercises/11-03-exercises}
4181

42-
%%\printexercises{standalone_exercises}
82+
%\printexercises{standalone_exercises}
4383

4484
\appendix
4585

4686
\printsolutions{Standalone Solutions To All Problems}
4787

48-
%\printindex
88+
\printindex
4989

50-
%\backmatter
51-
%
52-
%\input{text/Inside_Cover_Of_The_Text_Material_Complete}
90+
\backmatter
91+
92+
\input{text/Inside_Cover_Of_The_Text_Material_Complete}
5393

5494
\end{document}

text/title_page.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131

3232
\vspace{\stretch{4}}%
3333

34-
{\small Revised \monthYear\forwhom}
34+
{\small Revised July 2025\forwhom}
35+
%{\small Revised \monthYear\forwhom}
3536

3637
\end{flushright}
3738
\normalsize

0 commit comments

Comments
 (0)