Skip to content

fix(latex): evaluate function-typed command configs#511

Merged
OXY2DEV merged 1 commit into
OXY2DEV:mainfrom
famiu:fix/latex-function-command
Jul 2, 2026
Merged

fix(latex): evaluate function-typed command configs#511
OXY2DEV merged 1 commit into
OXY2DEV:mainfrom
famiu:fix/latex-function-command

Conversation

@famiu

@famiu famiu commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

The commands config defines sqrt, lvert, and lVert as functions that return their config tables, but utils.match() was called without eval_args, so spec.get() never evaluated them. Pass eval_args so function-typed entries are called and return their config.

The commands config defines `sqrt`, `lvert`, and `lVert` as functions
that return their config tables, but `utils.match()` was called without
`eval_args` so `spec.get()` never evaluated them. Pass `eval_args` so
function-typed entries are called and return their config.
@OXY2DEV OXY2DEV merged commit 1b6709b into OXY2DEV:main Jul 2, 2026
1 check passed
@famiu famiu deleted the fix/latex-function-command branch July 2, 2026 17:19
@famiu

famiu commented Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

I have one more fix PR incoming by the way, just informing you in advance because I noticed you made a release PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants