Skip to content

Commit 96f40ca

Browse files
committed
close #19
1 parent b027ac0 commit 96f40ca

20 files changed

+2822
-22
lines changed

build.properties

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ GENERATION_MODE='med'
1010
#4:3 -> 800x600 960x720 1024x768 1280x960 1360x1020 1600x1200 1920x1440
1111

1212
#see https://github.com/hakimel/reveal.js#presentation-size
13-
WIDTH='960'
14-
HEIGHT='540'
13+
WIDTH='1024'
14+
HEIGHT='576'
1515
MARGIN='0.3'
16-
MIN_SCALE='0.5'
17-
MAX_SCALE='1.5'
16+
MIN_SCALE='0.1'
17+
MAX_SCALE='1.9'
1818

19-
PHANTOMJS_RESOLUTION="${WIDTH}x${HEIGHT}"
20-
echo PHANTOMJS_RESOLUTION=$PHANTOMJS_RESOLUTION
19+
PHANTOMJS_RESOLUTION="800x450"
2120

2221
BUILD_REVEAL_SLIDES='min'
2322
BUILD_REVEAL_SLIDES_PDF='med'

doc/export/leeme-book.docx

0 Bytes
Binary file not shown.

doc/export/leeme-book.epub

231 KB
Binary file not shown.

doc/export/leeme-reveal-slides-alternative.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -390,13 +390,13 @@ <h2><span class="header-section-number">5.3</span> ¿Donde encontrarme?</h2>
390390
// The "normal" size of the presentation, aspect ratio will be preserved
391391
// when the presentation is scaled to fit different resolutions. Can be
392392
// specified using percentage units.
393-
width: 960,
394-
height: 540,
393+
width: 1024,
394+
height: 576,
395395
// Factor of the display size that should remain empty around the content
396396
margin: 0.3,
397397
// Bounds for smallest/largest possible scale to apply to content
398-
minScale: 0.5,
399-
maxScale: 1.5,
398+
minScale: 0.1,
399+
maxScale: 1.9,
400400

401401
menu: {
402402
// Specifies which side of the presentation the menu will
-16.5 KB
Binary file not shown.

doc/export/leeme-reveal-slides-online-alternative.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -389,13 +389,13 @@ <h2><span class="header-section-number">5.3</span> ¿Donde encontrarme?</h2>
389389
// The "normal" size of the presentation, aspect ratio will be preserved
390390
// when the presentation is scaled to fit different resolutions. Can be
391391
// specified using percentage units.
392-
width: 960,
393-
height: 540,
392+
width: 1024,
393+
height: 576,
394394
// Factor of the display size that should remain empty around the content
395395
margin: 0.3,
396396
// Bounds for smallest/largest possible scale to apply to content
397-
minScale: 0.5,
398-
maxScale: 1.5,
397+
minScale: 0.1,
398+
maxScale: 1.9,
399399

400400
menu: {
401401
// Specifies which side of the presentation the menu will

doc/export/leeme-reveal-slides-online.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -385,13 +385,13 @@ <h2><span class="header-section-number">5.3</span> ¿Donde encontrarme?</h2>
385385
// The "normal" size of the presentation, aspect ratio will be preserved
386386
// when the presentation is scaled to fit different resolutions. Can be
387387
// specified using percentage units.
388-
width: 960,
389-
height: 540,
388+
width: 1024,
389+
height: 576,
390390
// Factor of the display size that should remain empty around the content
391391
margin: 0.3,
392392
// Bounds for smallest/largest possible scale to apply to content
393-
minScale: 0.5,
394-
maxScale: 1.5,
393+
minScale: 0.1,
394+
maxScale: 1.9,
395395

396396
menu: {
397397
// Specifies which side of the presentation the menu will

doc/export/leeme-reveal-slides.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -386,13 +386,13 @@ <h2><span class="header-section-number">5.3</span> ¿Donde encontrarme?</h2>
386386
// The "normal" size of the presentation, aspect ratio will be preserved
387387
// when the presentation is scaled to fit different resolutions. Can be
388388
// specified using percentage units.
389-
width: 960,
390-
height: 540,
389+
width: 1024,
390+
height: 576,
391391
// Factor of the display size that should remain empty around the content
392392
margin: 0.3,
393393
// Bounds for smallest/largest possible scale to apply to content
394-
minScale: 0.5,
395-
maxScale: 1.5,
394+
minScale: 0.1,
395+
maxScale: 1.9,
396396

397397
menu: {
398398
// Specifies which side of the presentation the menu will

doc/export/leeme-reveal-slides.pdf

-16.6 KB
Binary file not shown.

doc/export/readme-book.docx

235 KB
Binary file not shown.

0 commit comments

Comments
 (0)