|
5 | 5 | <!--* https://pretextbook.org *--> |
6 | 6 | <!--* *--> |
7 | 7 | <!--********************************************--> |
8 | | -<html lang="en-US"> |
| 8 | +<html lang="en-US" dir="ltr"> |
9 | 9 | <head xmlns:og="http://ogp.me/ns#" xmlns:book="https://ogp.me/ns/book#"> |
10 | 10 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
11 | 11 | <title>Using eBooks with Runestone Academy</title> |
|
14 | 14 | <meta property="og:type" content="book"> |
15 | 15 | <meta property="book:title" content="Using eBooks with Runestone Academy"> |
16 | 16 | <meta property="book:author" content="Brad Miller, PhD. Professor Emeritus Luther College"> |
17 | | -<script>var runestoneMathReady = new Promise((resolve) => window.rsMathReady = resolve); |
| 17 | +<script> |
| 18 | +var runestoneMathReady = new Promise((resolve) => window.rsMathReady = resolve); |
18 | 19 | window.MathJax = { |
19 | | - tex: { |
20 | | - inlineMath: [['\\(','\\)']], |
21 | | - tags: "none", |
22 | | - tagSide: "right", |
23 | | - tagIndent: ".8em", |
24 | | - packages: {'[+]': ['base', 'extpfeil', 'ams', 'amscd', 'color', 'newcommand', 'knowl']} |
| 20 | + "tex": { |
| 21 | + "inlineMath": [ |
| 22 | + [ |
| 23 | + "\\(", |
| 24 | + "\\)" |
| 25 | + ] |
| 26 | + ], |
| 27 | + "tags": "none", |
| 28 | + "tagSide": "right", |
| 29 | + "tagIndent": ".8em", |
| 30 | + "packages": { |
| 31 | + "[+]": [ |
| 32 | + "base", |
| 33 | + "extpfeil", |
| 34 | + "ams", |
| 35 | + "amscd", |
| 36 | + "color", |
| 37 | + "newcommand", |
| 38 | + "knowl" |
| 39 | + ] |
| 40 | + } |
25 | 41 | }, |
26 | | - options: { |
27 | | - ignoreHtmlClass: "tex2jax_ignore|ignore-math", |
28 | | - processHtmlClass: "process-math", |
| 42 | + "options": { |
| 43 | + "ignoreHtmlClass": "tex2jax_ignore|ignore-math", |
| 44 | + "processHtmlClass": "process-math" |
29 | 45 | }, |
30 | | - chtml: { |
31 | | - scale: 0.98, |
32 | | - mtextInheritFont: true |
| 46 | + "chtml": { |
| 47 | + "scale": 0.98, |
| 48 | + "mtextInheritFont": true |
33 | 49 | }, |
34 | | - loader: { |
35 | | - load: ['input/asciimath', '[tex]/extpfeil', '[tex]/amscd', '[tex]/color', '[tex]/newcommand', '[pretext]/mathjaxknowl3.js'], |
36 | | - paths: {pretext: "https://pretextbook.org/js/lib"}, |
| 50 | + "loader": { |
| 51 | + "load": [ |
| 52 | + "input/asciimath", |
| 53 | + "[tex]/extpfeil", |
| 54 | + "[tex]/amscd", |
| 55 | + "[tex]/color", |
| 56 | + "[tex]/newcommand", |
| 57 | + "[pretext]/mathjaxknowl3.js" |
| 58 | + ], |
| 59 | + "paths": { |
| 60 | + "pretext": "https://pretextbook.org/js/lib" |
| 61 | + } |
37 | 62 | }, |
38 | | - startup: { |
| 63 | + "startup": { |
39 | 64 | pageReady() { |
40 | 65 | return MathJax.startup.defaultPageReady().then(function () { |
41 | 66 | console.log("in ready function"); |
42 | 67 | rsMathReady(); |
43 | 68 | } |
44 | 69 | )} |
45 | | - }, |
| 70 | + } |
46 | 71 | }; |
47 | 72 | </script><script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script><link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/themes/prism.css" rel="stylesheet"> |
48 | 73 | <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/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="https://pretextbook.org/js/0.3/pretext_search.js"></script><link href="https://pretextbook.org/css/0.7/pretext_search.css" rel="stylesheet" type="text/css"> |
|
85 | 110 | eBookConfig.enableScratchAC = false; |
86 | 111 | eBookConfig.build_info = ""; |
87 | 112 | eBookConfig.python3 = null; |
88 | | -eBookConfig.runestone_version = '7.0.3'; |
| 113 | +eBookConfig.runestone_version = '7.1.1'; |
89 | 114 | eBookConfig.jobehost = ''; |
90 | 115 | eBookConfig.proxyuri_runs = ''; |
91 | 116 | eBookConfig.proxyuri_files = ''; |
92 | 117 | eBookConfig.enable_chatcodes = false; |
93 | 118 | </script> |
94 | 119 | <!--*** Runestone Services ***--> |
95 | | -<script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.0.3/prefix-runtime.743dc745e5a9b334.bundle.js"></script><script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.0.3/prefix-347.193e36c07abd0197.bundle.js"></script><script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.0.3/prefix-runestone.a6d252836fb5c953.bundle.js"></script><link rel="stylesheet" type="text/css" href="https://runestone.academy/cdn/runestone/7.0.3/prefix-347.f9add1ca35d5ad93.css"> |
96 | | -<link rel="stylesheet" type="text/css" href="https://runestone.academy/cdn/runestone/7.0.3/prefix-runestone.931faef5361cf6e9.css"> |
| 120 | +<script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.1.1/prefix-runtime.6f0528865cd47dcd.bundle.js"></script><script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.1.1/prefix-347.8328b60515045466.bundle.js"></script><script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.1.1/prefix-runestone.3a5641c4e1fe869e.bundle.js"></script><link rel="stylesheet" type="text/css" href="https://runestone.academy/cdn/runestone/7.1.1/prefix-347.f9add1ca35d5ad93.css"> |
| 121 | +<link rel="stylesheet" type="text/css" href="https://runestone.academy/cdn/runestone/7.1.1/prefix-runestone.cec40a61180efd41.css"> |
97 | 122 | </head> |
98 | 123 | <body id="instructorguide" class="pretext book ignore-math"> |
99 | 124 | <a class="assistive" href="#ptx-content">Skip to main content</a><header id="ptx-masthead" class="ptx-masthead"><div class="ptx-banner"> |
@@ -309,7 +334,14 @@ <h1 class="heading"><a href="InstructorGuide.html"><span class="title">Using eBo |
309 | 334 | <li><div class="toc-item"><a href="working-with-assignments-chap.html#instructor-interface_creating-a-problem-assignment" class="internal"><span class="codenumber">6.2.3</span> <span class="title">Creating a Problem Assignment</span></a></div></li> |
310 | 335 | </ul> |
311 | 336 | </li> |
312 | | -<li><div class="toc-item"><a href="working-with-assignments-chap.html#instructor-interface_copying-assignments" class="internal"><span class="codenumber">6.3</span> <span class="title">Copying Assignments</span></a></div></li> |
| 337 | +<li> |
| 338 | +<div class="toc-item"><a href="working-with-assignments-chap.html#instructor-interface_copying-assignments" class="internal"><span class="codenumber">6.3</span> <span class="title">Copying Assignments</span></a></div> |
| 339 | +<ul class="structural"> |
| 340 | +<li><div class="toc-item"><a href="working-with-assignments-chap.html#subsection-16" class="internal"><span class="codenumber">6.3.1</span> <span class="title">Copying from your previous courses</span></a></div></li> |
| 341 | +<li><div class="toc-item"><a href="working-with-assignments-chap.html#subsection-17" class="internal"><span class="codenumber">6.3.2</span> <span class="title">Copying from a different Instructor</span></a></div></li> |
| 342 | +<li><div class="toc-item"><a href="working-with-assignments-chap.html#subsection-18" class="internal"><span class="codenumber">6.3.3</span> <span class="title">Copying a Course Pack from the Author</span></a></div></li> |
| 343 | +</ul> |
| 344 | +</li> |
313 | 345 | <li> |
314 | 346 | <div class="toc-item"><a href="working-with-assignments-chap.html#instructor-interface_exams-and-quizzes-in-runestone" class="internal"><span class="codenumber">6.4</span> <span class="title">Exams and Quizzes in Runestone</span></a></div> |
315 | 347 | <ul class="structural"> |
|
0 commit comments