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 17379 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

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10319
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