forked from xiaoweiChen/CMake-Cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef5cb19
commit 0d6f7a1
Showing
1 changed file
with
33 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
} |