
The rendering above the red line(zoomed in) was a result of:
\documentclass[journal]{IEEEtran}
The rendering below the red line(zoomed in) was a result of:
\documentclass[journal]{AIAA}
Why is there such a huge difference? Can I change something in the AIAA class file so that it yields results similar to the IEEEtran class file?
bitmap fonts. – Andrew Stacey Oct 31 '11 at 09:26aiaa-tc.clssince 2004 which uses vector fonts by default (\documentclass{aiaa-tc}). Documentation: http://www.tug.org/texlive/Contents/live/texmf-dist/doc/latex/aiaa/aiaa.pdf – Harold Cavendish Oct 31 '11 at 09:32aiaa-tcclass is what he is looking for – it creates a single column article, while theaiaaa two column one. Most recent journal articles downloaded from the AIAA website feature a two column layout and the new class is most probably intended only for technical conference papers. From what I have read, it appears thataiaa.clswas used only for simulating journal appearance. The only official template that the AIAA provides is called “AIAA Meeting Papers Template”. – Harold Cavendish Oct 31 '11 at 10:13