-
Notifications
You must be signed in to change notification settings - Fork 0
/
issue145.html
211 lines (173 loc) · 7.93 KB
/
issue145.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!--
HTML file automatically generated from DocOnce source
(https://github.com/doconce/doconce/)
doconce format html issue145.html issue145 deck --html_slide_theme=swiss --html_slide_transition=none
-->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="DocOnce: https://github.com/doconce/doconce/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title></title>
<!-- deck.js: https://github.com/imakewebthings/deck.js -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=1024, user-scalable=no"><!-- Required stylesheet -->
<link rel="stylesheet" media="screen" href="deck.js-latest/core/deck.core.css">
<!-- Extension CSS files go here. Remove or add as needed. -->
<link rel="stylesheet" media="screen" href="deck.js-latest/extensions/goto/deck.goto.css">
<link rel="stylesheet" media="screen" href="deck.js-latest/extensions/menu/deck.menu.css">
<link rel="stylesheet" media="screen" href="deck.js-latest/extensions/navigation/deck.navigation.css">
<link rel="stylesheet" media="screen" href="deck.js-latest/extensions/status/deck.status.css">
<link rel="stylesheet" media="screen" href="deck.js-latest/extensions/scale/deck.scale.css">
<!-- Style theme. More available in /themes/style/ or create your own. -->
<link rel="stylesheet" media="screen" href="deck.js-latest/themes/style/swiss.css">
<!-- Transition theme. More available in /themes/transition/ or create your own. -->
<link rel="stylesheet" media="screen" href="">
<!-- Basic black and white print styles -->
<link rel="stylesheet" media="print" href="deck.js-latest/core/print.css">
<!-- Required Modernizr file -->
<script src="deck.js-latest/modernizr.custom.js"></script>
<style type="text/css">
/* Override h1, h2, ... styles */
h1 { font-size: 2.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h1, h2, h3, h4 { font-weight: bold; line-height: 1.2; }
body { overflow: auto; } /* vertical scrolling */
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
p.caption { width: 80%; font-size: 60%; font-style: italic; text-align: left; }
hr.figure { border: 0; width: 80%; border-bottom: 1px solid #aaa}
.slide .alert-text-small { font-size: 80%; }
.slide .alert-text-large { font-size: 130%; }
.slide .alert-text-normal { font-size: 90%; }
.slide .alert {
padding:8px 35px 8px 14px; margin-bottom:18px;
text-shadow:0 1px 0 rgba(255,255,255,0.5);
border:5px solid #bababa;
-webkit-border-radius:14px; -moz-border-radius:14px;
border-radius:14px
background-position: 10px 10px;
background-repeat: no-repeat;
background-size: 38px;
padding-left: 30px; /* 55px; if icon */
}
.slide .alert-block {padding-top:14px; padding-bottom:14px}
.slide .alert-block > p, .alert-block > ul {margin-bottom:0}
/*.slide .alert li {margin-top: 1em}*/
.deck .alert-block p+p {margin-top:5px}
/*.slide .alert-notice { background-image: url(https://hplgit.github.io/doconce/
bundled/html_images//small_gray_notice.png); }
.slide .alert-summary { background-image:url(https://hplgit.github.io/doconce/
bundled/html_images//small_gray_summary.png); }
.slide .alert-warning { background-image: url(https://hplgit.github.io/doconce/
bundled/html_images//small_gray_warning.png); }
.slide .alert-question {background-image:url(https://hplgit.github.io/doconce/
bundled/html_images/small_gray_question.png); } */
.dotable table, .dotable th, .dotable tr, .dotable tr td {
border: 2px solid black;
border-collapse: collapse;
padding: 2px;
}
</style>
<!-- Styles for table layout of slides -->
<style type="text/css">
td.padding {
padding-top:20px;
padding-bottom:20px;
padding-right:50px;
padding-left:50px;
}
</style>
</head>
<body class="deck-container">
<header>
<!-- Here goes a potential header -->
</header>
<!-- do not use the article tag - it gives strange sizings -->
<section class="slide">
<!-- ------------------- main content ---------------------- -->
<!-- --- begin exercise --- -->
<h2 id="exercise-1-my-first-exercise">Exercise 1: my first exercise </h2>
<p>Here goes a general introduction to the exercise.</p>
<table class="dotable" border="1">
<thead>
<tr><th align="center">Begin-end directive</th> <th align="center"> Behavior </th> </tr>
</thead>
<tbody>
<tr><td align="left"> !bsubex - !esubex </td> <td align="left"> Subexercise </td> </tr>
<tr><td align="left"> !bans - !eans </td> <td align="left"> Answer </td> </tr>
<tr><td align="left"> !bsol - !esol </td> <td align="left"> Solution </td> </tr>
<tr><td align="left"> !bhint - !ehint </td> <td align="left"> Hint </td> </tr>
</tbody>
</table>
<p>aaaa</p>
<table class="dotable" border="1">
<thead>
<tr><th align="center"> Commands </th> <th align="center"> Behavior </th> </tr>
</thead>
<tbody>
<tr><td align="left"> === Exercise/Example/..: .. === </td> <td align="left"> Header with Exercise, Problem, Project, or Example title </td> </tr>
<tr><td align="left"> file= </td> <td align="left"> Answer file </td> </tr>
<tr><td align="left"> files= </td> <td align="left"> Answer files, comma separated </td> </tr>
<tr><td align="left"> solution= </td> <td align="left"> Solution file </td> </tr>
</tbody>
</table>
<!-- --- end exercise --- -->
</section>
<section class="slide">
<p>aaaa</p>
<table class="dotable" border="1">
<thead>
<tr><th align="center"> Command option </th> <th align="center"> Behavior </th> </tr>
</thead>
<tbody>
<tr><td align="left"> --without_answers </td> <td align="left"> Turn off output of answers </td> </tr>
<tr><td align="left"> --without_solutions </td> <td align="left"> Turn off output of solutions </td> </tr>
<tr><td align="left"> --answers_at_end </td> <td align="left"> Answers in the end of the document </td> </tr>
<tr><td align="left"> --solutions_at_end </td> <td align="left"> Solutions in the end of the document </td> </tr>
</tbody>
</table>
</section>
<footer>
<!-- Here goes a footer -->
</footer>
<!-- Begin extension snippets. Add or remove as needed. -->
<!-- deck.navigation snippet -->
<div aria-role="navigation">
<a href="deck.js-latest/#" class="deck-prev-link" title="Previous">←</a>
<a href="deck.js-latest/#" class="deck-next-link" title="Next">→</a>
</div>
<!-- deck.status snippet -->
<p class="deck-status" aria-role="status">
<span class="deck-status-current"></span>
/
<span class="deck-status-total"></span>
</p>
<!-- deck.goto snippet -->
<form action="." method="get" class="goto-form">
<label for="goto-slide">Go to slide:</label>
<input type="text" name="slidenum" id="goto-slide" list="goto-datalist">
<datalist id="goto-datalist"></datalist>
<input type="submit" value="Go">
</form>
<!-- End extension snippets. -->
<!-- Required JS files. -->
<script src="deck.js-latest/jquery.min.js"></script>
<script src="deck.js-latest/core/deck.core.js"></script>
<!-- Extension JS files. Add or remove as needed. -->
<script src="deck.js-latest/extensions/menu/deck.menu.js"></script>
<script src="deck.js-latest/extensions/goto/deck.goto.js"></script>
<script src="deck.js-latest/extensions/status/deck.status.js"></script>
<script src="deck.js-latest/extensions/navigation/deck.navigation.js"></script>
<script src="deck.js-latest/extensions/scale/deck.scale.js"></script>
<!-- Initialize the deck. You can put this in an external file if desired. -->
<script>
$(function() {
$.deck('.slide');
});
</script>
</body>
</html>