Rev 5304 | Rev 13584 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | !if $wims_read_parm!=slib_header |
2 | !goto proc |
||
3 | !endif |
||
4158 | bpr | 4 | |
4351 | bpr | 5 | slib_author=Bernadette, Perrin-Riou |
4158 | bpr | 6 | |
20 | reyssat | 7 | slib_example= [1,2;x^2,y;e_1,e_2],lbrace,rbrack |
8 | !exit |
||
9 | |||
10 | :proc |
||
11 | |||
12 | slib_data=!item 1 of $wims_read_parm |
||
13 | slib_opt1=!item 2 of $wims_read_parm |
||
14 | slib_opt2=!item 3 of $wims_read_parm |
||
15 | !default slib_opt1=( |
||
16 | !default slib_opt2=) |
||
17 | |||
18 | slib_data=!declosing $slib_data |
||
19 | slib_data=!replace internal , by & in $slib_data |
||
7692 | bpr | 20 | |
3313 | bpr | 21 | !if $slib_opt1 notwordof ( ) . |
20 | reyssat | 22 | slib_opt1= \$slib_opt1 |
3313 | bpr | 23 | !endif |
7692 | bpr | 24 | |
3313 | bpr | 25 | !if $slib_opt2 notwordof ( ) . |
26 | slib_opt2= \$slib_opt2 |
||
27 | !endif |
||
20 | reyssat | 28 | |
29 | slib_data=!replace internal ; by $\ |
||
5304 | bpr | 30 | $\\$ $ in $slib_data |
31 | slib_out=\left $slib_opt1 \begin{matrix} $slib_data \end{matrix} \right $slib_opt2 |
||
20 | reyssat | 32 |