summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorIain McGinniss <iainmcgin@gmail.com>2012-10-26 22:53:29 +0100
committerIain McGinniss <iainmcgin@gmail.com>2012-10-26 22:53:29 +0100
commitbb53357a77105d4c01cc0c7566497f05a7620878 (patch)
tree173585aa52d94951d3d43f002f9d57526f7da966 /build.sh
parent3340862f0140b7f70dbea250a60fc4e2f41ff01b (diff)
downloadscala-bb53357a77105d4c01cc0c7566497f05a7620878.tar.gz
scala-bb53357a77105d4c01cc0c7566497f05a7620878.tar.bz2
scala-bb53357a77105d4c01cc0c7566497f05a7620878.zip
types chapter fully converted. Added link to jquery and some experimental
code for a fixed pop-out version of the table of contents, which is currently disabled.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 541256d468..6d17afaa70 100755
--- a/build.sh
+++ b/build.sh
@@ -4,7 +4,8 @@ cat 01-title.md \
02-preface.md \
03-lexical-syntax.md \
04-identifiers-names-and-scopes.md \
- 05-types.md > build/ScalaReference.md
+ 05-types.md \
+ 16-references.md > build/ScalaReference.md
# 06-basic-declarations-and-definitions.md \
# 07-classes-and-objects.md \
# 08-expressions.md \
@@ -24,7 +25,7 @@ pandoc -f markdown \
--number-sections \
--bibliography=Scala.bib \
--template=resources/scala-ref-template.html5 \
- --mathjax \
+ --mathjax='http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' \
-o build/ScalaReference.html \
build/ScalaReference.md