Instalando o pacote Hieroglyph

Instalando o pacote Hieroglyph

Sou um novo usuário do Latex com pouco conhecimento de programação. Baixei o pacote hieróglifo e descompactei os dois arquivos. As instruções de instalação listam um caminho onde colocar as pastas MF e AUXMF. Meu problema é que não consigo encontrar nenhuma das pastas nos arquivos descompactados. O que não entendi sobre esta instrução e como procedo a partir deste ponto?

Obrigado por responder. Qualquer ajuda é muito apreciada. Baixei HieroTex-3.5.tgz, HieroType1-3.1.4.tgz, LIEZMOI e README do hieróglifo de fontes do arquivo CTAN Tex. Estou usando MiKTeX 2.9 com TeXstudio 2.12.4.

Responder1

As etapas são:

  1. Coloque sesh.exe em algum lugar visível para o seu sistema operacional (criei uma nova pasta e coloquei o nome da pasta na pathvariável ambiental (na máquina Windows))

  2. Coloque tudo nas duas texmfpastas em sua árvore texmf local (criei uma pasta texmf e copiei as pastas; então, porque esta foi a primeira vez usando uma árvore texmf local, no console MiKTeX, em , Settings, Directoriesadicionado na pasta texmf )

  3. Atualize o banco de dados de nomes de arquivos e atualize os arquivos de mapa de fontes (no console MiKTeX, em Tasks)

  4. Experimente o arquivo de teste, chame-o foo.htx:

    \documentclass[12pt]{article}
    \usepackage{egypto}
    \usepackage[psfonts]{hiero}
    \begin{document}
    \begin{hieroglyph}
    A1 \end{hieroglyph}
    \end{document}
    

Acontece que Sesh.exe é um pré-processador que converte Números Gardiner (como A1) em código hierotex ( \leavevmode \loneSign{\Aca GA/32/), que inclui layout, posicionamento, direção e escala.

Sesh usa stdin e stdout, então a compilação da linha de comando fica assim, incluindo as setas de entrada e saída:

sesh < foo.htx > foo.tex
latex foo.tex

Não consegui instalar as fontes PS e Type1 corretamente (a instalação de fontes não-Unicode no estilo antigo é um bugbear!) - e cheguei ao ponto de maketfmfalha na execução do latex porque há um arquivo Hier.cfg que poderia não encontro.

Alternativa

No momento, é mais fácil para mim usar uma fonte Unicode (como Noto Sans Egyptian Hieroglyphs) e Tikz bruto, com posicionamento e dimensionamento manual, assim:

Exemplo de posicionamento de hieróglifo usando TikZ

MWE

\documentclass[12pt]{article}
\usepackage{tikz}
\usetikzlibrary{positioning, arrows, fit}
\usepackage{fontspec}
\usepackage{graphicx}
%\setmainfont{Minion Pro}
%\setmainfont{Times New Roman}
%\setmainfont{CMU Serif}
\setmainfont{Old Standard}
\newfontface\egyfe{Noto Sans Egyptian Hieroglyphs}
\newfontface\egym[Mapping=gardnernum-to-hieroglyph]{Noto Sans Egyptian Hieroglyphs}%Code2003}

\newfontface\egyn[Mapping=gardnernum-to-hieroglyph2,Color=blue]{Noto Sans Egyptian Hieroglyphs}



\DeclareTextFontCommand{\texthg}{\egym}
\DeclareTextFontCommand{\texthi}{\huge\egyn}


