From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4788 Path: main.gmane.org!not-for-mail From: "Dan Seracu" Newsgroups: gmane.comp.tex.context Subject: Comma accent Date: Tue, 5 Jun 2001 09:23:08 +0300 Sender: owner-ntg-context@let.uu.nl Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0000_01C0EDA1.22884F50" X-Trace: main.gmane.org 1035395428 28731 80.91.224.250 (23 Oct 2002 17:50:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:50:28 +0000 (UTC) Cc: "NTG ConTeXt" Original-To: "Hans Hagen" Xref: main.gmane.org gmane.comp.tex.context:4788 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4788 This is a multi-part message in MIME format. ------=_NextPart_000_0000_01C0EDA1.22884F50 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hello! In Romanian the standard accent for \c s etc is kind of comma. So I hacked an accent with this result: \def\commaaccent#1% % {\oalign{#1\crcr\hidewidth\vbox to.2ex{\hbox{,}\vss}\hidewidth}} And it seems that it is working. So I changed a little bit the enco-fro.tex. Maybe it will be added to the next ConTeXt distribution. Sincerely, Dan Seracu ------=_NextPart_000_0000_01C0EDA1.22884F50 Content-Type: application/octet-stream; name="enco-fro.tex" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="enco-fro.tex" %D \module %D [ file=enco-fro, %D version=2000.08.20, %D title=\CONTEXT\ Encoding Macros, %D subtitle=Romanian Input Filter, %D author=Hans Hagen, %D date=\currentdate, %D copyright=Hans Hagen] %C %C This module is part of the \CONTEXT\ macro||package and is %C therefore copyrighted by \PRAGMA. See mreadme.pdf for %C details. %D These definitions used to be part of lang-ita.tex. \unprotect \def\commaaccent#1% % {\oalign{#1\crcr\hidewidth\vbox to.2ex{\hbox{,}\vss}\hidewidt}} \startlanguagespecifics[\s!ro] \installcompoundcharacter "a {\abreve} \installcompoundcharacter "i {\icircumflex} \installcompoundcharacter "s {\commaaccent s} \installcompoundcharacter "t {\commaaccent t} \installcompoundcharacter "A {\Acircumflex} \installcompoundcharacter "I {\Icircumflex} \installcompoundcharacter "S {\commaaccent S} \installcompoundcharacter "T {\commaaccent T} \installcompoundcharacter "` {\handlequotation\c!leftquotation} \installcompoundcharacter "' {\handlequotation\c!rightquotation} \stoplanguagespecifics \protect \endinput ------=_NextPart_000_0000_01C0EDA1.22884F50--