Rev 5947 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | !set style=fr/generic |
2 | |||
7189 | bpr | 3 | <p> |
20 | reyssat | 4 | C'est le style appliqué par |
5 | !href cmd=help&special_parm=symtext symtext |
||
6 | quand il n'y a pas de déclaration de style dans les options. La comparaison |
||
7 | de testes ne tient pas compte de differences en minuscule/majuscule, ni de |
||
8 | lettres avec ou sans accent, ni de formes plurièles ou singulières des noms |
||
9 | communs, ni les formes d'accord pour les adjectifs (mots courants uniquement). |
||
7189 | bpr | 10 | </p> |
20 | reyssat | 11 | |
12 | !set n=!recordcnt symtext/$style/macros.help |
||
13 | !if $n>0 |
||
14 | |||
15 | Définitions de macros positionnels : (on rappelle que si on doit remplacer |
||
16 | un mot (a, b, c, etc.) par un groupe de plusieurs mots, il faut entourer ce |
||
17 | dernier par une paire de crochets.) |
||
18 | |||
19 | !readproc tabletheme |
||
20 | |||
21 | $table_header |
||
22 | $table_hdtr<th>Syntaxe</th><th>Reconnaissance</th></tr> |
||
23 | |||
24 | !for i=1 to $n |
||
25 | !set l=!record $i of symtext/$style/macros.help |
||
26 | !distribute lines $l into s1, s2 |
||
7189 | bpr | 27 | $table_tr<td class="tt">$s1</td> |
20 | reyssat | 28 | <td>$s2</td> |
7189 | bpr | 29 | </tr> |
20 | reyssat | 30 | !next i |
31 | $table_end |
||
32 | |||
33 | !endif |
||
34 | <p> |
||
35 | Il y a trois dictionnaires : anto (antonymes), syno (synonymes), type (type |
||
5947 | bpr | 36 | de mot). Ils peuvent s'utiliser par la règle <span class="tt">[Dic:...]</span> ou les |
37 | macros <span class="tt">[anto:...]</span>, <span class="tt">[syno:...]</span> ou <span class="tt">[type:...]</span>. |
||
20 | reyssat | 38 | <b>Attention</b> les dictionnaires ne sont pas encore complets. |
7189 | bpr | 39 | </p> |
20 | reyssat | 40 | <p> |
7189 | bpr | 41 | Pour le dictionnaire <span class="tt">type</span> (chaque mot peut avoir plusieurs types) : |
42 | </p> |
||
43 | <ul> |
||
5947 | bpr | 44 | <li><span class="tt">a</span> désigne adjectif. |
45 | </li><li><span class="tt">ad</span> désigne adverbe. |
||
46 | </li><li><span class="tt">inf</span> désigne verbe en forme infinitif. |
||
47 | </li><li><span class="tt">n</span> désigne nom. |
||
48 | </li><li><span class="tt">nf</span> désigne nom féminin. |
||
49 | </li><li><span class="tt">nm</span> désigne nom masculin. |
||
50 | </li><li><span class="tt">v</span> désigne verbe. |
||
51 | </li><li><span class="tt">va</span> désigne verbe auxiliaire. |
||
52 | </li><li><span class="tt">vi</span> désigne verbe intransitif. |
||
53 | </li><li><span class="tt">vt</span> désigne verbe transitif. |
||
54 | </li></ul> |