I am trying to move a Chinese punctuation mark to the head of a character. I am using the following macro, which works fine. But if I redefine the \CJKpunctsymbol, it will be a messy. Can any one help me on this?
works fine code - which directly apply to a punctuation:
\hskip -0.9em \vbox to 0.1em {\vskip -1em{\hbox to 0.9em {。}}}
Redefine \CJKpunctsymbol - the \hbox will be very long and can't resize.
\def\vCJKpunctsymbol#1{\hskip -0.9em \vbox to 0.1em {\vskip -1em {\hbox to 0.9em {\CJKsymbol{#1}}}}}
\let\CJKpunctsymbol\vCJKpunctsymbol
The following 2 pictures are examples. I use \fbox to make it clear.
