Copy files into public version.
sio # new file: charts/example_2_dag/Makefile
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
|
||||
// be compatible with the behavior of Pandoc < 2.8).
|
||||
document.addEventListener('DOMContentLoaded', function(e) {
|
||||
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
|
||||
var i, h, a;
|
||||
for (i = 0; i < hs.length; i++) {
|
||||
h = hs[i];
|
||||
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
|
||||
a = h.attributes;
|
||||
while (a.length > 0) h.removeAttribute(a[0].name);
|
||||
}
|
||||
});
|
||||
@@ -0,0 +1,12 @@
|
||||
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
|
||||
// be compatible with the behavior of Pandoc < 2.8).
|
||||
document.addEventListener('DOMContentLoaded', function(e) {
|
||||
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
|
||||
var i, h, a;
|
||||
for (i = 0; i < hs.length; i++) {
|
||||
h = hs[i];
|
||||
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
|
||||
a = h.attributes;
|
||||
while (a.length > 0) h.removeAttribute(a[0].name);
|
||||
}
|
||||
});
|
||||
69
presentations/ica_hackathon_2022/libs/local_mathjax.js
Normal file
69
presentations/ica_hackathon_2022/libs/local_mathjax.js
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,72 @@
|
||||
a, a > code {
|
||||
color: rgb(249, 38, 114);
|
||||
text-decoration: none;
|
||||
}
|
||||
.footnote {
|
||||
position: absolute;
|
||||
bottom: 3em;
|
||||
padding-right: 4em;
|
||||
font-size: 90%;
|
||||
}
|
||||
.remark-code-line-highlighted { background-color: #ffff88; }
|
||||
|
||||
.inverse {
|
||||
background-color: #272822;
|
||||
color: #d6d6d6;
|
||||
text-shadow: 0 0 20px #333;
|
||||
}
|
||||
.inverse h1, .inverse h2, .inverse h3 {
|
||||
color: #f3f3f3;
|
||||
}
|
||||
/* Two-column layout */
|
||||
.left-column {
|
||||
color: #777;
|
||||
width: 20%;
|
||||
height: 92%;
|
||||
float: left;
|
||||
}
|
||||
.left-column h2:last-of-type, .left-column h3:last-child {
|
||||
color: #000;
|
||||
}
|
||||
.right-column {
|
||||
width: 75%;
|
||||
float: right;
|
||||
padding-top: 1em;
|
||||
}
|
||||
.pull-left {
|
||||
float: left;
|
||||
width: 47%;
|
||||
}
|
||||
.pull-right {
|
||||
float: right;
|
||||
width: 47%;
|
||||
}
|
||||
.pull-right + * {
|
||||
clear: both;
|
||||
}
|
||||
img, video, iframe {
|
||||
max-width: 100%;
|
||||
}
|
||||
blockquote {
|
||||
border-left: solid 5px lightgray;
|
||||
padding-left: 1em;
|
||||
}
|
||||
.remark-slide table {
|
||||
margin: auto;
|
||||
border-top: 1px solid #666;
|
||||
border-bottom: 1px solid #666;
|
||||
}
|
||||
.remark-slide table thead th { border-bottom: 1px solid #ddd; }
|
||||
th, td { padding: 5px; }
|
||||
.remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(even) { background: #eee }
|
||||
|
||||
@page { margin: 0; }
|
||||
@media print {
|
||||
.remark-slide-scaler {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
transform: scale(1) !important;
|
||||
top: 0 !important;
|
||||
left: 0 !important;
|
||||
}
|
||||
}
|
||||
18
presentations/ica_hackathon_2022/libs/remark-latest.min.js
vendored
Normal file
18
presentations/ica_hackathon_2022/libs/remark-latest.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user