\expandafter\newcommand\csname A001\endcsname{\symbol{"13000}}


\newenvironment{thiero}
  {\egym\huge\ignorespaces}
  {\ignorespacesafterend}
  
%uniliteral  
\newcommand\eha{{\egym G001}}
\newcommand\ehaa{{\egym D036}}\newcommand\ehb{{\egym D058}}
\newcommand\ehd{{\egym D046}}
%\newcommand\ehf{{\egym I009}}
\newcommand\ehg{{\egym W011}}
%\newcommand\ehh{{\egym N028}}
\newcommand\ehh{{\egym O004}}
\newcommand\ehH{{\egym V028}}\newcommand\ehi{{\egym M017}}
\newcommand\ehii{{\egym N018}}
\newcommand\ehj{{\egym I010}}
\newcommand\ehk{{\egym V031}}
\newcommand\ehl{{\egym E023}}
\newcommand\ehm{{\egym G017}}
\newcommand\ehmm{{\egym G018}}
\newcommand\ehn{{\egym N035}}
\newcommand\eho{{\egym V004}}
\newcommand\ehnn{{\egym S003}}
\newcommand\ehp{{\egym Q003}}
\newcommand\ehq{{\egym O040}}
\newcommand\ehqq{{\egym N029}}
%\newcommand\ehr{{\egym N005}}
\newcommand\ehr{{\egym D021}}
\newcommand\ehs{{\egym S029}}%voiceless
\newcommand\ehsh{{\egym N039}}
\newcommand\eht{{\egym X001}}
\newcommand\ehch{{\egym V013}}\newcommand\ehw{{\egym G043}}
\newcommand\ehX{{\egym AA001}}
\newcommand\ehy{{\egym M017A}}
\newcommand\ehz{{\egym O034}}

\newcommand\ehlaw{{\egym U038}}



\usetikzlibrary{backgrounds, shapes, arrows}


\newcommand\ehrtllion{\color{blue}{\scalebox{-2.8}[2.8]{\ehl}}}

\newcommand\ehbo{below of}
\newcommand\ehnnx{x27}
\newcommand\ehys{yshift}
\newcommand\ehoneex{1.0ex}



\begin{document}
Tikz test

\begin{tikzpicture}
%  \node at (10pt, 50pt) {Й};
  
  \node at (0pt, 0pt) {0};
  
 \node at (1em, 1em) {1};
 \node at (1em, 2em) {2};
 \node at (2em, 1em) {3};
 \node at (2em, 2em) {4};
 
 \node at (-1em, -1em) {\scalebox{-1}[2]{5}};
 \node at (-1em, -2em) {6};
 \node at (-2em, -1em) {7};
 \node at (-2em, -2em) {8};

 \node at (-1em, 1em) {\color{red}\textbf{a}};
 \node at (-1em, 2em) {b};
 \node at (-2em, 1em) {c};
 \node at (-2em, 2em) {d};
 
 
 \node (e) at (1em, -1em) {e};
 \node (f) at (1em, -2em) {f};
 \node at (2em, -1em) {g};
 \node at (2em, -2em) {\rotatebox{60}{h}};

 \node (z)[
        left of=f,
            node distance=1ex,  
            inner sep=0,
            ]
            {\color{blue}{\egym{A001}}};

   \end{tikzpicture}
   
   Using Tikz to position hieroglyphs
   
  \begin{tikzpicture}
  \node (x1)  at (0em, 0em) {\color{blue}{\scalebox{3}[3]{\egym{A001}}}}; 
  \node (x2)[
    right of=x1,
    yshift=1.2ex,
%   above =of x1.east,
%   node distance=2ex,
        ]{\color{blue}{\scalebox{1.8}[1.8]{\egym{E001}}}}; 
  \node (x3)[
    below of=x2,
    node distance=3.0ex,
    ]{\color{blue}{\scalebox{2.0}[2.0]{\egym{V002}}}};

\node (x4)  [
        right of=x3,
        yshift=2ex,
        ] {\color{blue}{\scalebox{3}[3]{\egym{A010}}}}; 
\node (x5)  [
        right of=x4,
%       yshift=2ex,
        ] {\color{blue}{\scalebox{3}[3]{\egym{T003}}}}; 
\node (x6)  [
        right of=x5,
        xshift=-2ex,
        inner sep=0,
        ] {\color{blue}{\scalebox{3}[3]{\egym{S001}}}}; 

%
%
%
%

    
        
\node (x7)  [
        right of=x6,
        yshift=1.6ex,
        xshift=1.4ex,
        ] {\color{blue}{\scalebox{2}[2]{\ehq}}}; 
\node (x8)  [
        below of=x7,
%       xshift=-2ex,
        yshift=1.4ex,
        ] {\color{blue}{\scalebox{2.4}[2.4]{\ehl}}}; 
\node (x9)  [
        right of=x8,
%       xshift=-2ex,
        yshift=2.0ex,
        ] {\color{blue}{\scalebox{3}[3]{\ehi}}}; 
\node (x10)  [
        right of=x9,
        xshift=-1ex,
%       yshift=2.2ex,
        ] {\color{blue}{\scalebox{2.8}[2.8]{\eho}}}; 
%\ehp
\node (x11)  [
        right of=x10,
        xshift=-0.4ex,
        yshift=-0.4ex,
        ] {\color{blue}{\scalebox{3}[3]{\ehp}}}; 
%\eha
\node (x12)  [
        right of=x11,
        xshift=-1ex,
        yshift=0.4ex,
        ] {\color{blue}{\scalebox{3}[3]{\eha}}}; 
%\ehd
\node (x13)  [
        right of=x12,
        xshift=0.8ex,
        yshift=1.8ex,
        ] {\color{blue}{\scalebox{2}[2]{\ehd}}}; 
%\ehr
\node (x14)  [
        below of=x13,
%%      xshift=-2ex,
        yshift=2.4ex,
        ] {\color{blue}{\scalebox{2}[2]{\ehr}}}; 
%\eha
\node (x15)  [
        right of=x14,
        xshift=1ex,
        yshift=1.1ex,
        ] {\color{blue}{\scalebox{3}[3]{\eha}}}; 
%\eht
\node (x16)  [
        right of=x15,
%%      xshift=-2ex,
        yshift=-1.8ex,
        ] {\color{blue}{\scalebox{3}[3]{\eht}}}; 
 
 \node [
        red,
        thick,
        draw, 
        rectangle, 
        rounded corners=3ex,
        inner sep=0,
        fit={(x7)(x8)(x15)(x16)},
        ] (c1) {}; 
 
\node (x17)  [
        below of=x16,
        yshift=-1.4ex,
        xshift=0.4ex,
        ] {\color{blue}{\scalebox{2}[2]{\ehq}}}; 
\node (x18)  [
        below of=x17,
%       xshift=-2ex,
        yshift=1.0ex,
        ] {\color{blue}{\scalebox{2.8}[2.8]{\ehl}}}; 
\node (x19)  [
        below of=x18,
        xshift=-2ex,
%       yshift=2.0ex,
        ] {\color{blue}{\scalebox{2}[2]{\ehi}}}; 
\node (x20)  [
        right of=x19,
        xshift=-2ex,
%       yshift=2.2ex,
        ] {\color{blue}{\scalebox{2}[2]{\eho}}}; 
%\ehp
\node (x21)  [
        below of=x20,
        xshift=-2.4ex,
        yshift=-0.4ex,
        ] {\color{blue}{\scalebox{3}[3]{\ehp}}}; 
%\eha
\node (x22)  [
        right of=x21,
        xshift=-1.8ex,
        yshift=0.4ex,
        ] {\color{blue}{\scalebox{2}[2]{\eha}}}; 
%\ehd
\node (x23)  [
        below of=x22,
        xshift=-1.2ex,
        yshift=1.0ex,
        ] {\color{blue}{\scalebox{2}[2]{\ehd}}}; 
%\ehr
\node (x24)  [
        below of=x23,
%%      xshift=-2ex,
        yshift=2.4ex,
        ] {\color{blue}{\scalebox{2}[2]{\ehr}}}; 
%\eha
\node (x25)  [
        below of=x24,
        xshift=-1ex,
        yshift=1.1ex,
        ] {\color{blue}{\scalebox{2}[2]{\eha}}}; 
%\eht
\node (x26)  [
        right of=x25,
        xshift=-2.5ex,
        yshift=0.8ex,
        ] {\color{blue}{\scalebox{2}[2]{\eht}}}; 
 
 
 
 \node [
        red,
        thick,
        draw, 
        rectangle, 
        rounded corners=3ex,
        inner sep=0,
        fit={(x17)(x18)(x25)(x26)},
        ] (c2) {}; 
 
 
 
\node (x27)  [
        below of=x1,
        yshift=-2.8ex,
        xshift=0.4ex,
        ] {\color{blue}{\scalebox{-2}[2]{\ehq}}}; 
\node (x28)  [
%%      below of=x27,
        \ehbo = \ehnnx ,
%       xshift=-2ex,
%%      yshift=1.0ex,
        \ehys = \ehoneex ,
%       ] {\color{blue}{\scalebox{-2.8}[2.8]{\ehl}}}; 
]{\ehrtllion};

\node (x29)  [
        below of=x28,
        xshift=2ex,
%       yshift=2.0ex,
        ] {\color{blue}{\scalebox{-2}[2]{\ehi}}}; 
\node (x30)  [
        left of=x29,
        xshift=2ex,
%       yshift=2.2ex,
        ] {\color{blue}{\scalebox{-2}[2]{\eho}}}; 
%\ehp
\node (x31)  [
        below of=x30,
        xshift=3.8ex,
        yshift=-0.4ex,
        ] {\color{blue}{\scalebox{-3}[3]{\ehp}}}; 
%\eha
\node (x32)  [
        left of=x31,
        xshift=1.8ex,
        yshift=0.4ex,
        ] {\color{blue}{\scalebox{-2}[2]{\eha}}}; 
%\ehd
\node (x33)  [
        below of=x32,
        xshift=1.2ex,
        yshift=1.0ex,
        ] {\color{blue}{\scalebox{-2}[2]{\ehd}}}; 
%\ehr
\node (x34)  [
        below of=x33,
%%      xshift=-2ex,
        yshift=2.4ex,
        ] {\color{blue}{\scalebox{-2}[2]{\ehr}}}; 
%\eha
\node (x35)  [
        below of=x34,
        xshift=1ex,
        yshift=1.1ex,
        ] {\color{blue}{\scalebox{-2}[2]{\eha}}}; 
%\eht
\node (x36)  [
        left of=x35,
        xshift=2.5ex,
        yshift=0.8ex,
        ] {\color{blue}{\scalebox{-2}[2]{\eht}}}; 
 
 
 
 \node [
        red,
        thick,
        draw, 
        rectangle, 
        rounded corners=3ex,
        inner sep=0,
        fit={(x27)(x28)(x35)(x36)},
        ] (c3) {}; 
 
% \draw (0,0) circle {2cm};
% 
%\node (x99a)  [
%       below of=x8,
%       scale=-3,
%       rotate=90,
%       color=red,
%%      xshift=2.5ex,
%%      yshift=-6.8ex,
%%      ] {\color{red}{\scalebox{5}[5]{\ehlaw}}}; 
%       ] {\ehl};
% 
%%\node (x99b)  [
%%      below of=x8,
%%      scale=3,
%%      rotate=90,
%%      color=blue,
%%      xshift=-3.5ex,
%%%     yshift=-6.8ex,
%%      ] {\ehl};       
%
%
%%\node (x99c)  [
%%      below of=x8,
%%      scale=-3,
%%      rotate=270,
%%      color=blue,
%%      xshift=-3.5ex,
%%      yshift=-1.5ex,
%%      ] {\ehl};   
%
%%\draw[thick, black] (x99a) -- (x99c);
%
%\node (x99d)  [
%       below of=x8,
%       scale=-3,
%       rotate=180,
%       color=red,
%       xshift=-2.5ex,
%       yshift=-1.5ex,
%       ] {\ehl};
%
%
%\node (x99e)  [
%       below of=x8,
%       scale=-3,
%       rotate=0,
%       color=red,
%       xshift=-2.5ex,
%       yshift=1.6ex,
%       ] {\ehl};
%
\node (x99f)  [
        below of=x8,
        scale=3,
        rotate=90,
        color=red,
        xshift=-3.5ex,
        yshift=0ex,
        ] { };  

%%===============
%
%
%\node (x99fa)  [
%       below of=x99f,
%       scale=-3,
%       rotate=0,
%       color=blue,
%%      xshift=1.5ex,
%%      yshift=2.5ex,
%%      ] {\color{red}{\scalebox{5}[5]{\ehlaw}}}; 
%       ] {\ehl};
% 
%\node (x99fb)  [
%       below left of=x99fa,
%       scale=3,
%       rotate=180,
%       color=blue,
%%      xshift=-2.5ex,
%%      yshift=-1.5ex,
%       ] {\ehl};
%
%
\node (x99fc)  [
        below of=x99f,
        xscale=-3,
        yscale=-3,
        rotate=0,
        color=blue,
        xshift=-2.5ex,
        yshift=1.6ex,
        ] {\ehl};

\node (x99fca)  [
        below of=x99f,
        xscale=-3,
        yscale=3,
        rotate=0,
        color=blue,
        xshift=-2.5ex,
        yshift=1.6ex,
        ] {\ehl};


\node (x99fcy)  [
        below of=x99f,
        xscale=3,
        yscale=-3,
        rotate=0,
        color=blue,
        xshift=-2.5ex,
        yshift=1.6ex,
        ] {\ehl};

