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 + } + } }