2 |
3 |
4 | {{> head }}
5 | {{{ page.assets.css }}}
6 | {{{ page.assets.jshead }}}
7 |
8 |
9 |
10 |
11 | {{> header }}
12 |
13 |
14 |
15 | {{{ page.content }}}
16 |
17 |
18 |
19 | {{> footer }}
20 |
21 |
22 |
23 |
24 |
25 | {{{ page.assets.js }}}
26 | {{> javascripts }}
27 |
28 |
--------------------------------------------------------------------------------
/libraries/frameworks/minimal/partials/footer.html:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/libraries/frameworks/minimal/partials/head.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | {{{ page.title }}}
4 |
5 |
6 |
7 |
10 | {{# page.background }}
11 |
16 | {{/ page.background }}
17 |
--------------------------------------------------------------------------------
/libraries/frameworks/minimal/partials/header.html:
--------------------------------------------------------------------------------
1 |
23 |
--------------------------------------------------------------------------------
/libraries/frameworks/opencpu/config.yml:
--------------------------------------------------------------------------------
1 | shiny:
2 | theme: NULL
3 |
--------------------------------------------------------------------------------
/libraries/frameworks/opencpu/layouts/deck.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | {{> head }}
5 | {{{ page.stylesheets }}}
6 |
7 |
8 |
9 |
10 |
11 |
{{{page.title}}}
12 |
13 |
14 |
15 | {{{page.content}}}
16 |
17 |
18 |
19 | {{> javascripts }}
20 |
21 |
--------------------------------------------------------------------------------
/libraries/frameworks/opencpu/layouts/mainPanel.html:
--------------------------------------------------------------------------------
1 |
2 | {{{slide.header}}}
3 | {{{slide.content}}}
4 |
5 |
--------------------------------------------------------------------------------
/libraries/frameworks/opencpu/layouts/sidebarPanel.html:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
--------------------------------------------------------------------------------
/libraries/frameworks/opencpu/layouts/slide.html:
--------------------------------------------------------------------------------
1 |
2 | {{{ slide.header }}}
3 | {{{ slide.content }}}
4 |
5 |
6 | {{#slide.output}}
7 |
8 | {{{ html }}}
9 |
10 | {{/slide.output}}
11 |
--------------------------------------------------------------------------------
/libraries/frameworks/opencpu/partials/head.html:
--------------------------------------------------------------------------------
1 | {{page.title}}
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/libraries/frameworks/revealjs/.travis.yml:
--------------------------------------------------------------------------------
1 | language: node_js
2 | node_js:
3 | - 0.8
4 | before_script:
5 | - npm install -g grunt-cli
--------------------------------------------------------------------------------
/libraries/frameworks/revealjs/config.yml:
--------------------------------------------------------------------------------
1 | revealjs:
2 | theme: default
3 | transition: default
4 | center: "true"
5 |
--------------------------------------------------------------------------------
/libraries/frameworks/revealjs/layouts/deck.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | {{> head }}
5 | {{{ page.stylesheets }}}
6 |
7 |
8 |
9 |
10 | {{{ page.content }}}
11 |
12 |
13 |
14 |
15 |
16 | {{> initialize }}
17 | {{> javascripts }}
18 |
19 |
--------------------------------------------------------------------------------
/libraries/frameworks/revealjs/layouts/slide.html:
--------------------------------------------------------------------------------
1 |
2 | {{{ slide.header }}}
3 | {{{ slide.content }}}
4 | {{# slide.pnotes }}
5 |
8 | {{/ slide.pnotes }}
9 |
10 |
--------------------------------------------------------------------------------
/libraries/frameworks/revealjs/layouts/vertical.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | {{{slide.header}}}
4 | {{{slide.content}}}
5 |
8 |
9 | {{# slide.blocks }}
10 |
11 | {{{ html }}}
12 |
15 |
16 | {{/ slide.blocks }}
17 |
18 |
--------------------------------------------------------------------------------
/libraries/frameworks/revealjs/lib/font/league_gothic-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/revealjs/lib/font/league_gothic-webfont.eot
--------------------------------------------------------------------------------
/libraries/frameworks/revealjs/lib/font/league_gothic-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/revealjs/lib/font/league_gothic-webfont.ttf
--------------------------------------------------------------------------------
/libraries/frameworks/revealjs/lib/font/league_gothic-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/revealjs/lib/font/league_gothic-webfont.woff
--------------------------------------------------------------------------------
/libraries/frameworks/revealjs/lib/font/league_gothic_license:
--------------------------------------------------------------------------------
1 | SIL Open Font License (OFL)
2 | http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
3 |
--------------------------------------------------------------------------------
/libraries/frameworks/revealjs/lib/js/html5shiv.js:
--------------------------------------------------------------------------------
1 | document.createElement('header');
2 | document.createElement('nav');
3 | document.createElement('section');
4 | document.createElement('article');
5 | document.createElement('aside');
6 | document.createElement('footer');
7 | document.createElement('hgroup');
--------------------------------------------------------------------------------
/libraries/frameworks/revealjs/partials/head.html:
--------------------------------------------------------------------------------
1 |
2 | {{{ page.title }}}
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
13 |
--------------------------------------------------------------------------------
/libraries/frameworks/revealjs/plugin/markdown/example.md:
--------------------------------------------------------------------------------
1 | # Markdown Demo
2 |
3 |
4 |
5 | ## External 1.1
6 |
7 | Content 1.1
8 |
9 |
10 | ## External 1.2
11 |
12 | Content 1.2
13 |
14 |
15 |
16 | ## External 2
17 |
18 | Content 2.1
19 |
20 |
21 |
22 | ## External 3.1
23 |
24 | Content 3.1
25 |
26 |
27 | ## External 3.2
28 |
29 | Content 3.2
30 |
--------------------------------------------------------------------------------
/libraries/frameworks/revealjs/plugin/multiplex/client.js:
--------------------------------------------------------------------------------
1 | (function() {
2 | var multiplex = Reveal.getConfig().multiplex;
3 | var socketId = multiplex.id;
4 | var socket = io.connect(multiplex.url);
5 |
6 | socket.on(multiplex.id, function(data) {
7 | // ignore data from sockets that aren't ours
8 | if (data.socketId !== socketId) { return; }
9 | if( window.location.host === 'localhost:1947' ) return;
10 |
11 | Reveal.slide(data.indexh, data.indexv, null, 'remote');
12 | });
13 | }());
14 |
--------------------------------------------------------------------------------
/libraries/frameworks/shiny/config.yml:
--------------------------------------------------------------------------------
1 | shiny:
2 | theme: NULL
3 |
--------------------------------------------------------------------------------
/libraries/frameworks/shiny/layouts/deck.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | {{> head }}
5 | {{{ page.stylesheets }}}
6 |
7 |
8 |
9 |
10 |
11 |
{{{page.title}}}
12 |
13 |
14 |
15 | {{{page.content}}}
16 |
17 |
18 |
19 | {{> javascripts }}
20 |
21 |
--------------------------------------------------------------------------------
/libraries/frameworks/shiny/layouts/mainPanel.html:
--------------------------------------------------------------------------------
1 |
2 | {{{slide.header}}}
3 | {{{slide.content}}}
4 |
5 |
--------------------------------------------------------------------------------
/libraries/frameworks/shiny/layouts/sidebarPanel.html:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
--------------------------------------------------------------------------------
/libraries/frameworks/shiny/layouts/slide.html:
--------------------------------------------------------------------------------
1 |
2 | {{{slide.header}}}
3 | {{{slide.content}}}
4 |
5 |
6 | {{#slide.output}}
7 |
8 | {{{ html }}}
9 |
10 | {{/slide.output}}
11 |
--------------------------------------------------------------------------------
/libraries/frameworks/shower/.gitmodules:
--------------------------------------------------------------------------------
1 | [submodule "themes/ribbon"]
2 | path = themes/ribbon
3 | url = git@github.com:shower/ribbon.git
4 |
--------------------------------------------------------------------------------
/libraries/frameworks/shower/config.yml:
--------------------------------------------------------------------------------
1 | shower:
2 | theme: ribbon
3 |
--------------------------------------------------------------------------------
/libraries/frameworks/shower/layouts/slide.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
{{{ slide.title }}}
4 | {{{ slide.content }}}
5 |
6 |
7 |
--------------------------------------------------------------------------------
/libraries/frameworks/shower/layouts/slide0.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | {{# slide.header }}
5 |
6 |
7 | {{{ slide.title }}}
8 |
9 |
10 | {{/ slide.header}}
11 | {{{ slide.content }}}
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/libraries/frameworks/shower/partials/head.html:
--------------------------------------------------------------------------------
1 | {{ page.title }}
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
11 |
12 |
--------------------------------------------------------------------------------
/libraries/frameworks/shower/themes/ribbon/fonts/PTMono.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/fonts/PTMono.woff
--------------------------------------------------------------------------------
/libraries/frameworks/shower/themes/ribbon/fonts/PTSans.Bold.Italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/fonts/PTSans.Bold.Italic.woff
--------------------------------------------------------------------------------
/libraries/frameworks/shower/themes/ribbon/fonts/PTSans.Bold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/fonts/PTSans.Bold.woff
--------------------------------------------------------------------------------
/libraries/frameworks/shower/themes/ribbon/fonts/PTSans.Italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/fonts/PTSans.Italic.woff
--------------------------------------------------------------------------------
/libraries/frameworks/shower/themes/ribbon/fonts/PTSans.Narrow.Bold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/fonts/PTSans.Narrow.Bold.woff
--------------------------------------------------------------------------------
/libraries/frameworks/shower/themes/ribbon/fonts/PTSans.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/fonts/PTSans.woff
--------------------------------------------------------------------------------
/libraries/frameworks/shower/themes/ribbon/images/linen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/images/linen.png
--------------------------------------------------------------------------------
/libraries/frameworks/shower/themes/ribbon/images/linen@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/images/linen@2x.png
--------------------------------------------------------------------------------
/libraries/frameworks/shower/themes/ribbon/images/ribbon.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/libraries/frameworks/shower/themes/ribbon/pictures/exact.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/pictures/exact.png
--------------------------------------------------------------------------------
/libraries/frameworks/shower/themes/ribbon/pictures/square.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/pictures/square.png
--------------------------------------------------------------------------------
/libraries/frameworks/shower/themes/ribbon/pictures/tall.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/pictures/tall.png
--------------------------------------------------------------------------------
/libraries/frameworks/shower/themes/ribbon/pictures/wide.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/pictures/wide.png
--------------------------------------------------------------------------------
/libraries/frameworks/shower/themes/ribbon/styles/print.css:
--------------------------------------------------------------------------------
1 | @page{margin:0;size:1024px 640px}.list{padding:0;background:none}.list *{-webkit-print-color-adjust:exact}.list .caption,.list .badge{display:none}.list .slide{float:none;margin:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.list .slide:before{display:none}.list .slide:after,.list .slide:target:after{bottom:80px;color:#CCC;text-shadow:none;line-height:18px;font-weight:normal;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.list .slide footer{display:none}.list .slide.cover,.list .slide.shout{z-index:1}.list .slide.cover:after,.list .slide.shout:after{content:''}.list .slide.cover{background:#000}
2 |
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/config.yml:
--------------------------------------------------------------------------------
1 | showoff:
2 | transition: NULL
3 |
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/css/spinner_bar.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/spinner_bar.gif
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/css/theme/images/ui-bg_diagonals-small_100_f0efea_40x40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-bg_diagonals-small_100_f0efea_40x40.png
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/css/theme/images/ui-bg_flat_35_f0f0f0_40x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-bg_flat_35_f0f0f0_40x100.png
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/css/theme/images/ui-bg_glass_55_fcf0ba_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-bg_glass_55_fcf0ba_1x400.png
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/css/theme/images/ui-bg_glow-ball_25_2e2e28_600x600.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-bg_glow-ball_25_2e2e28_600x600.png
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/css/theme/images/ui-bg_highlight-soft_100_f0efea_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-bg_highlight-soft_100_f0efea_1x100.png
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/css/theme/images/ui-bg_highlight-soft_25_327E04_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-bg_highlight-soft_25_327E04_1x100.png
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/css/theme/images/ui-bg_highlight-soft_25_5A9D1A_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-bg_highlight-soft_25_5A9D1A_1x100.png
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/css/theme/images/ui-bg_highlight-soft_95_ffedad_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-bg_highlight-soft_95_ffedad_1x100.png
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/css/theme/images/ui-bg_inset-soft_22_3b3b35_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-bg_inset-soft_22_3b3b35_1x100.png
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/css/theme/images/ui-icons_808080_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-icons_808080_256x240.png
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/css/theme/images/ui-icons_8DC262_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-icons_8DC262_256x240.png
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/css/theme/images/ui-icons_cd0a0a_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-icons_cd0a0a_256x240.png
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/css/theme/images/ui-icons_e7e6e4_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-icons_e7e6e4_256x240.png
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/css/theme/images/ui-icons_eeeeee_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-icons_eeeeee_256x240.png
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/css/theme/images/ui-icons_ffffff_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-icons_ffffff_256x240.png
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/css/theme/ui.accordion.css:
--------------------------------------------------------------------------------
1 | /* Accordion
2 | ----------------------------------*/
3 | .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
4 | .ui-accordion li {display: inline;}
5 | .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
6 | .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
7 | .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
8 | .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
9 | .ui-accordion .ui-accordion-content-active { display: block; }
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/css/theme/ui.all.css:
--------------------------------------------------------------------------------
1 | @import "ui.base.css";
2 | @import "ui.theme.css";
3 |
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/css/theme/ui.base.css:
--------------------------------------------------------------------------------
1 | @import url("ui.core.css");
2 |
3 | @import url("ui.accordion.css");
4 | @import url("ui.datepicker.css");
5 | @import url("ui.dialog.css");
6 | @import url("ui.progressbar.css");
7 | @import url("ui.resizable.css");
8 | @import url("ui.slider.css");
9 | @import url("ui.tabs.css");
10 |
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/css/theme/ui.progressbar.css:
--------------------------------------------------------------------------------
1 | /* Progressbar
2 | ----------------------------------*/
3 | .ui-progressbar { height:2em; text-align: left; }
4 | .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/css/theme/ui.tabs.css:
--------------------------------------------------------------------------------
1 | /* Tabs
2 | ----------------------------------*/
3 | .ui-tabs {padding: .2em;}
4 | .ui-tabs .ui-tabs-nav { padding: .2em .2em 0 .2em; position: relative; }
5 | .ui-tabs .ui-tabs-nav li { float: left; border-bottom: 0 !important; margin: 0 .2em -1px 0; padding: 0; list-style: none; }
6 | .ui-tabs .ui-tabs-nav li a { display:block; text-decoration: none; padding: .5em 1em; }
7 | .ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: .1em; border-bottom: 0; }
8 | .ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border: 0; background: none; }
9 | .ui-tabs .ui-tabs-hide { display: none !important; }
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/favicon.ico
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/js/onepage.js:
--------------------------------------------------------------------------------
1 | function setupOnePage() {
2 | sh_highlightDocument();
3 | centerSlides($("#slides > .slide"))
4 | }
5 |
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/js/sh_lang/sh_changelog.min.js:
--------------------------------------------------------------------------------
1 | if(!this.sh_languages){this.sh_languages={}}sh_languages.changelog=[[[/[\d]{2,4}-?[\d]{2}-?[\d]{2}/g,"sh_date",1,1],[/(^[ \t]+)(\*)([ \t]+)((?:[^:]+\:)?)/g,["sh_normal","sh_symbol","sh_normal","sh_file"],-1],[/(^[ \t]+)((?:[^:]+\:)?)/g,["sh_normal","sh_file"],-1]],[[/$/g,null,-2],[/(?:)[A-Za-z0-9_\.\/\-_~]+@[A-Za-z0-9_\.\/\-_~]+(?:>?)|(?:)[A-Za-z0-9_]+:\/\/[A-Za-z0-9_\.\/\-_~]+(?:>?)/g,"sh_url",-1],[/(?:[A-Za-z0-9_]|[`~!@#$%&*()_=+{}|;:",<.>\/?'\\[\]\^\-])+/g,"sh_name",-1]]];
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/js/sh_lang/sh_cucumber.min.js:
--------------------------------------------------------------------------------
1 | if(!this.sh_languages){this.sh_languages={};}
2 | sh_languages['cucumber']=[[[/#/g,'sh_comment',1],[/@/g,'sh_comment',1],[/Scenario:/g,'sh_keyword',1],[/Feature:/g,'sh_keyword',1],[/In order to/g,'sh_variable',1],[/As a/g,'sh_variable',1],[/I want to/g,'sh_variable',1],[/I wish to/g,'sh_variable',1],[/I can/g,'sh_variable',1],[/So that/g,'sh_variable',1],[/\b(?:Given|When|Then|And|But)\b/g,'sh_keyword',-1]],[[/$/g,null,-2]]];
3 |
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/js/sh_lang/sh_desktop.min.js:
--------------------------------------------------------------------------------
1 | if(!this.sh_languages){this.sh_languages={}}sh_languages.desktop=[[[/#/g,"sh_comment",1],[/\[.*\]/g,"sh_section",1],[/([^="\[]+)((?:\[.+\])*)([ \t]*)(=)/g,["sh_type","sh_paren","sh_normal","sh_symbol"],-1]],[[/$/g,null,-2]]];
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/js/sh_lang/sh_diff.min.js:
--------------------------------------------------------------------------------
1 | if(!this.sh_languages){this.sh_languages={}}sh_languages.diff=[[[/(?=^[-]{3})/g,"sh_oldfile",1,1],[/(?=^[*]{3})/g,"sh_oldfile",3,1],[/(?=^[\d])/g,"sh_difflines",6,1]],[[/^[-]{3}/g,"sh_oldfile",2],[/^[-]/g,"sh_oldfile",2],[/^[+]/g,"sh_newfile",2],[/^@@/g,"sh_difflines",2]],[[/$/g,null,-2]],[[/^[*]{3}[ \t]+[\d]/g,"sh_oldfile",4],[/^[*]{3}/g,"sh_oldfile",2],[/^[-]{3}[ \t]+[\d]/g,"sh_newfile",5],[/^[-]{3}/g,"sh_newfile",2]],[[/^[\s]/g,"sh_normal",2],[/(?=^[-]{3})/g,"sh_newfile",-2]],[[/^[\s]/g,"sh_normal",2],[/(?=^[*]{3})/g,"sh_newfile",-2],[/^diff/g,"sh_normal",2]],[[/^[\d]/g,"sh_difflines",2],[/^[<]/g,"sh_oldfile",2],[/^[>]/g,"sh_newfile",2]]];
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/js/sh_lang/sh_ldap.min.js:
--------------------------------------------------------------------------------
1 | if(!this.sh_languages){this.sh_languages={}}sh_languages.ldap=[[[/#/g,"sh_comment",1],[/(\b[A-Za-z0-9_]+:)((?:[^,=]*$)?)/g,["sh_keyword","sh_string"],-1],[/([A-Za-z0-9_]+)(=)([^,]+)(,?)/g,["sh_attribute","sh_symbol","sh_string","sh_symbol"],-1]],[[/$/g,null,-2]]];
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/js/sh_lang/sh_lsm.min.js:
--------------------------------------------------------------------------------
1 | if(!this.sh_languages){this.sh_languages={}}sh_languages.lsm=[[[/\b(?:Begin[\d]*|End)\b/g,"sh_keyword",-1],[/^[A-Za-z0-9_-]+:/g,"sh_type",-1],[/(?:)[A-Za-z0-9_\.\/\-_~]+@[A-Za-z0-9_\.\/\-_~]+(?:>?)|(?:)[A-Za-z0-9_]+:\/\/[A-Za-z0-9_\.\/\-_~]+(?:>?)/g,"sh_url",-1]]];
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/js/sh_lang/sh_properties.min.js:
--------------------------------------------------------------------------------
1 | if(!this.sh_languages){this.sh_languages={}}sh_languages.properties=[[[/#/g,"sh_comment",1],[/!/g,"sh_comment",1],[/([^="]+)([ \t]*)(=)/g,["sh_type","sh_normal","sh_symbol"],-1]],[[/$/g,null,-2]]];
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/js/sh_lang/sh_spec.min.js:
--------------------------------------------------------------------------------
1 | if(!this.sh_languages){this.sh_languages={}}sh_languages.spec=[[[/#/g,"sh_comment",1],[/^[A-Za-z0-9_-]+:/g,"sh_keyword",-1],[/(?:)[A-Za-z0-9_\.\/\-_~]+@[A-Za-z0-9_\.\/\-_~]+(?:>?)|(?:)[A-Za-z0-9_]+:\/\/[A-Za-z0-9_\.\/\-_~]+(?:>?)/g,"sh_url",-1],[/\b[+-]?(?:(?:0x[A-Fa-f0-9]+)|(?:(?:[\d]*\.)?[\d]+(?:[eE][+-]?[\d]+)?))u?(?:(?:int(?:8|16|32|64))|L)?\b/g,"sh_number",-1],[/\$[A-Za-z0-9_]+/g,"sh_variable",-1],[/%(?:\{?)[A-Za-z0-9_]+(?:\}?)/g,"sh_preproc",-1]],[[/$/g,null,-2]]];
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/js/sh_lang/sh_xorg.min.js:
--------------------------------------------------------------------------------
1 | if(!this.sh_languages){this.sh_languages={}}sh_languages.xorg=[[[/#/g,"sh_comment",1],[/\b[+-]?(?:(?:0x[A-Fa-f0-9]+)|(?:(?:[\d]*\.)?[\d]+(?:[eE][+-]?[\d]+)?))u?(?:(?:int(?:8|16|32|64))|L)?\b/g,"sh_number",-1],[/"/g,"sh_string",2],[/'/g,"sh_string",3],[/\b(?:End)?(?:Sub)*Section\b/g,"sh_keyword",-1],[/[A-Za-z0-9_]+/g,"sh_type",-1]],[[/$/g,null,-2]],[[/"/g,"sh_string",-2],[/\\./g,"sh_specialchar",-1]],[[/'/g,"sh_string",-2],[/\\./g,"sh_specialchar",-1]]];
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/js/showoffcore.js:
--------------------------------------------------------------------------------
1 | // Make CORE.out() write to showoff 'result' global variable http://github.com/scottbale/showoff
2 | (function(CORE){
3 |
4 | CORE.require = function(toImport){
5 | //nothing to do
6 | };
7 | CORE.out = function(output){
8 | result = result || '';
9 | result = result + '' + output + '
';
10 | };
11 |
12 | return CORE;
13 | }(CORE));
--------------------------------------------------------------------------------
/libraries/frameworks/showoff/layouts/slide.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | {{{ slide.header }}}
4 | {{{ slide.content }}}
5 |
6 |
7 |
--------------------------------------------------------------------------------
/libraries/frameworks/slideous/layouts/deck.html:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 | {{> head }}
6 | {{{ page.stylesheets }}}
7 |
8 |
9 |
10 | {{> statusbar }}
11 |
12 |
13 |
14 |
First Slide
15 |
16 |
20 | {{{ page.content }}}
21 |
22 | {{> javascripts }}
23 |
24 |
25 |
--------------------------------------------------------------------------------
/libraries/frameworks/slideous/layouts/slide.html:
--------------------------------------------------------------------------------
1 |
2 |
{{{ slide.title }}}
3 | {{{ slide.content }}}
4 |
5 |
--------------------------------------------------------------------------------
/libraries/frameworks/slideous/partials/head.html:
--------------------------------------------------------------------------------
1 | Slideous
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraries/highlighters/highlight.js/css/brown_papersq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/highlighters/highlight.js/css/brown_papersq.png
--------------------------------------------------------------------------------
/libraries/highlighters/highlight.js/css/pojoaque.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/highlighters/highlight.js/css/pojoaque.jpg
--------------------------------------------------------------------------------
/libraries/highlighters/highlight.js/css/school_book.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/highlighters/highlight.js/css/school_book.png
--------------------------------------------------------------------------------
/libraries/highlighters/highlight.js/highlight.js.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/libraries/widgets/ace/config.yml:
--------------------------------------------------------------------------------
1 | ace:
2 | js: js/ace.js
3 |
--------------------------------------------------------------------------------
/libraries/widgets/ace/css/aceeditor.css:
--------------------------------------------------------------------------------
1 | .ace_editor {
2 | height: 150px;
3 | position: relative;
4 | border-top: 40px;
5 | border: 1px solid #DDD;
6 | border-radius: 4px;
7 | border-bottom-right-radius: 0px;
8 | margin-top: 10px;
9 | }
--------------------------------------------------------------------------------
/libraries/widgets/ace/js/ext-spellcheck.js:
--------------------------------------------------------------------------------
1 | ace.define("ace/ext/spellcheck",["require","exports","module"],function(e,t,n){text.spellcheck=!0,host.on("nativecontextmenu",function(e){if(!host.selection.isEmpty())return;var t=host.getCursorPosition(),n=host.session.getWordRange(t.row,t.column),r=host.session.getTextRange(n);host.session.tokenRe.lastIndex=0;if(!host.session.tokenRe.test(r))return;var e=r+" "+PLACEHOLDER;text.value=e,text.setSelectionRange(r.length+1,r.length+1),text.setSelectionRange(0,0),inputHandler=function(t){if(t==e)return"";if(t.lastIndexOf(e)==t.length-e.length)return t.slice(0,-e.length);if(t.indexOf(e)==0)return t.slice(e.length);if(t.slice(-2)==PLACEHOLDER){var r=t.slice(0,-2);if(r.slice(-1)==" ")return r=r.slice(0,-1),host.session.replace(n,r),r}return t}})})
--------------------------------------------------------------------------------
/libraries/widgets/ace/js/mode-text.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/ace/js/mode-text.js
--------------------------------------------------------------------------------
/libraries/widgets/bootstrap/bootstrap.html:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/libraries/widgets/bootstrap/config.yml:
--------------------------------------------------------------------------------
1 | bootstrap:
2 | css: css/bootstrap.css
3 | js: [js/bootstrap.min.js, "js/bootbox.min.js"]
4 |
5 |
--------------------------------------------------------------------------------
/libraries/widgets/bootstrap/img/glyphicons-halflings-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootstrap/img/glyphicons-halflings-white.png
--------------------------------------------------------------------------------
/libraries/widgets/bootstrap/img/glyphicons-halflings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootstrap/img/glyphicons-halflings.png
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/.travis.yml:
--------------------------------------------------------------------------------
1 | branches:
2 | only:
3 | - master
4 | - gh-pages
5 |
6 | language: node_js
7 |
8 | node_js:
9 | - "0.8.11"
10 |
11 | before_install:
12 | - npm install -g grunt-cli recess bower
13 | - bower install bootstrap
14 |
15 | script: "grunt swatch"
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/CNAME:
--------------------------------------------------------------------------------
1 | bootswatch.com
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/amelia/thumbnail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/amelia/thumbnail.png
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/cerulean/thumbnail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/cerulean/thumbnail.png
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/component.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "bootswatch",
3 | "description": "Bootswatch is a collection of themes for Bootstrap.",
4 | "version": "2.3.1",
5 | "author": "Thomas Park",
6 | "homepage": "http://bootswatch.com",
7 | "repository": {
8 | "type": "git",
9 | "url": "git://github.com/thomaspark/bootswatch.git"
10 | },
11 | "dependencies": {
12 | "bootstrap": "~2.3.1"
13 | },
14 | "licenses": [
15 | {
16 | "type": "Apache-2.0",
17 | "url": "http://www.apache.org/licenses/LICENSE-2.0"
18 | }
19 | ]
20 | }
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/composer.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "thomaspark/bootswatch",
3 | "description": "Themes for Twitter Bootstrap",
4 | "licenses": "Apache-2.0",
5 | "authors": [
6 | {
7 | "name": "thomaspark",
8 | "email": "hello@thomaspark.me"
9 | }
10 | ]
11 | }
12 |
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/cosmo/thumbnail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/cosmo/thumbnail.png
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/cyborg/thumbnail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/cyborg/thumbnail.png
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/favicon.ico
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/font/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/font/FontAwesome.otf
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/font/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/font/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/font/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/font/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/font/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/font/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/global/build-responsive.less:
--------------------------------------------------------------------------------
1 | @import "../components/bootstrap/less/responsive.less";
2 | @import "variables.less";
3 | @import "../global/global.less";
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/global/build.less:
--------------------------------------------------------------------------------
1 | @import "../components/bootstrap/less/bootstrap.less";
2 | @import "variables.less";
3 | @import "../global/global.less";
4 | @import "bootswatch.less";
5 | @import "../components/bootstrap/less/utilities.less";
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/global/global.less:
--------------------------------------------------------------------------------
1 | @iconSpritePath: "../img/glyphicons-halflings.png";
2 | @iconWhiteSpritePath: "../img/glyphicons-halflings-white.png";
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/img/carboncostume.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/img/carboncostume.png
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/img/glyphicons-halflings-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/img/glyphicons-halflings-white.png
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/img/glyphicons-halflings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/img/glyphicons-halflings.png
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/img/maxcdn.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/img/maxcdn.gif
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/journal/thumbnail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/journal/thumbnail.png
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/js/bsa.js:
--------------------------------------------------------------------------------
1 | (function(){
2 | var bsa = document.createElement('script');
3 | bsa.type = 'text/javascript';
4 | bsa.async = true;
5 | bsa.src = 'http://s3.buysellads.com/ac/bsa.js';
6 | (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);
7 | })();
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "bootswatch",
3 | "description": "Bootswatch is a collection of themes for Bootstrap.",
4 | "version": "2.3.1",
5 | "author": "Thomas Park",
6 | "homepage": "http://bootswatch.com/",
7 | "license": "Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0",
8 | "repository": {
9 | "type": "git",
10 | "url": "git://github.com/thomaspark/bootswatch.git"
11 | },
12 | "engines": {
13 | "node": ">= 0.8.11"
14 | },
15 | "devDependencies": {
16 | "grunt": "~0.4.0",
17 | "grunt-recess": "~0.3.1",
18 | "grunt-contrib-concat": "~0.1.3",
19 | "grunt-contrib-clean": "~0.4.0"
20 | }
21 | }
22 |
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/readable/thumbnail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/readable/thumbnail.png
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/shamrock/thumbnail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/shamrock/thumbnail.png
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/simplex/thumbnail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/simplex/thumbnail.png
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/slate/thumbnail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/slate/thumbnail.png
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/spacelab/thumbnail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/spacelab/thumbnail.png
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/spruce/thumbnail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/spruce/thumbnail.png
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/superhero/thumbnail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/superhero/thumbnail.png
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/swatchmaker/img/glyphicons-halflings-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/swatchmaker/img/glyphicons-halflings-white.png
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/swatchmaker/img/glyphicons-halflings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/swatchmaker/img/glyphicons-halflings.png
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/swatchmaker/swatchmaker-responsive.less:
--------------------------------------------------------------------------------
1 | @import "bootstrap/less/responsive.less";
2 | @import "swatch/variables.less";
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/swatchmaker/swatchmaker.less:
--------------------------------------------------------------------------------
1 | @import "bootstrap/less/bootstrap.less";
2 | @import "swatch/variables.less";
3 | @import "swatch/bootswatch.less";
4 | @import "bootstrap/less/utilities.less";
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/swatchmaker/watcher.rb:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env ruby
2 |
3 | require 'rubygems'
4 | require 'directory_watcher'
5 |
6 | dw = DirectoryWatcher.new 'swatch'
7 | dw.interval = 1.0
8 | dw.add_observer do |*args|
9 | args.each do |event|
10 | if /less/ =~ event.path
11 | `make bootswatch`
12 | puts "#{Time.now.strftime("%I:%M:%S")} make bootswatch (since #{event.path} #{event.type})"
13 | end
14 | end
15 | end
16 |
17 | dw.start
18 | gets # when the user hits "enter" the script will terminate
19 | dw.stop
--------------------------------------------------------------------------------
/libraries/widgets/bootswatch/united/thumbnail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/united/thumbnail.png
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/.gitignore:
--------------------------------------------------------------------------------
1 | .DS_Store
2 | docs/build/html-mathjax-site
3 | config/local/*.js
4 | !config/local/local.js
5 | unpacked/config/local/*.js
6 | !unpacked/config/local/local.js
7 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_AMS-Regular.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_AMS-Regular.otf
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Bold.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Bold.otf
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Regular.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Regular.otf
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Bold.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Bold.otf
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Regular.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Regular.otf
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Bold.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Bold.otf
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Italic.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Italic.otf
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Regular.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Regular.otf
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Math-BoldItalic.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Math-BoldItalic.otf
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Math-Italic.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Math-Italic.otf
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Math-Regular.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Math-Regular.otf
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Bold.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Bold.otf
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Italic.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Italic.otf
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Regular.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Regular.otf
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Script-Regular.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Script-Regular.otf
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size1-Regular.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size1-Regular.otf
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size2-Regular.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size2-Regular.otf
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size3-Regular.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size3-Regular.otf
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size4-Regular.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size4-Regular.otf
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Typewriter-Regular.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Typewriter-Regular.otf
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_WinChrome-Regular.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_WinChrome-Regular.otf
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_WinIE6-Regular.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_WinIE6-Regular.otf
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/images/CloseX-31.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/images/CloseX-31.png
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/images/MenuArrow-15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/images/MenuArrow-15.png
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/element/mml/optable/CombDiacritMarks.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/element/mml/optable/CombDiacritMarks.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u0311":c.ACCENT}}});MathJax.Ajax.loadComplete(a.optableDir+"/CombDiacritMarks.js")})(MathJax.ElementJax.mml);
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/element/mml/optable/CombDiactForSymbols.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/element/mml/optable/CombDiactForSymbols.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u20DB":c.ACCENT,"\u20DC":c.ACCENT}}});MathJax.Ajax.loadComplete(a.optableDir+"/CombDiactForSymbols.js")})(MathJax.ElementJax.mml);
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/element/mml/optable/Dingbats.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/element/mml/optable/Dingbats.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{prefix:{"\u2772":c.OPEN},postfix:{"\u2773":c.CLOSE}}});MathJax.Ajax.loadComplete(a.optableDir+"/Dingbats.js")})(MathJax.ElementJax.mml);
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/element/mml/optable/GreekAndCoptic.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/element/mml/optable/GreekAndCoptic.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{infix:{"\u03F6":c.REL}}});MathJax.Ajax.loadComplete(a.optableDir+"/GreekAndCoptic.js")})(MathJax.ElementJax.mml);
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/element/mml/optable/Latin1Supplement.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/element/mml/optable/Latin1Supplement.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u00B0":c.ORD,"\u00B4":c.ACCENT,"\u00B8":c.ACCENT}}});MathJax.Ajax.loadComplete(a.optableDir+"/Latin1Supplement.js")})(MathJax.ElementJax.mml);
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/element/mml/optable/LetterlikeSymbols.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/element/mml/optable/LetterlikeSymbols.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{prefix:{"\u2145":c.ORD21,"\u2146":[2,0,b.ORD]}}});MathJax.Ajax.loadComplete(a.optableDir+"/LetterlikeSymbols.js")})(MathJax.ElementJax.mml);
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/element/mml/optable/MiscSymbolsAndArrows.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{infix:{"\u2B45":c.RELSTRETCH,"\u2B46":c.RELSTRETCH}}});MathJax.Ajax.loadComplete(a.optableDir+"/MiscSymbolsAndArrows.js")})(MathJax.ElementJax.mml);
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/element/mml/optable/SpacingModLetters.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/element/mml/optable/SpacingModLetters.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u02CD":c.WIDEACCENT,"\u02DA":c.ACCENT,"\u02DD":c.ACCENT,"\u02F7":c.WIDEACCENT}}});MathJax.Ajax.loadComplete(a.optableDir+"/SpacingModLetters.js")})(MathJax.ElementJax.mml);
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/input/MathML/entities/j.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/input/MathML/entities/j.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | (function(a){MathJax.Hub.Insert(a.Parse.Entity,{Jcirc:"\u0134",Jcy:"\u0419",Jsercy:"\u0408",Jukcy:"\u0404",jcirc:"\u0135",jcy:"\u0439",jsercy:"\u0458",jukcy:"\u0454"});MathJax.Ajax.loadComplete(a.entityDir+"/j.js")})(MathJax.InputJax.MathML);
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/input/MathML/entities/k.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/input/MathML/entities/k.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | (function(a){MathJax.Hub.Insert(a.Parse.Entity,{KHcy:"\u0425",KJcy:"\u040C",Kappa:"\u039A",Kcedil:"\u0136",Kcy:"\u041A",kcedil:"\u0137",kcy:"\u043A",kgreen:"\u0138",khcy:"\u0445",kjcy:"\u045C"});MathJax.Ajax.loadComplete(a.entityDir+"/k.js")})(MathJax.InputJax.MathML);
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/input/MathML/entities/q.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/input/MathML/entities/q.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | (function(a){MathJax.Hub.Insert(a.Parse.Entity,{QUOT:"\u0022",qint:"\u2A0C",qprime:"\u2057",quaternions:"\u210D",quatint:"\u2A16",quest:"\u003F",questeq:"\u225F",quot:"\u0022"});MathJax.Ajax.loadComplete(a.entityDir+"/q.js")})(MathJax.InputJax.MathML);
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/input/MathML/entities/w.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/input/MathML/entities/w.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | (function(a){MathJax.Hub.Insert(a.Parse.Entity,{Wcirc:"\u0174",wcirc:"\u0175",wedbar:"\u2A5F",wedge:"\u2227",wedgeq:"\u2259",wp:"\u2118",wr:"\u2240",wreath:"\u2240"});MathJax.Ajax.loadComplete(a.entityDir+"/w.js")})(MathJax.InputJax.MathML);
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/ControlPictures.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/ControlPictures.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold"],{9251:[31,120,500,40,460]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Bold/ControlPictures.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedD.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedD.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold"],{42898:[691,19,769,27,734]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Bold/LatinExtendedD.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscSymbols.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscSymbols.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold"],{9837:[740,5,437,86,389],9838:[818,210,490,97,393],9839:[818,210,490,52,438]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Bold/MiscSymbols.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuperAndSubscripts.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuperAndSubscripts.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold"],{8319:[700,-275,491,15,478]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Bold/SuperAndSubscripts.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CombDiactForSymbols.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CombDiactForSymbols.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold-italic"],{8413:[760,254,0,-753,256]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/BoldItalic/CombDiactForSymbols.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/ControlPictures.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/ControlPictures.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold-italic"],{9251:[31,120,500,40,460]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/BoldItalic/ControlPictures.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ControlPictures.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ControlPictures.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-italic"],{9251:[16,120,500,40,460]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Italic/ControlPictures.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathOperators.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathOperators.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-italic"],{8706:[668,11,471,40,471],8722:[286,-220,675,86,590]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Italic/MathOperators.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ij.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ij.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-italic"],{120484:[441,11,278,47,235],120485:[441,207,278,-124,246]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Italic/ij.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CJK.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CJK.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{12306:[662,0,685,10,672],12336:[417,-93,1412,45,1367]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/CJK.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ControlPictures.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ControlPictures.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{9251:[16,120,500,40,460]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/ControlPictures.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Hiragana.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Hiragana.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{12398:[661,41,901,37,840]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/Hiragana.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedD.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedD.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{42791:[683,233,481,9,427],42898:[676,14,734,18,700]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/LatinExtendedD.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Specials.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Specials.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{65533:[662,217,872,55,817]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/Specials.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuperAndSubscripts.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuperAndSubscripts.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{8319:[676,-270,541,57,484]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/SuperAndSubscripts.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ij.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ij.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{120484:[441,11,278,47,235],120485:[441,207,278,-124,246]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/ij.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/All.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/All.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXNonUnicode-bold"],{32:[0,0,250,0,0],160:[0,0,250,0,0]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/NonUnicode/Bold/All.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/All.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/All.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXNonUnicode-bold-italic"],{32:[0,0,250,0,0],160:[0,0,250,0,0]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/NonUnicode/BoldItalic/All.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/All.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/All.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXNonUnicode-italic"],{32:[0,0,250,0,0],160:[0,0,250,0,0]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/NonUnicode/Italic/All.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/All.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/All.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXNonUnicode,{32:[0,0,250,0,0],160:[0,0,250,0,0]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/NonUnicode/Regular/All.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/All.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/All.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXSizeOneSym-bold"],{8512:[1500,-22,1341,60,1281]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/SizeOneSym/Bold/All.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{770:[845,-561,0,-2347,13],771:[899,-628,0,-2332,-3]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/CombDiacritMarks.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{10003:[706,34,833,84,749],10016:[716,22,833,48,786]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/Dingbats.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{9416:[709,175,902,8,894]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/EnclosedAlphanum.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{8245:[560,-43,275,12,244]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/GeneralPunctuation.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{989:[605,85,778,55,719],1008:[434,6,667,37,734]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/GreekAndCoptic.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{295:[695,13,540,42,562]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/LatinExtendedA.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{10731:[716,132,667,56,611]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/MiscMathSymbolsB.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{9733:[694,111,944,49,895]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/MiscSymbols.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{8994:[378,-122,778,55,722],8995:[378,-143,778,55,722]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/MiscTechnical.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{710:[845,-561,2333,-14,2346],732:[899,-628,2333,1,2330]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/SpacingModLetters.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Fraktur-bold"],{160:[0,0,250,0,0],8216:[708,-411,254,53,187],8217:[692,-394,254,58,193]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Fraktur/Bold/Other.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_Fraktur,{160:[0,0,250,0,0],8216:[708,-410,215,45,158],8217:[692,-395,215,49,163]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Fraktur/Regular/Other.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-bold"],{8407:[723,-513,0,-542,-33]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Bold/CombDiactForSymbols.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-bold"],{305:[452,8,394,24,367]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Bold/LatinExtendedA.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-bold"],{567:[451,201,439,-12,420]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Bold/LatinExtendedB.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-bold"],{10216:[750,249,447,127,382],10217:[750,249,447,64,319]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Bold/MiscMathSymbolsA.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-italic"],{160:[0,0,250,0,0]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Italic/Latin1Supplement.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-italic"],{8463:[695,13,540,42,562]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Italic/LetterlikeSymbols.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_Main,{730:[715,-542,500,147,352]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Regular/SpacingModLetters.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_Script,{160:[0,0,250,0,0]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Script/Regular/Other.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.OutputJax.SVG.FONTDATA.FONTS.MathJax_Fraktur={directory:"Fraktur/Regular",family:"MathJax_Fraktur",id:"MJFRAK",Ranges:[[0,127,"BasicLatin"],[128,57343,"Other"],[58112,58128,"PUA"]]};MathJax.Ajax.loadComplete(MathJax.OutputJax.SVG.fontDir+"/Fraktur/Regular/Main.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax.SVG.FONTDATA.FONTS["MathJax_Main-italic"],{8710:[716,0,818,70,751,""]});MathJax.Ajax.loadComplete(MathJax.OutputJax.SVG.fontDir+"/Main/Italic/MathOperators.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js:
--------------------------------------------------------------------------------
1 | /*
2 | * /MathJax/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js
3 | *
4 | * Copyright (c) 2012 Design Science, Inc.
5 | *
6 | * Part of the MathJax library.
7 | * See http://www.mathjax.org for details.
8 | *
9 | * Licensed under the Apache License, Version 2.0;
10 | * you may not use this file except in compliance with the License.
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | */
14 |
15 | MathJax.Hub.Insert(MathJax.OutputJax.SVG.FONTDATA.FONTS.MathJax_Main,{8710:[716,0,833,46,786,""]});MathJax.Ajax.loadComplete(MathJax.OutputJax.SVG.fontDir+"/Main/Regular/MathOperators.js");
16 |
17 |
--------------------------------------------------------------------------------
/libraries/widgets/nvd3/config.yml:
--------------------------------------------------------------------------------
1 | nvd3:
2 | css: css/nv.d3.css
3 | jshead: [js/d3.v2.min.js, "http://nvd3.org/nv.d3.js", js/fisheye.js]
4 | extensions: js/fisheye.js
5 |
--------------------------------------------------------------------------------
/libraries/widgets/nvd3/nvd3.html:
--------------------------------------------------------------------------------
1 | {{# page.nvd3.extensions }}
2 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/libraries/widgets/popcornjs/config.yml:
--------------------------------------------------------------------------------
1 | popcornjs:
2 | js: [js/popcorn-complete.min.js, js/popcorn-custom.js]
3 |
--------------------------------------------------------------------------------
/libraries/widgets/popcornjs/layouts/popcorn.html:
--------------------------------------------------------------------------------
1 | {{{ slide.content }}}
2 |
--------------------------------------------------------------------------------
/libraries/widgets/popcornjs/popcornjs.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | {{# page.popcornjs.player }}
4 |
13 | {{/ page.popcornjs.player }}
14 |
--------------------------------------------------------------------------------
/libraries/widgets/quiz/README.md:
--------------------------------------------------------------------------------
1 | jquery.quiz.js
2 | ==============
3 |
4 | A jQuery plugin that generates interactive quizzes from lists and so on.
--------------------------------------------------------------------------------
/libraries/widgets/quiz/config.yml:
--------------------------------------------------------------------------------
1 | quiz:
2 | css: css/demo.css
3 | js: [js/jquery.quiz.js, js/mustache.min.js, js/quiz-app.js]
4 |
--------------------------------------------------------------------------------
/libraries/widgets/quiz/img/correct-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/quiz/img/correct-icon.png
--------------------------------------------------------------------------------
/libraries/widgets/quiz/img/incorrect-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/quiz/img/incorrect-icon.png
--------------------------------------------------------------------------------
/libraries/widgets/quiz/layouts/buttons.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | {{# slide.blocks }}
7 |
8 | {{{ html }}}
9 |
10 | {{/ slide.blocks }}
11 |
--------------------------------------------------------------------------------
/libraries/widgets/quiz/layouts/checkbox.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: slide
3 | ---
4 |
5 |
6 | {{{ slide.content }}}
7 | {{> buttons }}
8 |
9 |
--------------------------------------------------------------------------------
/libraries/widgets/quiz/layouts/multitext.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: slide
3 | ---
4 |
5 |
6 | {{{ slide.content }}}
7 | {{> buttons }}
8 |
9 |
--------------------------------------------------------------------------------
/libraries/widgets/quiz/layouts/radio.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: slide
3 | ---
4 |
5 |
6 | {{{ slide.content }}}
7 | {{> buttons }}
8 |
9 |
--------------------------------------------------------------------------------
/libraries/widgets/quiz/layouts/radio2.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: slide
3 | ---
4 |
5 |
6 |
7 | {{{ slide.image.html }}}
8 |
9 |
10 |
11 | {{{ slide.content }}}
12 | {{> buttons }}
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/libraries/widgets/quiz/layouts/text.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: slide
3 | ---
4 |
5 |
6 | {{{ slide.content }}}
7 |
8 | {{> buttons }}
9 |
10 |
--------------------------------------------------------------------------------
/libraries/widgets/quiz/quiz.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/libraries/widgets/scianimator/config.yml:
--------------------------------------------------------------------------------
1 | scianimator:
2 | jshead: js/jquery.scianimator.pack.js
3 | css: [css/scianimator.css, css/scianimator.light.css]
4 |
--------------------------------------------------------------------------------
/libraries/widgets/scianimator/css/styles.css:
--------------------------------------------------------------------------------
1 | body {
2 | margin: 20px;
3 | }
--------------------------------------------------------------------------------
/libraries/widgets/scianimator/scianimator.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/libraries/widgets/shiny/css/ace-shiny.css:
--------------------------------------------------------------------------------
1 | .ace_editor {
2 | height: 150px;
3 | position: relative;
4 | border-top: 40px;
5 | border: 1px solid #DDD;
6 | border-radius: 4px;
7 | border-bottom-right-radius: 0px;
8 | margin-top: 10px;
9 | }
10 |
11 | /* Source: http://snipplr.com/view/10979/css-cross-browser-word-wrap */
12 | div.wordwrap {
13 | white-space: pre-wrap; /* CSS3 */
14 | white-space: -moz-pre-wrap; /* Firefox */
15 | white-space: -pre-wrap; /* Opera <7 */
16 | white-space: -o-pre-wrap; /* Opera 7 */
17 | word-wrap: break-word; /* IE */
18 | }
--------------------------------------------------------------------------------
/libraries/widgets/shiny/js/actionbutton.js:
--------------------------------------------------------------------------------
1 | jQuery(function($) {
2 | var actionButtonBinding = new Shiny.InputBinding();
3 | $.extend(actionButtonBinding, {
4 | find: function(scope) {
5 | return $(scope).find(".action-button");
6 | },
7 | getValue: function(el) {
8 | var val = $(el).data('val') || 0;
9 | $(el).data('val', val + 1);
10 | return val;
11 | },
12 | setValue: function(el, value) {
13 | },
14 | subscribe: function(el, callback) {
15 | $(el).on("click.actionButton", function(e) {
16 | callback();
17 | });
18 | },
19 | unsubscribe: function(el) {
20 | $(el).off(".actionButton");
21 | }
22 | });
23 | Shiny.inputBindings.register(actionButtonBinding);
24 | })
--------------------------------------------------------------------------------
/libraries/widgets/shiny/layouts/shiny.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: slide
3 | ---
4 |
5 |
6 |
7 |
10 |
11 |
12 | {{{ slide.output.html }}}
13 |
14 |
15 |
16 |
21 |
--------------------------------------------------------------------------------
/libraries/widgets/shiny/layouts/tryr.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: slide
3 | ---
4 |
5 |
22 |
23 |
--------------------------------------------------------------------------------
/libraries/widgets/shiny/layouts/tryr2.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: slide
3 | ---
4 |
5 | {{{ slide.content }}}
6 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/libraries/widgets/shiny/shiny.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/makefile:
--------------------------------------------------------------------------------
1 | publish:
2 | rm -rf .git && \
3 | git init && git add . && git commit -am 'update examples' && \
4 | git push git@github.com:ramnathv/slidifyExamples master:gh-pages --force
--------------------------------------------------------------------------------