Monday, June 1, 2015

Inkscape 0.46 in Linux Mint 17

I like to use psfrag + Inkscape to create my LaTeX plots,

However, I use inkscape 0.46, because this does not have a bug with the rendering of the text.

I use wine + inkscape 0.46

However when running I get this error:

(inkscape.exe:8): Pango-WARNING **: All font fallbacks failed!!!!

I solved it by installing the fonts with:

sudo apt-get install msttcorefonts

Saturday, May 9, 2015

Moviendome a ASSEMBLA

Lo hice con el comando:

svn relocate https://free1.projectlocker.com/diegoandresalvarez/LaTeX/svn/libro_solidos https://subversion.assembla.com/svn/libro-solidos/libro_solidos


login: diegoandresalvarez
pass: N...

Friday, March 27, 2015

Backup of SVN repository

In order to backup my projectlocker repository I did the following:

svnrdump dump https://free1.projectlocker.com/diegoandresalvarez/LaTeX/svn > backup_libro_solidos.dump

This creates a dump file of the content of an entire repository. This dump file can then be loaded into a new repository (using ‘svnadmin load’) as required.