Subversion Repositories wimsdev

Rev

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

Rev 13902 Rev 15408
Line 1... Line 1...
1
slib_lang_exists_tmp=yes
1
slib_lang_exists_tmp=yes
2
 
2
 
3
slib_title=Writing a number with grouping the numbers by three.
3
slib_title=Writing a number with grouping the numbers by three.
4
slib_parms=2\
4
slib_parms=2\
5
, the number
5
, the number
6
, option word (<span class="tt">comma tex</span>).
6
, option word (<span class="tt">comma tex html</span>).
7
slib_out=The number written with spaces. If the number has already a comma,\
7
slib_out=The number written with spaces. If the number has already a comma,\
8
  it must be in brackets [ ]. With option <span class="tt">comma</span>,\
8
  it must be in brackets [ ]. With option <span class="tt">comma</span>,\
9
  output has comma as decimal separetor. With option <span class="tt">tex</span>,\
9
  output has comma as decimal separetor. With option <span class="tt">tex</span>,\
10
  output has to be inserted in a mathematical formula.
10
  output has to be inserted in a mathematical formula.\
-
 
11
  With option <span class="tt">html</span>, the space is a html space.\
-
 
12
  The <span class="tt">html</span> et <span class="tt">tex</span> options must not\
-
 
13
  be used simultaneously.