X macros are an idiomatic usage of programming language macros for generating list-like structures of data or code. They are most useful when at least...
5 KB (611 words) - 09:53, 12 January 2025
called TeX engines, sets of TeX macros, and packages which provide extra typesetting functionality – built around the original TeX language. TeX is a popular...
53 KB (6,210 words) - 08:10, 13 May 2025
Arabic and Greek. LaTeX uses the TeX typesetting program for formatting its output, and is itself written in the TeX macro language. LaTeX can be used as a...
26 KB (2,766 words) - 17:53, 24 April 2025
In computer programming, a macro (short for "macro instruction"; from Greek μακρο- 'long, large') is a rule or pattern that specifies how a certain input...
33 KB (4,016 words) - 15:43, 13 January 2025
In computer science, hygienic macros are macros whose expansion is guaranteed not to cause the accidental capture of identifiers. They are a feature of...
21 KB (2,417 words) - 19:33, 3 November 2024
C preprocessor (redirect from C macro)
tools. The preprocessor provides for file inclusion (often header files), macro expansion, conditional compilation, and line control. Although named in...
35 KB (4,216 words) - 16:28, 15 May 2025
shell builtin 'true', and its exit status is true (0). The TeX typographical system's macro language has the \relax command. It does nothing by itself,...
36 KB (2,313 words) - 09:39, 6 May 2025
Haplogroup A (Y-DNA) (redirect from Macro-haplogroup A(X-BT) V-148)
eastern DRC (2/9 = 22% Alur, 1/18 = 6% Hema, 1/47 = 2% Mbuti). Haplogroup A-M91(xA1a-M31, A2-M6/M14/P3/P4, A3-M32) has been observed in the Bakola people of...
57 KB (6,308 words) - 14:51, 13 April 2025
of AoS. Code generators for the C language, including Datadraw and the X Macro technique. Automated creation of AoSoA is more complex. An example of AoSoA...
8 KB (921 words) - 00:16, 19 June 2024
A general-purpose macro processor or general purpose preprocessor is a macro processor that is not tied to or integrated with a particular language or...
11 KB (443 words) - 20:35, 16 December 2024
since LaTeX, ConTeXt et al. are simply macro packages for TeX, they work equally well with pdfTeX. Hence, pdflatex, for example, calls the pdfTeX program...
5 KB (506 words) - 12:47, 15 January 2025
PGF/TikZ (category Free TeX software)
can be used from the popular LaTeX and ConTeXt macro packages, and also directly from the original TeX.: 116 Since TeX itself is not concerned with graphics...
15 KB (1,248 words) - 12:42, 24 November 2024
Visual Basic for Applications (redirect from Word Macro)
"Possible macro virus attacks and how to prevent them". Virus, Macros, Safety of Macros. 15 (7): 595. doi:10.1016/S0167-4048(97)88131-X. Paul Docherty;...
30 KB (3,758 words) - 22:08, 28 April 2025
to TikZ) REVTeX - collection of LaTeX macros used for scientific journals XyMTeX - supports chemical structure diagrams mhchem - LaTeX extension package...
5 KB (368 words) - 08:38, 9 May 2025
Fujifilm X-A1 Fujifilm X-A2 Fujifilm X-A3 Fujifilm X-A5 Fujifilm X-A7 Fujifilm X-A10 Fujifilm X-A20 Fujifilm X-E1 Fujifilm X-E2 Fujifilm X-E2s Fujifilm X-E3...
65 KB (3,372 words) - 00:29, 13 May 2025
REVTeX is a collection of LaTeX macros which is maintained and distributed by the American Physical Society with auxiliary files and a user support guide...
4 KB (401 words) - 11:36, 19 April 2025
undergraduates. Spivak also wrote The Joy of TeX: A Gourmet Guide to Typesetting with the AMS-TeX Macro Package and The Hitchhiker's Guide to Calculus...
14 KB (1,234 words) - 02:38, 29 March 2025
TeX macro package AMS-TeX. AMS-TeX was originally written by Michael Spivak, and was used by the AMS from 1983 to 1985. MathJax supports AMS-LaTeX through...
3 KB (318 words) - 15:22, 27 October 2023
ΧyMTeΧ is a macro package for TeX which renders high-quality chemical structure diagrams. Using the typesetting system, the name is styled as XϒMTeX. It was...
5 KB (353 words) - 18:04, 12 May 2025
Metaprogramming (section Macro systems)
support macros. Metaclasses are provided by the following programming languages: Common Lisp Python NIL Groovy Ruby Smalltalk Lua C "X Macros" C++ Templates...
14 KB (1,432 words) - 08:56, 28 April 2025
History of Microsoft Word (section Word 2001/Word X)
Word for DOS was different. The Word 6.0 for DOS macro language was compatible with the Word 3.x-5.x macro language while Word 6.0 for Windows and Word 6...
30 KB (4,003 words) - 18:37, 31 January 2025
Microsoft Excel (redirect from Excel macro)
calculation or computation capabilities, graphing tools, pivot tables, and a macro programming language called Visual Basic for Applications (VBA). Excel forms...
101 KB (9,679 words) - 21:09, 1 May 2025
A variadic macro is a feature of some computer programming languages, especially the C preprocessor, whereby a macro may be declared to accept a varying...
9 KB (959 words) - 02:53, 9 April 2024
Blackboard bold (redirect from 𝕏)
(2): 59–63. Spivak, Michael (1986). The Joy of TeX: A Gourmet Guide to Typesetting with the AMS-TeX Macro Package. American Mathematical Society. p. 260...
36 KB (2,049 words) - 10:17, 25 April 2025
Mouse (programming language) (section Macro calls)
relatively advanced features, including: Conditional branching Loops Pointers Macros (subroutines (which may be recursive)) Arrays Code tracing The design of...
7 KB (731 words) - 11:21, 14 September 2024
example, the following macro cbrt(x) translates to cbrtl(x), cbrt(x) or cbrtf(x) depending on the type of x: #define cbrt(x) _Generic((x), long double: cbrtl...
12 KB (1,049 words) - 03:56, 16 February 2025
PSTricks (category Macro programming languages)
PSTricks is a set of macros that allow the inclusion of PostScript drawings directly inside TeX or LaTeX source code. It was originally written by Timothy...
6 KB (625 words) - 12:32, 24 November 2024
Common Lisp (redirect from Macros in Common Lisp)
LOOP macro is demonstrated: (defun power (x n) (loop with result = 1 while (plusp n) when (oddp n) do (setf result (* result x)) do (setf x (* x x) n (truncate...
94 KB (11,969 words) - 03:38, 19 May 2025