Subversion Repositories wimsdev

Rev

Rev 11931 | Rev 13623 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11931 Rev 12614
Line 97... Line 97...
97
}
97
}
98
 
98
 
99
$Begin{'slib'}= "slib(" ;
99
$Begin{'slib'}= "slib(" ;
100
$End{'slib'}= " )" ;
100
$End{'slib'}= " )" ;
101
 
101
 
102
my @phtml=("expandlines", "imagefill", "help", "tabs2lines", "rename", "tooltip", "codeinput", "imageinput", "mathmlinput", "drawinput") ;
102
my @phtml=("expandlines", "imagefill", "help", "tabs2lines", "rename", "tooltip", "codeinput", "imageinput", "mathmlinput", "drawinput", "glossary") ;
103
for my $tag (@phtml) {
103
for my $tag (@phtml) {
104
   $Begin{$tag}= "\\special\{" ;
104
   $Begin{$tag}= "\\special\{" ;
105
   $End{$tag}= " \}" ;
105
   $End{$tag}= " \}" ;
106
}
106
}
107
### end for "editor"
107
### end for "editor"