help-texinfo
[Top][All Lists]
Advanced

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

Different behaviour when using @macro with @sp, @vskip, @noindent


From: Christopher Dimech
Subject: Different behaviour when using @macro with @sp, @vskip, @noindent
Date: Mon, 26 Oct 2020 22:16:29 +0100

I have the following texinfo code.  But if I put the same commands
in @macro, I see more vertical space when displaying the example
when calling the @macro Tuni.

@macro Tuni{sp,sk}
@iftex
  @sp \sp\
  @vskip \sk\
@end iftex
@noindent
@end macro

-----------file---------------
Key Shortcuts are grouped into units called Key Input
Events.

@c @Tuni{0,2mm}
@iftex
@sp 0
@vskip 2mm
@end iftex
@noindent

@example
  (global-set-key (kbd "C-t <left>")  #'IntchgStc-Prev)
@end example
------------file-----------



reply via email to

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