commit 660b0cce0c48bd613217b352334b3b6459ca082b
parent 4355e9141c2ed7ff43b2456a8d26f381a752affe
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Thu, 8 Feb 2024 13:48:00 +0200
Add definitions to `@unmacro`-ed macros used for TeX (PDF) output.
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/doc/r7rs-small/r7rs-texinfo-macros.texinfo b/doc/r7rs-small/r7rs-texinfo-macros.texinfo
@@ -80,6 +80,7 @@ R@sup{6}RS
@iftex
@unmacro greekpi
+@macro greekpi {}
@math{\\pi}
@end macro
@end iftex
@@ -103,6 +104,7 @@ R@sup{6}RS
@iftex
@unmacro greektheta
+@macro greektheta {}
@math{\\theta}
@end macro
@end iftex
@@ -114,6 +116,7 @@ R@sup{6}RS
@iftex
@unmacro greekcapitalsigma
+@macro greekcapitalsigma {}
@math{\\Sigma}
@end macro
@end iftex
@@ -125,6 +128,7 @@ R@sup{6}RS
@iftex
@unmacro greeksmallsigma
+@macro greeksmallsigma {}
@math{\\igma}
@end macro
@end iftex
@@ -136,6 +140,7 @@ R@sup{6}RS
@iftex
@unmacro greekfinalsigma
+@macro greekfinalsigma {}
@math{\\varsigma}
@end macro
@end iftex