Hi, Amick, Eric wrote: > I haven't tried it, but I would expect > > <fo:inline keep-together.within-line="always">/mnt/install</fo:inline> > > to do what you need.
And if you need a more fine-grained solution, you can use the Word Joiner Unicode character (U+2060): /⁠mnt/install Especially in long URLs, you may want to allow line breaking after some slashes. HTH, Vincent > Eric Amick Systems Engineer II > Legislative Computer Systems > > >> -----Original Message----- >> From: Brad Smith [mailto:[email protected]] >> Sent: Tuesday, February 02, 2010 9:54 >> To: [email protected] >> Subject: Is it possible to prevent line breaks on '/'? >> >> Is it possible to prevent fop from breaking lines on certain >> characters? For example, I've got a few places where lines break like >> this: >> >> """ >> ...Instead list the contents of / >> mnt/install and... >> """ >> >> That looks pretty terrible, and it would be much better if all of >> "/mnt/install" were bumped to the next line instead. How can that be >> done? >> >> --Brad --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
