Write a racket-friendly frontend for writing math equations #8
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: suzanne.soy/scribble-math#8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
define-math-operator
define-math-variable
define-math-syntax
_
^
subscripts and superscripts as separate from the "main" variableAn equation in the source should look like this:
@$[∀ xᵢ ↦ κᵢ ∃ ρf ↦ (foo xᵢ)]
where
ρf
has been defined withdefine-math-variable
to render asρ_f
, for example, andfoo
has been defined as a math operator with a specific rendering, andκ
is also defined as a math operator which takes one mandatory subscript argument, in this case theᵢ
.