Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for custom labels and left placement in equations #39

Open
4 tasks
mdbenito opened this issue Aug 15, 2021 · 1 comment
Open
4 tasks

Support for custom labels and left placement in equations #39

mdbenito opened this issue Aug 15, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request math Problems with and improvements to math output

Comments

@mdbenito
Copy link
Contributor

mdbenito commented Aug 15, 2021

  • Implement export of equation-lab. Export to LaTeX doesn't seem to work out of the box.
  • More generally, implement support for set-binding (although this won't be seen in the stree by the converter if e.g. equation-lab is used.
  • leq-number (although a custom macro equation-left using surround would render better)
  • align, gather, eqsplit ?
@mdbenito
Copy link
Contributor Author

This works for labeling eqs on the left hand side.

<assign|equation-lab-left|<\macro|body|lab>
  <\surround|<set-binding|<arg|lab>><with|mode|text|font-shape|right|(<arg|lab>)><space|5mm>|>
    <\equation*>
      <arg|body>
    </equation*>
  </surround>
</macro>>

<assign|equation-left|<\macro|body>
  <\surround|<next-equation>|>
    <equation-lab-left|<arg|body>|<the-equation>>
  </surround>
</macro>>

@mdbenito mdbenito added enhancement New feature or request math Problems with and improvements to math output labels Aug 15, 2021
@mdbenito mdbenito self-assigned this Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request math Problems with and improvements to math output
Projects
None yet
Development

No branches or pull requests

1 participant