This is an example :
I've found here (What package allows Elvish in TeX?) that there existed a package called tengwarscript. I want to use it and when I used TeX Live Utility in order to download it, I saw that it was already installed...
However, it doesn't run and send me the error message
!pdfTeX error: /usr/texbin/pdflatex (file tngani): Font tngani at 1650 not found ==> Fatal error occurred, no output PDF file produced!
I've also tried to install this package manually, by installing the file tengwarscript I found here in the file
/usr/local/texlive/texmf-local/tex/latex
but that didn't worked. I don't find any solution anywhere on stackexchange and don't understand all these instructions
- "latex tengwarscript.dtx" to get the documentation.
- "latex tengwarscript.ins" to get the package files.
- a) Move *.sty and *.cfg into [TEXMF]/tex/latex/tengwarscript/. b) Move *.tfm into [TEXMF]/fonts/tfm/tengwarscript/. c) Move *.enc into [TEXMF]/fonts/enc/tengwarscript/. d) Move *.vf into [TEXMF]/fonts/vf/tengwarscript/. e) Move tengwarscript.map into [TEXMF]/fonts/map/dvips/.
- Download the tengwar fonts (see documentation). You may need to rename some files to match the names in the .map file.
- Move *.ttf into [TEXMF]/fonts/truetype/tengwarscript/ or *.pfb into [TEXMF]/fonts/type1/tengwarscript/.
- Add "Map tengwarscript.map" to updmap.cfg.
- "texhash" to refresh the database.
- "updmap" or "updmap-sys" to update the configuration.
because I have no .sty file nor .cfg and so on...
Thank you for your help