help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

@* in @macro gives error when using texi2pdf


From: Christopher Dimech
Subject: @* in @macro gives error when using texi2pdf
Date: Sat, 14 Nov 2020 14:17:25 +0100

Introducing @* in @macro gives error when using texi2pdf.
But using @* works when output to html.

@macro Begof{entity, label, title}

@ifclear NoLabel
   @* @noindent @strong{\entity\ \label\.} @ @emph{\title\}
@end ifclear

@ifset NoLabel
   @* @noindent @strong{\entity\.} @ @emph{\title\}
@end ifset

@end macro

@Begof{Definition, 3.2, Analysis of Signals}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]