I am a LaTeX user and I am using it on Linux Ubuntu. In my document I want to use handwriting font described here. So i tried to include it by using:
\usepackage[T1]{fontenc}
\usepackage{la}
\newcommand{\setfont}[2]{{\fontfamily{#1}\selectfont #2}}
in my header and then applying the style using:
\setfont{la}{blah bleh blah bloh}
I got an error that la.sty cannot be found. I know that .sty is a file that needs to be installed on my PC which runs Ubuntu 12.04. I found all the packages needed on CTAN, but unfortunately I don't know how to install them. Can anyone help?

updmap-sys– texenthusiast May 23 '13 at 06:49http://www.ctan.org/tex-archive/macros/latex/contrib/fundus/la/- in it you find the filela.ins. Download it. Using the commandlatex la.insthen will generatela.styfor you. – prettygully May 23 '13 at 06:53