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