Archive for August, 2007

changing LaTeX’s default document font

The following in a document preamble may be used to change LaTeX’s document font to the sans-serif default: renewcommand{familydefault}{sfdefault}

multi-user svn+ssh access

I’ve discovered that it is possible to configure svnserve such that multiple users can commit under their own (svn) names while sharing a single system account (via svn+ssh). It might be handy for those who have subversion respository in a shared hosting environment.

The details are available here.