Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jgm
/
texmath
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
86
Star
406
Code
Issues
30
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 23, 2026
Update cabal file
jgm
committed
f18e652
View commit details
Copy full SHA for f18e652
Browse repository at this point
Bump to 0.13.3, update changelog.
jgm
committed
74a52f9
View commit details
Copy full SHA for 74a52f9
Browse repository at this point
Commits on Sep 20, 2026
renderTeX: use a lazy Text accumulator to avoid quadratic rendering.
Show description for 9fdba44
jgm
and
claude
committed
9fdba44
View commit details
Copy full SHA for 9fdba44
Browse repository at this point
Replace SYB traversals with hand-written ones.
Show description for 412f6f5
jgm
and
claude
committed
412f6f5
View commit details
Copy full SHA for 412f6f5
Browse repository at this point
TeX reader: use a prefix trie in oneOfStrings.
Show description for 5b12daf
jgm
and
claude
committed
5b12daf
View commit details
Copy full SHA for 5b12daf
Browse repository at this point
TeX reader: gate hot-path command checks behind a one-char lookAhead.
Show description for 180c760
jgm
and
claude
committed
180c760
View commit details
Copy full SHA for 180c760
Browse repository at this point
Commits on Sep 19, 2026
Macros: speed up applyMacros.
Show description for 5826256
jgm
and
claude
committed
5826256
View commit details
Copy full SHA for 5826256
Browse repository at this point
Shared: hoist per-call table constructions to top-level CAFs.
Show description for 76ab558
jgm
and
claude
committed
76ab558
View commit details
Copy full SHA for 76ab558
Browse repository at this point
TeX reader: don't fail on p{...} and >{...} array column specs.
Show description for 926af32
jgm
and
claude
committed
926af32
View commit details
Copy full SHA for 926af32
Browse repository at this point
OMML writer: don't require equal scales on delimiter pairs.
Show description for e928d4e
jgm
and
claude
committed
e928d4e
View commit details
Copy full SHA for e928d4e
Browse repository at this point
OMML reader: fix w:sym private-use codepoints and empty-run junk.
Show description for e312435
jgm
and
claude
committed
e312435
View commit details
Copy full SHA for e312435
Browse repository at this point
Macros: fix nested same-name environments in newenvironment.
Show description for 13aa908
jgm
and
claude
committed
13aa908
View commit details
Copy full SHA for 13aa908
Browse repository at this point
TeX writer: use \vec, \tilde, \hat for single-character bases.
Show description for 20dd8ea
jgm
and
claude
committed
20dd8ea
View commit details
Copy full SHA for 20dd8ea
Browse repository at this point
Macros: don't silently drop input in applyMacros.
Show description for bc5950a
jgm
and
claude
committed
bc5950a
View commit details
Copy full SHA for bc5950a
Browse repository at this point
Macros: fix parsing of escaped braces in macro bodies.
Show description for 68f4627
jgm
and
claude
committed
68f4627
View commit details
Copy full SHA for 68f4627
Browse repository at this point
MathML/OMML readers: don't crash on malformed input.
Show description for f02e6b6
jgm
and
claude
committed
f02e6b6
View commit details
Copy full SHA for f02e6b6
Browse repository at this point
Shared: fix unit conversion in readLength/unitToMultiplier.
Show description for 7b28a5c
jgm
and
claude
committed
7b28a5c
View commit details
Copy full SHA for 7b28a5c
Browse repository at this point
Commits on Sep 4, 2026
eqn writer: escape `"` and `\` in quoted text. (#298)
Show description for a7451e2
dylanpulver
and
claude
authored
a7451e2
View commit details
Copy full SHA for a7451e2
Browse repository at this point
TeX reader: Fix handling of ` and " in math mode.
Show description for dae6061
jgm
committed
dae6061
View commit details
Copy full SHA for dae6061
Browse repository at this point
Commits on Aug 28, 2026
Bump to 0.13.2.2, update changelog
jgm
committed
ea1dd15
View commit details
Copy full SHA for ea1dd15
Browse repository at this point
Commits on Aug 27, 2026
Typst writer: fix spacing commands.
Show description for 1c62adb
jgm
committed
1c62adb
View commit details
Copy full SHA for 1c62adb
Browse repository at this point
Commits on Aug 11, 2026
Bump to 0.13.2.1, update changelog
jgm
committed
e7df353
View commit details
Copy full SHA for e7df353
Browse repository at this point
Speed up test suite by running tests in parallel.
Show description for 05b23da
jgm
and
claude
committed
05b23da
View commit details
Copy full SHA for 05b23da
Browse repository at this point
Commits on Aug 10, 2026
Fix regression in TeX parsing from 1.13.0.1.
Show description for 714560a
jgm
committed
714560a
View commit details
Copy full SHA for 714560a
Browse repository at this point
StarMath writer: fix compiler warnings.
jgm
committed
c7ec32e
View commit details
Copy full SHA for c7ec32e
Browse repository at this point
Commits on Jul 23, 2026
Fix Typst spacing after escaped expressions (#292)
Show description for 2b91795
filipviz
authored
2b91795
View commit details
Copy full SHA for 2b91795
Browse repository at this point
Commits on Jul 21, 2026
Bump to 0.13.1.2, update changelog
jgm
committed
2e4cbc1
View commit details
Copy full SHA for 2e4cbc1
Browse repository at this point
Commits on Jul 8, 2026
Allow typst-symbols 0.3
jgm
committed
e5d6893
View commit details
Copy full SHA for e5d6893
Browse repository at this point
Commits on Jun 9, 2026
Mention StarMath in cabal description.
jgm
committed
1708996
View commit details
Copy full SHA for 1708996
Browse repository at this point
Add starmath as output format (#289)
Show description for 46755a2
jdpipe
authored
46755a2
View commit details
Copy full SHA for 46755a2
Browse repository at this point
Commits on Jun 1, 2026
CI: bump versions for checkout and cache actions.
jgm
committed
645fcfd
View commit details
Copy full SHA for 645fcfd
Browse repository at this point
Bump to 0.13.1.2, update changelog.
jgm
committed
9891ee1
View commit details
Copy full SHA for 9891ee1
Browse repository at this point
Depend on typst-symbols 0.2.
jgm
committed
5249e1f
View commit details
Copy full SHA for 5249e1f
Browse repository at this point
Commits on May 11, 2026
Remove stack.yaml and update README.md to just mention cabal.
jgm
committed
16281b1
View commit details
Copy full SHA for 16281b1
Browse repository at this point
Commits on Apr 24, 2026
CI: test with ghc 9.12, remove older versions and stack test.
jgm
committed
4cd860e
View commit details
Copy full SHA for 4cd860e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.