Subversion Repositories wimsdev

Rev

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=en/minimal
1
!set style=en/minimal
2
 
2
 
3
<center><h2>Le <tt>minimal</tt> style of symtext</h2></center>
3
<h2 class="wimscenter">Le <span class="tt">minimal</span> style of symtext</h2>
4
 
4
 
5
This is the style that contains only the minimal set of identifications.
5
This is the style that contains only the minimal set of identifications.
6
It is especially useful for linguistic applications. Called without option,
6
It is especially useful for linguistic applications. Called without option,
7
it detects any difference between the words. Only multiple spaces are
7
it detects any difference between the words. Only multiple spaces are
8
compacted. But one can use options to do some identifications (upper- and
8
compacted. But one can use options to do some identifications (upper- and
9
lower-cases, letters with or without accent, etc.).
9
lower-cases, letters with or without accent, etc.).
10
<p>
10
<p>
11
No dictionary is defined for this style for the time being.
11
No dictionary is defined for this style for the time being.
12
 
12
</p>
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
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
 
35
 
36