projects
/
chise
/
omega.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7bc03a
)
use \normalfont in &latin_parse().
author
imiyazaki
<imiyazaki>
Thu, 23 Oct 2003 15:56:15 +0000
(15:56 +0000)
committer
imiyazaki
<imiyazaki>
Thu, 23 Oct 2003 15:56:15 +0000
(15:56 +0000)
outCMAP
patch
|
blob
|
history
diff --git
a/outCMAP
b/outCMAP
index
eec980f
..
38607b0
100755
(executable)
--- 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{