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

Add support for \bigl, \bigr and friends #391

Open
4 tasks
Orace opened this issue Apr 26, 2023 · 0 comments
Open
4 tasks

Add support for \bigl, \bigr and friends #391

Orace opened this issue Apr 26, 2023 · 0 comments

Comments

@Orace
Copy link
Contributor

Orace commented Apr 26, 2023

Those are described in the texbook p146.
And are macro:
https://github.com/TeX-Live/texlive-source/blob/4f771e41a6c3799e9d16e44633c7fa95dc41f1bc/texk/web2c/tests/basic.tex#L897-L908

  • \bigl, \bigr: just enough bigger [...] so that the difference can be perceived, need to be clarified
  • \Bigl, \Bigr: 50% taller than \big_ aka ×1.5
  • \biggl, \biggr: twice the size of \big_ aka ×2.0
  • \Biggl, \Biggr: 2.5 times as tall as \big_ aka ×2.5

P.S. Based on this discussion, the size are 1.2, 1.8, 2.4, 3.0 em

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

No branches or pull requests

2 participants