Hello there, I am absolutely new to this ConTeXt typesetting system. So I think my problems are boring to most of you ... anyway, they are bothering me :-( I've found in the manual how to produce ä, ö etc ... the german Umlaute. but I wasn't succesfull with the sharp s (ß) ... can anyone help? Second ... I am also using gvim as an editor; is there a package supporting ConTeXt with gvim? Thanks in advance, Raimund
Hello Raimund, \enableregime[latin1] % or whatever... will enable you to type umlauts, ß and other characters directly. Eckhart
On Sat, 22 Feb 2003, Eckhart Guthöhrlein wrote:
Hello Raimund,
\enableregime[latin1] % or whatever...
will enable you to type umlauts, ß and other characters directly.
Interestingly this does NOT work! I tried it several times. [il1] DOES work. Don't ask me why. ... jut to let you know. Raimund
Hallo Raimund, hi all, Raimund.Kohl@freenet.de wrote:
I've found in the manual how to produce ä, ö etc ... the german Umlaute. but I wasn't succesfull with the sharp s (ß) ... can anyone help?
If you use \language[de] (or deo=pre-spelling reform hyphenation) then you should be able to use "s, "z, "S, "Z. The first produce a ß, the latter a SS or SZ. "s means SS and "z SZ if you make capital letters. (This is the same as \LATEX's \usepackage{german}.) Using the correct input encoding (such as \enableregime[windows]) you can directly enter "ß". If you for some reason don't want to use the \language[de], you may use \SS{} (\ss has been used for sans-serif, so this is unfortunally different to LaTeX and plain TeX.
Second ... I am also using gvim as an editor; is there a package supporting ConTeXt with gvim? I thought I saw it mentioned on the list, but I cannot find it in the archive.
Tobias -- This above all: To thine own self be true / And it must follow as the night the day / Thou canst not then be false to any man.
On Sat, 22 Feb 2003, Tobias Burnus wrote:
Using the correct input encoding (such as \enableregime[windows]) you can directly enter "ß".
Ahh! Works perfectly ... just to be correct: I am using a linux machine - is there a more appropriate command than [windows]? Or is it ok to leave it at that? Raimund
Raimund.Kohl@freenet.de writes: Hello Raimund,
Using the correct input encoding (such as \enableregime[windows]) you can directly enter "ß".
Ahh! Works perfectly ... just to be correct: I am using a linux machine - is there a more appropriate command than [windows]? Or is it ok to leave it at that?
Give \enableregime[il1] a try. Don't know where the differences are. Have to look into the sourcecode. Patrick
Ahh! Works perfectly ... just to be correct: I am using a linux machine - is there a more appropriate command than [windows]? Or is it ok to leave it at that?
Patrich already answered "il1", that means "iso-latin1"; AFAIK there's no difference to "windows". If you like you may try "utf" (for UTF-8) with the latest beta. Perhaps my german ConTeXt tutorial is of help for you. See link below. Grüßlis vom Hraban! -- http://www.fiee.net/texnique/
On Saturday 22 February 2003 10:41, Raimund.Kohl@freenet.de wrote:
Hello there,
I am absolutely new to this ConTeXt typesetting system. So I think my problems are boring to most of you ... anyway, they are bothering me :-(
Second ... I am also using gvim as an editor; is there a package supporting ConTeXt with gvim?
Thanks in advance,
Raimund
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Gvim does syntax highlighting and will recognize your file as a TeX file if you have highlighting turned on. You can have two windows up, one for Gvim and one for Acroread. Periodically in your process you can use this Gvim command: :!texexec foo.tex (plus whatever parameters you need) ...and then close and reopen the foo.pdf image in Acrobat Reader. This is how I do it on a Linux system anyhow. I opened acrobat reader as a separate process with the command acroread foo.tex & ...which means that it won't shut down when I close the previous version of foo.pdf. HTH John Culleton - ____________________________________________________________ Free 20MB Web Site Hosting and Personalized E-mail Service! Get It Now At Doteasy.com http://www.doteasy.com/et/
participants (7)
-
Eckhart Guthöhrlein
-
Eckhart Guthöhrlein
-
Henning Hraban Ramm
-
John Culleton
-
Patrick Gundlach
-
Raimund.Kohl@freenet.de
-
Tobias Burnus