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

IEEEeqnarray not recognized as math environment when using ieeecolor class #2743

Closed
ThomasChaffey opened this issue Jun 26, 2023 · 1 comment
Labels

Comments

@ThomasChaffey
Copy link

Description

Essentially the same issue as one I raised previously: #2675 (comment)

IEEEeqnarray is not automatically recongized as a math environment when using the ieeecolor class. A workaround is adding

let g:vimtex_syntax_packages = {
      \ 'ieeetrantools': {'load': 2},
      \}

to .vimrc.

ieeecolor replaces the older IEEEtran as the submission template for some IEEE journals.

Steps to reproduce

No response

Expected behavior

No response

Actual behavior

No response

Do you use a latexmkrc file?

No

VimtexInfo

System info:
  OS: macOS 13.4 (22F66)
  Vim version: VIM 9.0 (1-1276)
  Has clientserver: true
  Servername: undefined (vim started without --servername)

VimTeX project: intrinsic
  base: intrinsic.tex
  root: /Users/tlc37/Dropbox (Cambridge University)/Rodolphe+Fulvio+Tom+Henk/TAC
  tex: /Users/tlc37/Dropbox (Cambridge University)/Rodolphe+Fulvio+Tom+Henk/TAC/intrinsic.tex
  main parser: current file verified
  document class: ieeecolor
  packages: ./TLC TLC algorithm algorithmicx algpseudocode aliasctr amsbsy amsfonts amsgen amsmath amsopn amssymb amstext amsthm array biblatex blox blx-case-expl3 calc circuitikz color epigraph epstopdf-base etoolbox expl3 float flushend gensymb graphics graphicx iftex ifthen infwarerr keyval kvoptions kvsetkeys l3keys2e logreq ltxcmds mathtools mhsetup nextpage parseargs pdftexcmds pgf pgfcomp-version-0-65 pgfcomp-version-1-18 pgfcore pgffor pgfkeys pgfmath pgfplots pgfrcs pgfsys shellesc siunitx thm-amsthm thm-autoref thm-kv thm-listof thm-patch thm-restate thmtools tikz translations trig url xcolor xparse
  compiler: latexmk
    engine: -pdf
    options:
      -verbose
      -file-line-error
      -synctex=1
      -interaction=nonstopmode
    callback: 1
    continuous: 1
    executable: latexmk
  viewer: Skim
  qf method: LaTeX logfile
lervag added a commit that referenced this issue Jun 26, 2023
@lervag
Copy link
Owner

lervag commented Jun 26, 2023

If I understood correctly, then this is fixed now. :)

@lervag lervag closed this as completed Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants