Is there a way to adjust the spacing between parent letters and rubies separately?

Asked 2 years ago, Updated 2 years ago, 317 views

Capitalized accents cross the assembly line and cover the rubi. Adjustments in \rubyintergap work for all rubi, and regular parent characters are too spaced out from the rubi to extend.Is there a way to adjust the spacing between parent characters and rubies individually?

Enter a description of the image here

tex

2022-09-30 22:04

1 Answers

If you specify rubyintergap for each group called pxrubrica, it will not be impossible.
However, it is difficult to write and not balance.

rubyintergap Example

\ documentclass [a4paper, 11pt] {jsarticle}
\uspackage {amsmath,amsfonts}
\uspackage {pxrubrica}

\begin { document }

\begin {enumerate}

\item\textbackslash rubyintergap not present\\
\ruby[g]{PR\^{O}BL\`{E}M\^{A}T\"{I}CRUBY}{Ruby[g]{RUBY}{Ruby} 

\item\textbackslash rubyintergap\{0.24\}\\
\rubyintergap {0.24}
\ruby[g]{PR\^{O}BL\`{E}M\^{A}T\"{I}CRUBY}{Ruby[g]{RUBY}{Ruby}
\rubyintergap{0.0}

\textbackslash rubyintergap\{0.24\}\\ for each item group
\ruby[g] {PR} {cover}
\rubyintergap{0.24}\ruby[g]{\^{O}}}
\rubyintergap{0.0}\ruby[g]{BL} { _yomi}
\rubyintergap{0.24}\ruby[g]{\`{E}}}
\rubyintergap{0.0}\ruby[g]{M}{U}
\rubyintergap{0.24}\ruby[g]{\^{A}}{Ya}
\rubyintergap{0.24}\ruby[g]{T\"{I}}}}
\rubyintergap{0.0}\ruby[g]{CRUBY} {near}
\rubyintergap{0.0}\ruby[g]{RUBY}{ruby}

\end {enumerate}

\end { document }


2022-09-30 22:04

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.