Skip to content

Commit 5dee797

Browse files
committed
Latest build deployed.
1 parent 4a37b7f commit 5dee797

File tree

217 files changed

+6532
-1437
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+6532
-1437
lines changed

ArghLTeeSvc.html

Lines changed: 75 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@
66
<!--* *-->
77
<!--********************************************-->
88
<html lang="en-US" dir="ltr">
9+
<!--******************************************-->
10+
<!--* Authored with PreTeXt *-->
11+
<!--* pretextbook.org *-->
12+
<!--* Theme: crc-legacy *-->
13+
<!--* Palette: *-->
14+
<!--******************************************-->
915
<head xmlns:og="http://ogp.me/ns#" xmlns:book="https://ogp.me/ns/book#">
1016
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
1117
<title></title>
12-
<meta name="Keywords" content="Authored in PreTeXt">
13-
<meta property="og:type" content="book">
14-
<meta property="book:title" content="Using eBooks with Runestone Academy">
15-
<meta property="book:author" content="Brad Miller, PhD.
16-
Professor Emeritus Luther College">
17-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
18-
<script src="_static/pretext/js/lib/jquery.min.js"></script><script src="_static/pretext/js/lib/jquery.sticky.js"></script><script src="_static/pretext/js/lib/jquery.espy.min.js"></script><script src="_static/pretext/js/pretext.js"></script><script src="_static/pretext/js/pretext_add_on.js?x=1"></script><script src="_static/pretext/js/user_preferences.js"></script><script src="_static/pretext/js/lib/knowl.js"></script><!--knowl.js code controls Sage Cells within knowls--><script>sagecellEvalName='Evaluate (Sage)';
19-
</script><link rel="preconnect" href="https://fonts.googleapis.com">
18+
<link rel="preconnect" href="https://fonts.googleapis.com">
2019
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
2120
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0">
2221
<link href="https://fonts.cdnfonts.com/css/dejavu-serif" rel="stylesheet">
@@ -25,7 +24,68 @@
2524
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&amp;" rel="stylesheet">
2625
<link href="_static/pretext/css/theme.css" rel="stylesheet" type="text/css">
2726
<link href="_static/pretext/css/ol-markers.css" rel="stylesheet" type="text/css">
28-
<!--** eBookCongig is necessary to configure interactive **-->
27+
<script>
28+
var runestoneMathReady = new Promise((resolve) => window.rsMathReady = resolve);
29+
window.MathJax = {
30+
"tex": {
31+
"inlineMath": [
32+
[
33+
"\\(",
34+
"\\)"
35+
]
36+
],
37+
"tags": "none",
38+
"tagSide": "right",
39+
"tagIndent": ".8em",
40+
"packages": {
41+
"[+]": [
42+
"base",
43+
"extpfeil",
44+
"ams",
45+
"amscd",
46+
"color",
47+
"newcommand",
48+
"knowl"
49+
]
50+
}
51+
},
52+
"options": {
53+
"ignoreHtmlClass": "tex2jax_ignore|ignore-math",
54+
"processHtmlClass": "process-math"
55+
},
56+
"chtml": {
57+
"scale": 0.98,
58+
"mtextInheritFont": true
59+
},
60+
"loader": {
61+
"load": [
62+
"input/asciimath",
63+
"[tex]/extpfeil",
64+
"[tex]/amscd",
65+
"[tex]/color",
66+
"[tex]/newcommand",
67+
"[pretext]/mathjaxknowl3.js"
68+
],
69+
"paths": {
70+
"pretext": "_static/pretext/js/lib"
71+
}
72+
},
73+
"startup": {
74+
pageReady() {
75+
return MathJax.startup.defaultPageReady().then(function () {
76+
console.log("in ready function");
77+
rsMathReady();
78+
}
79+
)}
80+
}
81+
};
82+
</script><script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script><meta name="Keywords" content="Authored in PreTeXt">
83+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
84+
<meta property="og:type" content="book">
85+
<meta property="book:title" content="Using eBooks with Runestone Academy">
86+
<meta property="book:author" content="Brad Miller, PhD.
87+
Professor Emeritus Luther College">
88+
<script src="_static/pretext/js/lib/jquery.min.js"></script><script src="_static/pretext/js/lib/jquery.sticky.js"></script><script src="_static/pretext/js/lib/jquery.espy.min.js"></script><script src="_static/pretext/js/pretext.js"></script><script src="_static/pretext/js/pretext_add_on.js?x=1"></script><script src="_static/pretext/js/user_preferences.js"></script><!--** eBookCongig is necessary to configure interactive **-->
2989
<!--** Runestone components to run locally in reader's browser **-->
3090
<!--** No external communication: **-->
3191
<!--** log level is 0, Runestone Services are disabled **-->
@@ -47,15 +107,17 @@
47107
eBookConfig.enableScratchAC = false;
48108
eBookConfig.build_info = "";
49109
eBookConfig.python3 = null;
50-
eBookConfig.runestone_version = '7.5.10';
110+
eBookConfig.runestone_version = '7.8.3';
51111
eBookConfig.jobehost = '';
52112
eBookConfig.proxyuri_runs = '';
53113
eBookConfig.proxyuri_files = '';
54114
eBookConfig.enable_chatcodes = false;
55115
</script>
56116
<!--*** Runestone Services ***-->
57-
<script src="_static/prefix-runtime.c2d04816128ebb44.bundle.js"></script><script src="_static/prefix-723.3e6434f80549315a.bundle.js"></script><script src="_static/prefix-runestone.f6bda0c0ccce4835.bundle.js"></script><link rel="stylesheet" type="text/css" href="_static/prefix-723.3bccd435914aa0ff.css">
58-
<link rel="stylesheet" type="text/css" href="_static/prefix-runestone.e0c6d4592e23c667.css">
117+
<script src="_static/prefix-runtime.8e4157bd77a28b29.bundle.js"></script><script src="_static/prefix-723.3e6434f80549315a.bundle.js"></script><script src="_static/prefix-runestone.2e7f40e86ae7d163.bundle.js"></script><link rel="stylesheet" type="text/css" href="_static/prefix-723.3bccd435914aa0ff.css">
118+
<link rel="stylesheet" type="text/css" href="_static/prefix-runestone.5bdeacdba067a0e3.css">
119+
<script src="_static/pretext/js/lib/knowl.js"></script><!--knowl.js code controls Sage Cells within knowls--><script>sagecellEvalName='Evaluate (Sage)';
120+
</script>
59121
</head>
60122
<body id="instructorguide" class="pretext book ignore-math">
61123
<a class="assistive" href="#ptx-content">Skip to main content</a><nav id="ptx-navbar" class="ptx-navbar navbar"><div class="ptx-navbar-contents">
@@ -80,7 +142,7 @@ <h2 class="search-results-heading">Search Results: </h2>
80142
\)</span></div>
81143
<header id="ptx-masthead" class="ptx-masthead"><div class="ptx-banner">
82144
<a id="logo-link" class="logo-link" target="_blank" href="https://runestone.academy"><img src="external/RAIcon.png" alt="Logo image"></a><div class="title-container">
83-
<h1 class="heading"><a href="InstructorGuide.html"><span class="title">Using eBooks with Runestone Academy:</span> <span class="subtitle">The PreTeXt Interactive Edition</span></a></h1>
145+
<h1 class="heading"><a href="InstructorGuide.html"><span class="title">Using eBooks with Runestone Academy</span> <span class="subtitle">The PreTeXt Interactive Edition</span></a></h1>
84146
<p class="byline">Brad Miller, PhD. Professor Emeritus Luther College</p>
85147
</div>
86148
</div></header><div class="ptx-page"><main class="ptx-main"><div id="ptx-content" class="ptx-content" style="max-width: 1600px">

