1. Download The ctex package
2. Install the ctex package and open winedit to write the paper.
3. Download The ieee_cs_latex Template
Address: http://www.ieee.org/publications_standards/publications/authors/author_templates.html inside select Windows version
The downloaded file is an ieeetran folder. There is a ReadMe description file list:
Readme-this file. ieeetran. CLS-The ieeetran latex class file.changelog.txt-the revision history.ieeetran_howto.pdf-The ieeetran latex class user manual. bare_conf.tex-a bare bones starter file for conference papers. bare_jrnl.tex-a bare bones starter file for journal papers. bare_jrnl_compsoc.tex-a bare bones starter file for Computer Society Journal Papers. bare_jrnl_transmag.tex-a bare bones starter file for IEEE Transactions on Magnetics journal papers. bare_adv.tex-a bare bones starter file showing advanced techniques such as Conditional compilation, hyperlinks, PDF thumbnails, etc. the specified strated format is for a Computer Society journal paper.
What we need is natural science, bare_jrnl_compsoc.tex, And the rest of Tex end with another template.
Double-click this Tex to open it in winedit. It is best to save it as: UTF-8 version
Then select the xelatex button between "waste bin" and "B" and click it again to compile automatically. Then, view the generated PDF file in the same directory as the ieee_cs_latex file.
You can also find the "magnifier" button to open it directly.
4. It is about Chinese. It is best to download the full version of the previous ctex package to avoid unnecessary download troubles.
Find begin {document} on the winedit page and add usepackage {xecjk} setcjkmainfont to it. As follows:
\ Usepackage {xecjk} \ setcjkmainfont {simsun} \ begin {document}
Baidu Xecjk
5. There is also a simpler Chinese configuration, that is, directly\ Documentclass {Article} is changed\ Documentclass {ctexart}
However, here is the IEEE template used.\ Documentclass {ieeestran}
Therefore, only the 4 method can be used.
How to Use ieee_cs_latex to write a thesis and add Chinese Characters