forked from coin-or/CppAD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxrst.toml
140 lines (135 loc) · 1.87 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
[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}} }',
]
[project_dictionary]
data = [ '''
acos
acosh
addr
adolc
af
afun
alloc
allocator
arg
asin
asinh
atan
atanh
azmul
bool
boolean
cc
ccc
cd
checkpointing
chkpoint
cmake
colpack
compilers
config
const
cpp
cppad
cppadcg
ctor
cygwin
dd
determinant
dir
dvector
dyn
eigen
endif
enum
eps
eq
eqnarray
erf
exp
fabs
factorization
fadbad
gcc
gt
hes
hpp
ifndef
implementations
ind
ipopt
iterator
itr
jac
jit
json
lexer
ll
lt
microsoft
mm
mul
namespace
nan
nc
nlp
nowrap
obj
omp
op
openmp
operand
optimizer
pc
pkg
preprocessor
pthread
ptr
rc
rcv
recursion
rel
retape
runge
sacado
seq
setvec
sh
sinh
sizeof
sparsity
sqrt
std
subgraph
th
unix
var
vec
''' ]