Subversion Repositories wimsdev

Rev

Rev 17055 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 reyssat 1
!if $currstep=1 and $m_context!=$empty
16114 bpr 2
  <p>
16118 bpr 3
  $name_status_hyp: {
16114 bpr 4
  !set n=!linecnt $m_context
5
  !for i=1 to $n
6
    !set l=!line $i of $m_context
7
    !insmath $l
8
    !if $i<$n
17055 bpr 9
      ;
16114 bpr 10
    !endif
11
   !next i
12
  } </p>
20 reyssat 13
!else
16114 bpr 14
  !set t__=!word 1 of $newObject
15
  !distribute item <,>,= into lt,gt,eq
16
  !if $t__ = $gt
17
    !set l=!char 3 to -1 of $newObject
18
    !set l=!replace internal $\
20 reyssat 19
$> by , in $l
16114 bpr 20
    <p>
16118 bpr 21
    $name_status_newhyp:
16376 bpr 22
    !insmath $l
16114 bpr 23
    </p>
24
  !endif
25
  !if $currstep>1 and $t__ notwordof $lt $gt and $newObject!=$empty
26
    <p>
16118 bpr 27
    $name_status_now
16376 bpr 28
    !insmath $newObject
16114 bpr 29
    </p>
30
  !endif
20 reyssat 31
!endif
32
 
33
!if $m_goal!=$empty and $status=waiting
16114 bpr 34
  !set n=!linecnt $m_goal
16118 bpr 35
  <p>
36
  $name_toprove: {
16114 bpr 37
  !for i=1 to $n
38
    !set l=!line $i of $m_goal
39
    !insmath $l
40
    !if $i<$n
41
      ;
42
    !endif
43
  !next i
44
  }
45
  </p>
20 reyssat 46
!endif