Skip to content

Commit

Permalink
configure pdf export
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLMS committed Mar 16, 2023
1 parent b7f2b29 commit a38bb59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions diapositivas/modulo1.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
Reveal.configure({ pdfMaxPagesPerSlide: 1 });
Reveal.configure({ pdfSeparateFragments: false });
</script>
</body>
</html>
2 changes: 2 additions & 0 deletions diapositivas/modulo2.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
Reveal.configure({ pdfMaxPagesPerSlide: 1 });
Reveal.configure({ pdfSeparateFragments: false });
</script>
</body>
</html>
2 changes: 2 additions & 0 deletions diapositivas/modulo3.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
Reveal.configure({ pdfMaxPagesPerSlide: 1 });
Reveal.configure({ pdfSeparateFragments: false });
</script>
</body>
</html>

0 comments on commit a38bb59

Please sign in to comment.