Search found 5 matches

by bhh
Tue Nov 22, 2005 6:02 pm
Forum: General
Topic: Problems with LaTeX-Syntax-Highlighting
Replies: 3
Views: 640

I use TextPad heavily for LaTeX files.
I never really noticed the above mentioned problem. I didn't look properly.

Your solution is perfect.

Many thanks

Berend
by bhh
Fri Jun 20, 2003 7:21 am
Forum: General
Topic: Highlight for LaTeX-equations
Replies: 5
Views: 1023

Ok. What you want is impossible.

Berend
by bhh
Wed Jun 18, 2003 9:34 am
Forum: General
Topic: Urgently needed: a SAMPLE SYN FILE for NON-programming lang
Replies: 3
Views: 571

You are allowed to fill in more than 1 InitialKeyWordChars
or InitKeyWordChars.
Say something like

InitKeyWordChars=a-z@
by bhh
Tue Jun 17, 2003 9:34 am
Forum: General
Topic: Urgently needed: a SAMPLE SYN FILE for NON-programming lang
Replies: 3
Views: 571

If you put TEXT=1 in your syntac file TextPad will ignore all keywords.
Look in the text.syn file.
You can find it in the TextPad system folder.

Use C=1 instead. Don't start complaining please.

Then fill in the

InitKeyWordChars=

and the

KeyWordChars=

lines.

Save the file. Restart.

More ...
by bhh
Tue Jun 17, 2003 9:20 am
Forum: General
Topic: Highlight for LaTeX-equations
Replies: 5
Views: 1023

If you want to change the background colour for a complete inline equation
do the following:

Menu: Configure, Preferences, Document Classes and click on the +.
Select LaTeX, Colors. Next select Comments 2 and then change the background colour.

You can change the background colour of all syntax ...