Rev 20 | Rev 7189 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 5947 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !set style=fr/generic |
1 | !set style=fr/generic |
2 | 2 | ||
3 | <center><h2>Le style < |
3 | <center><h2>Le style <span class="tt">generic</span> de symtext (par défaut)</h2></center> |
4 | 4 | ||
5 | C'est le style appliqué par |
5 | C'est le style appliqué par |
6 | !href cmd=help&special_parm=symtext symtext |
6 | !href cmd=help&special_parm=symtext symtext |
7 | quand il n'y a pas de déclaration de style dans les options. La comparaison |
7 | quand il n'y a pas de déclaration de style dans les options. La comparaison |
8 | de testes ne tient pas compte de differences en minuscule/majuscule, ni de |
8 | de testes ne tient pas compte de differences en minuscule/majuscule, ni de |
Line 23... | Line 23... | ||
23 | $table_hdtr<th>Syntaxe</th><th>Reconnaissance</th></tr> |
23 | $table_hdtr<th>Syntaxe</th><th>Reconnaissance</th></tr> |
24 | 24 | ||
25 | !for i=1 to $n |
25 | !for i=1 to $n |
26 | !set l=!record $i of symtext/$style/macros.help |
26 | !set l=!record $i of symtext/$style/macros.help |
27 | !distribute lines $l into s1, s2 |
27 | !distribute lines $l into s1, s2 |
28 | $table_tr<td><tt>$s1</ |
28 | $table_tr<td><span class="tt">$s1</span></td> |
29 | <td>$s2</td> |
29 | <td>$s2</td> |
30 | !next i |
30 | !next i |
- | 31 | </tr> |
|
31 | $table_end |
32 | $table_end |
32 | 33 | ||
33 | !endif |
34 | !endif |
34 | <p> |
35 | <p> |
35 | 36 | ||
36 | Il y a trois dictionnaires : anto (antonymes), syno (synonymes), type (type |
37 | Il y a trois dictionnaires : anto (antonymes), syno (synonymes), type (type |
37 | de mot). Ils peuvent s'utiliser par la règle <tt>[Dic |
38 | de mot). Ils peuvent s'utiliser par la règle <span class="tt">[Dic:...]</span> ou les |
38 | macros <tt>[anto |
39 | macros <span class="tt">[anto:...]</span>, <span class="tt">[syno:...]</span> ou <span class="tt">[type:...]</span>. |
39 | <b>Attention</b> les dictionnaires ne sont pas encore complets. |
40 | <b>Attention</b> les dictionnaires ne sont pas encore complets. |
40 | <p> |
41 | <p> |
41 | 42 | ||
42 | Pour le dictionnaire < |
43 | Pour le dictionnaire <span class="tt">type</span> (chaque mot peut avoir plusieurs types) : <ul> |
43 | <li>< |
44 | <li><span class="tt">a</span> désigne adjectif. |
44 | <li |
45 | </li><li><span class="tt">ad</span> désigne adverbe. |
45 | <li |
46 | </li><li><span class="tt">inf</span> désigne verbe en forme infinitif. |
46 | <li |
47 | </li><li><span class="tt">n</span> désigne nom. |
47 | <li |
48 | </li><li><span class="tt">nf</span> désigne nom féminin. |
48 | <li |
49 | </li><li><span class="tt">nm</span> désigne nom masculin. |
49 | <li |
50 | </li><li><span class="tt">v</span> désigne verbe. |
50 | <li |
51 | </li><li><span class="tt">va</span> désigne verbe auxiliaire. |
51 | <li |
52 | </li><li><span class="tt">vi</span> désigne verbe intransitif. |
52 | <li |
53 | </li><li><span class="tt">vt</span> désigne verbe transitif. |
53 | </ul> |
54 | </li></ul> |