Hyphenation boondoggle.
I'm posting this because I hope it helps someone. I was having a lot of trouble with hyphenation breaking before a period
<title><xref/></title>
So it lookedlike this:
2.1 YADA/Yada-yada (YADA) Yada/Yada
. (Figure 2).
Not cool. The first period is from the xref's beforetext, the space after the first period is from the xref's aftertext and the last period is from the title's aftertext.
I played with hyphrule, keeps, wordsp, quadding, hyphenad nauseum. but this is the only thing that worked: moving the period and space to the xref's beforetext, and hitting the space bar after the period like so:
<savetext textid="beforetext" conrule="\." \,.9em"=" placemnt="before"/">
This didn't work: <savetext textid="beforetext" conrule="\.\,1em" placemnt="before"/"> and putting \. \ in the aftertext didn't work, either.

