From 3338606248ab269717b57abbba6215149b9fc7ef Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 22 Jan 2009 17:58:25 +0000 Subject: [PATCH] (\ucirc): Fix typo. (\CircGrave): New command. (\CircAcute): New command. (\CircMacron): New command. (\CircTilde): New command. (\CircHook): New command. (\Circudot): New command. (\HornAcute): New command. --- platex/extaccent.sty | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/platex/extaccent.sty b/platex/extaccent.sty index 4c3de2b..8e16706 100644 --- a/platex/extaccent.sty +++ b/platex/extaccent.sty @@ -62,7 +62,7 @@ {\DoubleAccent{95}{21}{.4ex}{.15ex}{#1}} \DeclareTextCommand{\ucirc}{OT1}[1]{% {\o@lign{\relax#1\crcr\hidewidth\sh@ft{29}% -b \vbox to.2ex{\hbox{\char23}\vss}\hidewidth}}} + \vbox to.2ex{\hbox{\char23}\vss}\hidewidth}}} \DeclareTextCommand{\ucircumflex}{OT1}[1]{% {\o@lign{\relax#1\crcr\hidewidth\sh@ft{29}% \vbox to.2ex{\hbox{\char94}\vss}\hidewidth}}} @@ -79,4 +79,13 @@ b \vbox to.2ex{\hbox{\char23}\vss}\hidewidth}}} {\o@lign{\relax#1\crcr\hidewidth\sh@ft{29}% \vbox to.2ex{\hbox{.}\vss}\hidewidth}}} +\DeclareTextCommand{\CircGrave}{OT1}[1]{\DoubleAccent{18}{94}{.4ex}{.45ex}{#1}} +\DeclareTextCommand{\CircAcute}{OT1}[1]{\DoubleAccent{19}{94}{.4ex}{.45ex}{#1}} +\DeclareTextCommand{\CircMacron}{OT1}[1]{\DoubleAccent{22}{94}{.4ex}{.45ex}{#1}} +\DeclareTextCommand{\CircTilde}{OT1}[1]{\DoubleAccent{126}{94}{.4ex}{.45ex}{#1}} +\DeclareTextCommand{\CircHook}{OT1}[1]{\DoubleAccent{39}{94}{.4ex}{.45ex}{#1}} +\DeclareTextCommand{\Circudot}{OT1}[1]{\DoubleAccent{46}{94}{.4ex}{-.2ex}{#1}} + +\DeclareTextCommand{\HornAcute}{OT1}[1]{\'{#1}\hspace*{-0.2em}'} + \endinput -- 1.7.10.4