From 8e4c3c7452e48fc541cb6391cf693a0f25b730ef Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Thu, 29 May 2014 21:04:33 +0000 Subject: [PATCH] Only count regular elements (without @role="bold", etc) when determining whether nested emphasis needs to be displayed in italics or in regular; otherwise, the order of nesting in and affects the font used. --- xsl/fo/inline.xsl | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/xsl/fo/inline.xsl b/xsl/fo/inline.xsl index 3b426b41b..3539d8a4a 100644 --- a/xsl/fo/inline.xsl +++ b/xsl/fo/inline.xsl @@ -711,14 +711,6 @@ - - - - - - - - @@ -734,6 +726,11 @@ + + + -- 2.50.1