On 2014-03-13, Vincent van Ravesteijn wrote: > stefano franchi schreef op 13-3-2014 15:47:
>> This may be a problem with Ubuntu's management of the TeX >> installation. Did you use Ubuntu's Tex (via apt-get) or TeXLive's own >> installation? In the former case, you probably need some additional >> Ubuntu packages. Looks for something called tex-extra or perhaps >> latex-extra (I am sorry I cannot be more precise, but I'm on Arch, not >> on Ubuntu) > That would be "texlive-latex-extra". With Debian and Ubuntu, finding which package contains a specific file can be done with "apt-file": * update the repository data: apt-file update * find scrbook.cls: apt-file find scrbook.cls Günter