From ae39782e81d357c72d3e84dd89ec85d00f975a69 Mon Sep 17 00:00:00 2001 From: Thomas Schmidts Date: Fri, 29 Aug 2014 11:01:11 +0200 Subject: [PATCH] removed mathjax from gitbook --- Documentation/Books/Users/book.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Documentation/Books/Users/book.json b/Documentation/Books/Users/book.json index f83b2cf100..34db1cb42d 100644 --- a/Documentation/Books/Users/book.json +++ b/Documentation/Books/Users/book.json @@ -1,3 +1,14 @@ { - "theme": "./localtheme" + "theme": "./localtheme", + "plugins":["-mathjax"], + "pdf": { + "fontSize": 12, + "toc": true, + "margin": { + "right": 60, + "left": 60, + "top": 35, + "bottom": 35 + } + } }