Skip to content
Snippets Groups Projects
Commit 56d3eb33 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

different updates

parent fbee6e8a
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -2,10 +2,12 @@ image: omalaspinas/archlinux-pandoc:thirdtry
build:
script:
- cd figs
- ./convert.sh
- cd ..
- make
artifacts:
paths:
- "*.html"
- "reveal.js/lib/js/classList.js"
- "reveal.js/plugin/zoom-js/zoom.js"
- "reveal.js/plugin/highlight/highlight.js"
- "js/remote-diagrams.js"
- "reveal.js/plugin/notes/notes.js"
......@@ -28,7 +28,10 @@ REVEALOPRIONS += --self-contained
# all: cours.pdf cours.html
all: intro.html variables.html
all: figs/convert.sh intro.html variables.html
figs/convert.sh: $(wildcard *.svg)
cd figs; ./convert.sh
# cours.pdf: cours.md Makefile
# pandoc -s $(BEAMEROPTIONS) -o $@ $<
......
......@@ -9,11 +9,11 @@ header-includes:
<link rel="stylesheet" href="reveal.js/css/theme/simple.css" id="theme">
<link rel="stylesheet" href="css/console.css" id="theme">
<script src="jquery/dist/jquery.min.js"></script>
<script src="reveal.js/lib/js/classList.js"></script>
<script src="reveal.js/plugin/zoom-js/zoom.js"></script>
<script src="reveal.js/plugin/highlight/highlight.js"></script>
<script src="js/remote-diagrams.js"></script>
<script src="reveal.js/plugin/notes/notes.js"></script>
<!-- <script src="reveal.js/lib/js/classList.js"></script> -->
<!-- <script src="reveal.js/plugin/zoom-js/zoom.js"></script> -->
<!-- <script src="reveal.js/plugin/highlight/highlight.js"></script> -->
<!-- <script src="js/remote-diagrams.js"></script> -->
<!-- <script src="reveal.js/plugin/notes/notes.js"></script> -->
include-after:
<script src="js/playRust.js"></script>
<script src="js/remote-code.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment