I installed MacTeX's texlive 2014basic to avoid having to download too much all at once. One of the papers I wanted to build uses the textgreek package. Though I can install that with tlmgr
sudo tlmgr install textgreek
This still results in the following error when I try to pdflatex the paper
! Package textgreek Error: Cannot find the file lgrenc.def.
I can't figure out which tlmgr package to install to get that file generated. I wonder also if I should just be using a tlmgr generate command. But I can't tell what arguments I should pass to that (tlmgr help doesn't seem to provide a relevant example).
kpsewhich lgrenc.def; if that doesn't return anything, then trylocate lgrenc.def. – jon Feb 20 '15 at 05:20sudo tlmgr install greek-fontenc(and alsobabel-greek, I guess). – egreg Feb 20 '15 at 07:37No file LGRcmr.fdandThis NFSS system isn't set up properly. I guess that's progress. It's annoying thattlmgrdoesn't seem to have given me the dependencies I need though when it installedtextgreek– Michael Norrish Feb 20 '15 at 09:07lgrenc.defis ingreek-fontenc, as egreg mentioned. TheLGRcmr.fdnot found error is a problem with your usage. Concerning thetlmgrdependency comment: yes,tlmgrdoes not guarantee inter-package dependecies. We try to keep inter-collection dependencies working and up2date, but also this is not guaranteed. – norbert Mar 02 '15 at 03:33greek-fontenc,textgreek,babel-greekandcbfontsbut I still getNo file LGRcmr.fd.What do you mean by "...error is a problem with your usage"? – Mankka Apr 24 '19 at 09:10lgrcmr.fdis in thecbfonts-fdpackage ("LaTeX font description files for the CB Greek fonts"), – Alf Eaton Jul 15 '20 at 20:49