-
Notifications
You must be signed in to change notification settings - Fork 99
/
Copy pathxrst.toml
109 lines (104 loc) · 1.64 KB
/
xrst.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
[project_name]
data = 'CppAD'
[directory]
project_directory = '.'
rst_directory = 'build/rst'
html_directory = 'build/html'
tex_directory = 'build/tex'
[root_file]
default = 'user_guide.xrst'
app = 'appendix/appendix.xrst'
dev = 'xrst/devel/devel.xrst'
[heading]
# level 0, 1, 2, 3, 4,
character = [ '#', '*', '=', '-', '.', ]
overline = [ false, false, false, false, false, ]
[include_all]
rst_epilog = ''
rst_prolog = '''
.. |space| unicode:: 0xA0
.. |tab| replace:: |space| |space| |space|
'''
latex_macro = [
'\newcommand{\W}[1]{ \; #1 \; }',
'\newcommand{\R}[1]{ {\rm #1} }',
'\newcommand{\B}[1]{ {\bf #1} }',
'\newcommand{\D}[2]{ \frac{\partial #1}{\partial #2} }',
'\newcommand{\DD}[3]{ \frac{\partial^2 #1}{\partial #2 \partial #3} }',
'\newcommand{\Dpow}[2]{ \frac{\partial^{#1}}{\partial {#2}^{#1}} }',
'\newcommand{\dpow}[2]{ \frac{ {\rm d}^{#1}}{{\rm d}\, {#2}^{#1}} }',
]
# BEGIN_SORT_THIS_LINE_PLUS_4
# Words that occurred in 10 or more pages on 2025-01-06
[project_dictionary]
data = [ '''
acos
addr
af
afun
alloc
asin
atan
atanh
bool
cc
ccc
checkpointing
cmake
cond
config
const
cpp
cppad
cygwin
dd
det
dir
dvector
eigen
endif
enum
eq
eqnarray
erf
eval
exp
fabs
gcc
gt
hes
hpp
ident
ifndef
ind
int
itr
jac
ll
mm
mul
multi
namespace
nc
nowrap
num
obj
op
pc
pkg
preprocessor
ptr
rec
rel
res
resize
seq
sizeof
sqrt
std
unix
var
vec
vecad
''' ]
# END_SORT_THIS_LINE_MINUS_2