Subversion Repositories wimsdev

Rev

Rev 20 | 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=en/generic
1
!set style=en/generic
2
 
2
 
3
<center><h2>The <tt>generic</tt> style of symtext (default)</h2></center>
3
<h2 class="wimscenter">The <span class="tt">generic</span> style of symtext (default)</h2>
4
 
4
 
5
This is the style applied by
5
This is the style applied by
6
!href cmd=help&special_parm=symtext symtext
6
!href cmd=help&special_parm=symtext symtext
7
 where there is no style declaration in the options. The text comparison
7
 where there is no style declaration in the options. The text comparison
8
does not take into account the differences in lower- and upper-cases, nor
8
does not take into account the differences in lower- and upper-cases, nor
Line 23... Line 23...
23
$table_hdtr<th>Syntax</th><th>Recognition</th></tr>
23
$table_hdtr<th>Syntax</th><th>Recognition</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</tt></td>
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
antonym, synonym and type dictionaries are planned.
37
antonym, synonym and type dictionaries are planned.
37
 
38
</p>
38
!exit
39
!exit
39
 
40
 
40
Il y a trois dictionnaires : anto (antonymes), syno (synonymes), type (type
41
Il y a trois dictionnaires : anto (antonymes), syno (synonymes), type (type
41
de mot). Ils peuvent s'utiliser par la règle <tt>[Dic:...]</tt> ou les
42
de mot). Ils peuvent s'utiliser par la règle <span class="tt">[Dic:...]</span> ou les
42
macros <tt>[anto:...]</tt>, <tt>[syno:...]</tt> ou <tt>[type:...]</tt>.
43
macros <span class="tt">[anto:...]</span>, <span class="tt">[syno:...]</span> ou <span class="tt">[type:...]</span>.
43
<b>Attention</b> les dictionnaires ne sont pas encore complets.
44
<b>Attention</b> les dictionnaires ne sont pas encore complets.
44
<p>
45
<p>
45
 
46
 
46
Pour le dictionnaire <tt>type</tt> (chaque mot peut avoir plusieurs types) : <ul>
47
Pour le dictionnaire <span class="tt">type</span> (chaque mot peut avoir plusieurs types) : <ul>
47
<li><tt>a</tt> désigne adjectif.
48
<li><span class="tt">a</span> désigne adjectif.
48
<li><tt>ad</tt> désigne adverbe.
49
</li><li><span class="tt">ad</span> désigne adverbe.
49
<li><tt>inf</tt> désigne verbe en forme infinitif.
50
</li><li><span class="tt">inf</span> désigne verbe en forme infinitif.
50
<li><tt>n</tt> désigne nom.
51
</li><li><span class="tt">n</span> désigne nom.
51
<li><tt>nf</tt> désigne nom féminin.
52
</li><li><span class="tt">nf</span> désigne nom féminin.
52
<li><tt>nm</tt> désigne nom masculin.
53
</li><li><span class="tt">nm</span> désigne nom masculin.
53
<li><tt>v</tt> désigne verbe.
54
</li><li><span class="tt">v</span> désigne verbe.
54
<li><tt>va</tt> désigne verbe auxiliaire.
55
</li><li><span class="tt">va</span> désigne verbe auxiliaire.
55
<li><tt>vi</tt> désigne verbe intransitif.
56
</li><li><span class="tt">vi</span> désigne verbe intransitif.
56
<li><tt>vt</tt> désigne verbe transitif.
57
</li><li><span class="tt">vt</span> désigne verbe transitif.
57
</ul>
58
</ul>