-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdexy.yaml
61 lines (52 loc) · 1.2 KB
/
dexy.yaml
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
assets:
- .css|jinja
- .js
- .html|jinja
- .png
- .gif
- .jinja
tex-assets:
- .tex
- .sty|jinja
html-code:
- code/*.sh-session|pyg|h
- code/*.py|pyg|h
- code/*.py|py
- code/*.txt
latex-code:
- code/*.sh-session|pyg|l
- code/*.py|pyg|l
- code/*.py|py
- code/*.txt
# png-code:
# - code/*.sh-session|pyg|pn:
# - pyg: { 'add-new-files' : True, 'line_numbers' : True }
# - code/*.py|py
# - code/*.py|pyg|pn:
# - pyg: { 'add-new-files' : True, 'line_numbers' : True }
# - code/*.txt
.rst|yamlargs|jinja|rst2html:
- html-code
- assets
- rst2html:
{ clargs: "--template=template.html" }
learn-x-the-hard-way.rst|jinja|rst2latex|latex:
- code
- assets
- latex-code
- tex-assets
- ex*.rst
- rst2latex:
{ clargs: "--documentclass=book \
--documentoptions=letterpaper \
--latex-preamble='\\include{preamble}' \
--stylesheet=orkestrix",
add-new-files: True
}
# learn-x-the-hard-way.rst|jinja|rst2html|calibre:
# - code
# - assets
# - png-code
# - ex*.rst
# - rst2html:
# { clargs: }