-
Notifications
You must be signed in to change notification settings - Fork 60
/
ChangeLog
119 lines (69 loc) · 3.49 KB
/
ChangeLog
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
NOTE: This file has not been updated since version 0.7!
Version 0.7.3:
* Added MathJax numbering of eqs in HTML format.
* Extended HTML format to handle mathematics using MathJax. No more
verbatim typesetting of mathematics in HTML!
Version 0.7.2:
* Fixed doconce ptex2tex to treat \code{} properly.
* Fixed some problems with pandoc and math.
* Added doconce ptex2tex for convenience when ptex2tex is not installed.
Version 0.7.1:
* Documentation fixes.
* Removed ipython sphinx extensions in the autogenerated conf.py
file. Matplotlib has removed these extensions.
* Missing files in @@@CODE are now generated (dummy version).
Version 0.6-0.7:
* Extended hyperref options for latex.
* Improved plain URLs in latex with the \nolinkurl formatting command.
* Dependence on scitools removed.
* Many improve error messages and warnings. More extensive syntax testing.
* Added functionality for generating LaTeX header and footer by running
bin/doconce. It is then easy to have a doconce manuscript without TITLE
and AUTHOR (which implies that the LaTeX version has header and footer)
and then add a header and footer later whenever needed.
* Added encoding help: doconce guess_encoding and doconce change_encoding
(Unix and Python ways).
* MOVIE now supports URLs from YouTube, embedded in HTML, rst and sphinx.
* Implemented alignment specifications in tables.
* Added doconce bbl2rst for transforming latex bibliographies to rst syntax.
* Added titlepage as possible latex format (in .p.tex). Added syntax checks.
* Extended doconce sphinx_dir with many options. Copied sphinx themes as
part of doconce (zip file as package_data). doconce sphinx_dir will now
automate all steps in making a sphinx document and offer a range of
different styles/themes.
* Added sphinx doc of API.
* Implemented split of sphinx files: doconce split_rst.
* Major change: format LaTeX -> latex, HTML -> html. Not backward compatibel!
* Added support for links to local .txt, .html and .pdf files.
* bin/doconce: added list_labels and replace_from_file for quick clean up
of labels in doconce or latex files.
* Reorganized sections in manual.do.txt
* Added extended AUTHOR syntax for including email address.
* Several adjustments of @@@CODE syntax and copying of computer code
into doconce documents.
* Lowercase html output. Fixed < and > handling in code blocks in html format.
* Added MediaWiki format.
* Introduced BOOK directive in ptex2tex output file (for books in latex).
* Added support of a special exercise format.
* Added automagic treatment of verbatim and underscores inside latex
figure captions - a big problem since it requires a texttt and a hack.
* Added ipy treatment in sphinx for interactive sessions (different from
verbatim code blocks).
* Completed sphinxfix_localURLs for reformatting of links to local files.
* Added several math sphinx extensions to bin/doconce generation of conf.py
files.
* Added pandoc format.
* Added Creole wiki.
* Support for doconce in Python doc strings (.py.do.txt files). Update of tests.
* Added pdflatex format.
* Added bin/doconce grab.
* Added bin/doconce spellcheck
* Added PNG math image generation support via sphinx (fine for PowerPoint
math directly from doconce source!). Can adjust resolution etc.
* Changed pandoc extension from .pnd to the more official .mkd for Markdown.
* Added solarized and other sphinx themes.
Version 0.5.1:
* Added functionality for generating LaTeX header and footer
* Updated tutorial
Version 0.5:
* First official release.