From: imiyazaki Date: Thu, 23 Oct 2003 15:56:15 +0000 (+0000) Subject: use \normalfont in &latin_parse(). X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a0a21da20148abd3c4e60beb689e02a633aaa6d1;p=chise%2Fomega.git use \normalfont in &latin_parse(). --- diff --git a/outCMAP b/outCMAP index eec980f..38607b0 100755 --- a/outCMAP +++ b/outCMAP @@ -167,7 +167,7 @@ while(<>){ s/(.)/pack("U",&get_char_id(unpack("U",$1),$in_cs))/ge; } s/(amp.+?;)/&de_er($1)/ge; -# s/(&.+?;)/&tex_de_er($1)/ge; +# s/(&.+?;)/&de_er($1)/ge; @chars=split(//); for($i=0;$i<=$#chars;$i++){ $char=$chars[$i]; @@ -282,7 +282,7 @@ sub latin_parse{ } $i++; } - return '{\fontfamily{\rmdefault}\selectfont {'.$out_str.'}}'; + return '{\normalfont {'.$out_str.'}}'; } sub ids_parse{