Skip to content

Commit

Permalink
DOC Update ChangeLog
Browse files Browse the repository at this point in the history
Amend ChangeLog to include 0.0.4 release.

Add new math typesetting functionality.
  • Loading branch information
luispedro committed Mar 23, 2012
1 parent 6b32089 commit 4364ba5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
Version 0.0.3+
Version 0.0.4 2012-03-23+
* Implement ^^@ notation
* Add subscript and superscript typesetting in simplified math mode

Version 0.0.4 2011-12-24 by luispedro
* implement \font and its associated machinery
* parse TFM files (at least character sizes, which was what was
implemented before)
* \bye
* \vspace
* delimited macros
* \if & \ifx processing
* Implement ^^@ notation

Version 0.0.3 2011-08-22 by luispedro
* \input
Expand Down
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ HeX is a reimplementation of TeX in Haskell.

It is currently pre-pre-alpha: it doesn't do much.

Currently (as of version 0.0.4), it can typeset some simple text, using TeX
linebreaking, and some simple math ($x^2$ and the like).

The plan is to first write a faithful reimplementation of TeX and then, *make
it better*.

Expand Down

0 comments on commit 4364ba5

Please sign in to comment.