latex.properties

来自「porting scintilla to qt」· PROPERTIES 代码 · 共 29 行

PROPERTIES
29
字号
# Define SciTE settings for LaTeX files.file.patterns.latex=*.tex;*.styfilter.latex=LaTeX (tex sty)|$(file.patterns.latex)|lexer.$(file.patterns.latex)=latex# LaTeX styles# White spacestyle.latex.0=fore:#000000# Commandstyle.latex.1=fore:#AA0000,bold# Tagstyle.latex.2=fore:#880088,bold# Mathstyle.latex.3=fore:#0000FF# Commentstyle.latex.4=fore:#00AA00command.compile.*.tex=latex $(FileNameExt)command.build.*.tex=dvips -f $(FileName).dvi > $(FileName).pscommand.go.*.tex=dvips $(FileName).dvicommand.name.0.*.tex=Viewcommand.0.*.tex=xdvi $(FileName).dvicommand.name.1.*.tex=View PScommand.1.*.tex=gv $(FileName).ps

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?