-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxrst.toml
62 lines (58 loc) · 863 Bytes
/
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
[project_name]
data = 'cppad_mixed'
[directory]
project_directory = '.'
rst_directory = 'build/rst'
html_directory = 'build/html'
tex_directory = 'build/tex'
[root_file]
default = 'cppad_mixed.xrst'
dev = 'xrst/devel.xrst'
[include_all]
rst_epilog = ''
rst_prolog = '''
.. |space| unicode:: 0xA0
.. |tab| replace:: |space| |space| |space|
'''
latex_macro = [
'\newcommand{\B}[1]{ {\bf #1} }' ,
'\newcommand{\R}[1]{ {\rm #1} }' ,
'\newcommand{\W}[1]{ \; #1 \; }'
]
# BEGIN_SORT_THIS_LINE_PLUS_3
[project_dictionary]
data = [ '''
bool
cholesky
cholmod
cmake
col
const
cpp
cppad
eigen
eval
factorization
gsl
hes
init
ipopt
jac
lagrangian
laplace
ldlt
max
obj
ok
rc
rcv
sh
sparsity
std
taylor
th
val
vec
xam
''' ]
# END_SORT_THIS_LINE_MINUS_2