Commit Graph

46 Commits

Author SHA1 Message Date
80e28774dd Don't remove slide-number in pdf view 2016-10-30 14:11:10 -04:00
659822a8b5 Hide slide number when in paper or pdf print view 2016-10-30 11:31:20 -04:00
64aa3b2647 Merge branch 'master' of https://github.com/dhyegofernando/reveal.js into dev 2016-06-10 10:09:21 +02:00
3111d3b1ae support for 'separate-page' layout for notes in PDF exports #1518 2016-05-26 09:57:27 +02:00
c5c0290cca Merge branch 'patch-1' of https://github.com/tiagorg/reveal.js into dev 2016-05-23 10:28:32 +02:00
187114f472 Removing duplicated "position" property at pdf.css
Found that by running css-lint on the code
2016-05-21 11:36:49 -07:00
9b11915c3a fix pdf bg layering, simplify code 2016-04-28 17:07:26 +02:00
587d16ceef fix(PDF Export): Mark as important width, height and add zoom properties to fix CSS rules which were overrided by inline styles 2016-03-10 13:50:35 -04:00
bb7ab5f94e Merge pull request #1381 from lordsutch/master
Fix text being cut off in Chrome when printing.
2015-11-09 16:51:05 +01:00
edfa131c9c tweak how speaker notes look in pdf exports 2015-10-29 16:44:47 +01:00
d66cba6efa remove out of sync comments from pdf css 2015-10-29 13:24:47 +01:00
0e779edb20 slide numbers work in pdf exports, update slide number style 2015-10-29 11:59:26 +01:00
e0d723be28 Fix slides being cut off in Chrome. 2015-10-02 20:48:13 -04:00
ca4098145e bump up z-index of notes in pdf 2015-09-10 10:35:25 +02:00
1c6990d20f fix pdf print when showNotes is disabled 2015-09-10 09:30:57 +02:00
5d39e8b8ce reorder css 2015-09-10 09:16:58 +02:00
b0b2ce1fe3 print notes to pdf when is enabled #304 2015-09-10 08:51:04 +02:00
ad9e93eae5 dont force links to be underlined in pdf 2014-12-09 15:06:25 +01:00
ff788bb31b additional monospace options for phantomjs 2014-05-23 14:06:52 +02:00
e7f4615585 hide slide numbers while printing to pdf #885 2014-05-20 12:09:55 +02:00
06ca536ae1 no need to override font sizes after updates to pdf printing 2014-05-10 10:10:59 +02:00
54e256764c limit size of media elements when printing to pdf 2014-05-04 08:29:45 +02:00
da1f221b4f reduce max-height of images in pdfs 2014-05-04 08:24:26 +02:00
2ac0a55ccf ensure pdf pages are never zero-height 2014-04-29 13:30:56 +02:00
860580d4d0 getSlideBackground now works in pdf mode, add pdf tests 2014-04-27 17:31:50 +02:00
ddfb0aa86f abide by configured width/height when printing to pdf 2014-04-26 21:42:16 +02:00
a522312999 improvements to print stylesheet 2014-04-26 20:49:22 +02:00
ae962d729b fix non-pdf printing (closes #881) 2014-04-26 19:16:10 +02:00
646203f038 revert from flexbox for pdf centering, use js for PDF setup 2014-04-23 19:47:41 +02:00
f0f48bd9b0 use flexbox for vertically centered printing #862 2014-04-03 10:51:27 +02:00
6ca071cd3a Fix for issue #715 2013-11-27 10:38:48 -02:00
18b4cb754a typo and whitespace correction 2013-07-10 09:01:56 -04:00
235c78a5c8 pdf print tweak 2013-06-23 10:02:16 -04:00
c9b179fd85 pdf hacks 2013-06-22 09:47:29 -04:00
bfbeac7a79 removes the extra blank page that was printed with pdf #458 2013-06-21 22:02:06 -04:00
4d164dc5b6 revamp pdf printing to support per-slide backgrounds (closes #453) 2013-06-09 16:12:50 +02:00
7dd2a10b34 remove extra whitespace in css 2013-03-08 19:33:34 -05:00
a9b4eb9a05 Set PDF output to letter landscape, no margin 2013-02-21 14:21:47 -05:00
6b0fff3512 enable backgrounds images when printing to pdf (closes #271) 2013-02-03 16:17:46 -05:00
519ee26809 remove left/right margin from images, tweak pdf print styles 2012-11-27 09:23:40 -05:00
9d98cee7fd fix minor issue in pdf print sheet 2012-11-13 23:52:17 -05:00
8e79f8592a fixes issue where italic fonts disappeared when printing to pdf (closes #230) 2012-11-10 20:09:12 -05:00
2834a6bc89 ensure fragments are visible in print styles, fix page-break error in paper print sheet 2012-11-10 18:15:05 -05:00
af2a8b053d include theme background in printed pdfs (#217), fix empty white pages in regular print (#215) 2012-10-28 19:32:24 -04:00
73706ad02e Changes to make PDF output match the browser view more closely
font-size: 18pt; instead of fount-size: 22pt;
  remove the "a" tag from def that forces font size, otherwise anchors in various contexts, e.g., headings, etc., will cause ugly rendering due to mismatched font size.
   specify font size for "pre" tags so that code listings more closely match browser rendering
2012-09-27 11:39:11 -04:00
25ad8adc68 themes are now available as separate css files under css/theme/, old theme option in config is no longer supported (closes #104) 2012-08-08 01:14:12 -04:00