Whenever I try to compile my .tex file, I get the following error:
! LaTeX Error: File
ngerman.stynot found. TypeXto quit or to proceed, or enter new name. (Default extension:sty) Enter file name: ! Emergency stop.l.3
\begin
Here's a MWE:
\documentclass[a4paper,12pt]{article}
\usepackage{ngerman}
\begin{document}
xyz
\end{document}
This happens even though the ngerman.sty package can be found in the following directories:
/usr/share/texlive/texmf/tex/latex/usr/share/texmf/tex/latex
I also tried running the texhash command.
texhashas root? – Sigur Feb 02 '14 at 15:56ngermanis absolutely obsolet. You should usebabelwith the language optionngerman– Marco Daniel Feb 02 '14 at 15:58Package babel Warning: No hyphenation patterns were loaded for (babel) the language `ngerman' (babel) I will use the patterns loaded for \language=0 instead.
– Jurg Feb 02 '14 at 16:02texlive-lang-german– Sigur Feb 02 '14 at 16:04