I'm trying to use tengtex but get the following error:
! 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.
Fonts & Character Sets ⇒ tengtex
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
tengtex
Hi,
welcome to the forum!
Did you load the package? Like here from an old post by me:
Stefan
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}
LaTeX.org admin
tengtex
I use this :
\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).
\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: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
tengtex
Perhaps post a complete small example to check, as I did in my previous post.
Stefan
Stefan
LaTeX.org admin