Step-4:
After installing MiKTeX 2.9, open IEEE zip file
Choose bare-conf.tex for conference or bare-jrnl.tex for journal.
Step-5
\usepackage{bbding} - To use Bullets
\usepackage{multirow} - To use multirows in Tables
\usepackage{balance} - To balance paper
and many more..
Repeat Step-5 to install these packages from internet.
After installing MiKTeX 2.9, open IEEE zip file
Choose bare-conf.tex for conference or bare-jrnl.tex for journal.
- Create one folder anywhere on your PC
- Open bare-conf.tex
- Click on "File", Click on "Save as"and save in the folder you created.
- Open that .txt file
- To change Syntax of the code ==> Click on "Format", choose "Syntax Coloring" in that Choose "LaTex".
- To change Font of the code ==> Click on "Format", choose "Font", I prefer to choose "Callibri" and size 12".
3. Click on "Change".
4. Choose "Packages shall be installed from the internet" and click on "Next".
5. Choose any country in that list, I prefer China HTTP or FTP. Then click on Finish and wait 1 min to install those packages.
6. You will see Demo paper by now.
Step-6: Install Packages
These packages are necessary to use images, equations, symbols and tables etc.
Below are some packages shown, we have to write before begin document as shown.
Syntax is "\usepackage{name}"
\usepackage{graphicx} - To use images
\usepackage{amsmath} - To use Math equations
\usepackage{amssymb} - To use Symbols\usepackage{bbding} - To use Bullets
\usepackage{multirow} - To use multirows in Tables
\usepackage{balance} - To balance paper
and many more..
Repeat Step-5 to install these packages from internet.
No comments:
Post a Comment