not correct characters from hieroglf package
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:
hieroglf
add a comment |
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:
hieroglf
add a comment |
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:
hieroglf
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:
hieroglf
hieroglf
edited Feb 28 at 3:56
Henri Menke
76.1k8167281
76.1k8167281
asked Feb 27 at 8:23
Kώστας ΚούδαςKώστας Κούδας
3437
3437
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You need to switch the font family:
documentclass{article}
usepackage{hieroglf}
begin{document}
pmhgfamily
HGxxvis
HCxi
HGxvii
end{document}
Thank's a lot! A final question: If I use thepmhgfamily
, 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 usetextpmhg{HGxxvis}
which the counterpart to textbf. See also page 2 of the documentation.
– Ulrike Fischer
Feb 27 at 8:52
I use them in atikz
's node (like thisnode[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
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
You need to switch the font family:
documentclass{article}
usepackage{hieroglf}
begin{document}
pmhgfamily
HGxxvis
HCxi
HGxvii
end{document}
Thank's a lot! A final question: If I use thepmhgfamily
, 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 usetextpmhg{HGxxvis}
which the counterpart to textbf. See also page 2 of the documentation.
– Ulrike Fischer
Feb 27 at 8:52
I use them in atikz
's node (like thisnode[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
add a comment |
You need to switch the font family:
documentclass{article}
usepackage{hieroglf}
begin{document}
pmhgfamily
HGxxvis
HCxi
HGxvii
end{document}
Thank's a lot! A final question: If I use thepmhgfamily
, 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 usetextpmhg{HGxxvis}
which the counterpart to textbf. See also page 2 of the documentation.
– Ulrike Fischer
Feb 27 at 8:52
I use them in atikz
's node (like thisnode[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
add a comment |
You need to switch the font family:
documentclass{article}
usepackage{hieroglf}
begin{document}
pmhgfamily
HGxxvis
HCxi
HGxvii
end{document}
You need to switch the font family:
documentclass{article}
usepackage{hieroglf}
begin{document}
pmhgfamily
HGxxvis
HCxi
HGxvii
end{document}
answered Feb 27 at 8:40
Ulrike FischerUlrike Fischer
194k8302688
194k8302688
Thank's a lot! A final question: If I use thepmhgfamily
, 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 usetextpmhg{HGxxvis}
which the counterpart to textbf. See also page 2 of the documentation.
– Ulrike Fischer
Feb 27 at 8:52
I use them in atikz
's node (like thisnode[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
add a comment |
Thank's a lot! A final question: If I use thepmhgfamily
, 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 usetextpmhg{HGxxvis}
which the counterpart to textbf. See also page 2 of the documentation.
– Ulrike Fischer
Feb 27 at 8:52
I use them in atikz
's node (like thisnode[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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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