DeanNelson wrote: > > I would like to make sure that the TITLE alignment mirrors what the image > alignment is. If I can't do that, I would like to change the default > alignment > for the figure titles. >
DocBook FO XSL has an attribute set called "component.title.properties" which you need to customize to include parent::figure in the test for text-align to be "center". Or you could get the value of the "align" attribute of the "graphic" child. -- View this message in context: http://www.nabble.com/How-to-change-default-formatting-for-Figure-Titles-tp15129230p15154232.html Sent from the docbook apps mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
