Besides basic latex commands, to write a technical papers, the following two tips can save your time.
1) use google scholar or IEEE xplore to download citations in bib format. Note, after that, it is also needed to adjust journal titles. For example, IEEE xplore gives this kind of title: Power Systems, IEEE transactions. However, in IEEE journal format, it should be
IEEE trans. Power Sys. What do we do? change title = IEEE_J_PWRS. The assumption is that the IEEE acronym bib file should be there. IEEEarv.bib defines the short names of each journal. For us, we need to remember the following one:
IEEE trans. Power Delivery == IEEE_J_PWRD
IEEE trans. Power Electronics = IEEE_J_PWRE
IEEE trans. Energy Conversion = IEEE_J_EC
IEEE PES magazine = IEEE_M_PES
IEEE trans. Power and Apparatus Systems = IEEE_J_PWRAS
For these three journals, the sequence is
Power Delivery, no. 1, January
Power Systems, no. 1, February
Energy Conversion, no. 1, March
Power Delivery, no. 2, April
Power Systems, no. 2, May
Energy Conversion, no. 2, June
Power Delivery, no. 3, July
Power Systems, no. 3, August
Energy Conversion, no. 3, September
Power Delivery, no. 4, October
Power Systems, no. 4, November
Energy Conversion, no. 4, December
Also note that both google scholar or IEEE xplore do
not give
month information. This information has to be typed in. Again, remembering the predefined months will save time.
For example ( month = jan) -- note there are no embraces or quotes.
feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec.
2) generate eps figures or pdf figures to be incorporated into latex main file. If you use eps file, compile the latex by Latex, dvi2ps, ps2pdf to get a pdf file. On the other hand, if you use pdf files for figures, just do pdflatex to get a pdf file. For eps file, we can also add a line to use package \package{epstopdf}. This way, pdflatex will work even there are eps figures.
Matlab figures can be directly saved as eps files. Just click "file" in the menu and "save as" --- eps file. Or they can be saved as pdf files. Eps files can be directly used in Latex. Pdf files, you need Adobe professional to open up the pdf file and do cropping to remove the white margins.
3) Full author name shown in reference
We'd like to have this reference such as IEEE SSR Working Group, “Second benchmark model for computer simulation of subsynchronous resonance,” vol. 104, no. 5, pp. 1057–1066, 1985.
In bib file, if we type author={IEEE SSR Working Group}, we get I. S. W. Group as the author. Instead, put an additional embraces will get us the full author name.
author = {{IEEE SSR Working Group}}
Similarly, when we want to have capitalized letters in title, putting additional embraces will tell Latex to comply the format.