adjusting LaTeX for my needs has been for me a fathomless thing since I used LaTeX. Could you write me how to enforce LaTeX, under Ubuntu 11.10, that commands for Polish language would be respected (the language support for polish is installed for the system)? Copying, from internet resources, commands like
Code: Select all
\usepackage{polski}
\usepackage[latin2]{inputenc}
Code: Select all
\usepackage[T1]{fontenc}
Additionally texconfig tells:kpathsea: Running mktexmf ecrm1095
! I can't find file `ecrm1095'.
<*> ...ljfour; mag:=1; nonstopmode; input ecrm1095
Please type another input file name
! Emergency stop.
<*> ...ljfour; mag:=1; nonstopmode; input ecrm1095
Transcript written on mfput.log.
grep: ecrm1095.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ecrm1095' failed to make ecrm1095.tfm.
kpathsea: Appending font creation commands to missfont.log.
! Font T1/cmr/m/n/10.95=ecrm1095 at 10.95pt not loadable: Metric (TFM) file not
found.
<to be read again>
relax
l.100 \fontencoding\encodingdefault\selectfont
?
What move should I do? Is there any simple way to use latex with polish without reading tenths of pages about it? Or is there any short tutorial, in one piece, about it?In Debian, fmtutil.cnf, the format configuration file, is a generated file.
The actual configuration files are in /etc/texmf/fmt.d.
Please read the update-fmtutil(1) manpage and edit those files.
Instead of editing, you will now be shown fmtutil.cnf in a pager.
Thank you in advance (and forgive my edgy mood, but in my opinion such things should be adjustable in a more intuitive way).