Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 797 Bytes

File metadata and controls

36 lines (22 loc) · 797 Bytes

IEEE TMI LaTeX Template — Quick‑Start & Workarounds

Some workarounds useful to work with the IEEE TMI Latex template. Most of it applies to other IEEE templates.


1. Preview

Overleaf project:
https://www.overleaf.com/read/vmqwvpccfhqq


2. Source Files

Download the repository as a .zip, then upload the contents to Overleaf (or your preferred LaTeX environment).


3. Compiling for IEEE TMI Submission

  1. Open ieeetmiexample.tex.

  2. Do not change the document class. Keep:

    \documentclass{ieeetmimod}

4. For arXiv submission

Change the documentclass to unbranded ieee version.

\documentclass{ieeetmimodunbranded}