Some workarounds useful to work with the IEEE TMI Latex template. Most of it applies to other IEEE templates.
Overleaf project:
https://www.overleaf.com/read/vmqwvpccfhqq
- GitHub repository: https://github.com/cai4cai/IEEETMILatexTemplateHacks
Download the repository as a .zip, then upload the contents to Overleaf (or your preferred LaTeX environment).
-
Open
ieeetmiexample.tex. -
Do not change the document class. Keep:
\documentclass{ieeetmimod}
Change the documentclass to unbranded ieee version.
\documentclass{ieeetmimodunbranded}