Hi,
the attached patch fixes it for me. 16 testcases are affected.
E.g. export/doc/Additional_pdf4_systemF:
        Desc: LaTeX Error: Command \strong already defined.
        Text:  \newcommand{\strong}[1]{\textbf{#1}}

        Your command was ignored.
        Type  I <command> <return>  to replace it with another command,
        or  <return>  to continue without it.

Anybody else seeing this?

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

diff --git a/lib/layouts/logicalmkup.module b/lib/layouts/logicalmkup.module
index 33b954d..0b7a569 100644
--- a/lib/layouts/logicalmkup.module
+++ b/lib/layouts/logicalmkup.module
@@ -52,7 +52,7 @@ InsetLayout Flex:Strong
 	  Series              Bold
 	EndFont
 	Preamble
-	\newcommand{\strong}[1]{\textbf{#1}}
+	\renewcommand{\strong}[1]{\textbf{#1}}
 	EndPreamble
 	InToc                 true
 	HTMLTag               strong

Reply via email to