-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGES.pre-2.0
64 lines (49 loc) · 1.82 KB
/
CHANGES.pre-2.0
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
Revision history for Perl extension Encode::LaTeX.
2.0
- New co-maintainer, added repository link
- Added 295 new mappings (PAUSE issue #118001)
1.3
- Oops, missing BibTeX.pm and charmap.pm from MANIFEST
1.2
- Added support to encode() for check argument
- Adds braces to protect whitespace after macros
- This version is a clean-up version that doesn't emit HTML fragments, if
you want HTML you should look at http://www.mathjax.org/
1.1
- Added support for \ensuremath{}
- Wrap greek letters in \ensuremath{} to fix a typesetting problem
(reported by Mark Muldoon)
1.0
- CPAN thinks 0.10 is less than 0.9
0.10
- Remove empty braces e.g. $\sim{}200$
0.9
- Removed autoloader: this isn't an xs module
- Added LaTeX 'special characters'
- Changed decode behaviour to decode mathmode first, then other macros
- Modified decode to use a single regexp for other macros
- Searches for longest named macro first
0.7
- Fixed bug: Wasn't actually eating paired braces at all
- math** and text** now map to span classes of the same name in htmlise
- Added encoding of TeX reserved characters
0.6
- Fixed incompatibility with HTML::Parser 1.35
- Upped the required versions of Pod::LaTeX and HTML::Entities to ones I know
work
0.5
- Fixed an incorrect quoting bug in MathMode
- Added a couple of tests for quote bug and escaping
- Now unescapes any singular character (\\ => \, \x => x, etc), this may be
too broad and need casing?
0.4
- Support for Latex braces (e.g. {\rm \sigma})
- Support for fractions (still off-set though)
0.3
- Moved namespace to TeX::Encode, as this isn't really
character encoding per-se (more character escaping)
0.2
- Added support for decoding mathematical symbols
0.1 Tue Aug 16 12:58:54 2005
- original version; created by h2xs 1.23 with options
-X -v 0.1 -b 5.8.0 -n Encode::LaTeX