Skip to content

Commit e9209d0

Browse files
committed
add more text to manual
1 parent b9dc0e4 commit e9209d0

File tree

5 files changed

+743
-29
lines changed

5 files changed

+743
-29
lines changed

.vscode/settings.json

+81-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,84 @@
11
{
22
"markdown-pdf.mermaidServer": "https://unpkg.com/mermaid@9.4.0/dist/mermaid.min.js",
3-
"markdown-pdf.displayHeaderFooter": false,
4-
"markdown-pdf.format": "Letter"
3+
"markdown-pdf.headerTemplate": " ",
4+
"markdown-pdf.footerTemplate": "<div style=\"font-size: 9px; margin: 0 auto;\"> <span class='pageNumber'></span> / <span class='totalPages'></span></div>",
5+
"markdown-pdf.format": "Letter",
6+
"markdown-pdf.styles": [
7+
"markdown-pdf.css"
8+
],
9+
"files.associations": {
10+
".dev.vars": "properties",
11+
".prod.vars": "properties",
12+
"array": "cpp",
13+
"atomic": "cpp",
14+
"bit": "cpp",
15+
"*.tcc": "cpp",
16+
"bitset": "cpp",
17+
"cctype": "cpp",
18+
"charconv": "cpp",
19+
"chrono": "cpp",
20+
"clocale": "cpp",
21+
"cmath": "cpp",
22+
"codecvt": "cpp",
23+
"compare": "cpp",
24+
"concepts": "cpp",
25+
"condition_variable": "cpp",
26+
"csignal": "cpp",
27+
"cstdarg": "cpp",
28+
"cstddef": "cpp",
29+
"cstdint": "cpp",
30+
"cstdio": "cpp",
31+
"cstdlib": "cpp",
32+
"cstring": "cpp",
33+
"ctime": "cpp",
34+
"cwchar": "cpp",
35+
"cwctype": "cpp",
36+
"deque": "cpp",
37+
"list": "cpp",
38+
"map": "cpp",
39+
"set": "cpp",
40+
"string": "cpp",
41+
"unordered_map": "cpp",
42+
"unordered_set": "cpp",
43+
"vector": "cpp",
44+
"exception": "cpp",
45+
"algorithm": "cpp",
46+
"functional": "cpp",
47+
"iterator": "cpp",
48+
"memory": "cpp",
49+
"memory_resource": "cpp",
50+
"numeric": "cpp",
51+
"optional": "cpp",
52+
"random": "cpp",
53+
"ratio": "cpp",
54+
"regex": "cpp",
55+
"string_view": "cpp",
56+
"system_error": "cpp",
57+
"tuple": "cpp",
58+
"type_traits": "cpp",
59+
"utility": "cpp",
60+
"fstream": "cpp",
61+
"initializer_list": "cpp",
62+
"iomanip": "cpp",
63+
"iosfwd": "cpp",
64+
"iostream": "cpp",
65+
"istream": "cpp",
66+
"limits": "cpp",
67+
"mutex": "cpp",
68+
"new": "cpp",
69+
"numbers": "cpp",
70+
"ostream": "cpp",
71+
"semaphore": "cpp",
72+
"span": "cpp",
73+
"sstream": "cpp",
74+
"stdexcept": "cpp",
75+
"stop_token": "cpp",
76+
"streambuf": "cpp",
77+
"thread": "cpp",
78+
"cinttypes": "cpp",
79+
"typeinfo": "cpp",
80+
"variant": "cpp",
81+
"format": "cpp",
82+
"__nullptr": "cpp"
83+
}
584
}

0 commit comments

Comments
 (0)