File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
1
This file collects the significant changes to the book since its initial public release.
2
2
3
- ### Version 0.2.1
3
+ ### Version 0.3.0
4
+
5
+ #### Enhancements
6
+
7
+ * Moved the site to [ book.xogeny.com] ( http://book.xogeny.com ) with redirects
8
+ from beta site.
9
+ * Lots of cleanup of annotations by @tbeu and @dietmarw
10
+ * Switched back to using MathJax (looks nicer, but requires JS)
11
+ * Updated the README to help orient people who want to contribute.
12
+ * Incorporated a bunch of excellent fixes and improvements from
13
+ @mrtiller related to
14
+ [ #42 ] ( https://github.com/xogeny/ModelicaBook/pull/42/files ) .
4
15
5
16
#### Bug Fixes
6
17
@@ -28,14 +39,6 @@ This file collects the significant changes to the book since its initial public
28
39
* Corrected the explanation on the ` unit ` attribute raised in
29
40
[ #59 ] ( https://github.com/xogeny/ModelicaBook/issues/59 )
30
41
31
- #### Enhancements
32
-
33
- * Lots of cleanup of annotations by @tbeu and @dietmarw
34
- * Switched back to using MathJax (looks nicer, but requires JS)
35
- * Updated the README to help orient people who want to contribute.
36
- * Incorporated a bunch of excellent fixes and improvements from
37
- @mrtiller related to
38
- [ #42 ] ( https://github.com/xogeny/ModelicaBook/pull/42/files ) .
39
42
40
43
### Version 0.2.0
41
44
Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ update version of Pygments by doing:
91
91
92
92
$ sudo pip install --upgrade https://bitbucket.org/dietmarw/pygments-main/get/default.tar.gz
93
93
94
+ For PDF production, you'll need (at least) ` rsvg-convert ` as well.
95
+
94
96
### Building
95
97
96
98
To build the book in HTML, go to ` ModelicaBook/text ` and use this command:
You can’t perform that action at this time.
0 commit comments