not correct characters from hieroglf package












1















I want some hieroglyphic characters, so I tried to use the hieroglf package. The problem is that I don't get the correct characters (page 7).



Here is my code:



documentclass{article}          
usepackage{hieroglf}

begin{document}

HGxxvis

HCxi

HGxvii

end{document}


and here is what I get:



enter image description here










share|improve this question





























    1















    I want some hieroglyphic characters, so I tried to use the hieroglf package. The problem is that I don't get the correct characters (page 7).



    Here is my code:



    documentclass{article}          
    usepackage{hieroglf}

    begin{document}

    HGxxvis

    HCxi

    HGxvii

    end{document}


    and here is what I get:



    enter image description here










    share|improve this question



























      1












      1








      1








      I want some hieroglyphic characters, so I tried to use the hieroglf package. The problem is that I don't get the correct characters (page 7).



      Here is my code:



      documentclass{article}          
      usepackage{hieroglf}

      begin{document}

      HGxxvis

      HCxi

      HGxvii

      end{document}


      and here is what I get:



      enter image description here










      share|improve this question
















      I want some hieroglyphic characters, so I tried to use the hieroglf package. The problem is that I don't get the correct characters (page 7).



      Here is my code:



      documentclass{article}          
      usepackage{hieroglf}

      begin{document}

      HGxxvis

      HCxi

      HGxvii

      end{document}


      and here is what I get:



      enter image description here







      hieroglf






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 28 at 3:56









      Henri Menke

      76.1k8167281




      76.1k8167281










      asked Feb 27 at 8:23









      Kώστας ΚούδαςKώστας Κούδας

      3437




      3437






















          1 Answer
          1






          active

          oldest

          votes


















          2














          You need to switch the font family:



          documentclass{article}
          usepackage{hieroglf}

          begin{document}
          pmhgfamily
          HGxxvis

          HCxi

          HGxvii

          end{document}


          enter image description here






          share|improve this answer
























          • Thank's a lot! A final question: If I use the pmhgfamily, will the other fonts change? Should I re-switch the font family again?

            – Kώστας Κούδας
            Feb 27 at 8:49






          • 2





            Handle is like other fonts switches (e.g. bfseries): use a group, or use textpmhg{HGxxvis} which the counterpart to textbf. See also page 2 of the documentation.

            – Ulrike Fischer
            Feb 27 at 8:52











          • I use them in a tikz's node (like this node[right=4cm of a] (b) {pmhgfamily HKi}). Is that what you mean?

            – Kώστας Κούδας
            Feb 27 at 9:00






          • 2





            That should work, a node text is a group, but for one symbol I would probably prefer the textphmg{...} version.

            – Ulrike Fischer
            Feb 27 at 9:02











          • Great! Thank's for your help!!!

            – Kώστας Κούδας
            Feb 27 at 9:04











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "85"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f476890%2fnot-correct-characters-from-hieroglf-package%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2














          You need to switch the font family:



          documentclass{article}
          usepackage{hieroglf}

          begin{document}
          pmhgfamily
          HGxxvis

          HCxi

          HGxvii

          end{document}


          enter image description here






          share|improve this answer
























          • Thank's a lot! A final question: If I use the pmhgfamily, will the other fonts change? Should I re-switch the font family again?

            – Kώστας Κούδας
            Feb 27 at 8:49






          • 2





            Handle is like other fonts switches (e.g. bfseries): use a group, or use textpmhg{HGxxvis} which the counterpart to textbf. See also page 2 of the documentation.

            – Ulrike Fischer
            Feb 27 at 8:52











          • I use them in a tikz's node (like this node[right=4cm of a] (b) {pmhgfamily HKi}). Is that what you mean?

            – Kώστας Κούδας
            Feb 27 at 9:00






          • 2





            That should work, a node text is a group, but for one symbol I would probably prefer the textphmg{...} version.

            – Ulrike Fischer
            Feb 27 at 9:02











          • Great! Thank's for your help!!!

            – Kώστας Κούδας
            Feb 27 at 9:04
















          2














          You need to switch the font family:



          documentclass{article}
          usepackage{hieroglf}

          begin{document}
          pmhgfamily
          HGxxvis

          HCxi

          HGxvii

          end{document}


          enter image description here






          share|improve this answer
























          • Thank's a lot! A final question: If I use the pmhgfamily, will the other fonts change? Should I re-switch the font family again?

            – Kώστας Κούδας
            Feb 27 at 8:49






          • 2





            Handle is like other fonts switches (e.g. bfseries): use a group, or use textpmhg{HGxxvis} which the counterpart to textbf. See also page 2 of the documentation.

            – Ulrike Fischer
            Feb 27 at 8:52











          • I use them in a tikz's node (like this node[right=4cm of a] (b) {pmhgfamily HKi}). Is that what you mean?

            – Kώστας Κούδας
            Feb 27 at 9:00






          • 2





            That should work, a node text is a group, but for one symbol I would probably prefer the textphmg{...} version.

            – Ulrike Fischer
            Feb 27 at 9:02











          • Great! Thank's for your help!!!

            – Kώστας Κούδας
            Feb 27 at 9:04














          2












          2








          2







          You need to switch the font family:



          documentclass{article}
          usepackage{hieroglf}

          begin{document}
          pmhgfamily
          HGxxvis

          HCxi

          HGxvii

          end{document}


          enter image description here






          share|improve this answer













          You need to switch the font family:



          documentclass{article}
          usepackage{hieroglf}

          begin{document}
          pmhgfamily
          HGxxvis

          HCxi

          HGxvii

          end{document}


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Feb 27 at 8:40









          Ulrike FischerUlrike Fischer

          194k8302688




          194k8302688













          • Thank's a lot! A final question: If I use the pmhgfamily, will the other fonts change? Should I re-switch the font family again?

            – Kώστας Κούδας
            Feb 27 at 8:49






          • 2





            Handle is like other fonts switches (e.g. bfseries): use a group, or use textpmhg{HGxxvis} which the counterpart to textbf. See also page 2 of the documentation.

            – Ulrike Fischer
            Feb 27 at 8:52











          • I use them in a tikz's node (like this node[right=4cm of a] (b) {pmhgfamily HKi}). Is that what you mean?

            – Kώστας Κούδας
            Feb 27 at 9:00






          • 2





            That should work, a node text is a group, but for one symbol I would probably prefer the textphmg{...} version.

            – Ulrike Fischer
            Feb 27 at 9:02











          • Great! Thank's for your help!!!

            – Kώστας Κούδας
            Feb 27 at 9:04



















          • Thank's a lot! A final question: If I use the pmhgfamily, will the other fonts change? Should I re-switch the font family again?

            – Kώστας Κούδας
            Feb 27 at 8:49






          • 2





            Handle is like other fonts switches (e.g. bfseries): use a group, or use textpmhg{HGxxvis} which the counterpart to textbf. See also page 2 of the documentation.

            – Ulrike Fischer
            Feb 27 at 8:52











          • I use them in a tikz's node (like this node[right=4cm of a] (b) {pmhgfamily HKi}). Is that what you mean?

            – Kώστας Κούδας
            Feb 27 at 9:00






          • 2





            That should work, a node text is a group, but for one symbol I would probably prefer the textphmg{...} version.

            – Ulrike Fischer
            Feb 27 at 9:02











          • Great! Thank's for your help!!!

            – Kώστας Κούδας
            Feb 27 at 9:04

















          Thank's a lot! A final question: If I use the pmhgfamily, will the other fonts change? Should I re-switch the font family again?

          – Kώστας Κούδας
          Feb 27 at 8:49





          Thank's a lot! A final question: If I use the pmhgfamily, will the other fonts change? Should I re-switch the font family again?

          – Kώστας Κούδας
          Feb 27 at 8:49




          2




          2





          Handle is like other fonts switches (e.g. bfseries): use a group, or use textpmhg{HGxxvis} which the counterpart to textbf. See also page 2 of the documentation.

          – Ulrike Fischer
          Feb 27 at 8:52





          Handle is like other fonts switches (e.g. bfseries): use a group, or use textpmhg{HGxxvis} which the counterpart to textbf. See also page 2 of the documentation.

          – Ulrike Fischer
          Feb 27 at 8:52













          I use them in a tikz's node (like this node[right=4cm of a] (b) {pmhgfamily HKi}). Is that what you mean?

          – Kώστας Κούδας
          Feb 27 at 9:00





          I use them in a tikz's node (like this node[right=4cm of a] (b) {pmhgfamily HKi}). Is that what you mean?

          – Kώστας Κούδας
          Feb 27 at 9:00




          2




          2





          That should work, a node text is a group, but for one symbol I would probably prefer the textphmg{...} version.

          – Ulrike Fischer
          Feb 27 at 9:02





          That should work, a node text is a group, but for one symbol I would probably prefer the textphmg{...} version.

          – Ulrike Fischer
          Feb 27 at 9:02













          Great! Thank's for your help!!!

          – Kώστας Κούδας
          Feb 27 at 9:04





          Great! Thank's for your help!!!

          – Kώστας Κούδας
          Feb 27 at 9:04


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f476890%2fnot-correct-characters-from-hieroglf-package%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

          ComboBox Display Member on multiple fields

          Is it possible to collect Nectar points via Trainline?