diff --git a/Makefile b/Makefile index 88120567e72be1dc5b4c4ac59a7619220951201e..9a2da6f35105044a9906d5344705d4fc1afe429f 100644 --- a/Makefile +++ b/Makefile @@ -14,17 +14,24 @@ REVEALOPRIONS = -t revealjs REVEALOPRIONS += --template ./default.revealjs # REVEALOPRIONS += -V theme=moon REVEALOPRIONS += -V center=true -REVEALOPRIONS += -V margin=0 -REVEALOPRIONS += -V minScale=0.2 -REVEALOPRIONS += -V maxScale=2.0 -# REVEALOPRIONS += -V width="1920" -V height="1080" -V margin=0 -V center=false +# REVEALOPRIONS += -V margin=0 +# REVEALOPRIONS += -V minScale=0.2 +# REVEALOPRIONS += -V maxScale=2.0 +REVEALOPRIONS += -V width="1500" -V height="1500" -V margin=0 -V center=false +REVEALOPRIONS += -V include-after="<script src="js/playRust.js"></script> \ + <script src="js/remote-code.js"></script> \ + <script src="js/remote-diagrams.js"></script> \ + <script src="js/em-artiste.js"></script>" +REVEALOPRIONS += -V header-includes="<link rel="stylesheet" href="reveal.js/lib/css/zenburn.css" >\ + <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>" REVEALOPRIONS += --section-divs # REVEALOPRIONS += -V fontsize=tiny REVEALOPRIONS += -V slideNumber=true REVEALOPRIONS += --slide-level=1 # REVEALOPRIONS += --highlight-style espresso REVEALOPRIONS += --self-contained -# REVEALOPRIONS += --include-in-header=reveal.js/left_just.css SVG=$(wildcard figs/*.svg) PNG=$(SVG:%.svg=%.png) diff --git a/intro.md b/intro.md index 2d32431f8c29e3fbbf06568e24b8d9d22a2fb084..c235d5e151ce309989206a60e7ea32f3ed6e2197 100644 --- a/intro.md +++ b/intro.md @@ -14,10 +14,8 @@ include-after: <script src="js/remote-code.js"></script> <script src="js/remote-diagrams.js"></script> <script src="js/em-artiste.js"></script> -width: - 1500 -height: - 1500 +pdfMaxPagesPerSlide: + 1 <!-- slide-numbers: true --> --- diff --git a/types.md b/types.md index b4345e7272aead57f32e85a6a13fdee43631321e..ef29057e05ed00f5a73c7753abaf51d84d5484ef 100644 --- a/types.md +++ b/types.md @@ -4,25 +4,21 @@ subtitle: Types author: Orestis Malaspinas <!-- date: 25 avril 2018 --> sansfont: Sans Serif -header-includes: +<!-- header-includes: <link rel="stylesheet" href="reveal.js/lib/css/zenburn.css" > <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="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> --> -include-after: +<!-- include-after: <script src="js/playRust.js"></script> <script src="js/remote-code.js"></script> <script src="js/remote-diagrams.js"></script> - <script src="js/em-artiste.js"></script> -width: - 1500 -height: - 1500 + <script src="js/em-artiste.js"></script> --> <!-- slide-numbers: true --> --- diff --git a/variables.md b/variables.md index 1319d730ef6b503c139b781659dd018cdf0eead6..16a42201bfaf3d7f69abf8d5e912e86379aae438 100644 --- a/variables.md +++ b/variables.md @@ -4,25 +4,21 @@ subtitle: Variables author: Orestis Malaspinas <!-- date: 25 avril 2018 --> sansfont: Sans Serif -header-includes: +<!-- header-includes: <link rel="stylesheet" href="reveal.js/lib/css/zenburn.css" > <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="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> --> -include-after: +<!-- include-after: <script src="js/playRust.js"></script> <script src="js/remote-code.js"></script> <script src="js/remote-diagrams.js"></script> - <script src="js/em-artiste.js"></script> -width: - 1500 -height: - 1500 + <script src="js/em-artiste.js"></script> --> <!-- slide-numbers: true --> ---