Subversion Repositories wimsdev

Rev

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

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