summaryrefslogtreecommitdiff
path: root/context/perltk/texexec.pl
diff options
context:
space:
mode:
Diffstat (limited to 'context/perltk/texexec.pl')
-rw-r--r--context/perltk/texexec.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/context/perltk/texexec.pl b/context/perltk/texexec.pl
index 839394e15..e229601e5 100644
--- a/context/perltk/texexec.pl
+++ b/context/perltk/texexec.pl
@@ -1317,12 +1317,13 @@ sub ScanContent
{ $ConTeXtInterface = "en" ; last }
elsif (/\\(usa|imposta|ambiente)/)
{ $ConTeXtInterface = "it" ; last }
- elsif (/(hoogte|breedte|letter)=/)
- { $ConTeXtInterface = "nl" ; last }
elsif (/(height|width|style)=/)
{ $ConTeXtInterface = "en" ; last }
elsif (/(hoehe|breite|schrift)=/)
{ $ConTeXtInterface = "de" ; last }
+ # brr, can be \c!
+ elsif (/(hoogte|breedte|letter)=/)
+ { $ConTeXtInterface = "nl" ; last }
elsif (/(altezza|ampiezza|stile)=/)
{ $ConTeXtInterface = "it" ; last }
elsif (/externfiguur/)
@@ -1426,6 +1427,7 @@ sub RunTeXutil
sub PurgeFiles
{ my $JobName = shift ;
+ print "\n purging files : $JobName\n" ;
RunPerlScript($TeXUtil, "--purge $JobName" ) }
sub RunTeXMP