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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- 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: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
tengtex
Stefan