summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/tests/tex_html/tex_gdef.texi
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/tests/tex_html/tex_gdef.texi')
-rw-r--r--macros/texinfo/texinfo/tp/tests/tex_html/tex_gdef.texi16
1 files changed, 16 insertions, 0 deletions
diff --git a/macros/texinfo/texinfo/tp/tests/tex_html/tex_gdef.texi b/macros/texinfo/texinfo/tp/tests/tex_html/tex_gdef.texi
new file mode 100644
index 0000000000..2f41d5a96f
--- /dev/null
+++ b/macros/texinfo/texinfo/tp/tests/tex_html/tex_gdef.texi
@@ -0,0 +1,16 @@
+\input texinfo @c -*-texinfo-*-
+
+@node Top
+@top Tests
+
+@tex
+ \gdef\Desig{\buildrel \rm def \over \equiv}
+@end tex
+
+@math{\Desig}
+
+@displaymath
+ \Desig
+@end displaymath
+
+@bye