prophecy 0.2.5 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/bin/kindlegen.exe +0 -0
  3. data/bin/kindlegen_linux +0 -0
  4. data/bin/kindlegen_mac +0 -0
  5. data/docs/licenses/kindlegen/KindleGen_Mac_i386_v2_9/EULA.txt +24 -0
  6. data/docs/licenses/kindlegen/KindleGen_Mac_i386_v2_9/KindleGen Legal Notices 2013-02-19 Mac.txt +339 -0
  7. data/docs/licenses/kindlegen/KindleGen_Mac_i386_v2_9/manual.html +78 -0
  8. data/docs/licenses/kindlegen/kindlegen_linux_2.6_i386_v2_9/EULA.txt +24 -0
  9. data/docs/licenses/kindlegen/kindlegen_linux_2.6_i386_v2_9/KindleGen Legal Notices 2013-02-19 Linux.txt +339 -0
  10. data/docs/licenses/kindlegen/kindlegen_linux_2.6_i386_v2_9/manual.html +78 -0
  11. data/docs/licenses/kindlegen/kindlegen_win32_v2_9/EULA.txt +24 -0
  12. data/docs/licenses/kindlegen/kindlegen_win32_v2_9/KindleGen Legal Notices 2013-02-19 Windows.txt +339 -0
  13. data/docs/licenses/kindlegen/kindlegen_win32_v2_9/manual.html +78 -0
  14. data/lib/prophecy/assets/Styles/style-epub.css +52 -53
  15. data/lib/prophecy/assets/Styles/style-mobi-kf8.css +52 -53
  16. data/lib/prophecy/assets/Styles/style-mobi.css +46 -41
  17. data/lib/prophecy/assets/epub_template/OEBPS/content.opf.erb +1 -1
  18. data/lib/prophecy/assets/epub_template/OEBPS/toc.ncx.erb +1 -1
  19. data/lib/prophecy/assets/latex_template/anecdote.cls +1146 -14
  20. data/lib/prophecy/assets/latex_template/book_main.tex.erb +9 -1
  21. data/lib/prophecy/book.rb +4 -3
  22. data/lib/prophecy/cli.rb +1 -1
  23. data/lib/prophecy/generators/book/Gemfile.tt +3 -0
  24. data/lib/prophecy/generators/book/README.md.tt +0 -1
  25. data/lib/prophecy/generators/book/book.yml.tt +6 -25
  26. data/lib/prophecy/generators/book/epub_mobi.yml.tt +20 -4
  27. data/lib/prophecy/generators/book/example-book.yml +0 -1
  28. data/lib/prophecy/generators/book/latex.yml.tt +15 -4
  29. data/lib/prophecy/generators/book/manuscript/markdown/copyright.md.erb +17 -17
  30. data/lib/prophecy/generators/book/manuscript/tex/copyright-details.tex +45 -0
  31. data/lib/prophecy/generators/book/manuscript/tex/copyright.tex.erb +32 -0
  32. data/lib/prophecy/generators/book/manuscript/tex/titlepage.tex +27 -0
  33. data/lib/prophecy/manifest.rb +1 -0
  34. data/lib/prophecy/version.rb +1 -1
  35. data/prophecy.gemspec +2 -2
  36. metadata +18 -36
  37. data/docs/licenses/kindlegen/EULA.txt +0 -61
  38. data/docs/licenses/kindlegen/KindleGen Legal Notices 2009-11-10 Linux.txt +0 -21
  39. data/docs/licenses/kindlegen/KindleGen Legal Notices 2009-11-10 Mac.txt +0 -21
  40. data/docs/licenses/kindlegen/KindleGen OSS Notices 2009-07-29-Windows.txt +0 -19
  41. data/lib/prophecy/assets/latex_template/book-core-first.sty +0 -739
  42. data/lib/prophecy/assets/latex_template/book-core-last.sty +0 -40
@@ -1,40 +0,0 @@
1
- \ProvidesPackage{book-core-last}
2
-
3
- % === Packages to be loaded LAST ===
4
-
5
- \RequirePackage[perpage,multiple,stable]{footmisc}
6
-
7
- \RequirePackage[final,babel=true]{microtype}
8
-
9
- %% =================
10
- %% PDF/X-3:2002 info
11
- %% =================
12
-
13
- % \pdfobjcompresslevel=0%
14
- % \pdfminorversion=3%
15
- % \pdfinfo{
16
- % /Title (\thetitle)
17
- % /Author (\theauthor)
18
- % /Subject (buddhism)
19
- % /Keywords (buddhism)
20
- % /GTS_PDFXVersion (PDF/X-3:2002)
21
- % }%
22
- % \pdfpageattr{
23
- % /MediaBox [0 0 369.00000 594.00000]
24
- % /BleedBox [0.00000 0.00000 369.00000 594.00000]
25
- % /CropBox [0 0 369.00000 594.00000]
26
- % /TrimBox [0.00000 0.00000 369.00000 594.00000]
27
- % }
28
- % \pdfcatalog{
29
- % /PageMode /UseNone
30
- % /OutputIntents [ <<
31
- % /Info (none)
32
- % /Type /OutputIntent
33
- % /S /GTS_PDFX
34
- % /OutputConditionIdentifier (Blurb.com)
35
- % /RegistryName (http://www.color.org/)
36
- % >> ]
37
- % }%
38
-
39
- %% ==============
40
-