On Sat, 23 Feb 2002 16:48:23 -0500 (EST) wrote Ronald Florence <[EMAIL PROTECTED]>:

> Peter Clark writes:
>  
>   I want to write an s-hachek (the hachek looks like a little "v" above the
>   "s") but \vs (with the "\v" in ERT) 
>   produces the following error:
>   "        Undefined control sequece.
>                   \vs
>  
> Try, in ERT, \v{s}.  

Some background info: the accent command for the hachek is \v and tells TeX:
put an hachek on the next letter. However, as v is also a normal letter, \vs
is not read as "command \v applied on s" but as control sequece \vs (which
is undefined by default. Some accent commands (like \"u, say) are different,
as they don't use letters and therefore TeX can distinguish command and
letter to be decorated. 

You can use e.g. \v Skoda or \v{S}koda for a famous car from Mlada Boleslav
(Jungbunzlau).

Guenter


--
[EMAIL PROTECTED]

Reply via email to