Subversion Repositories wimsdev

Rev

Rev 2589 | Rev 10177 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2589 Rev 7269
Line -... Line 1...
-
 
1
2013-12-01: Version 3.10
-
 
2
   use the version 4.07b of wims
-
 
3
   latex2wims.pl is called in src2def
-
 
4
   files are saved in the directory srctex
-
 
5
   latex2wims.pl is transferred in scripts/adm
-
 
6
   add language and subdir parameters (default subdir=1) 
-
 
7
   many small bugs fixed
1
2010-02 : Version 3.00
8
2010-02: Version 3.00
2
  This module replaces several previously existing language dependent modules adm/latex2wims.xx.
9
  This module replaces several previously existing language dependent modules adm/latex2wims.xx.
3
  It has been constructed by localization of these modules, keeping a single 
10
  It has been constructed by localization of these modules, keeping a single 
4
  computation core and adding dictionaries.
11
  computation core and adding dictionaries.
5
 
12
 
6
Version 2.1 : 2008-07-30
13
Version 2.1: 2008-07-30
7
fix list environment 
14
fix list environment 
8
add possibility to refer to another document as the "begin" in the "chemin/path"
15
add possibility to refer to another document as the "begin" in the "chemin/path"
9
(useful in a case where we are obliged to cut a document in parts). 
16
(useful in a case where we are obliged to cut a document in parts). 
10
add toc_down
17
add toc_down
11
fix a bug in tabular in case there is math inside
18
fix a bug in tabular in case there is math inside
12
fix a bug : % was not neglected if it was before \input 
19
fix a bug: % was not neglected if it was before \input 
13
 
20
 
14
Version 2.0 : 2008-07-26
21
Version 2.0: 2008-07-26
15
Fixed bug : environmentwims did not make asked replacements
22
Fixed bug: environmentwims did not make asked replacements
16
Introduced tabular type (with \tablewims{})
23
Introduced tabular type (with \tablewims{})
17
Introduced tooltip in toc (require wims 3.64 if active)
24
Introduced tooltip in toc (require wims 3.64 if active)
18
 
25