GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
LaTeXML::Core::Definition::Primitive(3) User Contributed Perl Documentation LaTeXML::Core::Definition::Primitive(3)

"LaTeXML::Core::Definition::Primitive" - Primitive Control sequence definitions.

These represent primitive control sequences that are converted directly to Boxes or Lists containing basic Unicode content, rather than structured XML, or those executed for side effect during digestion in the LaTeXML::Core::Stomach, changing the LaTeXML::Core::State. The results of invoking a "LaTeXML::Core::Definition::Primitive", if any, should be a list of digested items ("LaTeXML::Core::Box", "LaTeXML::Core::List" or "LaTeXML::Core::Whatsit").

It extends LaTeXML::Core::Definition.

Primitive definitions may have lists of daemon subroutines, "beforeDigest" and "afterDigest", that are executed before (and before the arguments are read) and after digestion. These should either end with "return;", "()", or return a list of digested objects (LaTeXML::Core::Box, etc) that will be contributed to the current list.

Bruce Miller <bruce.miller@nist.gov>

Public domain software, produced as part of work done by the United States Government & not subject to copyright in the US.
2021-06-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.