diff options
Diffstat (limited to 'Master/texmf-dist')
47 files changed, 190 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/hacm/hacmdoc.pdf b/Master/texmf-dist/doc/fonts/hacm/hacmdoc.pdf Binary files differnew file mode 100644 index 00000000000..cfb56d20d42 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/hacm/hacmdoc.pdf diff --git a/Master/texmf-dist/doc/fonts/hacm/hacmdoc.tex b/Master/texmf-dist/doc/fonts/hacm/hacmdoc.tex new file mode 100644 index 00000000000..78d3c544a90 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/hacm/hacmdoc.tex @@ -0,0 +1,110 @@ +\documentclass{article} +\usepackage{fourier,hacm,color,graphicx} +\title{hacm.sty --- typesetting \textalblant{hacm}.} +\author{Kazuaki Miyatani\footnote{For any comments, discussions or invitations for a drink (especially japanese sake), + please feel free to contact me at: \texttt{miyatanium[at]gmail[dot]com}}} +\date{\today} +\renewcommand{\thesection}{\arabic{section} (\textalblant{\arabic{section}}).} +\renewcommand{\thepage}{\textalblant{\arabic{page}}} +\renewcommand{\theenumi}{\textlantia{\arabic{enumi}}} +\begin{document} + \maketitle + + \section{Introduction} + + The Arka\footnote{Official website in Japanese: \texttt{http://constructed-language.org/arka/} and in English: + \texttt{http://constructed-language.org/arka/e\_index.html}} is a constructed language, + which is extraordinarily elaborate, made largely by Seren Arbazard. + One of the key points of this language is that we have an (also elaborately constructed) imaginary world, Kaldia, + in which it is spoken, and by which it is affected. + + This package supports your typesetting hacm, the Arka alphabet. + The following nine official fonts\footnote{The information on the official fonts are available on the official website above. + You can also find some funny official/non-official fonts in \texttt{http://www9.atwiki.jp/hrain/} (Japanese).} + are available in this package: + + \begin{center} + \renewcommand{\arraystretch}{1.5} + \begin{tabular}{ll} + kardinal & \textkardinal{tu et kardinal.}\\ + alblant & \textalblant{tu et alblant.}\\ + fenlil & \textfenlil{tu et fenlil.}\\ + nalnia & \textnalnia{tu et nalnia.}\\ + olivia & \textolivia{tu et olivia.}\\ + lantia & \textlantia{tu et lantia.}\\ + inje & \textinje{tu et inje.}\\ + defans & \textdefans{tu et defans.}\\ + fialis & \textfialis{tu et fialis.} + \end{tabular} + \end{center} + + \section{License} + + This package is subject to the \LaTeX{} Project Public Licence\footnote{\texttt{http://www.latex-project.org/lppl/lppl-1-3c.pdf}}. + In particular, you can freely use, copy, distribute this package and/or works made by using this package. + If you want to distribute this package after some modifications, you must do it in a way that + users do not confuse your work and the original one, e.g. by changing the name of the package. + + \section{Usage} + + In order to use this package, just write \texttt{\textbackslash usepackage\{hacm\}} in the preamble. + + With this package, you have two ways to typewrite Arka words with the font $X$ ( $X = $ kardinal, alblant,... ). + The first one is to use \textbackslash\texttt{textX} command; + + \begin{center} + \renewcommand{\arraystretch}{1.5} + \begin{tabular}{lll} + \small \textbackslash\texttt{textkardinal\{tu et to?\}} & $\Longrightarrow$ & \textkardinal{tu et to?}\\ + \small \texttt{\textbackslash textalblant\{an axt\} \textbackslash textfenlil\{fenlil.\}} & $\Longrightarrow$ & + \small \textalblant{an axt} \textfenlil{fenlil.} + \end{tabular} + \end{center} + + The second one is to use \textbackslash\texttt{X} command. + This command changes the font of all letters in the group, after the command; + for example, \texttt{\textbackslash textalblant\{12345\}} and \texttt{\{\textbackslash alblant 12345\}} both result in + {\alblant 12345}. + + The default commands for enlarging/shrinking letters , like \texttt{\textbackslash Huge} and \texttt{\textbackslash{tiny}}, + also work for hecm's. + + \begin{center} + \renewcommand{\arraystretch}{1.5} + \begin{tabular}{lll} + \small \texttt{\{\textbackslash Huge \textbackslash lantia kai tiina\}} & $\Longrightarrow$ & + {\Huge \lantia kai tiina}\\ + \small \texttt{\{\textbackslash tiny \textbackslash fialis lis tiina\}} & $\Longrightarrow$ & + {\tiny \fialis lis tiina} + \end{tabular} + \end{center} + + Of course, we can rotate \rotatebox{90}{\inje hacm} (with \texttt{graphicx.sty}), or color \textcolor{red}{\defans hacm} (with \texttt{color.sty}). + + \texttt{\textbackslash textit}, \texttt{\textbackslash itshape} is only supported for alblant; it makes nalnia. + Examples are: + + \begin{center} + \renewcommand{\arraystretch}{1.5} + \begin{tabular}{lll} + \small \texttt{\{\textbackslash alblant skol!\}} & $\Longrightarrow$ & \alblant skol!\\ + \small \texttt{\{\textbackslash alblant \textbackslash itshape tik!\}} & $\Longrightarrow$ & \alblant \itshape tik!\\ + \end{tabular} + \end{center} + + \section{Things to be considered.} + \begin{enumerate} + \item This package should include Lunar Letter, and some special commands to indicate single letters. + \item This package should support writing boards of xelt. + \item Is it useful to provide separate commands to write the page number, chapter number etc. with the digits in Arka + (just as in this list) ? + \item On using dvipdfm(x), we get too many warnings ``invalid glyph name in ..." + I have no idea how to fix it. + \end{enumerate} + + \section{History} + \begin{tabular}{lll} + Ver 0.1 & Sep. 6, 2012, & The first version. + \end{tabular} + +\end{document} diff --git a/Master/texmf-dist/fonts/map/dvips/hacm/hacm.map b/Master/texmf-dist/fonts/map/dvips/hacm/hacm.map new file mode 100644 index 00000000000..560284167b5 --- /dev/null +++ b/Master/texmf-dist/fonts/map/dvips/hacm/hacm.map @@ -0,0 +1,10 @@ +ralblant alblant <alblant.pfb +rdefans defans <defans.pfb +rfialis fialis <fialis.pfb +rkardinal kardinal <kardinal.pfb +rlantia lantia <lantia.pfb +rinje inje <inje.pfb +rolivia olivia <olivia.pfb +rnalnia nalnia <nalnia.pfb +rfenlil fenlil <fenlil.pfb + diff --git a/Master/texmf-dist/fonts/tfm/hacm/alblant.tfm b/Master/texmf-dist/fonts/tfm/hacm/alblant.tfm Binary files differnew file mode 100644 index 00000000000..8e5b9bcf6b4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/hacm/alblant.tfm diff --git a/Master/texmf-dist/fonts/tfm/hacm/defans.tfm b/Master/texmf-dist/fonts/tfm/hacm/defans.tfm Binary files differnew file mode 100644 index 00000000000..25e118f4a89 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/hacm/defans.tfm diff --git a/Master/texmf-dist/fonts/tfm/hacm/fenlil.tfm b/Master/texmf-dist/fonts/tfm/hacm/fenlil.tfm Binary files differnew file mode 100644 index 00000000000..4610f1ae131 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/hacm/fenlil.tfm diff --git a/Master/texmf-dist/fonts/tfm/hacm/fialis.tfm b/Master/texmf-dist/fonts/tfm/hacm/fialis.tfm Binary files differnew file mode 100644 index 00000000000..717631804ba --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/hacm/fialis.tfm diff --git a/Master/texmf-dist/fonts/tfm/hacm/inje.tfm b/Master/texmf-dist/fonts/tfm/hacm/inje.tfm Binary files differnew file mode 100644 index 00000000000..ae7d19eeea6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/hacm/inje.tfm diff --git a/Master/texmf-dist/fonts/tfm/hacm/kardinal.tfm b/Master/texmf-dist/fonts/tfm/hacm/kardinal.tfm Binary files differnew file mode 100644 index 00000000000..d7097ef5b62 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/hacm/kardinal.tfm diff --git a/Master/texmf-dist/fonts/tfm/hacm/lantia.tfm b/Master/texmf-dist/fonts/tfm/hacm/lantia.tfm Binary files differnew file mode 100644 index 00000000000..e27c416b5f5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/hacm/lantia.tfm diff --git a/Master/texmf-dist/fonts/tfm/hacm/nalnia.tfm b/Master/texmf-dist/fonts/tfm/hacm/nalnia.tfm Binary files differnew file mode 100644 index 00000000000..965c2e94bb7 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/hacm/nalnia.tfm diff --git a/Master/texmf-dist/fonts/tfm/hacm/olivia.tfm b/Master/texmf-dist/fonts/tfm/hacm/olivia.tfm Binary files differnew file mode 100644 index 00000000000..9ba53d4bcd5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/hacm/olivia.tfm diff --git a/Master/texmf-dist/fonts/tfm/hacm/ralblant.tfm b/Master/texmf-dist/fonts/tfm/hacm/ralblant.tfm Binary files differnew file mode 100644 index 00000000000..6ef301be3ed --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/hacm/ralblant.tfm diff --git a/Master/texmf-dist/fonts/tfm/hacm/rdefans.tfm b/Master/texmf-dist/fonts/tfm/hacm/rdefans.tfm Binary files differnew file mode 100644 index 00000000000..24751fe3b42 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/hacm/rdefans.tfm diff --git a/Master/texmf-dist/fonts/tfm/hacm/rfenlil.tfm b/Master/texmf-dist/fonts/tfm/hacm/rfenlil.tfm Binary files differnew file mode 100644 index 00000000000..38d351277cb --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/hacm/rfenlil.tfm diff --git a/Master/texmf-dist/fonts/tfm/hacm/rfialis.tfm b/Master/texmf-dist/fonts/tfm/hacm/rfialis.tfm Binary files differnew file mode 100644 index 00000000000..386b86138c5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/hacm/rfialis.tfm diff --git a/Master/texmf-dist/fonts/tfm/hacm/rinje.tfm b/Master/texmf-dist/fonts/tfm/hacm/rinje.tfm Binary files differnew file mode 100644 index 00000000000..fb00528f469 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/hacm/rinje.tfm diff --git a/Master/texmf-dist/fonts/tfm/hacm/rkardinal.tfm b/Master/texmf-dist/fonts/tfm/hacm/rkardinal.tfm Binary files differnew file mode 100644 index 00000000000..6495976f409 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/hacm/rkardinal.tfm diff --git a/Master/texmf-dist/fonts/tfm/hacm/rlantia.tfm b/Master/texmf-dist/fonts/tfm/hacm/rlantia.tfm Binary files differnew file mode 100644 index 00000000000..9194a8e75a7 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/hacm/rlantia.tfm diff --git a/Master/texmf-dist/fonts/tfm/hacm/rnalnia.tfm b/Master/texmf-dist/fonts/tfm/hacm/rnalnia.tfm Binary files differnew file mode 100644 index 00000000000..362307c14ca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/hacm/rnalnia.tfm diff --git a/Master/texmf-dist/fonts/tfm/hacm/rolivia.tfm b/Master/texmf-dist/fonts/tfm/hacm/rolivia.tfm Binary files differnew file mode 100644 index 00000000000..2c3862bdc7a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/hacm/rolivia.tfm diff --git a/Master/texmf-dist/fonts/type1/hacm/alblant.pfb b/Master/texmf-dist/fonts/type1/hacm/alblant.pfb Binary files differnew file mode 100644 index 00000000000..3044ba0c09f --- /dev/null +++ b/Master/texmf-dist/fonts/type1/hacm/alblant.pfb diff --git a/Master/texmf-dist/fonts/type1/hacm/defans.pfb b/Master/texmf-dist/fonts/type1/hacm/defans.pfb Binary files differnew file mode 100644 index 00000000000..ae4c2e6680c --- /dev/null +++ b/Master/texmf-dist/fonts/type1/hacm/defans.pfb diff --git a/Master/texmf-dist/fonts/type1/hacm/fenlil.pfb b/Master/texmf-dist/fonts/type1/hacm/fenlil.pfb Binary files differnew file mode 100644 index 00000000000..2fa455d364a --- /dev/null +++ b/Master/texmf-dist/fonts/type1/hacm/fenlil.pfb diff --git a/Master/texmf-dist/fonts/type1/hacm/fialis.pfb b/Master/texmf-dist/fonts/type1/hacm/fialis.pfb Binary files differnew file mode 100644 index 00000000000..bb61b67cd66 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/hacm/fialis.pfb diff --git a/Master/texmf-dist/fonts/type1/hacm/inje.pfb b/Master/texmf-dist/fonts/type1/hacm/inje.pfb Binary files differnew file mode 100644 index 00000000000..89a38b4a56d --- /dev/null +++ b/Master/texmf-dist/fonts/type1/hacm/inje.pfb diff --git a/Master/texmf-dist/fonts/type1/hacm/kardinal.pfb b/Master/texmf-dist/fonts/type1/hacm/kardinal.pfb Binary files differnew file mode 100644 index 00000000000..07ba1a8b70e --- /dev/null +++ b/Master/texmf-dist/fonts/type1/hacm/kardinal.pfb diff --git a/Master/texmf-dist/fonts/type1/hacm/lantia.pfb b/Master/texmf-dist/fonts/type1/hacm/lantia.pfb Binary files differnew file mode 100644 index 00000000000..26f7fad5c0e --- /dev/null +++ b/Master/texmf-dist/fonts/type1/hacm/lantia.pfb diff --git a/Master/texmf-dist/fonts/type1/hacm/nalnia.pfb b/Master/texmf-dist/fonts/type1/hacm/nalnia.pfb Binary files differnew file mode 100644 index 00000000000..6aed8e11f17 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/hacm/nalnia.pfb diff --git a/Master/texmf-dist/fonts/type1/hacm/olivia.pfb b/Master/texmf-dist/fonts/type1/hacm/olivia.pfb Binary files differnew file mode 100644 index 00000000000..2e6776adcb1 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/hacm/olivia.pfb diff --git a/Master/texmf-dist/fonts/vf/hacm/alblant.vf b/Master/texmf-dist/fonts/vf/hacm/alblant.vf Binary files differnew file mode 100644 index 00000000000..60df753a25a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/hacm/alblant.vf diff --git a/Master/texmf-dist/fonts/vf/hacm/defans.vf b/Master/texmf-dist/fonts/vf/hacm/defans.vf Binary files differnew file mode 100644 index 00000000000..9ee90c5df39 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/hacm/defans.vf diff --git a/Master/texmf-dist/fonts/vf/hacm/fenlil.vf b/Master/texmf-dist/fonts/vf/hacm/fenlil.vf Binary files differnew file mode 100644 index 00000000000..449dff643d2 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/hacm/fenlil.vf diff --git a/Master/texmf-dist/fonts/vf/hacm/fialis.vf b/Master/texmf-dist/fonts/vf/hacm/fialis.vf Binary files differnew file mode 100644 index 00000000000..702721b1087 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/hacm/fialis.vf diff --git a/Master/texmf-dist/fonts/vf/hacm/inje.vf b/Master/texmf-dist/fonts/vf/hacm/inje.vf Binary files differnew file mode 100644 index 00000000000..297265d9cc0 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/hacm/inje.vf diff --git a/Master/texmf-dist/fonts/vf/hacm/kardinal.vf b/Master/texmf-dist/fonts/vf/hacm/kardinal.vf Binary files differnew file mode 100644 index 00000000000..ebcc3a70673 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/hacm/kardinal.vf diff --git a/Master/texmf-dist/fonts/vf/hacm/lantia.vf b/Master/texmf-dist/fonts/vf/hacm/lantia.vf Binary files differnew file mode 100644 index 00000000000..756d4778be0 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/hacm/lantia.vf diff --git a/Master/texmf-dist/fonts/vf/hacm/nalnia.vf b/Master/texmf-dist/fonts/vf/hacm/nalnia.vf Binary files differnew file mode 100644 index 00000000000..921b1ebdb12 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/hacm/nalnia.vf diff --git a/Master/texmf-dist/fonts/vf/hacm/olivia.vf b/Master/texmf-dist/fonts/vf/hacm/olivia.vf Binary files differnew file mode 100644 index 00000000000..5b5a9666cae --- /dev/null +++ b/Master/texmf-dist/fonts/vf/hacm/olivia.vf diff --git a/Master/texmf-dist/tex/latex/hacm/hacm.sty b/Master/texmf-dist/tex/latex/hacm/hacm.sty new file mode 100644 index 00000000000..530ff3fbfbc --- /dev/null +++ b/Master/texmf-dist/tex/latex/hacm/hacm.sty @@ -0,0 +1,40 @@ +\NeedsTeXFormat{LaTeX2e}[1999/12/01] +\ProvidesPackage{hacm} + [2012/09/04 v0.1 Kazuaki Miyatani] + +\DeclareRobustCommand\kardinal + {\usefont{OT1}{hlan}{m}{n}} +\DeclareTextFontCommand{\textkardinal}{\kardinal} + +\DeclareRobustCommand\lantia + {\usefont{OT1}{hlan}{m}{n}} +\DeclareTextFontCommand{\textlantia}{\lantia} + +\DeclareRobustCommand\alblant + {\usefont{OT1}{halb}{m}{n}} +\DeclareTextFontCommand{\textalblant}{\alblant} + +\DeclareRobustCommand\fenlil + {\usefont{OT1}{hfen}{m}{n}} +\DeclareTextFontCommand{\textfenlil}{\fenlil} + +\DeclareRobustCommand\nalnia + {\usefont{OT1}{halb}{m}{it}} +\DeclareTextFontCommand{\textnalnia}{\nalnia} + +\DeclareRobustCommand\olivia + {\usefont{OT1}{halb}{b}{n}} +\DeclareTextFontCommand{\textolivia}{\olivia} + +\DeclareRobustCommand\inje + {\usefont{OT1}{hinj}{m}{n}} +\DeclareTextFontCommand{\textinje}{\inje} + +\DeclareRobustCommand\defans + {\usefont{OT1}{hdef}{m}{n}} +\DeclareTextFontCommand{\textdefans}{\defans} + +\DeclareRobustCommand\fialis + {\usefont{OT1}{hfia}{m}{n}} +\DeclareTextFontCommand{\textfialis}{\fialis} + diff --git a/Master/texmf-dist/tex/latex/hacm/ot1halb.fd b/Master/texmf-dist/tex/latex/hacm/ot1halb.fd new file mode 100644 index 00000000000..ae57c634e33 --- /dev/null +++ b/Master/texmf-dist/tex/latex/hacm/ot1halb.fd @@ -0,0 +1,6 @@ +\ProvidesFile{ot1halb}[2012/09/04 v1.0 Kazuaki Miyatani] +\DeclareFontFamily{OT1}{halb}{} +\DeclareFontShape{OT1}{halb}{m}{n}{<->s* alblant}{} +\DeclareFontShape{OT1}{halb}{m}{it}{<->s* nalnia}{} +\DeclareFontShape{OT1}{halb}{b}{n}{<->s* olivia}{} +\endinput diff --git a/Master/texmf-dist/tex/latex/hacm/ot1hdef.fd b/Master/texmf-dist/tex/latex/hacm/ot1hdef.fd new file mode 100644 index 00000000000..9e8cd342383 --- /dev/null +++ b/Master/texmf-dist/tex/latex/hacm/ot1hdef.fd @@ -0,0 +1,4 @@ +\ProvidesFile{ot1hdef}[2012/09/04 v1.0 Kazuaki Miyatani] +\DeclareFontFamily{OT1}{hdef}{} +\DeclareFontShape{OT1}{hdef}{m}{n}{<-> defans}{} +\endinput diff --git a/Master/texmf-dist/tex/latex/hacm/ot1hfen.fd b/Master/texmf-dist/tex/latex/hacm/ot1hfen.fd new file mode 100644 index 00000000000..b582c57a105 --- /dev/null +++ b/Master/texmf-dist/tex/latex/hacm/ot1hfen.fd @@ -0,0 +1,4 @@ +\ProvidesFile{ot1hfen}[2012/09/04 v1.0 Kazuaki Miyatani] +\DeclareFontFamily{OT1}{hfen}{} +\DeclareFontShape{OT1}{hfen}{m}{n}{<->s*[1.1] fenlil}{} +\endinput diff --git a/Master/texmf-dist/tex/latex/hacm/ot1hfia.fd b/Master/texmf-dist/tex/latex/hacm/ot1hfia.fd new file mode 100644 index 00000000000..17da254305a --- /dev/null +++ b/Master/texmf-dist/tex/latex/hacm/ot1hfia.fd @@ -0,0 +1,4 @@ +\ProvidesFile{ot1hfia}[2012/09/04 v1.0 Kazuaki Miyatani] +\DeclareFontFamily{OT1}{hfia}{} +\DeclareFontShape{OT1}{hfia}{m}{n}{<->s*[1.15] fialis}{} +\endinput diff --git a/Master/texmf-dist/tex/latex/hacm/ot1hinj.fd b/Master/texmf-dist/tex/latex/hacm/ot1hinj.fd new file mode 100644 index 00000000000..bad4bba7296 --- /dev/null +++ b/Master/texmf-dist/tex/latex/hacm/ot1hinj.fd @@ -0,0 +1,4 @@ +\ProvidesFile{ot1hinj}[2012/09/04 v1.0 Kazuaki Miyatani] +\DeclareFontFamily{OT1}{hinj}{} +\DeclareFontShape{OT1}{hinj}{m}{n}{<-> inje}{} +\endinput diff --git a/Master/texmf-dist/tex/latex/hacm/ot1hkar.fd b/Master/texmf-dist/tex/latex/hacm/ot1hkar.fd new file mode 100644 index 00000000000..d1597bf7a92 --- /dev/null +++ b/Master/texmf-dist/tex/latex/hacm/ot1hkar.fd @@ -0,0 +1,4 @@ +\ProvidesFile{ot1hkar}[2012/09/04 v1.0 Kazuaki Miyatani] +\DeclareFontFamily{OT1}{hkar}{} +\DeclareFontShape{OT1}{hkar}{m}{n}{<-> kardinal}{} +\endinput diff --git a/Master/texmf-dist/tex/latex/hacm/ot1hlan.fd b/Master/texmf-dist/tex/latex/hacm/ot1hlan.fd new file mode 100644 index 00000000000..dd3b2e8086d --- /dev/null +++ b/Master/texmf-dist/tex/latex/hacm/ot1hlan.fd @@ -0,0 +1,4 @@ +\ProvidesFile{ot1hlan}[2012/09/04 v1.0 Kazuaki Miyatani] +\DeclareFontFamily{OT1}{hlan}{} +\DeclareFontShape{OT1}{hlan}{m}{n}{<-> lantia}{} +\endinput |