Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0f19442

Browse filesBrowse files
committed
added krantz.cls
1 parent 04a1e6e commit 0f19442
Copy full SHA for 0f19442
Expand file treeCollapse file tree

22 files changed

+1734
-81
lines changed

‎_book/before-we-start-the-mathematics-of-probilistic-machine-learning.html

Copy file name to clipboardExpand all lines: _book/before-we-start-the-mathematics-of-probilistic-machine-learning.html
+13-13Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434

3535
<link rel="prev" href="what-is-probabilistic-machine-learning.html">
3636
<link rel="next" href="getting-started-with-probabilistic-machine-learning.html">
37-
<script src="book_assets/jquery-2.2.3/jquery.min.js"></script>
38-
<link href="book_assets/gitbook-2.6.7/css/style.css" rel="stylesheet" />
39-
<link href="book_assets/gitbook-2.6.7/css/plugin-bookdown.css" rel="stylesheet" />
40-
<link href="book_assets/gitbook-2.6.7/css/plugin-highlight.css" rel="stylesheet" />
41-
<link href="book_assets/gitbook-2.6.7/css/plugin-search.css" rel="stylesheet" />
42-
<link href="book_assets/gitbook-2.6.7/css/plugin-fontsettings.css" rel="stylesheet" />
37+
<script src="book_assets/jquery/jquery.min.js"></script>
38+
<link href="book_assets/gitbook/css/style.css" rel="stylesheet" />
39+
<link href="book_assets/gitbook/css/plugin-bookdown.css" rel="stylesheet" />
40+
<link href="book_assets/gitbook/css/plugin-highlight.css" rel="stylesheet" />
41+
<link href="book_assets/gitbook/css/plugin-search.css" rel="stylesheet" />
42+
<link href="book_assets/gitbook/css/plugin-fontsettings.css" rel="stylesheet" />
4343

4444

4545

@@ -175,13 +175,13 @@ <h1><span class="header-section-number">3</span> Before We Start: The Mathematic
175175
<a href="getting-started-with-probabilistic-machine-learning.html" class="navigation navigation-next " aria-label="Next page"><i class="fa fa-angle-right"></i></a>
176176
</div>
177177
</div>
178-
<script src="book_assets/gitbook-2.6.7/js/app.min.js"></script>
179-
<script src="book_assets/gitbook-2.6.7/js/lunr.js"></script>
180-
<script src="book_assets/gitbook-2.6.7/js/plugin-search.js"></script>
181-
<script src="book_assets/gitbook-2.6.7/js/plugin-sharing.js"></script>
182-
<script src="book_assets/gitbook-2.6.7/js/plugin-fontsettings.js"></script>
183-
<script src="book_assets/gitbook-2.6.7/js/plugin-bookdown.js"></script>
184-
<script src="book_assets/gitbook-2.6.7/js/jquery.highlight.js"></script>
178+
<script src="book_assets/gitbook/js/app.min.js"></script>
179+
<script src="book_assets/gitbook/js/lunr.js"></script>
180+
<script src="book_assets/gitbook/js/plugin-search.js"></script>
181+
<script src="book_assets/gitbook/js/plugin-sharing.js"></script>
182+
<script src="book_assets/gitbook/js/plugin-fontsettings.js"></script>
183+
<script src="book_assets/gitbook/js/plugin-bookdown.js"></script>
184+
<script src="book_assets/gitbook/js/jquery.highlight.js"></script>
185185
<script>
186186
gitbook.require(["gitbook"], function(gitbook) {
187187
gitbook.start({
Binary file not shown.
+99Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
.book .book-header h1 {
2+
padding-left: 20px;
3+
padding-right: 20px;
4+
}
5+
.book .book-header.fixed {
6+
position: fixed;
7+
right: 0;
8+
top: 0;
9+
left: 0;
10+
border-bottom: 1px solid rgba(0,0,0,.07);
11+
}
12+
span.search-highlight {
13+
background-color: #ffff88;
14+
}
15+
@media (min-width: 600px) {
16+
.book.with-summary .book-header.fixed {
17+
left: 300px;
18+
}
19+
}
20+
@media (max-width: 1240px) {
21+
.book .book-body.fixed {
22+
top: 50px;
23+
}
24+
.book .book-body.fixed .body-inner {
25+
top: auto;
26+
}
27+
}
28+
@media (max-width: 600px) {
29+
.book.with-summary .book-header.fixed {
30+
left: calc(100% - 60px);
31+
min-width: 300px;
32+
}
33+
.book.with-summary .book-body {
34+
transform: none;
35+
left: calc(100% - 60px);
36+
min-width: 300px;
37+
}
38+
.book .book-body.fixed {
39+
top: 0;
40+
}
41+
}
42+
43+
.book .book-body.fixed .body-inner {
44+
top: 50px;
45+
}
46+
.book .book-body .page-wrapper .page-inner section.normal sub, .book .book-body .page-wrapper .page-inner section.normal sup {
47+
font-size: 85%;
48+
}
49+
50+
@media print {
51+
.book .book-summary, .book .book-body .book-header, .fa {
52+
display: none !important;
53+
}
54+
.book .book-body.fixed {
55+
left: 0px;
56+
}
57+
.book .book-body,.book .book-body .body-inner, .book.with-summary {
58+
overflow: visible !important;
59+
}
60+
}
61+
.kable_wrapper {
62+
border-spacing: 20px 0;
63+
border-collapse: separate;
64+
border: none;
65+
margin: auto;
66+
}
67+
.kable_wrapper > tbody > tr > td {
68+
vertical-align: top;
69+
}
70+
.book .book-body .page-wrapper .page-inner section.normal table tr.header {
71+
border-top-width: 2px;
72+
}
73+
.book .book-body .page-wrapper .page-inner section.normal table tr:last-child td {
74+
border-bottom-width: 2px;
75+
}
76+
.book .book-body .page-wrapper .page-inner section.normal table td, .book .book-body .page-wrapper .page-inner section.normal table th {
77+
border-left: none;
78+
border-right: none;
79+
}
80+
.book .book-body .page-wrapper .page-inner section.normal table.kable_wrapper > tbody > tr, .book .book-body .page-wrapper .page-inner section.normal table.kable_wrapper > tbody > tr > td {
81+
border-top: none;
82+
}
83+
.book .book-body .page-wrapper .page-inner section.normal table.kable_wrapper > tbody > tr:last-child > td {
84+
border-bottom: none;
85+
}
86+
87+
div.theorem, div.lemma, div.corollary, div.proposition {
88+
font-style: italic;
89+
}
90+
span.theorem, span.lemma, span.corollary, span.proposition {
91+
font-style: normal;
92+
}
93+
div.proof:after {
94+
content: "\25a2";
95+
float: right;
96+
}
97+
.header-section-number {
98+
padding-right: .5em;
99+
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.