help-texinfo
[Top][All Lists]
Advanced

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

Using Macros


From: Christopher Dimech
Subject: Using Macros
Date: Fri, 13 Nov 2020 20:05:46 +0100

Anybody understands what's wrong with the following code.

@macro Startof{entity, label, title}

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

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

@end macro


@macro Defini(lb, tl)

   @Startof{Definition, \lb\, \tl\}

@end macro






reply via email to

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