Skip to content

Commit

Permalink
for export pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweiChen committed Oct 1, 2019
1 parent ef5cb19 commit 0d6f7a1
Showing 1 changed file with 33 additions and 14 deletions.
47 changes: 33 additions & 14 deletions book.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,35 @@
{
"title": "《CMake Cookbook》中文版",

"author" : "陈晓伟 chenxiaowei",

"description":"作为对《CMake Cookbook》英文版的中文翻译。",

"language":"zh-hans",

"direction":"ltr",

"plugins": [
"katex",
"ace"
]
"title": "《CMake Cookbook》中文版",

"author" : "陈晓伟 chenxiaowei",

"description":"作为对《CMake Cookbook》英文版的中文翻译。",

"language":"zh-hans",

"direction":"ltr",

"pluginsConfig": {
"fontSettings": {
"theme": "white",
"family": "msyh",
"size": 2
},
"plugins": [
"katex",
"ace"
]
},

"pdf": {
"pageNumbers": false,
"fontSize": 30,
"paperSize": "a4",
"margin": {
"right": 30,
"left": 30,
"top": 30,
"bottom": 50
}
}
}

0 comments on commit 0d6f7a1

Please sign in to comment.