forked from hplgit/ptex2tex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
48 lines (32 loc) · 1.46 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
Version 0.5
===========
- Many new features, improvements and bugfixes (see git log for details).
Version 0.4
===========
- Added new styles.
- Added manpage.
Version 0.31
============
- Added support for specifying spaces rounde start and stop keywords
for @@@CODE and @@@DATA. Use '~' character.
- Added support for specifying font size for inline code (\code{}), set in
config file. Can be 'smaller' or integer.
- Added check for consistant use of renewenvironments. Also, added script
testconfig.py for creating tests of all environments.
- Added support for specifying preprocess options in config file.
- Add warning in case environment keyword starts with space, do not remove
temporary files.
Version 0.3
============
- In case preprocess is unavailable, print message and continue, do not exit.
- CODE gives an error, not throw an exception, when 'to' or 'from'
are not found.
- Added a space character after \noindent so that one can write a string
immidiately after: '\noindentThis is important'
- Added a way to define wether an environment should be defined every time
it is used, it should be defined once per file or if it defined somewhere
else (main .tex file)
- Add support for defining LaTeX environments for multiple, instead of
assuming they are defined in an external file (when using define=False in
the config file). Note that the names of environments can only contain
letters, hence shaded2 is not valid unless shaded is undefined.