The blueprint content in a module (see BlueprintContent
) consists of:
- Blueprint nodes generated from
@[blueprint]
tags - All module docstrings defined in
/-! ... -/
These contents are sorted by declaration range (similar to the sort in doc-gen4).
Equations
- One or more equations did not get rendered due to their size.
Instances For
The export blueprint LaTeX from a module is determined by the list of BlueprintContent
in the module. This is analogous to doc-gen4's ModuleMember
.
- node : NodeWithPos → BlueprintContent
- modDoc : Lean.ModuleDoc → BlueprintContent
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
Instances For
An order for blueprint contents, based on their declaration range.
Equations
Instances For
Get blueprint contents of the current module (this is for debugging).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Get blueprint contents of an imported module (this is for debugging).
Equations
- One or more equations did not get rendered due to their size.