Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Corsi
Android
Slides Day 2 - App basics
Commits
21c41571
Commit
21c41571
authored
Oct 25, 2018
by
JackV
Browse files
Merge branch 'master' of
https://gitlab.poul.org/corsi/revealjs-poul
parents
28a648a2
9eab96cc
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
21c41571
...
...
@@ -66,6 +66,8 @@ something like `http://127.0.0.1:8080/?print-pdf`.
Then just use the print function of your browser to make a PDF of the page.
On
**Firefox**
it is advised to enable
*Print Backgrounds*
under the
*Options*
tab,
to select paper size
*Choukei 2 Envelope*
and
*Landscape*
orientation.
[
download
]:
https://gitlab.poul.org/corsi/revealjs-poul/repository/archive.zip?ref=master
[
markdown-guide
]:
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
index.html
View file @
21c41571
...
...
@@ -78,6 +78,10 @@
markdown
:
{
smartypants
:
true
,
},
keyboard
:
{
38
:
'
prev
'
,
// Up arrow
40
:
'
next
'
// Down arrow
},
math
:
{
mathjax
:
'
reveal.js/lib/js/mathjax/MathJax.js
'
,
config
:
'
TeX-AMS_HTML-full
'
// See http://docs.mathjax.org/en/latest/config-files.html
...
...
poul/css/poul.css
View file @
21c41571
...
...
@@ -3,7 +3,7 @@
*
* Forked from the default black theme.
*/
@import
url(../../lib/font/source-sans-pro/source-sans-pro.css)
;
@import
url(../../
reveal.js/
lib/font/source-sans-pro/source-sans-pro.css)
;
section
.has-light-background
,
section
.has-light-background
h1
,
section
.has-light-background
h2
,
...
...
@@ -306,4 +306,4 @@ body {
.reveal
section
.outro
img
.cc
{
max-height
:
10vh
;
padding
:
0
;
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment