summaryrefslogtreecommitdiff
path: root/info/latex2e-help-texinfo/common.texi
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-01-27 03:00:41 +0000
committerNorbert Preining <norbert@preining.info>2022-01-27 03:00:41 +0000
commitb5deca5ab245af14ca010a3e61225189e9c860f9 (patch)
tree50f4cfc4a516024350a41166589f283a0d0c1871 /info/latex2e-help-texinfo/common.texi
parentd36626add433e216b29d959884d3593baa216866 (diff)
CTAN sync 202201270300
Diffstat (limited to 'info/latex2e-help-texinfo/common.texi')
-rw-r--r--info/latex2e-help-texinfo/common.texi8
1 files changed, 7 insertions, 1 deletions
diff --git a/info/latex2e-help-texinfo/common.texi b/info/latex2e-help-texinfo/common.texi
index 04824f1c7a..51759254fb 100644
--- a/info/latex2e-help-texinfo/common.texi
+++ b/info/latex2e-help-texinfo/common.texi
@@ -1,4 +1,4 @@
-@c $Id: common.texi 729 2018-11-13 23:22:27Z karl $
+@c $Id: common.texi 1031 2021-09-01 17:02:05Z vincentb1 $
@c Public domain.
@set LTXREFMAN_HOME_PAGE https://latexref.xyz
@set LTXREFMAN_BUGS latexrefman@@tug.org
@@ -14,6 +14,9 @@
\else\@c
@end macro
@end ifnottex
+@macro package {packagename}
+@code{\packagename\}
+@end macro
@tex
\globaldefs=1
@@ -52,6 +55,9 @@
\lasymathchardef{2003}{\rhd}
\lasymathchardef{2002}{\unlhd}
\lasymathchardef{2004}{\unrhd}
+\font\tenmathbb = msbm10
+% use \hbox to force horizontal mode, as \mathbbN is to be called from Math mode.
+\def\mathbbN{{\hbox{\tenmathbb N}}}
%
% must explicitly reset before the (at)end tex, not let the (at)end group
% reset it; else internal Texinfo variables get messed up.