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.
- checksums.yaml +4 -4
- data/bin/kindlegen.exe +0 -0
- data/bin/kindlegen_linux +0 -0
- data/bin/kindlegen_mac +0 -0
- data/docs/licenses/kindlegen/KindleGen_Mac_i386_v2_9/EULA.txt +24 -0
- data/docs/licenses/kindlegen/KindleGen_Mac_i386_v2_9/KindleGen Legal Notices 2013-02-19 Mac.txt +339 -0
- data/docs/licenses/kindlegen/KindleGen_Mac_i386_v2_9/manual.html +78 -0
- data/docs/licenses/kindlegen/kindlegen_linux_2.6_i386_v2_9/EULA.txt +24 -0
- data/docs/licenses/kindlegen/kindlegen_linux_2.6_i386_v2_9/KindleGen Legal Notices 2013-02-19 Linux.txt +339 -0
- data/docs/licenses/kindlegen/kindlegen_linux_2.6_i386_v2_9/manual.html +78 -0
- data/docs/licenses/kindlegen/kindlegen_win32_v2_9/EULA.txt +24 -0
- data/docs/licenses/kindlegen/kindlegen_win32_v2_9/KindleGen Legal Notices 2013-02-19 Windows.txt +339 -0
- data/docs/licenses/kindlegen/kindlegen_win32_v2_9/manual.html +78 -0
- data/lib/prophecy/assets/Styles/style-epub.css +52 -53
- data/lib/prophecy/assets/Styles/style-mobi-kf8.css +52 -53
- data/lib/prophecy/assets/Styles/style-mobi.css +46 -41
- data/lib/prophecy/assets/epub_template/OEBPS/content.opf.erb +1 -1
- data/lib/prophecy/assets/epub_template/OEBPS/toc.ncx.erb +1 -1
- data/lib/prophecy/assets/latex_template/anecdote.cls +1146 -14
- data/lib/prophecy/assets/latex_template/book_main.tex.erb +9 -1
- data/lib/prophecy/book.rb +4 -3
- data/lib/prophecy/cli.rb +1 -1
- data/lib/prophecy/generators/book/Gemfile.tt +3 -0
- data/lib/prophecy/generators/book/README.md.tt +0 -1
- data/lib/prophecy/generators/book/book.yml.tt +6 -25
- data/lib/prophecy/generators/book/epub_mobi.yml.tt +20 -4
- data/lib/prophecy/generators/book/example-book.yml +0 -1
- data/lib/prophecy/generators/book/latex.yml.tt +15 -4
- data/lib/prophecy/generators/book/manuscript/markdown/copyright.md.erb +17 -17
- data/lib/prophecy/generators/book/manuscript/tex/copyright-details.tex +45 -0
- data/lib/prophecy/generators/book/manuscript/tex/copyright.tex.erb +32 -0
- data/lib/prophecy/generators/book/manuscript/tex/titlepage.tex +27 -0
- data/lib/prophecy/manifest.rb +1 -0
- data/lib/prophecy/version.rb +1 -1
- data/prophecy.gemspec +2 -2
- metadata +18 -36
- data/docs/licenses/kindlegen/EULA.txt +0 -61
- data/docs/licenses/kindlegen/KindleGen Legal Notices 2009-11-10 Linux.txt +0 -21
- data/docs/licenses/kindlegen/KindleGen Legal Notices 2009-11-10 Mac.txt +0 -21
- data/docs/licenses/kindlegen/KindleGen OSS Notices 2009-07-29-Windows.txt +0 -19
- data/lib/prophecy/assets/latex_template/book-core-first.sty +0 -739
- 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
|
-
|