diff options
Diffstat (limited to 'Master/texmf-dist/context/data/context.properties')
-rw-r--r-- | Master/texmf-dist/context/data/context.properties | 65 |
1 files changed, 36 insertions, 29 deletions
diff --git a/Master/texmf-dist/context/data/context.properties b/Master/texmf-dist/context/data/context.properties index 7668e1320da..484c9cd0993 100644 --- a/Master/texmf-dist/context/data/context.properties +++ b/Master/texmf-dist/context/data/context.properties @@ -31,7 +31,7 @@ file.patterns.tex= file.patterns.latex= -file.patterns.context=*.tex;*.tui;*.tuo;*.sty;*.mkii;*.mkiv +file.patterns.context=*.tex;*.tui;*.tuo;*.sty;*.mkii;*.mkiv; # ConTeXt : keywords (if not yet loaded already) @@ -306,40 +306,51 @@ command.10.subsystem.$(file.patterns.example)=1 # 11: make -command.name.11.$(file.patterns.context)=Generate Formats +command.name.11.$(file.patterns.context)=Generate Formats (pdfTeX) command.name.11.$(file.patterns.metafun)=Generate Formats command.name.11.$(file.patterns.example)=Generate Formats -command.11.$(file.patterns.context)=$(name.context.texexec) --make --all +command.11.$(file.patterns.context)=$(name.context.texexec) --make --all --pdftex command.11.$(file.patterns.metafun)=$(name.context.texexec) --make --all command.11.$(file.patterns.example)=$(name.context.texexec) --make --all command.11.subsystem.$(file.patterns.context)=1 command.11.subsystem.$(file.patterns.metafun)=1 command.11.subsystem.$(file.patterns.example)=1 -# 12: update +# 12: make -command.name.12=Update ConTeXt -command.name.12.$(file.patterns.context)=Update ConTeXt -command.name.12.$(file.patterns.metafun)=Update ConTeXt -command.name.12.$(file.patterns.example)=Update ConTeXt +command.name.12.$(file.patterns.context)=Generate Formats (luaTeX) +command.12.$(file.patterns.context)=$(name.context.texexec) --make --all --luatex +command.12.subsystem.$(file.patterns.context)=1 -command.12=$(name.context.update) -command.12.$(file.patterns.context)=$(name.context.update) -command.12.$(file.patterns.metafun)=$(name.context.update) -command.12.$(file.patterns.example)=$(name.context.update) +# 13: make +command.name.13.$(file.patterns.context)=Generate Formats (XeTeX) +command.13.$(file.patterns.context)=$(name.context.texexec) --make --all --xetex +command.13.subsystem.$(file.patterns.context)=1 -# 12: example +# 14: update -command.name.13=Example Service -command.name.13.$(file.patterns.context)=Example Service -command.name.13.$(file.patterns.metafun)=Example Service -command.name.13.$(file.patterns.example)=Example Service +command.name.14=Update ConTeXt +command.name.14.$(file.patterns.context)=Update ConTeXt +command.name.14.$(file.patterns.metafun)=Update ConTeXt +command.name.14.$(file.patterns.example)=Update ConTeXt -command.13=$(name.context.wwwserver) -command.13.$(file.patterns.context)=$(name.context.wwwserver) -command.13.$(file.patterns.metafun)=$(name.context.wwwserver) -command.13.$(file.patterns.example)=$(name.context.wwwserver) +command.14=$(name.context.update) +command.14.$(file.patterns.context)=$(name.context.update) +command.14.$(file.patterns.metafun)=$(name.context.update) +command.14.$(file.patterns.example)=$(name.context.update) + +# 15: example + +command.name.15=Example Service +command.name.15.$(file.patterns.context)=Example Service +command.name.15.$(file.patterns.metafun)=Example Service +command.name.15.$(file.patterns.example)=Example Service + +command.15=$(name.context.wwwserver) +command.15.$(file.patterns.context)=$(name.context.wwwserver) +command.15.$(file.patterns.metafun)=$(name.context.wwwserver) +command.15.$(file.patterns.example)=$(name.context.wwwserver) # Editor: syntax highlighting @@ -359,16 +370,12 @@ Alt+F12|IDM_STOPEXECUTE|\ # install: fonts/truetype/hoekwater/lm/LMTypewriter10-Regular.ttf if PLAT_WIN - font.monospace=font:LMTypewriter10,size:16 - font.errorfont=font:LMTypewriter10,size:12 - -if PLAT_WIN - font.monospace=font:lmtypewriter10 regular,size:16 - font.errorfont=font:lmtypewriter10 regular,size:12 + font.monospace=font:LMMono10-Regular,size:16 + font.errorfont=font:LMMono10-Regular,size:12 if PLAT_GTK - font.monospace=font:!lmtypewriter10 regular,size:16 - font.errorfont=font:!lmtypewriter10 regular,size:12 + font.monospace=font:!lm mono 10 regular,size:16 + font.errorfont=font:!lm mono 10 regular,size:12 font.base=$(font.monospace) #~ font.small=$(font.monospace) |