Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M MathJax
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 304
    • Issues 304
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MathJax
  • MathJax
  • Issues
  • #2837
Closed
Open
Issue created Feb 16, 2022 by Administrator@rootContributor

Support for the IEEEeqnarray and IEEEeqnarray* environments

Created by: jmhammond

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:

image

nicely aligned with each &.

Assignee
Assign to
Time tracking