- hg clone path_to_repository - scarica il repository in locale
- hg pull - aggiorna il repository all'ultima versione
- hg commit -m "messaggio" - applica le modifiche al repository locale
- hg push - applica le modifiche al repository remoto
- hg branches - elenca i branches esistenti
- hg branch nome_branch - crea un nuovo branch di nome nome_branch
- hg update nome_branch - carica il branch nome_branch in locale
- hg log - per vedere tutti i messaggi di log del sistema
IEEE requires that your PDF files embed all fonts. Earlier, I told you how to get pdflatex LaTeX to embed all its fonts, but what if you are including figures that have hanging fonts and you are getting desperate? Luke Fletcher gives us the solution. 1. convert to ps: pdftops ICRA05.pdf 2. convert back to pdf using prepress settings: ps2pdf14 -dPDFSETTINGS=/prepress ICRA05.ps 3. check new ICRA05.pdf for horrendous formatting errors due to double conversion. source from http://www.daniel-lemire.com/blog/archives/2006/08/18/embedding-fonts-for-ieee/