Fonts & Character Setstengtex

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
isenhand
Posts: 2
Joined: Sun Jan 08, 2023 10:29 am

tengtex

Post by isenhand »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Stefan Kottwitz »

Hi,

welcome to the forum!

Did you load the package? Like here from an old post by me:

Code: Select all

Code, edit and compile here:
\documentclass[a4paper,10pt]{scrartcl}
\usepackage{tengtex}
\begin{document}
\quenya
\jcb
\begin{elvish}
Sauron ataltane 3019sse.
\end{elvish}
\end{document}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Stefan
LaTeX.org admin
isenhand
Posts: 2
Joined: Sun Jan 08, 2023 10:29 am

tengtex

Post by isenhand »

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).
User avatar
Stefan Kottwitz
Site Admin
Posts: 10330
Joined: Mon Mar 10, 2008 9:44 pm

tengtex

Post by Stefan Kottwitz »

Perhaps post a complete small example to check, as I did in my previous post.

Stefan
LaTeX.org admin
Post Reply