Am 18.02.2015 um 20:25 schrieb Wolfgang Schuster
: Am 18.02.2015 um 20:04 schrieb Pablo Rodriguez
: Hi Wolfgang,
I have just discovered your t-ruby module.
Many thanks for this module, which is extremely useful for interlinear translations.
Here you have the sample:
\usemodule[ruby] \defineruby[trans][textstyle=\it]
\starttext \startTEXpage[offset=1em] \trans{The}{Der} \trans{sentence}{Satz} \trans{is}{ist} \trans{right}{richtig}.
\blank[big]
\trans{Der}{The} \trans{Satz}{sentence} \trans{ist}{is} \trans{richtig}{right}. \stopTEXpage \stoptext
Is there no way that text above doen’t overlap?
Sorry, I should be too sleepy, because the hang and overhang options don’t seem to work for me.
It’s a bug.
I have to correct myself, you can use „hang=none“ to avoid the overlapping texts in your case. Wolfgang