Subversion Repositories wimsdev

Rev

Rev 5947 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5947 Rev 7189
Line 4... Line 4...
4
 
4
 
5
This is the style applied by
5
<p>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
9
letters with or without accent, nor singular or plural forms of common
9
letters with or without accent, nor singular or plural forms of common
10
nouns, nor the present singular third-person form of common verbs.
10
nouns, nor the present singular third-person form of common verbs.
11
<p>
11
</p>
12
 
12
 
13
!set n=!recordcnt symtext/$style/macros.help
13
!set n=!recordcnt symtext/$style/macros.help
14
!if $n>0
14
!if $n>0
15
 
15
 
16
Definitions of positional macros: (recall that to replace a word
16
Definitions of positional macros: (recall that to replace a word
17
(a, b, c, etc.) by a group of several words, one has to enclose the latter
17
(a, b, c, etc.) by a group of several words, one has to enclose the latter
18
by a pair of brackets.)
18
by a pair of brackets.)
19
 
19
 
20
!readproc tabletheme
20
!readproc tabletheme
21
 
21
 
22
$table_header
22
$table_header
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><span class="tt">$s1</span></td>
28
 $table_tr<td class="tt">$s1</td>
29
 <td>$s2</td>
29
 <td>$s2</td>
-
 
30
 </tr>
30
!next i
31
!next i
31
</tr>
-
 
32
$table_end
32
$table_end
33
 
33
 
34
!endif
34
!endif
35
<p>
35
<p>
36
 
36
 
37
antonym, synonym and type dictionaries are planned.
37
antonym, synonym and type dictionaries are planned.
38
</p>
38
</p>
39
!exit
39
!exit
40
 
40
 
41
Il y a trois dictionnaires : anto (antonymes), syno (synonymes), type (type
41
Il y a trois dictionnaires : anto (antonymes), syno (synonymes), type (type
42
de mot). Ils peuvent s'utiliser par la règle <span class="tt">[Dic:...]</span> ou les
42
de mot). Ils peuvent s'utiliser par la règle <span class="tt">[Dic:...]</span> ou les
43
macros <span class="tt">[anto:...]</span>, <span class="tt">[syno:...]</span> ou <span class="tt">[type:...]</span>.
43
macros <span class="tt">[anto:...]</span>, <span class="tt">[syno:...]</span> ou <span class="tt">[type:...]</span>.
44
<b>Attention</b> les dictionnaires ne sont pas encore complets.
44
<b>Attention</b> les dictionnaires ne sont pas encore complets.
45
<p>
45
<p>
46
 
-
 
47
Pour le dictionnaire <span class="tt">type</span> (chaque mot peut avoir plusieurs types) : <ul>
46
Pour le dictionnaire <span class="tt">type</span> (chaque mot peut avoir plusieurs types) :
-
 
47
</p>
-
 
48
<ul>
48
<li><span class="tt">a</span> désigne adjectif.
49
<li><span class="tt">a</span> désigne adjectif.
49
</li><li><span class="tt">ad</span> désigne adverbe.
50
</li><li><span class="tt">ad</span> désigne adverbe.
50
</li><li><span class="tt">inf</span> désigne verbe en forme infinitif.
51
</li><li><span class="tt">inf</span> désigne verbe en forme infinitif.
51
</li><li><span class="tt">n</span> désigne nom.
52
</li><li><span class="tt">n</span> désigne nom.
52
</li><li><span class="tt">nf</span> désigne nom féminin.
53
</li><li><span class="tt">nf</span> désigne nom féminin.
53
</li><li><span class="tt">nm</span> désigne nom masculin.
54
</li><li><span class="tt">nm</span> désigne nom masculin.
54
</li><li><span class="tt">v</span> désigne verbe.
55
</li><li><span class="tt">v</span> désigne verbe.
55
</li><li><span class="tt">va</span> désigne verbe auxiliaire.
56
</li><li><span class="tt">va</span> désigne verbe auxiliaire.
56
</li><li><span class="tt">vi</span> désigne verbe intransitif.
57
</li><li><span class="tt">vi</span> désigne verbe intransitif.
57
</li><li><span class="tt">vt</span> désigne verbe transitif.
58
</li><li><span class="tt">vt</span> désigne verbe transitif.
58
</ul>
59
</li></ul>