Fonts & Character Sets ⇒ tengtex
tengtex
! LaTeX Error: Environment elvish undefined.
I assume that means I did something wrong with the install?
I have the mf files in /usr/share/texlive/texmf-dist/fonts/source/public/tengwar/
and the sty file in /usr/share/texlive/texmf-dist/tex/latex/tengtex/
Any ideas how to fix this?
Thanks.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
tengtex
welcome to the forum!
Did you load the package? Like here from an old post by me:
Code: Select all
\documentclass[a4paper,10pt]{scrartcl}\usepackage{tengtex}\begin{document}\quenya\jcb\begin{elvish}Sauron ataltane 3019sse.\end{elvish}\end{document}
tengtex
\usepackage{allrunes}
Then when I want the text in elvish, I use :
\begin{elvish}\quenya ... \end{elvish}.
A bit different to what you have but they way I have it did work once upon a time (this is an old document I am revisiting).
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
tengtex
Stefan