diff --git a/callouts/1.pdf b/callouts/1.pdf new file mode 100755 index 000000000..e2e678f8f Binary files /dev/null and b/callouts/1.pdf differ diff --git a/callouts/1.png b/callouts/1.png new file mode 100755 index 000000000..7d473430b Binary files /dev/null and b/callouts/1.png differ diff --git a/callouts/10.pdf b/callouts/10.pdf new file mode 100755 index 000000000..4fa51cefe Binary files /dev/null and b/callouts/10.pdf differ diff --git a/callouts/10.png b/callouts/10.png new file mode 100755 index 000000000..997bbc824 Binary files /dev/null and b/callouts/10.png differ diff --git a/callouts/11.pdf b/callouts/11.pdf new file mode 100755 index 000000000..b2251168a Binary files /dev/null and b/callouts/11.pdf differ diff --git a/callouts/11.png b/callouts/11.png new file mode 100755 index 000000000..ce47dac3f Binary files /dev/null and b/callouts/11.png differ diff --git a/callouts/2.pdf b/callouts/2.pdf new file mode 100755 index 000000000..32dd28526 Binary files /dev/null and b/callouts/2.pdf differ diff --git a/callouts/2.png b/callouts/2.png new file mode 100755 index 000000000..5d09341b2 Binary files /dev/null and b/callouts/2.png differ diff --git a/callouts/3.pdf b/callouts/3.pdf new file mode 100755 index 000000000..c5f4f06ff Binary files /dev/null and b/callouts/3.pdf differ diff --git a/callouts/3.png b/callouts/3.png new file mode 100755 index 000000000..ef7b70047 Binary files /dev/null and b/callouts/3.png differ diff --git a/callouts/4.pdf b/callouts/4.pdf new file mode 100755 index 000000000..5df555d92 Binary files /dev/null and b/callouts/4.pdf differ diff --git a/callouts/4.png b/callouts/4.png new file mode 100755 index 000000000..adb8364eb Binary files /dev/null and b/callouts/4.png differ diff --git a/callouts/5.pdf b/callouts/5.pdf new file mode 100755 index 000000000..96c1ba282 Binary files /dev/null and b/callouts/5.pdf differ diff --git a/callouts/5.png b/callouts/5.png new file mode 100755 index 000000000..4d7eb4600 Binary files /dev/null and b/callouts/5.png differ diff --git a/callouts/6.pdf b/callouts/6.pdf new file mode 100755 index 000000000..99b454b05 Binary files /dev/null and b/callouts/6.pdf differ diff --git a/callouts/6.png b/callouts/6.png new file mode 100755 index 000000000..0ba694af6 Binary files /dev/null and b/callouts/6.png differ diff --git a/callouts/7.pdf b/callouts/7.pdf new file mode 100755 index 000000000..2e6827f81 Binary files /dev/null and b/callouts/7.pdf differ diff --git a/callouts/7.png b/callouts/7.png new file mode 100755 index 000000000..472e96f8a Binary files /dev/null and b/callouts/7.png differ diff --git a/callouts/8.pdf b/callouts/8.pdf new file mode 100755 index 000000000..159ac764a Binary files /dev/null and b/callouts/8.pdf differ diff --git a/callouts/8.png b/callouts/8.png new file mode 100755 index 000000000..5e60973c2 Binary files /dev/null and b/callouts/8.png differ diff --git a/callouts/9.pdf b/callouts/9.pdf new file mode 100755 index 000000000..60a2e70a5 Binary files /dev/null and b/callouts/9.pdf differ diff --git a/callouts/9.png b/callouts/9.png new file mode 100755 index 000000000..a0676d26c Binary files /dev/null and b/callouts/9.png differ diff --git a/theme/pdf/pdf.css b/theme/pdf/pdf.css index 5120523ea..e5e40bb93 100644 --- a/theme/pdf/pdf.css +++ b/theme/pdf/pdf.css @@ -3,8 +3,43 @@ /*--------Put Your Custom CSS Rules Below--------*/ /*--- This oneoff overrides the code in https://github.com/oreillymedia/animal_theme/blob/master/pdf/pdf.css---*/ +/* right align */ + +.alignmeright +{ + text-align: right; +} + +/* Font fall backs */ +p +{ + font-family: "MinionPro", "Symbola", "Arial Unicode MS", "DejaVu Sans", "Code2000"; +} + + + + +table tbody tr td p +{ + font-family: "MinionPro", "Symbola", "Arial Unicode MS", "DejaVu Sans", "Code2000"; +} + +pre[data-type="programlisting"] +{ + font-family: "UbuntuMono", "Arial Unicode MS", "Code2000"; +} +code +{ + font-family: "UbuntuMono", "Arial Unicode MS", "DejaVu Sans", "Code2000"; +} + + + + + /*----Uncomment to turn on automatic code wrapping + pre { white-space: pre-wrap; word-wrap: break-word; diff --git a/theme/pdf/pdf.xsl b/theme/pdf/pdf.xsl new file mode 100644 index 000000000..0eea4a899 --- /dev/null +++ b/theme/pdf/pdf.xsl @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file