\node (x99fcay)  [
        below of=x99f,
        xscale=3,
        yscale=3,
        rotate=0,
        color=blue,
        xshift=-2.5ex,
        yshift=1.6ex,
        ] {\ehl};


%===================================
\node (x99fcu)  [
        below of=x99f,
        xscale=-3,
        yscale=-3,
        rotate=90,
        color=blue,
        xshift=-2.5ex,
        yshift=1.6ex,
        ] {\ehl};

\node (x99fcau)  [
        below of=x99f,
        xscale=-3,
        yscale=3,
        rotate=90,
        color=blue,
        xshift=-2.5ex,
        yshift=1.6ex,
        ] {\ehl};


\node (x99fcyu)  [
        below of=x99f,
        xscale=3,
        yscale=-3,
        rotate=90,
        color=blue,
        xshift=-2.5ex,
        yshift=1.6ex,
        ] {\ehl};

\node (x99fcayu)  [
        below of=x99f,
        xscale=3,
        yscale=3,
        rotate=90,
        color=blue,
        xshift=-2.5ex,
        yshift=1.6ex,
        ] {\ehl};

\node (n1)  [right of=x99fc] {1}; % $(-1,-1)$
\node (n2)  [right of=x99fca] {2};
\node (n3)  [left of=x99fcy] {3};
\node (n4)  [left of=x99fcay] {4};

\node (n5)  [
        above of=x99fcu,
%       xscale=3,
%       yscale=3,
%       rotate=90,
%       color=blue,
%       xshift=-2.5ex,
%       yshift=1.6ex,
        ] {5};


\node (n6)  [
        below of=x99fcau,
%       xscale=3,
%       yscale=3,
%       rotate=90,
%       color=blue,
%       xshift=-2.5ex,
%       yshift=1.6ex,
        ] {6};



\node (n7)  [
        above of=x99fcyu,
%       xscale=3,
%       yscale=3,
%       rotate=90,
%       color=blue,
%       xshift=-2.5ex,
%       yshift=1.6ex,
        ] {7};



\node (n8)  [
        below of=x99fcayu,
%       xscale=3,
%       yscale=3,
%       rotate=90,
%       color=blue,
%       xshift=-2.5ex,
%       yshift=1.6ex,
        ] {8};

%
%\node (x99fd)  [
%       below of=x99f,
%       scale=-3,
%       rotate=90,
%       color=blue,
%       xshift=-3.5ex,
%       yshift=0ex,
%       ] {\ehl};       


 \node [
    below of=x26,
    xshift=-1.8ex,
    yshift=-5.2ex,
    ](zx1)  {\color{blue}{\scalebox{-3}[3]{\egym{A001}}}}; 
  \node (zx2)[
    left of=zx1,
    yshift=1.2ex,
%   above =of x1.east,
%   node distance=2ex,
        ]{\color{blue}{\scalebox{-1.8}[1.8]{\egym{E001}}}}; 
  \node (zx3)[
    below of=zx2,
    node distance=3.0ex,
    ]{\color{blue}{\scalebox{-2.0}[2.0]{\egym{V002}}}};

\node (zx4)  [
        left of=zx3,
    xshift=-1.2ex,
        yshift=2ex,
        ] {\color{blue}{\scalebox{-3}[3]{\egym{A010}}}}; 
\node (zx5)  [
        left of=zx4,
%       yshift=2ex,
        ] {\color{blue}{\scalebox{-3}[3]{\egym{T003}}}}; 
\node (zx6)  [
        left of=zx5,
        xshift=1.5ex,
%       inner sep=0,
        ] {\color{blue}{\scalebox{-3}[3]{\egym{S001}}}}; 

%
%
%
%

    
        
\node (zx7)  [
        left of=zx6,
        yshift=1.6ex,
        xshift=-2.4ex,
        ] {\color{blue}{\scalebox{-2}[2]{\ehq}}}; 
\node (zx8)  [
        below of=zx7,
%       xshift=-2ex,
        yshift=1.4ex,
        ] {\color{blue}{\scalebox{-2.4}[2.4]{\ehl}}}; 
\node (zx9)  [
        left of=zx8,
%       xshift=-2ex,
        yshift=2.0ex,
        ] {\color{blue}{\scalebox{-3}[3]{\ehi}}}; 
\node (zx10)  [
        left of=zx9,
        xshift=1ex,
%       yshift=2.2ex,
        ] {\color{blue}{\scalebox{-2.8}[2.8]{\eho}}}; 
%\ehp
\node (zx11)  [
        left of=zx10,
        xshift=0.4ex,
        yshift=-0.4ex,
        ] {\color{blue}{\scalebox{-3}[3]{\ehp}}}; 
%\eha
\node (zx12)  [
        left of=zx11,
        xshift=1ex,
        yshift=0.4ex,
        ] {\color{blue}{\scalebox{-3}[3]{\eha}}}; 
%\ehd
\node (zx13)  [
        left of=zx12,
        xshift=-0.8ex,
        yshift=1.8ex,
        ] {\color{blue}{\scalebox{-2}[2]{\ehd}}}; 
%\ehr
\node (zx14)  [
        below of=zx13,
%%      xshift=-2ex,
        yshift=2.4ex,
        ] {\color{blue}{\scalebox{-2}[2]{\ehr}}}; 
%\eha
\node (zx15)  [
        left of=zx14,
        xshift=-1.2ex,
        yshift=1.1ex,
        ] {\color{blue}{\scalebox{-3}[3]{\eha}}}; 
%\eht
\node (zx16)  [
        left of=zx15,
%%      xshift=-2ex,
        yshift=-1.8ex,
        ] {\color{blue}{\scalebox{-3}[3]{\eht}}}; 
 
 \node [
        red,
        thick,
        draw, 
        rectangle, 
        rounded corners=3ex,
        inner sep=0,
        fit={(zx7)(zx8)(zx15)(zx16)},
        ] (zc1) {}; 
 






 \end{tikzpicture}
  
  
\section{Writing Hieroglyphs}
To write hieroglyphs, you will need:
\begin{itemize}
\item a font that contains hieroglyphs
    \begin{itemize}
    \item e.g. Noto Sans Egyptian Hieroglyphs
    \end{itemize}
\item an editor that can handle utf-8 or other unicode-format files
    \begin{itemize}
    \item e.g. TeXworks
    \end{itemize}
\item an input method to enter the hieroglyphs into the file
    \begin{itemize}
    \item keyboard (1000+ keys = impractical)
       \item an IME (none written yet?)
       \item font-mapping (TECkit fontmaps work only in xelatex. not in lualatex)
    \end{itemize}
\item a TeX flavour to process the file
    \begin{itemize}
    \item e.g. xelatex
    \end{itemize}
\item and for advanced typesetting:
    \begin{itemize}
    \item a way of positioning the hieroglyphs in sequence, horizontally and vertically
        \begin{itemize}
        \item e.g. the tabular environment
        \item e.g. Tikz
        \end{itemize}
    \item a way of scaling the hieroglyphs appropriately within any stacked or side-by-side arrangement, including flipping them horizontally when writing in the opposite direction (flipping is applying a scaling factor of $ -1$)
        \begin{itemize}
        \item e.g. the scalebox command
        \item e.g. the xscale= and yscale= node options in Tikz
        \end{itemize}
    \end{itemize}
\end{itemize}

\section{Mapping}

Birth name: Tuthmosis ("Born of the God Thoth")
Throne name: Menkheperre ("Lasting is the Manifestation of Re")

\begin{tikzpicture}
\node (p1)  
        at (0,0) 
%   [
%   left of=zx15,
%%      xshift=-2ex,
%       yshift=-1.8ex,
%       ]
         {\color{blue}{\scalebox{3}[3]{\egym M023}}}; 


\node (p2)  
%       at (0,0) 
    [
    below of=p1,
%%      xshift=-2ex,
        yshift=-2.4ex,
        ]
         {\color{blue}{\scalebox{3}[3]{\egym L002}}}; 
 

\node (m1)  
%       at (0,0) 
    [
    below of=p2,
%%      xshift=-2ex,
        yshift=-2.4ex,
        ]
         {\color{blue}{\scalebox{3}[3]{\egym N005}}}; 
 
 \node (m2)  
    [
    below of=m1,
%%      xshift=-2ex,
%       yshift=-1.8ex,
        ]
         {\color{blue}{\scalebox{3}[3]{\egym Y005}}}; 
 
 \node (m3)  
    [
    below of=m2,
%%      xshift=-2ex,
%       yshift=-1.8ex,
        ]
         {\color{blue}{\scalebox{3}[3]{\egym L001}}}; 
 
 \node [
        red,
        thick,
        draw, 
        rectangle, 
        rounded corners=3ex,
        inner sep=0,
        fit={(m1) (m2) (m3)},
        ] (zc1) {}; 

