Questions tagged [ieeetran]

{IEEEtran} is a document class for IEEE Transactions journals and conferences.

The package IEEEtran and its BibTeX style enable authors to produce officially-correct output for the Institute of Electrical and Electronics Engineers (IEEE) transactions, journals and conferences.

983 questions
21
votes
1 answer

Why doesn't the IEEEtran document class recognize "definition" environments?

I have an IEEEtran document class. I want to put a simple definition inside the document: \begin{definition} blab bla \end{definition} I am getting the error below: Environment definition undefined. \begin{definition}
curious
  • 684
13
votes
1 answer

how change the text in \IEEEkeyword

IEEE papers have \IEEEkeyword command, but for other use in other languages. How change the text to "Index terms" ?
12
votes
1 answer

Subtitle in IEEE document class

How can I add a subtitle to my Latex document using the IEEETran document class? I would like to know if it is possible to use a built-in command that gives me the regular title in addition to a subtitle written in a slightly smaller font? I found…
kfuglsang
  • 223
12
votes
2 answers

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

I am new to the Latex environment. I am simply compiling the IEEE trans Latex format in Tex-maker but I am getting this problem. I have copied the ieeetran.cls file to the directory tex>latex>ieeetran>ieeetran.cls but still when I try to compile…
12
votes
1 answer

\thanks in IEEEtran adds an extra page

When I use "\thanks" in IEEEtran, an extra page including a "1" at the top left corner appears before the first page. Here is a…
Salman
  • 299
7
votes
1 answer

White spaces around IEEEbiography at IEEE Journal Template

There are four co-author biographies at the end of my paper. There are some white spaces among them. I am trying to get rid of them. Is there a way to do it other than -vspace, because I guess it will also cause more problems as I add/remove things…
sosruko
  • 423
6
votes
1 answer

Change the 'and' in the formatted names of the IEEE bibliography style

I am using the IEEEtr bibliography style format. I was wondering how we could change the 'and' string for something else in the case the publication is not in English the same way you can change the '[Online]. Available:' string before a…
Alex28
  • 63
6
votes
2 answers

how to use IEEEeqnarray in standard latex classes?

Is it possible to use IEEEtran commands in standard latex classes, e.g. \documentclass{article}? I want to import IEEEtran as a package, not a documentclass. Thanks,
eli
  • 741
5
votes
1 answer

Two lines in IEEEpubid

I have a paper in IEEEtran style, on which I'm supposed to add the copyright. I did as follows, after the \begin{document}: \IEEEoverridecommandlockouts \IEEEpubid{\makebox[\columnwidth]{978-1-4799-5500-8/14/\$31.00 \copyright 2014 IEEE \hfill }…
user48172
  • 105
5
votes
2 answers

How to remove Journal of LaTEX class above the title in IEEETrans?

This is what I have in the pdf when I print my manuscript above the title. How do I remove it?
5
votes
1 answer

! Incomplete \iffalse; all text was ignored after line 22. In \IEEEauthorblockN

I get the error ! Incomplete \iffalse; all text was ignored after line 22. In \IEEEauthorblockN Here's a MWE \documentclass[conference,10pt]{IEEEtran} \usepackage[affil-it]{authblk} \begin{document} \title{ABC} \author{\IEEEauthorblockN{Michael…
5
votes
1 answer

IEEE tran one column, two column elements in the same page possible?

I'm using IEEEtran.cls for a journal paper and I'm unable to make a one column abstract using the inbuilt commands in IEEEtran: \onecolumn, \twocolumn. Switching between the two flushes the page and starts a new one. \nopagebreak doesn't work. Tried…
4
votes
0 answers

IEEEtran - Large white space between bibliography and author biographies

Possible Duplicate: White spaces around IEEEbiography at IEEE Journal Template I am writing a document using the IEEEtran class. The bibliography spills from the second column on one page over to the first column on the next page and continues…
4
votes
1 answer

How to align author blocks when using IEEEtran document class

The second line is not properly aligned when I use the script below: \documentclass[conference]{IEEEtran} \begin{document} \title{TITLE} \author{ \IEEEauthorblockN{author 1} \IEEEauthorblockA{\textit{Dept. of Computer Engineering} \\ \textit{A…
4
votes
1 answer

New version of Latex generates a smaller number of pages?

From the same .tex file, when I compile at my office, latex generates a 11-page PDF file. When I compile at home, it generates a 10-page file. Here is the version of latex in my office: qsp30@hydrogen-pc ~> latex -version pdfTeX using libpoppler…
sean
  • 1,065
1
2 3 4 5