We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8134a commit 7691d7fCopy full SHA for 7691d7f
build.sh
@@ -48,4 +48,16 @@ pandoc -f markdown \
48
--latex-engine=xelatex \
49
--template=resources/scala-ref-template.latex \
50
-o build/ScalaReference.pdf \
51
+ build/ScalaReference.md
52
+
53
+echo "building ebook to build/ScalaReference.epub"
54
+pandoc -f markdown \
55
+ -t epub \
56
+ --standalone \
57
+ --toc \
58
+ --chapters \
59
+ --number-sections \
60
+ --bibliography=Scala.bib \
61
+ --self-contained \
62
+ -o build/ScalaReference.epub \
63
build/ScalaReference.md
0 commit comments