\node (b1)  
%       at (0,0) 
    [
    right of=p1,
        xshift=5ex,
%       yshift=-2.4ex,
        ]
         {\color{blue}{\scalebox{3}[3]{\egym G039}}}; 

 \node (b2)  
    [
    below of=b1,
%%      xshift=-2ex,
        yshift=-2.8ex,
        ]
         {\color{blue}{\scalebox{3}[3]{\egym N005}}}; 


 \node (n1)  
    [
    below of=b2,
%%      xshift=-2ex,
        yshift=-2.8ex,
        ]
         {\color{blue}{\scalebox{3.2}[3.2]{\egym G026}}}; 

 \node (n2)  
    [
    below of=n1,
        xshift=-1.8ex,
        yshift=-1.4ex,
        ]
         {\color{blue}{\scalebox{2}[2]{\egym F031}}}; 

 \node (n3)  
    [
    right of=n2,
        xshift=-1.8ex,
%       yshift=-1.4ex,
        ]
         {\color{blue}{\scalebox{2}[2]{\egym F035}}}; 

 \node (n4)  
    [
    below of=n3,
        xshift=-1.8ex,
        yshift=-1.4ex,
        ]
         {\color{blue}{\scalebox{2}[2]{\egym L001}}}; 

 \node (n5)  
    [
    below of=n4,
%       xshift=-1.8ex,
        yshift=0.4ex,
        ]
         {\color{blue}{\scalebox{2}[2]{\egym Z002}}}; 


 
 \node [
        red,
        thick,
        draw, 
        rectangle, 
        rounded corners=3ex,
        inner sep=0,
        fit={(n1)(n2)(n3)(n4)(n5)},
        ] (zd1) {}; 
 \end{tikzpicture}

\section{Inputting}

\verb|\symbol{"13000}| =  {\egyfe\huge \symbol{"13000}}


Macro command \textbackslash A001 = {\egyfe\huge \csname A001\endcsname}



Mapped Gardiner number A001 = { \huge \texthg{A001}}

(Second mapping) Mapped Gardiner number A1 = {\huge\texthi{A1}}

A001: In an environment: 
\begin{thiero}
A001
\end{thiero}

\section{Gardner numbers}
A1~=~{\texthi{A1}}
A2~=~{\texthi{A2}}
A3~=~{\texthi{A3}}
A4~=~{\texthi{A4}}
A5~=~{\texthi{A5}}
A5A~=~{\texthi{A5A}}
A6~=~{\texthi{A6}}
A6A~=~{\texthi{A6A}}
A6B~=~{\texthi{A6B}}
A7~=~{\texthi{A7}}
A8~=~{\texthi{A8}}
A9~=~{\texthi{A9}}
A10~=~{\texthi{A10}}
A11~=~{\texthi{A11}}
A12~=~{\texthi{A12}}
A13~=~{\texthi{A13}}
A14~=~{\texthi{A14}}
A14A~=~{\texthi{A14A}}
A15~=~{\texthi{A15}}
A16~=~{\texthi{A16}}
A17~=~{\texthi{A17}}
A17A~=~{\texthi{A17A}}
A18~=~{\texthi{A18}}
A19~=~{\texthi{A19}}
A20~=~{\texthi{A20}}
A21~=~{\texthi{A21}}
A22~=~{\texthi{A22}}
A23~=~{\texthi{A23}}
A24~=~{\texthi{A24}}
A25~=~{\texthi{A25}}
A26~=~{\texthi{A26}}
A27~=~{\texthi{A27}}
A28~=~{\texthi{A28}}
A29~=~{\texthi{A29}}
A30~=~{\texthi{A30}}
A31~=~{\texthi{A31}}
A32~=~{\texthi{A32}}
A32A~=~{\texthi{A32A}}
A33~=~{\texthi{A33}}
A34~=~{\texthi{A34}}
A35~=~{\texthi{A35}}
A36~=~{\texthi{A36}}
A37~=~{\texthi{A37}}
A38~=~{\texthi{A38}}
A39~=~{\texthi{A39}}
A40~=~{\texthi{A40}}
A40A~=~{\texthi{A40A}}
A41~=~{\texthi{A41}}
A42~=~{\texthi{A42}}
A42A~=~{\texthi{A42A}}
A43~=~{\texthi{A43}}
A43A~=~{\texthi{A43A}}
A44~=~{\texthi{A44}}
A45~=~{\texthi{A45}}
A45A~=~{\texthi{A45A}}
A46~=~{\texthi{A46}}
A47~=~{\texthi{A47}}
A48~=~{\texthi{A48}}
A49~=~{\texthi{A49}}
A50~=~{\texthi{A50}}
A51~=~{\texthi{A51}}
A52~=~{\texthi{A52}}
A53~=~{\texthi{A53}}
A54~=~{\texthi{A54}}
A55~=~{\texthi{A55}}
A56~=~{\texthi{A56}}
A57~=~{\texthi{A57}}
A58~=~{\texthi{A58}}
A59~=~{\texthi{A59}}
A60~=~{\texthi{A60}}
A61~=~{\texthi{A61}}
A62~=~{\texthi{A62}}
A63~=~{\texthi{A63}}
A64~=~{\texthi{A64}}
A65~=~{\texthi{A65}}
A66~=~{\texthi{A66}}
A67~=~{\texthi{A67}}
A68~=~{\texthi{A68}}
A69~=~{\texthi{A69}}
A70~=~{\texthi{A70}}
etc

  \end{document}

Alternativa 2

Outra alternativa, mais portátil, é utilizar expressões regulares, no expl3, por exemplo:

expressão regular

MWE

\documentclass{article}
\usepackage{fontspec}
\setmainfont{Noto Serif}
\newfontfamily\fegy{Noto Sans Egyptian Hieroglyphs}
\ExplSyntaxOn

\newcommand\doegyhiero{%
\regex_replace_all:nnN { a001 } { ^^^^^13000 } \l_my_tl
\regex_replace_all:nnN { g010 } { ^^^^^1314b } \l_my_tl
\regex_replace_all:nnN { m017a } { ^^^^^131cc } \l_my_tl
\regex_replace_all:nnN { n001 } { ^^^^^131ef } \l_my_tl
}

\NewDocumentCommand { \textegyhiero } { m } {%
\tl_set:Nn \l_my_tl { #1 }
\doegyhiero
\tl_use:N \l_my_tl
}

\NewDocumentEnvironment{egyhiero}{ +b } 
{
\tl_set:Nn \l_my_tl { #1 }
\doegyhiero
\tl_use:N \l_my_tl
}
{ }

\ExplSyntaxOff

\begin{document}

This is inline {\fegy\Large\textegyhiero{a001 g010 n001}}.

And the following is inside an environment:
\begin{egyhiero}\fegy\Large

a001 g010 n001

a001 g010 n001 m017a

\end{egyhiero}
End of environment.

\end{document}

Responder2

Isenção de responsabilidade: esta é apenas uma interpretação do péssimo leia-me combinado com algum conhecimento do TeX. Eu não testei.

Você encontrará dois tipos de pastas nesses arquivos: texmfe outra coisa.

A texmfpasta deve ser colocada em qualquer lugar do seu laptop e será indexada pelo MikTeX assim que você a adicionar. Coloque o conteúdo de ambas texmfas pastas (de ambos os arquivos) em uma pasta, fi texmf-local, para que você tenha a seguinte estrutura:

- texmf-local
-- doc
-- dvips
-- fonts
-- pdftex
-- tex

Em seguida, adicione isso ao caminho de pesquisa do MikTeX (raízes da guia no gerenciador de configurações, afaik). Reconstrua seu banco de dados de nomes de arquivos (guia geral no gerenciador de configurações, afaik).

O último passo seria colocar os executáveis ​​sesh do HieroTeX em uma pasta que está no PATH do seu sistema operacional. Existem muitos tutoriais por aí mostrando como fazer isso. Teste se funcionou executando seshna linha de comando.

Agora você deve estar pronto para ir.

Responder3

O autor deste pacote é o professor associado Rosmorduc. Os arquivos descompactados contêm uma pasta chamada texmf que já está na estrutura do TDS. Use sua "opção Miktex" para registrar esses arquivos no diretório correto do Miktex. Mas o último passo para sua instalação (executar sesh.exe) está desatualizado, porque sua nova versão do Miktex foi projetada para sistema de 64 bits em vez do Pro (sistema de 32 bits). Rosmorduc programou sesh.exe. O arquivo correspondente para executar o Sesh.exe no Miktex 2.9 que você está usando está no diretório root\MikTex\miktex\bin\x64. Na verdade, se você ainda deseja rodar o pacote Rosmorduc, deverá atualizar todo o motor deste pacote neste sentido.

Responder4

Arquivo MAP (parte 2 de 2)

U+004E U+0031 U+0038 <>  U+13200
 U+004E U+0031 U+0038 U+0041 <>  U+13201
 U+004E U+0031 U+0038 U+0042 <>  U+13202
 U+004E U+0031 U+0039 <>  U+13203
 U+004E U+0032 U+0030 <>  U+13204
 U+004E U+0032 U+0031 <>  U+13205
 U+004E U+0032 U+0032 <>  U+13206
 U+004E U+0032 U+0033 <>  U+13207
 U+004E U+0032 U+0034 <>  U+13208
 U+004E U+0032 U+0035 <>  U+13209
 U+004E U+0032 U+0035 U+0041 <>  U+1320A
 U+004E U+0032 U+0036 <>  U+1320B
 U+004E U+0032 U+0037 <>  U+1320C
 U+004E U+0032 U+0038 <>  U+1320D
 U+004E U+0032 U+0039 <>  U+1320E
 U+004E U+0033 U+0030 <>  U+1320F
 U+004E U+0033 U+0031 <>  U+13210
 U+004E U+0033 U+0032 <>  U+13211
 U+004E U+0033 U+0033 <>  U+13212
 U+004E U+0033 U+0033 U+0041 <>  U+13213
 U+004E U+0033 U+0034 <>  U+13214
 U+004E U+0033 U+0034 U+0041 <>  U+13215
 U+004E U+0033 U+0035 <>  U+13216
 U+004E U+0033 U+0035 U+0041 <>  U+13217
 U+004E U+0033 U+0036 <>  U+13218
 U+004E U+0033 U+0037 <>  U+13219
 U+004E U+0033 U+0037 U+0041 <>  U+1321A
 U+004E U+0033 U+0038 <>  U+1321B
 U+004E U+0033 U+0039 <>  U+1321C
 U+004E U+0034 U+0030 <>  U+1321D
 U+004E U+0034 U+0031 <>  U+1321E
 U+004E U+0034 U+0032 <>  U+1321F
 U+004E U+004C U+0031 <>  U+13220
 U+004E U+004C U+0032 <>  U+13221
 U+004E U+004C U+0033 <>  U+13222
 U+004E U+004C U+0034 <>  U+13223
 U+004E U+004C U+0035 <>  U+13224
 U+004E U+004C U+0035 U+0041 <>  U+13225
 U+004E U+004C U+0036 <>  U+13226
 U+004E U+004C U+0037 <>  U+13227
 U+004E U+004C U+0038 <>  U+13228
 U+004E U+004C U+0039 <>  U+13229
 U+004E U+004C U+0031 U+0030 <>  U+1322A
 U+004E U+004C U+0031 U+0031 <>  U+1322B
 U+004E U+004C U+0031 U+0032 <>  U+1322C
 U+004E U+004C U+0031 U+0033 <>  U+1322D
 U+004E U+004C U+0031 U+0034 <>  U+1322E
 U+004E U+004C U+0031 U+0035 <>  U+1322F
 U+004E U+004C U+0031 U+0036 <>  U+13230
 U+004E U+004C U+0031 U+0037 <>  U+13231
 U+004E U+004C U+0031 U+0037 U+0041 <>  U+13232
 U+004E U+004C U+0031 U+0038 <>  U+13233
 U+004E U+004C U+0031 U+0039 <>  U+13234
 U+004E U+004C U+0032 U+0030 <>  U+13235
 U+004E U+0055 U+0031 <>  U+13236
 U+004E U+0055 U+0032 <>  U+13237
 U+004E U+0055 U+0033 <>  U+13238
 U+004E U+0055 U+0034 <>  U+13239
 U+004E U+0055 U+0035 <>  U+1323A
 U+004E U+0055 U+0036 <>  U+1323B
 U+004E U+0055 U+0037 <>  U+1323C
 U+004E U+0055 U+0038 <>  U+1323D
 U+004E U+0055 U+0039 <>  U+1323E
 U+004E U+0055 U+0031 U+0030 <>  U+1323F
 U+004E U+0055 U+0031 U+0030 U+0041 <>  U+13240
 U+004E U+0055 U+0031 U+0031 <>  U+13241
 U+004E U+0055 U+0031 U+0031 U+0041 <>  U+13242
 U+004E U+0055 U+0031 U+0032 <>  U+13243
 U+004E U+0055 U+0031 U+0033 <>  U+13244
 U+004E U+0055 U+0031 U+0034 <>  U+13245
 U+004E U+0055 U+0031 U+0035 <>  U+13246
 U+004E U+0055 U+0031 U+0036 <>  U+13247
 U+004E U+0055 U+0031 U+0037 <>  U+13248
 U+004E U+0055 U+0031 U+0038 <>  U+13249
 U+004E U+0055 U+0031 U+0038 U+0041 <>  U+1324A
 U+004E U+0055 U+0031 U+0039 <>  U+1324B
 U+004E U+0055 U+0032 U+0030 <>  U+1324C
 U+004E U+0055 U+0032 U+0031 <>  U+1324D
 U+004E U+0055 U+0032 U+0032 <>  U+1324E
 U+004E U+0055 U+0032 U+0032 U+0041 <>  U+1324F
 U+004F U+0031 <>  U+13250
 U+004F U+0031 U+0041 <>  U+13251
 U+004F U+0032 <>  U+13252
 U+004F U+0033 <>  U+13253
 U+004F U+0034 <>  U+13254
 U+004F U+0035 <>  U+13255
 U+004F U+0035 U+0041 <>  U+13256
 U+004F U+0036 <>  U+13257
 U+004F U+0036 U+0041 <>  U+13258
 U+004F U+0036 U+0042 <>  U+13259
 U+004F U+0036 U+0043 <>  U+1325A
 U+004F U+0036 U+0044 <>  U+1325B
 U+004F U+0036 U+0045 <>  U+1325C
 U+004F U+0036 U+0046 <>  U+1325D
 U+004F U+0037 <>  U+1325E
 U+004F U+0038 <>  U+1325F
 U+004F U+0039 <>  U+13260
 U+004F U+0031 U+0030 <>  U+13261
 U+004F U+0031 U+0030 U+0041 <>  U+13262
 U+004F U+0031 U+0030 U+0042 <>  U+13263
 U+004F U+0031 U+0030 U+0043 <>  U+13264
 U+004F U+0031 U+0031 <>  U+13265
 U+004F U+0031 U+0032 <>  U+13266
 U+004F U+0031 U+0033 <>  U+13267
 U+004F U+0031 U+0034 <>  U+13268
 U+004F U+0031 U+0035 <>  U+13269
 U+004F U+0031 U+0036 <>  U+1326A
 U+004F U+0031 U+0037 <>  U+1326B
 U+004F U+0031 U+0038 <>  U+1326C
 U+004F U+0031 U+0039 <>  U+1326D
 U+004F U+0031 U+0039 U+0041 <>  U+1326E
 U+004F U+0032 U+0030 <>  U+1326F
 U+004F U+0032 U+0030 U+0041 <>  U+13270
 U+004F U+0032 U+0031 <>  U+13271
 U+004F U+0032 U+0032 <>  U+13272
 U+004F U+0032 U+0033 <>  U+13273
 U+004F U+0032 U+0034 <>  U+13274
 U+004F U+0032 U+0034 U+0041 <>  U+13275
 U+004F U+0032 U+0035 <>  U+13276
 U+004F U+0032 U+0035 U+0041 <>  U+13277
 U+004F U+0032 U+0036 <>  U+13278
 U+004F U+0032 U+0037 <>  U+13279
 U+004F U+0032 U+0038 <>  U+1327A
 U+004F U+0032 U+0039 <>  U+1327B
 U+004F U+0032 U+0039 U+0041 <>  U+1327C
 U+004F U+0033 U+0030 <>  U+1327D
 U+004F U+0033 U+0030 U+0041 <>  U+1327E
 U+004F U+0033 U+0031 <>  U+1327F
 U+004F U+0033 U+0032 <>  U+13280
 U+004F U+0033 U+0033 <>  U+13281
 U+004F U+0033 U+0033 U+0041 <>  U+13282
 U+004F U+0033 U+0034 <>  U+13283
 U+004F U+0033 U+0035 <>  U+13284
 U+004F U+0033 U+0036 <>  U+13285
 U+004F U+0033 U+0036 U+0041 <>  U+13286
 U+004F U+0033 U+0036 U+0042 <>  U+13287
 U+004F U+0033 U+0036 U+0043 <>  U+13288
 U+004F U+0033 U+0036 U+0044 <>  U+13289
 U+004F U+0033 U+0037 <>  U+1328A
 U+004F U+0033 U+0038 <>  U+1328B
 U+004F U+0033 U+0039 <>  U+1328C
 U+004F U+0034 U+0030 <>  U+1328D
 U+004F U+0034 U+0031 <>  U+1328E
 U+004F U+0034 U+0032 <>  U+1328F
 U+004F U+0034 U+0033 <>  U+13290
 U+004F U+0034 U+0034 <>  U+13291
 U+004F U+0034 U+0035 <>  U+13292
 U+004F U+0034 U+0036 <>  U+13293
 U+004F U+0034 U+0037 <>  U+13294
 U+004F U+0034 U+0038 <>  U+13295
 U+004F U+0034 U+0039 <>  U+13296
 U+004F U+0035 U+0030 <>  U+13297
 U+004F U+0035 U+0030 U+0041 <>  U+13298
 U+004F U+0035 U+0030 U+0042 <>  U+13299
 U+004F U+0035 U+0031 <>  U+1329A
 U+0050 U+0031 <>  U+1329B
 U+0050 U+0031 U+0041 <>  U+1329C
 U+0050 U+0032 <>  U+1329D
 U+0050 U+0033 <>  U+1329E
 U+0050 U+0033 U+0041 <>  U+1329F
 U+0050 U+0034 <>  U+132A0
 U+0050 U+0035 <>  U+132A1
 U+0050 U+0036 <>  U+132A2
 U+0050 U+0037 <>  U+132A3
 U+0050 U+0038 <>  U+132A4
 U+0050 U+0039 <>  U+132A5
 U+0050 U+0031 U+0030 <>  U+132A6
 U+0050 U+0031 U+0031 <>  U+132A7
 U+0051 U+0031 <>  U+132A8
 U+0051 U+0032 <>  U+132A9
 U+0051 U+0033 <>  U+132AA
 U+0051 U+0034 <>  U+132AB
 U+0051 U+0035 <>  U+132AC
 U+0051 U+0036 <>  U+132AD
 U+0051 U+0037 <>  U+132AE
 U+0052 U+0031 <>  U+132AF
 U+0052 U+0032 <>  U+132B0
 U+0052 U+0032 U+0041 <>  U+132B1
 U+0052 U+0033 <>  U+132B2
 U+0052 U+0033 U+0041 <>  U+132B3
 U+0052 U+0033 U+0042 <>  U+132B4
 U+0052 U+0034 <>  U+132B5
 U+0052 U+0035 <>  U+132B6
 U+0052 U+0036 <>  U+132B7
 U+0052 U+0037 <>  U+132B8
 U+0052 U+0038 <>  U+132B9
 U+0052 U+0039 <>  U+132BA
 U+0052 U+0031 U+0030 <>  U+132BB
 U+0052 U+0031 U+0030 U+0041 <>  U+132BC
 U+0052 U+0031 U+0031 <>  U+132BD
 U+0052 U+0031 U+0032 <>  U+132BE
 U+0052 U+0031 U+0033 <>  U+132BF
 U+0052 U+0031 U+0034 <>  U+132C0
 U+0052 U+0031 U+0035 <>  U+132C1
 U+0052 U+0031 U+0036 <>  U+132C2
 U+0052 U+0031 U+0036 U+0041 <>  U+132C3
 U+0052 U+0031 U+0037 <>  U+132C4
 U+0052 U+0031 U+0038 <>  U+132C5
 U+0052 U+0031 U+0039 <>  U+132C6
 U+0052 U+0032 U+0030 <>  U+132C7
 U+0052 U+0032 U+0031 <>  U+132C8
 U+0052 U+0032 U+0032 <>  U+132C9
 U+0052 U+0032 U+0033 <>  U+132CA
 U+0052 U+0032 U+0034 <>  U+132CB
 U+0052 U+0032 U+0035 <>  U+132CC
 U+0052 U+0032 U+0036 <>  U+132CD
 U+0052 U+0032 U+0037 <>  U+132CE
 U+0052 U+0032 U+0038 <>  U+132CF
 U+0052 U+0032 U+0039 <>  U+132D0
 U+0053 U+0031 <>  U+132D1
 U+0053 U+0032 <>  U+132D2
 U+0053 U+0032 U+0041 <>  U+132D3
 U+0053 U+0033 <>  U+132D4
 U+0053 U+0034 <>  U+132D5
 U+0053 U+0035 <>  U+132D6
 U+0053 U+0036 <>  U+132D7
 U+0053 U+0036 U+0041 <>  U+132D8
 U+0053 U+0037 <>  U+132D9
 U+0053 U+0038 <>  U+132DA
 U+0053 U+0039 <>  U+132DB
 U+0053 U+0031 U+0030 <>  U+132DC
 U+0053 U+0031 U+0031 <>  U+132DD
 U+0053 U+0031 U+0032 <>  U+132DE
 U+0053 U+0031 U+0033 <>  U+132DF
 U+0053 U+0031 U+0034 <>  U+132E0
 U+0053 U+0031 U+0034 U+0041 <>  U+132E1
 U+0053 U+0031 U+0034 U+0042 <>  U+132E2
 U+0053 U+0031 U+0035 <>  U+132E3
 U+0053 U+0031 U+0036 <>  U+132E4
 U+0053 U+0031 U+0037 <>  U+132E5
 U+0053 U+0031 U+0037 U+0041 <>  U+132E6
 U+0053 U+0031 U+0038 <>  U+132E7
 U+0053 U+0031 U+0039 <>  U+132E8
 U+0053 U+0032 U+0030 <>  U+132E9
 U+0053 U+0032 U+0031 <>  U+132EA
 U+0053 U+0032 U+0032 <>  U+132EB
 U+0053 U+0032 U+0033 <>  U+132EC
 U+0053 U+0032 U+0034 <>  U+132ED
 U+0053 U+0032 U+0035 <>  U+132EE
 U+0053 U+0032 U+0036 <>  U+132EF
 U+0053 U+0032 U+0036 U+0041 <>  U+132F0
 U+0053 U+0032 U+0036 U+0042 <>  U+132F1
 U+0053 U+0032 U+0037 <>  U+132F2
 U+0053 U+0032 U+0038 <>  U+132F3
 U+0053 U+0032 U+0039 <>  U+132F4
 U+0053 U+0033 U+0030 <>  U+132F5
 U+0053 U+0033 U+0031 <>  U+132F6
 U+0053 U+0033 U+0032 <>  U+132F7
 U+0053 U+0033 U+0033 <>  U+132F8
 U+0053 U+0033 U+0034 <>  U+132F9
 U+0053 U+0033 U+0035 <>  U+132FA
 U+0053 U+0033 U+0035 U+0041 <>  U+132FB
 U+0053 U+0033 U+0036 <>  U+132FC
 U+0053 U+0033 U+0037 <>  U+132FD
 U+0053 U+0033 U+0038 <>  U+132FE
 U+0053 U+0033 U+0039 <>  U+132FF
 U+0053 U+0034 U+0030 <>  U+13300
 U+0053 U+0034 U+0031 <>  U+13301
 U+0053 U+0034 U+0032 <>  U+13302
 U+0053 U+0034 U+0033 <>  U+13303
 U+0053 U+0034 U+0034 <>  U+13304
 U+0053 U+0034 U+0035 <>  U+13305
 U+0053 U+0034 U+0036 <>  U+13306
 U+0054 U+0031 <>  U+13307
 U+0054 U+0032 <>  U+13308
 U+0054 U+0033 <>  U+13309
 U+0054 U+0033 U+0041 <>  U+1330A
 U+0054 U+0034 <>  U+1330B
 U+0054 U+0035 <>  U+1330C
 U+0054 U+0036 <>  U+1330D
 U+0054 U+0037 <>  U+1330E
 U+0054 U+0037 U+0041 <>  U+1330F
 U+0054 U+0038 <>  U+13310
 U+0054 U+0038 U+0041 <>  U+13311
 U+0054 U+0039 <>  U+13312
 U+0054 U+0039 U+0041 <>  U+13313
 U+0054 U+0031 U+0030 <>  U+13314
 U+0054 U+0031 U+0031 <>  U+13315
 U+0054 U+0031 U+0031 U+0041 <>  U+13316
 U+0054 U+0031 U+0032 <>  U+13317
 U+0054 U+0031 U+0033 <>  U+13318
 U+0054 U+0031 U+0034 <>  U+13319
 U+0054 U+0031 U+0035 <>  U+1331A
 U+0054 U+0031 U+0036 <>  U+1331B
 U+0054 U+0031 U+0036 U+0041 <>  U+1331C
 U+0054 U+0031 U+0037 <>  U+1331D
 U+0054 U+0031 U+0038 <>  U+1331E
 U+0054 U+0031 U+0039 <>  U+1331F
 U+0054 U+0032 U+0030 <>  U+13320
 U+0054 U+0032 U+0031 <>  U+13321
 U+0054 U+0032 U+0032 <>  U+13322
 U+0054 U+0032 U+0033 <>  U+13323
 U+0054 U+0032 U+0034 <>  U+13324
 U+0054 U+0032 U+0035 <>  U+13325
 U+0054 U+0032 U+0036 <>  U+13326
 U+0054 U+0032 U+0037 <>  U+13327
 U+0054 U+0032 U+0038 <>  U+13328
 U+0054 U+0032 U+0039 <>  U+13329
 U+0054 U+0033 U+0030 <>  U+1332A
 U+0054 U+0033 U+0031 <>  U+1332B
 U+0054 U+0033 U+0032 <>  U+1332C
 U+0054 U+0033 U+0032 U+0041 <>  U+1332D
 U+0054 U+0033 U+0033 <>  U+1332E
 U+0054 U+0033 U+0033 U+0041 <>  U+1332F
 U+0054 U+0033 U+0034 <>  U+13330
 U+0054 U+0033 U+0035 <>  U+13331
 U+0054 U+0033 U+0036 <>  U+13332
 U+0055 U+0031 <>  U+13333
 U+0055 U+0032 <>  U+13334
 U+0055 U+0033 <>  U+13335
 U+0055 U+0034 <>  U+13336
 U+0055 U+0035 <>  U+13337
 U+0055 U+0036 <>  U+13338
 U+0055 U+0036 U+0041 <>  U+13339
 U+0055 U+0036 U+0042 <>  U+1333A
 U+0055 U+0037 <>  U+1333B
 U+0055 U+0038 <>  U+1333C
 U+0055 U+0039 <>  U+1333D
 U+0055 U+0031 U+0030 <>  U+1333E
 U+0055 U+0031 U+0031 <>  U+1333F
 U+0055 U+0031 U+0032 <>  U+13340
 U+0055 U+0031 U+0033 <>  U+13341
 U+0055 U+0031 U+0034 <>  U+13342
 U+0055 U+0031 U+0035 <>  U+13343
 U+0055 U+0031 U+0036 <>  U+13344
 U+0055 U+0031 U+0037 <>  U+13345
 U+0055 U+0031 U+0038 <>  U+13346
 U+0055 U+0031 U+0039 <>  U+13347
 U+0055 U+0032 U+0030 <>  U+13348
 U+0055 U+0032 U+0031 <>  U+13349
 U+0055 U+0032 U+0032 <>  U+1334A
 U+0055 U+0032 U+0033 <>  U+1334B
 U+0055 U+0032 U+0033 U+0041 <>  U+1334C
 U+0055 U+0032 U+0034 <>  U+1334D
 U+0055 U+0032 U+0035 <>  U+1334E
 U+0055 U+0032 U+0036 <>  U+1334F
 U+0055 U+0032 U+0037 <>  U+13350
 U+0055 U+0032 U+0038 <>  U+13351
 U+0055 U+0032 U+0039 <>  U+13352
 U+0055 U+0032 U+0039 U+0041 <>  U+13353
 U+0055 U+0033 U+0030 <>  U+13354
 U+0055 U+0033 U+0031 <>  U+13355
 U+0055 U+0033 U+0032 <>  U+13356
 U+0055 U+0033 U+0032 U+0041 <>  U+13357
 U+0055 U+0033 U+0033 <>  U+13358
 U+0055 U+0033 U+0034 <>  U+13359
 U+0055 U+0033 U+0035 <>  U+1335A
 U+0055 U+0033 U+0036 <>  U+1335B
 U+0055 U+0033 U+0037 <>  U+1335C
 U+0055 U+0033 U+0038 <>  U+1335D
 U+0055 U+0033 U+0039 <>  U+1335E
 U+0055 U+0034 U+0030 <>  U+1335F
 U+0055 U+0034 U+0031 <>  U+13360
 U+0055 U+0034 U+0032 <>  U+13361
 U+0056 U+0031 <>  U+13362
 U+0056 U+0031 U+0041 <>  U+13363
 U+0056 U+0031 U+0042 <>  U+13364
 U+0056 U+0031 U+0043 <>  U+13365
 U+0056 U+0031 U+0044 <>  U+13366
 U+0056 U+0031 U+0045 <>  U+13367
 U+0056 U+0031 U+0046 <>  U+13368
 U+0056 U+0031 U+0047 <>  U+13369
 U+0056 U+0031 U+0048 <>  U+1336A
 U+0056 U+0031 U+0049 <>  U+1336B
 U+0056 U+0032 <>  U+1336C
 U+0056 U+0032 U+0041 <>  U+1336D
 U+0056 U+0033 <>  U+1336E
 U+0056 U+0034 <>  U+1336F
 U+0056 U+0035 <>  U+13370
 U+0056 U+0036 <>  U+13371
 U+0056 U+0037 <>  U+13372
 U+0056 U+0037 U+0041 <>  U+13373
 U+0056 U+0037 U+0042 <>  U+13374
 U+0056 U+0038 <>  U+13375
 U+0056 U+0039 <>  U+13376
 U+0056 U+0031 U+0030 <>  U+13377
 U+0056 U+0031 U+0031 <>  U+13378
 U+0056 U+0031 U+0031 U+0041 <>  U+13379
 U+0056 U+0031 U+0031 U+0042 <>  U+1337A
 U+0056 U+0031 U+0031 U+0043 <>  U+1337B
 U+0056 U+0031 U+0032 <>  U+1337C
 U+0056 U+0031 U+0032 U+0041 <>  U+1337D
 U+0056 U+0031 U+0032 U+0042 <>  U+1337E
 U+0056 U+0031 U+0033 <>  U+1337F
 U+0056 U+0031 U+0034 <>  U+13380
 U+0056 U+0031 U+0035 <>  U+13381
 U+0056 U+0031 U+0036 <>  U+13382
 U+0056 U+0031 U+0037 <>  U+13383
 U+0056 U+0031 U+0038 <>  U+13384
 U+0056 U+0031 U+0039 <>  U+13385
 U+0056 U+0032 U+0030 <>  U+13386
 U+0056 U+0032 U+0030 U+0041 <>  U+13387
 U+0056 U+0032 U+0030 U+0042 <>  U+13388
 U+0056 U+0032 U+0030 U+0043 <>  U+13389
 U+0056 U+0032 U+0030 U+0044 <>  U+1338A
 U+0056 U+0032 U+0030 U+0045 <>  U+1338B
 U+0056 U+0032 U+0030 U+0046 <>  U+1338C
 U+0056 U+0032 U+0030 U+0047 <>  U+1338D
 U+0056 U+0032 U+0030 U+0048 <>  U+1338E
 U+0056 U+0032 U+0030 U+0049 <>  U+1338F
 U+0056 U+0032 U+0030 U+004A <>  U+13390
 U+0056 U+0032 U+0030 U+004B <>  U+13391
 U+0056 U+0032 U+0030 U+004C <>  U+13392
 U+0056 U+0032 U+0031 <>  U+13393
 U+0056 U+0032 U+0032 <>  U+13394
 U+0056 U+0032 U+0033 <>  U+13395
 U+0056 U+0032 U+0033 U+0041 <>  U+13396
 U+0056 U+0032 U+0034 <>  U+13397
 U+0056 U+0032 U+0035 <>  U+13398
 U+0056 U+0032 U+0036 <>  U+13399
 U+0056 U+0032 U+0037 <>  U+1339A
 U+0056 U+0032 U+0038 <>  U+1339B
 U+0056 U+0032 U+0038 U+0041 <>  U+1339C
 U+0056 U+0032 U+0039 <>  U+1339D
 U+0056 U+0032 U+0039 U+0041 <>  U+1339E
 U+0056 U+0033 U+0030 <>  U+1339F
 U+0056 U+0033 U+0030 U+0041 <>  U+133A0
 U+0056 U+0033 U+0031 <>  U+133A1
 U+0056 U+0033 U+0031 U+0041 <>  U+133A2
 U+0056 U+0033 U+0032 <>  U+133A3
 U+0056 U+0033 U+0033 <>  U+133A4
 U+0056 U+0033 U+0033 U+0041 <>  U+133A5
 U+0056 U+0033 U+0034 <>  U+133A6
 U+0056 U+0033 U+0035 <>  U+133A7
 U+0056 U+0033 U+0036 <>  U+133A8
 U+0056 U+0033 U+0037 <>  U+133A9
 U+0056 U+0033 U+0037 U+0041 <>  U+133AA
 U+0056 U+0033 U+0038 <>  U+133AB
 U+0056 U+0033 U+0039 <>  U+133AC
 U+0056 U+0034 U+0030 <>  U+133AD
 U+0056 U+0034 U+0030 U+0041 <>  U+133AE
 U+0057 U+0031 <>  U+133AF
 U+0057 U+0032 <>  U+133B0
 U+0057 U+0033 <>  U+133B1
 U+0057 U+0033 U+0041 <>  U+133B2
 U+0057 U+0034 <>  U+133B3
 U+0057 U+0035 <>  U+133B4
 U+0057 U+0036 <>  U+133B5
 U+0057 U+0037 <>  U+133B6
 U+0057 U+0038 <>  U+133B7
 U+0057 U+0039 <>  U+133B8
 U+0057 U+0039 U+0041 <>  U+133B9
 U+0057 U+0031 U+0030 <>  U+133BA
 U+0057 U+0031 U+0030 U+0041 <>  U+133BB
 U+0057 U+0031 U+0031 <>  U+133BC
 U+0057 U+0031 U+0032 <>  U+133BD
 U+0057 U+0031 U+0033 <>  U+133BE
 U+0057 U+0031 U+0034 <>  U+133BF
 U+0057 U+0031 U+0034 U+0041 <>  U+133C0
 U+0057 U+0031 U+0035 <>  U+133C1
 U+0057 U+0031 U+0036 <>  U+133C2
 U+0057 U+0031 U+0037 <>  U+133C3
 U+0057 U+0031 U+0037 U+0041 <>  U+133C4
 U+0057 U+0031 U+0038 <>  U+133C5
 U+0057 U+0031 U+0038 U+0041 <>  U+133C6
 U+0057 U+0031 U+0039 <>  U+133C7
 U+0057 U+0032 U+0030 <>  U+133C8
 U+0057 U+0032 U+0031 <>  U+133C9
 U+0057 U+0032 U+0032 <>  U+133CA
 U+0057 U+0032 U+0033 <>  U+133CB
 U+0057 U+0032 U+0034 <>  U+133CC
 U+0057 U+0032 U+0034 U+0041 <>  U+133CD
 U+0057 U+0032 U+0035 <>  U+133CE
 U+0058 U+0031 <>  U+133CF
 U+0058 U+0032 <>  U+133D0
 U+0058 U+0033 <>  U+133D1
 U+0058 U+0034 <>  U+133D2
 U+0058 U+0034 U+0041 <>  U+133D3
 U+0058 U+0034 U+0042 <>  U+133D4
 U+0058 U+0035 <>  U+133D5
 U+0058 U+0036 <>  U+133D6
 U+0058 U+0036 U+0041 <>  U+133D7
 U+0058 U+0037 <>  U+133D8
 U+0058 U+0038 <>  U+133D9
 U+0058 U+0038 U+0041 <>  U+133DA
 U+0059 U+0031 <>  U+133DB
 U+0059 U+0031 U+0041 <>  U+133DC
 U+0059 U+0032 <>  U+133DD
 U+0059 U+0033 <>  U+133DE
 U+0059 U+0034 <>  U+133DF
 U+0059 U+0035 <>  U+133E0
 U+0059 U+0036 <>  U+133E1
 U+0059 U+0037 <>  U+133E2
 U+0059 U+0038 <>  U+133E3
 U+005A U+0031 <>  U+133E4
 U+005A U+0032 <>  U+133E5
 U+005A U+0032 U+0041 <>  U+133E6
 U+005A U+0032 U+0042 <>  U+133E7
 U+005A U+0032 U+0043 <>  U+133E8
 U+005A U+0032 U+0044 <>  U+133E9
 U+005A U+0033 <>  U+133EA
 U+005A U+0033 U+0041 <>  U+133EB
 U+005A U+0033 U+0042 <>  U+133EC
 U+005A U+0034 <>  U+133ED
 U+005A U+0034 U+0041 <>  U+133EE
 U+005A U+0035 <>  U+133EF
 U+005A U+0035 U+0041 <>  U+133F0
 U+005A U+0036 <>  U+133F1
 U+005A U+0037 <>  U+133F2
 U+005A U+0038 <>  U+133F3
 U+005A U+0039 <>  U+133F4
 U+005A U+0031 U+0030 <>  U+133F5
 U+005A U+0031 U+0031 <>  U+133F6
 U+005A U+0031 U+0032 <>  U+133F7
 U+005A U+0031 U+0033 <>  U+133F8
 U+005A U+0031 U+0034 <>  U+133F9
 U+005A U+0031 U+0035 <>  U+133FA
 U+005A U+0031 U+0035 U+0041 <>  U+133FB
 U+005A U+0031 U+0035 U+0042 <>  U+133FC
 U+005A U+0031 U+0035 U+0043 <>  U+133FD
 U+005A U+0031 U+0035 U+0044 <>  U+133FE
 U+005A U+0031 U+0035 U+0045 <>  U+133FF
 U+005A U+0031 U+0035 U+0046 <>  U+13400
 U+005A U+0031 U+0035 U+0047 <>  U+13401
 U+005A U+0031 U+0035 U+0048 <>  U+13402
 U+005A U+0031 U+0035 U+0049 <>  U+13403
 U+005A U+0031 U+0036 <>  U+13404
 U+005A U+0031 U+0036 U+0041 <>  U+13405
 U+005A U+0031 U+0036 U+0042 <>  U+13406
 U+005A U+0031 U+0036 U+0043 <>  U+13407
 U+005A U+0031 U+0036 U+0044 <>  U+13408
 U+005A U+0031 U+0036 U+0045 <>  U+13409
 U+005A U+0031 U+0036 U+0046 <>  U+1340A
 U+005A U+0031 U+0036 U+0047 <>  U+1340B
 U+005A U+0031 U+0036 U+0048 <>  U+1340C
 U+0041 U+0041 U+0031 <>  U+1340D
 U+0041 U+0041 U+0032 <>  U+1340E
 U+0041 U+0041 U+0033 <>  U+1340F
 U+0041 U+0041 U+0034 <>  U+13410
 U+0041 U+0041 U+0035 <>  U+13411
 U+0041 U+0041 U+0036 <>  U+13412
 U+0041 U+0041 U+0037 <>  U+13413
 U+0041 U+0041 U+0037 U+0041 <>  U+13414
 U+0041 U+0041 U+0037 U+0042 <>  U+13415
 U+0041 U+0041 U+0038 <>  U+13416
 U+0041 U+0041 U+0039 <>  U+13417
 U+0041 U+0041 U+0031 U+0030 <>  U+13418
 U+0041 U+0041 U+0031 U+0031 <>  U+13419
 U+0041 U+0041 U+0031 U+0032 <>  U+1341A
 U+0041 U+0041 U+0031 U+0033 <>  U+1341B
 U+0041 U+0041 U+0031 U+0034 <>  U+1341C
 U+0041 U+0041 U+0031 U+0035 <>  U+1341D
 U+0041 U+0041 U+0031 U+0036 <>  U+1341E
 U+0041 U+0041 U+0031 U+0037 <>  U+1341F
 U+0041 U+0041 U+0031 U+0038 <>  U+13420
 U+0041 U+0041 U+0031 U+0039 <>  U+13421
 U+0041 U+0041 U+0032 U+0030 <>  U+13422
 U+0041 U+0041 U+0032 U+0031 <>  U+13423
 U+0041 U+0041 U+0032 U+0032 <>  U+13424
 U+0041 U+0041 U+0032 U+0033 <>  U+13425
 U+0041 U+0041 U+0032 U+0034 <>  U+13426
 U+0041 U+0041 U+0032 U+0035 <>  U+13427
 U+0041 U+0041 U+0032 U+0036 <>  U+13428
 U+0041 U+0041 U+0032 U+0037 <>  U+13429
 U+0041 U+0041 U+0032 U+0038 <>  U+1342A
 U+0041 U+0041 U+0032 U+0039 <>  U+1342B
 U+0041 U+0041 U+0033 U+0030 <>  U+1342C
 U+0041 U+0041 U+0033 U+0031 <>  U+1342D
 U+0041 U+0041 U+0033 U+0032 <>  U+1342E

informação relacionada