Skip to content
/ LaTeX-IEEE-Template Public template

A custom IEEE conference paper template in LaTeX format.

Notifications You must be signed in to change notification settings

anjaloh/LaTeX-IEEE-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaTeX IEEE Template

Introduction

This is a custom IEEE conference paper template based on the original LateX example provided by IEEE and Overleaf template. Use with IntelliJ IDEA by JetBrains®.

Requirements

A working LaTeX distribution (i.e. TeX Live) and TeXiFy IDEA plugin pre-installed in the editor.

Important Files & Folders

.
├── bib
│   └── document.bib            # Bibliography (BibTeX) example
├── figures
│   └── figure01.png            # Example graphical figure.
├── LaTeX-IEEE-Template.iml
├── out                         # Output directory. (Generated PDF file will be here.)
├── README.md
├── sections                    # (Optional) Separate folder for sections in the document. 
│   └── introduction.tex        # Example section.
└── src
    ├── document.tex            # Main document.
    └── IEEEtran.cls            # IEEEtran Class file.

Usage

Run Generate document configuration from toolbar or execute these commands in order.

> pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf -output-directory=/home/anjalo/Documents/GitHub/AnjaloHettiarachchi/LaTeX-IEEE-Template/out document.tex
> cd out ; bibtex document
> cd .. ; pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf -output-directory=/home/anjalo/Documents/GitHub/AnjaloHettiarachchi/LaTeX-IEEE-Template/out document.tex
> pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf -output-directory=/home/anjalo/Documents/GitHub/AnjaloHettiarachchi/LaTeX-IEEE-Template/out document.tex

About

A custom IEEE conference paper template in LaTeX format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages