Rename specvar integer-info to *integer-info*
[maxima.git] / doc / info / dlmf-ref-macros.texi
blob528b1133cd196e691aba874297b9cdb5b4a4c59d
1 @c Macro for forming a URL to Abramowitz and Stegun.  Provide the
2 @c equation number and the page where the equation is.  Here are some
3 @c hints on usage so that the links are consistent.  For an equation
4 @c do something like @urlaands{eqn 1.1, 25}.  For a section, do
5 @c @urlaands{Section 5.1, 100} and @urlaands{Chapter 5, 100} for
6 @c chapters.
7 @macro urlaands {label, page}
8 @url{https://personal.math.ubc.ca/~cbm/aands/page_\page\.htm, A&S \label\}
9 @end macro
11 @c Macro for forming a URL to the DLMF.  Provide the equation number.
12 @c Basically, a full DLMF link (from a permalink) looks like
13 @c https://dlmf.nist.gov/6.2.E12.  When calling this macro provide ``6.2.E12''.
14 @macro urldlmf {eqn}
15 @url{https://dlmf.nist.gov/\eqn\, DLMF \eqn\}
16 @end macro