parent
44723bcc95
commit
79806d4417
1 changed files with 13 additions and 4 deletions
|
@ -27,10 +27,19 @@ $endfor$
|
||||||
$else$
|
$else$
|
||||||
<link rel="stylesheet" href="$revealjs-url$/css/theme/simple.css" id="theme">
|
<link rel="stylesheet" href="$revealjs-url$/css/theme/simple.css" id="theme">
|
||||||
$endif$
|
$endif$
|
||||||
<link rel="stylesheet" media="print" href="$revealjs-url$/css/print/pdf.css" />
|
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
|
||||||
<!--[if lt IE 9]>
|
<script>
|
||||||
<script src="$revealjs-url$/lib/js/html5shiv.js"></script>
|
if( window.location.search.match( /print-pdf/gi ) ) {
|
||||||
<![endif]-->
|
var link = document.createElement( 'link' );
|
||||||
|
link.rel = 'stylesheet';
|
||||||
|
link.type = 'text/css';
|
||||||
|
link.href = '$revealjs-url$/css/print/pdf.css';
|
||||||
|
document.getElementsByTagName( 'head' )[0].appendChild( link );
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="$revealjs-url$/lib/js/html5shiv.js"></script>
|
||||||
|
<![endif]-->
|
||||||
$if(math)$
|
$if(math)$
|
||||||
$math$
|
$math$
|
||||||
$endif$
|
$endif$
|
||||||
|
|
Loading…
Add table
Reference in a new issue