|
From: HOGG M. <maynard.hogg@...> - 2011-03-22 10:06:20
|
On Fri, Mar 11, 2011 at 18:59, Jean-Christophe Helary <jean.christophe.helary@...> wrote: > One possibility that I use with my main source language (Japanese) is that I create exceptions to the break rules when the "before" pattern starts with a closing tag beginning: "</". > It works in most cases. I've switched to .docx, so I thought I could do the same for <t0/> tags. No such luck. Before: ^<t[0-9]+/> (Tested with Ctrl+F, note.) After: . What have I overlooked? P.S. I've moved this rule to the top of the JA list, if that matters. |