This page is a collection of tricks I use to get my latex publishing going.
How to Shrink Your Paper / Thesis:
When you’re submitting papers to conferences or journals, often there is a page restriction. However, you might not find it appropriate to remove content as it can screw up your paper. I suggest using half-size / half-point fonts to make minor adjustments to font size. This can really affect the overall length of your paper. Here’s how you do it, by changing your \begin{document} line to the following:
\begin{document}\fontsize{9.5}{11.5}\rm
The first value “9.5” is the font size, the second value should be 1.2 times the first value (don’t ask me why!).
I found an excellent article here with more tips.
How to Setup TeXstudio in Mac:
Here is a screenshot of my TexStudio configuration page on my mac. It is as complete as I need it to be write my papers (IEEE conferences and journals). You may need to change the paths in the settings to where your latex executables are (for example mine are in /opt/local/bin) .
\documentclass[letterpaper, conference, 10pt,twocolumn ]{IEEEtran}
\pdfoutput=1
\let\chapter\section