Document Classes! LaTeX Error: File `IEEEtran.cls' not found.

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
zzzhhh
Posts: 11
Joined: Tue May 30, 2017 4:45 pm

! LaTeX Error: File `IEEEtran.cls' not found.

Post by zzzhhh »

Environment:
- Windows 7 64 bit
- MikTex 2.9
- WinEdt 10.1, XeLaTeX

Latex Source:

Code: Select all

\documentclass[conference]{IEEEtran}
\title{My IEEE paper}
\begin{document}
\maketitle% Create/set the title
\end{document}
I was prompted the following dialog
Untitled1.png
Untitled1.png (10.62 KiB) Viewed 17760 times
and I clicked the "install" button. Then I got errors.

Error:
! LaTeX Error: File `IEEEtran.cls' not found.

I have no idea what the error message is talking about. Can you please help me with this error? Thanks a lot.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
Joined: Mon Mar 10, 2008 9:44 pm

! LaTeX Error: File `IEEEtran.cls' not found.

Post by Stefan Kottwitz »

Perhaps go to the MiKTeX package manager, that you can start via the Windows start menu, and install the ieeetran package there. If necessary, go to MiKTeX settings (also via start menu) and click the button "Refresh FNDB" for refreshing the filename database.

Stefan
LaTeX.org admin
Post Reply