Support for the IEEEeqnarray and IEEEeqnarray* environments
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10.9k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
One of the professors in my department makes heavy use of the IEEEtran package in his works, specifically because he prefers using the IEEEeqnarray and 'd environments for more control over his layouts than align provides.
Describe the solution you'd like
Include support for the layouts of the IEEEeqnarray and IEEEeqnarray* environments.
Describe alternatives you've considered
Although align* is functionally similar, his preference is to be able to multiple aligned pieces that IEEEeqnarray provides. I told him I'd ask if here if it would be useful
Additional context
Minimal working document:
\documentclass{article}
\usepackage{IEEEtrantools}
\begin{document}
\begin{IEEEeqnarray*}{rCcCl}
a& \le & b & \le & c \\
d &\le & e &\equiv & f
\end{IEEEeqnarray*}
\end{document}
renders:
nicely aligned with each &.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the minimal IEEEeqnarray* document from the issue and compare it with the existing align and align* behavior. Trace how MathJax recognizes and lays out aligned environments; done means both IEEEeqnarray and IEEEeqnarray* render the requested multiple aligned pieces and match the shown alignment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, latex
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100