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

Fix use of textmacros in textcomp/bboldx, and update source.js and dependencies.js #1076

Merged
merged 2 commits into from
Mar 26, 2024

Conversation

dpvc
Copy link
Member

@dpvc dpvc commented Mar 19, 2024

This is a small PR that does several things:

  1. It fixes the config() functions in textcomp and bboldx that use textmacros to check that textmacros has been configured before trying to use the textmacros package data (avoiding an error message when it is not available).

  2. It updates the source.js and dependencies.js files to include some missing packages, and sorts the lists for easier maintenance.

  3. Fixes the configuration file for texhtml so that the version check is correct.

  4. Updates the extensions.js so that font extensions have an output jax as a dependency, so that if components are loaded separately rather than through a combined component, the output jax will be loaded before the font extension.

@dpvc dpvc requested a review from zorkow March 19, 2024 21:42
@dpvc dpvc added this to the v4.0 milestone Mar 19, 2024
Copy link
Member

@zorkow zorkow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm.

@dpvc dpvc merged commit 9f89b3e into develop Mar 26, 2024
@dpvc dpvc deleted the use-textmacros branch March 26, 2024 18:22
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.

None yet

2 participants