latex3 / babel

The babel system for LaTeX, LuaLaTeX and XeLaTeX
LaTeX Project Public License v1.3c
125 stars 34 forks source link

locale-templates/phn: What do I need to do to get it into locale? #176

Closed hanetzer closed 2 years ago

hanetzer commented 2 years ago

As above. I'd like to use the phoenician script in some bible related documents. Is all that is required within the babel repo, or do changes need to be made elsewhere in latex?

jbezos commented 2 years ago

¿With pdftex, xetex o luatex? With the last two, the files under templates mostly work, but you need in addition a font. Copy the two files under phn to a place where LaTeX can find them (usually the working directory is a valid place). Here is an minimal example with luatex:

\documentclass{article}

\usepackage[english, bidi=basic]{babel}

\babelfont[phoenician]{rm}{Noto Sans Phoenician}

\begin{document}

Text \foreignlanguage{phoenician}{𐤊𐤍𐤀𐤍𐤌} Text

\end{document}

phoenician

For further help, please ask in forums like tex.stackexchange. Remember this issue tracker is for bugs and suggestion,