Subversion Repositories wimsdev

Rev

Rev 10837 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
16438 guerimand 1
 ------------ version 2.11 
10837 bpr 2
2016-07-19: introduce doc_partial (should replace doc_right) : give the documentation
3
  only from the upblock. Fix some bugs with fold sections (must not have a toc).
10824 bpr 4
2016-07-17: Modification of the script : correction in the generation
10837 bpr 5
  of sheet. Use the css wims_nopuce for trivlist
10824 bpr 6
2016-06-30:  Modification of the style (the toc is more integrated).
7
2016-06-21: add ariane thread in the module
8
2016-06-: fix a bug in recursion in the script latex2wims.pl
7269 bpr 9
2013-12-01: Version 3.10
10
   use the version 4.07b of wims
11
   latex2wims.pl is called in src2def
12
   files are saved in the directory srctex
13
   latex2wims.pl is transferred in scripts/adm
10177 bpr 14
   add language and subdir parameters (default subdir=1)
7269 bpr 15
   many small bugs fixed
16
2010-02: Version 3.00
2589 bpr 17
  This module replaces several previously existing language dependent modules adm/latex2wims.xx.
10177 bpr 18
  It has been constructed by localization of these modules, keeping a single
2589 bpr 19
  computation core and adding dictionaries.
20
 
7269 bpr 21
Version 2.1: 2008-07-30
10177 bpr 22
fix list environment
743 bpr 23
add possibility to refer to another document as the "begin" in the "chemin/path"
10177 bpr 24
(useful in a case where we are obliged to cut a document in parts).
743 bpr 25
add toc_down
26
fix a bug in tabular in case there is math inside
10177 bpr 27
fix a bug: % was not neglected if it was before \input
743 bpr 28
 
7269 bpr 29
Version 2.0: 2008-07-26
30
Fixed bug: environmentwims did not make asked replacements
743 bpr 31
Introduced tabular type (with \tablewims{})
734 bpr 32
Introduced tooltip in toc (require wims 3.64 if active)
743 bpr 33