InstructorGuide-12-1.html

Lines changed: 34 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,24 @@
66
<!--* *-->
77
<!--********************************************-->
88
<html lang="en-US" dir="ltr" data-legacy-colorscheme="blue_red">
9+
<!--******************************************-->
10+
<!--* Authored with PreTeXt *-->
11+
<!--* pretextbook.org *-->
12+
<!--* Theme: crc-legacy *-->
13+
<!--* Palette: *-->
14+
<!--******************************************-->
915
<head xmlns:og="http://ogp.me/ns#" xmlns:book="https://ogp.me/ns/book#">
1016
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
1117
<title>Index</title>
12-
<meta name="Keywords" content="Authored in PreTeXt">
13-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
14-
<meta property="og:type" content="book">
15-
<meta property="book:title" content="Using eBooks with Runestone Academy">
16-
<meta property="book:author" content="Brad Miller, PhD.
17-
Professor Emeritus Luther College">
18+
<link rel="preconnect" href="https://fonts.googleapis.com">
19+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
20+
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0">
21+
<link href="https://fonts.cdnfonts.com/css/dejavu-serif" rel="stylesheet">
22+
<link href="https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap" rel="stylesheet">
23+
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wdth,[email protected],300..800&amp;display=swap" rel="stylesheet">
24+
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&amp;" rel="stylesheet">
25+
<link href="_static/pretext/css/theme.css" rel="stylesheet" type="text/css">
26+
<link href="_static/pretext/css/ol-markers.css" rel="stylesheet" type="text/css">
1827
<script>
1928
var runestoneMathReady = new Promise((resolve) => window.rsMathReady = resolve);
2029
window.MathJax = {
@@ -70,20 +79,13 @@
7079
)}
7180
}
7281
};
73-
</script><script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/components/prism-core.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/plugins/autoloader/prism-autoloader.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/plugins/line-numbers/prism-line-numbers.min.js" integrity="sha512-dubtf8xMHSQlExGRQ5R7toxHLgSDZ0K7AunqPWHXmJQ8XyVIG19S1T95gBxlAeGOK02P4Da2RTnQz0Za0H0ebQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/plugins/line-highlight/prism-line-highlight.min.js" integrity="sha512-93uCmm0q+qO5Lb1huDqr7tywS8A2TFA+1/WHvyiWaK6/pvsFl6USnILagntBx8JnVbQH5s3n0vQZY6xNthNfKA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script><link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/themes/prism.css" rel="stylesheet">
74-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/plugins/line-numbers/prism-line-numbers.min.css" integrity="sha512-cbQXwDFK7lj2Fqfkuxbo5iD1dSbLlJGXGpfTDqbggqjHJeyzx88I3rfwjS38WJag/ihH7lzuGlGHpDBymLirZQ==" crossorigin="anonymous" referrerpolicy="no-referrer">
75-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/plugins/line-highlight/prism-line-highlight.min.css" integrity="sha512-nXlJLUeqPMp1Q3+Bd8Qds8tXeRVQscMscwysJm821C++9w6WtsFbJjPenZ8cQVMXyqSAismveQJc0C1splFDCA==" crossorigin="anonymous" referrerpolicy="no-referrer">
76-
<script src="https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.3.9/lunr.min.js" integrity="sha512-4xUl/d6D6THrAnXAwGajXkoWaeMNwEKK4iNfq5DotEbLPAfk6FSxSP3ydNxqDgCw1c/0Z1Jg6L8h2j+++9BZmg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script><script src="lunr-pretext-search-index.js" async=""></script><script src="_static/pretext/js/pretext_search.js"></script><script src="_static/pretext/js/lib/jquery.min.js"></script><script src="_static/pretext/js/lib/jquery.sticky.js"></script><script src="_static/pretext/js/lib/jquery.espy.min.js"></script><script src="_static/pretext/js/pretext.js"></script><script src="_static/pretext/js/pretext_add_on.js?x=1"></script><script src="_static/pretext/js/user_preferences.js"></script><script src="_static/pretext/js/lib/knowl.js"></script><!--knowl.js code controls Sage Cells within knowls--><script>sagecellEvalName='Evaluate (Sage)';
77-
</script><link rel="preconnect" href="https://fonts.googleapis.com">
78-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
79-
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0">
80-
<link href="https://fonts.cdnfonts.com/css/dejavu-serif" rel="stylesheet">
81-
<link href="https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap" rel="stylesheet">
82-
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wdth,[email protected],300..800&amp;display=swap" rel="stylesheet">
83-
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&amp;" rel="stylesheet">
84-
<link href="_static/pretext/css/theme.css" rel="stylesheet" type="text/css">
85-
<link href="_static/pretext/css/ol-markers.css" rel="stylesheet" type="text/css">
86-
<!--** eBookCongig is necessary to configure interactive **-->
82+
</script><script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script><meta name="Keywords" content="Authored in PreTeXt">
83+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
84+
<meta property="og:type" content="book">
85+
<meta property="book:title" content="Using eBooks with Runestone Academy">
86+
<meta property="book:author" content="Brad Miller, PhD.
87+
Professor Emeritus Luther College">
88+
<script src="_static/pretext/js/lib/jquery.min.js"></script><script src="_static/pretext/js/lib/jquery.sticky.js"></script><script src="_static/pretext/js/lib/jquery.espy.min.js"></script><script src="_static/pretext/js/pretext.js"></script><script src="_static/pretext/js/pretext_add_on.js?x=1"></script><script src="_static/pretext/js/user_preferences.js"></script><!--** eBookCongig is necessary to configure interactive **-->
8789
<!--** Runestone components to run locally in reader's browser **-->
8890
<!--** No external communication: **-->
8991
<!--** log level is 0, Runestone Services are disabled **-->
@@ -105,20 +107,25 @@
105107
eBookConfig.enableScratchAC = false;
106108
eBookConfig.build_info = "";
107109
eBookConfig.python3 = null;
108-
eBookConfig.runestone_version = '7.5.10';
110+
eBookConfig.runestone_version = '7.8.3';
109111
eBookConfig.jobehost = '';
110112
eBookConfig.proxyuri_runs = '';
111113
eBookConfig.proxyuri_files = '';
112114
eBookConfig.enable_chatcodes = false;
113115
</script>
114116
<!--*** Runestone Services ***-->
115-
<script src="_static/prefix-runtime.c2d04816128ebb44.bundle.js"></script><script src="_static/prefix-723.3e6434f80549315a.bundle.js"></script><script src="_static/prefix-runestone.f6bda0c0ccce4835.bundle.js"></script><link rel="stylesheet" type="text/css" href="_static/prefix-723.3bccd435914aa0ff.css">
116-
<link rel="stylesheet" type="text/css" href="_static/prefix-runestone.e0c6d4592e23c667.css">
117+
<script src="_static/prefix-runtime.8e4157bd77a28b29.bundle.js"></script><script src="_static/prefix-723.3e6434f80549315a.bundle.js"></script><script src="_static/prefix-runestone.2e7f40e86ae7d163.bundle.js"></script><link rel="stylesheet" type="text/css" href="_static/prefix-723.3bccd435914aa0ff.css">
118+
<link rel="stylesheet" type="text/css" href="_static/prefix-runestone.5bdeacdba067a0e3.css">
119+
<script src="_static/pretext/js/lti_iframe_resizer.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/components/prism-core.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/plugins/autoloader/prism-autoloader.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/plugins/line-numbers/prism-line-numbers.min.js" integrity="sha512-dubtf8xMHSQlExGRQ5R7toxHLgSDZ0K7AunqPWHXmJQ8XyVIG19S1T95gBxlAeGOK02P4Da2RTnQz0Za0H0ebQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/plugins/line-highlight/prism-line-highlight.min.js" integrity="sha512-93uCmm0q+qO5Lb1huDqr7tywS8A2TFA+1/WHvyiWaK6/pvsFl6USnILagntBx8JnVbQH5s3n0vQZY6xNthNfKA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script><link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/themes/prism.css" rel="stylesheet">
120+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/plugins/line-numbers/prism-line-numbers.min.css" integrity="sha512-cbQXwDFK7lj2Fqfkuxbo5iD1dSbLlJGXGpfTDqbggqjHJeyzx88I3rfwjS38WJag/ihH7lzuGlGHpDBymLirZQ==" crossorigin="anonymous" referrerpolicy="no-referrer">
121+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/plugins/line-highlight/prism-line-highlight.min.css" integrity="sha512-nXlJLUeqPMp1Q3+Bd8Qds8tXeRVQscMscwysJm821C++9w6WtsFbJjPenZ8cQVMXyqSAismveQJc0C1splFDCA==" crossorigin="anonymous" referrerpolicy="no-referrer">
122+
<script src="https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.3.9/lunr.min.js" integrity="sha512-4xUl/d6D6THrAnXAwGajXkoWaeMNwEKK4iNfq5DotEbLPAfk6FSxSP3ydNxqDgCw1c/0Z1Jg6L8h2j+++9BZmg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script><script src="lunr-pretext-search-index.js" async=""></script><script src="_static/pretext/js/pretext_search.js"></script><script src="_static/pretext/js/lib/knowl.js"></script><!--knowl.js code controls Sage Cells within knowls--><script>sagecellEvalName='Evaluate (Sage)';
123+
</script>
117124
</head>
118125
<body id="instructorguide" class="pretext book ignore-math">
119126
<a class="assistive" href="#ptx-content">Skip to main content</a><header id="ptx-masthead" class="ptx-masthead"><div class="ptx-banner">
120127
<a id="logo-link" class="logo-link" target="_blank" href="https://runestone.academy"><img src="external/RAIcon.png" alt="Logo image"></a><div class="title-container">
121-
<h1 class="heading"><a href="InstructorGuide.html"><span class="title">Using eBooks with Runestone Academy:</span> <span class="subtitle">The PreTeXt Interactive Edition</span></a></h1>
128+
<h1 class="heading"><a href="InstructorGuide.html"><span class="title">Using eBooks with Runestone Academy</span> <span class="subtitle">The PreTeXt Interactive Edition</span></a></h1>
122129
<p class="byline">Brad Miller, PhD. Professor Emeritus Luther College</p>
123130
</div>
124131
</div></header><nav id="ptx-navbar" class="ptx-navbar navbar"><div class="ptx-navbar-contents">
@@ -394,8 +401,9 @@ <h2 class="search-results-heading">Search Results: </h2>
394401
</ul></nav></div>
395402
<main class="ptx-main"><div id="ptx-content" class="ptx-content"><section class="index" id="InstructorGuide-12-1"><h2 class="heading hide-type">
396403
<span class="type">Index</span><span class="space"> </span><span class="codenumber"></span><span class="space"> </span><span class="title">Index</span>
397-
</h2></section></div>
398-
<div class="ptx-content-footer">
404+
</h2>
405+
<div class="autopermalink" data-description="Index"><a href="#InstructorGuide-12-1" title="Copy heading and permalink for Index">🔗</a></div></section></div>
406+
<div id="ptx-content-footer" class="ptx-content-footer">
399407
<a class="previous-button button" href="InstructorGuide-12.html" title="Previous"><span class="icon material-symbols-outlined" aria-hidden="true">&#xe5cb;</span><span class="name">Prev</span></a><a class="top-button button" href="#" title="Top"><span class="icon material-symbols-outlined" aria-hidden="true">&#xe5ce;</span><span class="name">Top</span></a><a class="next-button button" href="welcome.html" title="Next"><span class="name">Next</span><span class="icon material-symbols-outlined" aria-hidden="true">&#xe5cc;</span></a>
400408
</div></main>
401409
</div>

0 commit comments

Comments
 (0)