We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ieeecolor
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
IEEEeqnarray
let g:vimtex_syntax_packages = { \ 'ieeetrantools': {'load': 2}, \}
to .vimrc.
.vimrc
ieeecolor replaces the older IEEEtran as the submission template for some IEEE journals.
IEEEtran
No response
No
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
The text was updated successfully, but these errors were encountered:
feat(syntax): support ieeecolor
b38bbca
refer: #2675, #2743
If I understood correctly, then this is fixed now. :)
Sorry, something went wrong.
No branches or pull requests
Description
Essentially the same issue as one I raised previously: #2675 (comment)
IEEEeqnarray
is not automatically recongized as a math environment when using theieeecolor
class. A workaround is addingto
.vimrc
.ieeecolor
replaces the olderIEEEtran
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
The text was updated successfully, but these errors were encountered: