Using this tex on TeXworks, I get an error. The code is an output from pandoc converting from markdown to tex.
I checked if I have all the packages with TeX Live Utility. I found the followings.
- When I check
fontencI found that I have greek-fontenc package. - I am not able find lmodern and fixltx2e
- For inputenc, I have greek-inputenc
- I am not able find longtable in TeX Live Utility
- I have all other packages.
Now my question is how to install packages which I could not find it in TeX Live Utility?
I know this is a newbie question, but I appreciate your help.
Thanks in advance.
====
Error
fontenc.sty
100
I can't find file `ecrm1000'.
<*> ...ljfour; mag:=1; nonstopmode; input ecrm1000
Please type another input file name
! Emergency stop.
<*> ...ljfour; mag:=1; nonstopmode; input ecrm1000
Transcript written on mfput.log.
grep: ecrm1000.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ecrm1000' failed to make ecrm1000.tfm.
kpathsea: Appending font creation commands to missfont.log.
! Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM) file not fou
nd.
<to be read again>
relax
l.100 \fontencoding\encodingdefault\selectfont
fontencwith optionT1but that thecm-superfonts are either not available or not found for some reason. You could load a different font if you have one installed. For example,\usepackage{lmodern}might work. But it is kind of hard without seeing the code or knowing really anything about what you have installed or not. – cfr Mar 10 '14 at 23:23fontencfixltx2einputencandlongtableare all part of the core latex distribution not contributed additions. If you have latex, you have them already. – David Carlisle Mar 11 '14 at 00:13