forked from wsshin/jemdoc_mathjax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes
75 lines (44 loc) · 1.84 KB
/
notes
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
normalize spacing (or rely on tidy?).
learn proper difference between span and div.
--> div includes paragraph breaks as well.
# marks in highlighting are *not* comments for jemdoc, they're comments for the highlighting.
--> enable comments in code blocks, somehow?
syntax highlighting runs out on +this is
fix wrapping when lines start with .s. fix wrapping with \n at the end of the
line.
allow different orders of stuff.
custom numbers in lists.
single tilde should not provoke block mode
add proper wrapping in vim file for lists etc. don't push \n onto previous
line, if possible.
do word wrap (properly).
paragraph with {{}} should have no <p></p>.
--> no. use raw block instead.
investigate proper string continuation in python.
proper vim handling of python \.
remove argument for menu name and figure it out implicitly instead? (no)
what happens if you nest blocks?
--> doesn't work. should it?
--show-config with -c.
half the functions should hang off the controlstruct class.
errors for unrecognised jemdoc options?
fix h1 not starting at the top.
hide latex output if no errors. otherwise package latex output, and perhaps indent?
be able to set default directory for output equations. will create eqs/ directory by default.
add testing of dvipng and latex to jemdoc --version call.
--> done.
noclean option for not removing tex file.
call tex files after equation name, as well!
nocaching option?
clean option!
strip tags from title.
mention punctuation + latex equations wrapping.
caching, i.e. .jemdoceqoffsets, or filename_offset.
need tables as well (e.g. atoms page)
definitions files for latex.
possibly add package stuff etc to equation hashing.
add hair space around em dashes? ( )
--> done, for better or for worse.
errors should say what file was being processed?
easy way to add latex packages.
allow || on last line of tables.