Wednesday, October 10, 2012

MS Visio Drawings to .eps

Hey guys,

This is one way of doing it:

  1. For Microsoft Visio 2003, save the drawing in .wmf format
  2. Open it in Open-Office Draw utility and export to .eps: when you export, check the "selection" checkbox.
  3. If the .eps is not proper, play a bit with the margins.
Cheers!

Monday, October 1, 2012

LaTeX sections without section number

Hi guys,

This is actually very easy to do; you just have to use an asterix.

\section*{my_section}

that's all folks!

cheers!