How do I italicize a crossed H?
"Crossed h" (ħ) is a letter used in phonetics, as well as in the Maltese language, and some Semitic transcriptions. I would like to be able to display it, both upright and in italics.
tipa
provides this character as textcrh
. However, unlike some other TIPA symbols, it can't seem to be italicized.
Bonus points if there's a method that works even if the font changes (by overlaying a bar onto the normal h glyph, for example)!
MWE:
documentclass{article}
usepackage{tipa}
begin{document}
LARGE
ang{}atextcrh{}a
{
itshape
ang{}atextcrh{}a
}
The Hebrew word for ``spirit'' is emph{ruatextcrh}.
end{document}
accents tipa
add a comment |
"Crossed h" (ħ) is a letter used in phonetics, as well as in the Maltese language, and some Semitic transcriptions. I would like to be able to display it, both upright and in italics.
tipa
provides this character as textcrh
. However, unlike some other TIPA symbols, it can't seem to be italicized.
Bonus points if there's a method that works even if the font changes (by overlaying a bar onto the normal h glyph, for example)!
MWE:
documentclass{article}
usepackage{tipa}
begin{document}
LARGE
ang{}atextcrh{}a
{
itshape
ang{}atextcrh{}a
}
The Hebrew word for ``spirit'' is emph{ruatextcrh}.
end{document}
accents tipa
TIPA specifically doesn't include an italic font since there is no practical use for it in linguistics (that may be a matter of opinion for some.) Is a LuaLaTeX or XeLaTeX solution an option?
– Alan Munn
Jan 29 at 18:41
Since 2018-12 LaTeX hashwithstroke
andHwithstroke
for the Maltese letters (tex.stackexchange.com/q/460110/35864, latex-project.org/news/latex2e-news/ltnews29.pdf), but the italics look a bit ... off
– moewe
Jan 29 at 18:42
@AlanMunn Sure, I'm willing to work with any TeX variant for this!
– Draconis
Jan 29 at 18:43
@moewe Oh, perfect! That would make a good answer
– Draconis
Jan 29 at 18:44
@marmot That does look correct, but including it in the middle of a word leads to ugly results (due to switching in and out of math mode).
– Draconis
Jan 29 at 18:47
add a comment |
"Crossed h" (ħ) is a letter used in phonetics, as well as in the Maltese language, and some Semitic transcriptions. I would like to be able to display it, both upright and in italics.
tipa
provides this character as textcrh
. However, unlike some other TIPA symbols, it can't seem to be italicized.
Bonus points if there's a method that works even if the font changes (by overlaying a bar onto the normal h glyph, for example)!
MWE:
documentclass{article}
usepackage{tipa}
begin{document}
LARGE
ang{}atextcrh{}a
{
itshape
ang{}atextcrh{}a
}
The Hebrew word for ``spirit'' is emph{ruatextcrh}.
end{document}
accents tipa
"Crossed h" (ħ) is a letter used in phonetics, as well as in the Maltese language, and some Semitic transcriptions. I would like to be able to display it, both upright and in italics.
tipa
provides this character as textcrh
. However, unlike some other TIPA symbols, it can't seem to be italicized.
Bonus points if there's a method that works even if the font changes (by overlaying a bar onto the normal h glyph, for example)!
MWE:
documentclass{article}
usepackage{tipa}
begin{document}
LARGE
ang{}atextcrh{}a
{
itshape
ang{}atextcrh{}a
}
The Hebrew word for ``spirit'' is emph{ruatextcrh}.
end{document}
accents tipa
accents tipa
asked Jan 29 at 18:37
DraconisDraconis
1776
1776
TIPA specifically doesn't include an italic font since there is no practical use for it in linguistics (that may be a matter of opinion for some.) Is a LuaLaTeX or XeLaTeX solution an option?
– Alan Munn
Jan 29 at 18:41
Since 2018-12 LaTeX hashwithstroke
andHwithstroke
for the Maltese letters (tex.stackexchange.com/q/460110/35864, latex-project.org/news/latex2e-news/ltnews29.pdf), but the italics look a bit ... off
– moewe
Jan 29 at 18:42
@AlanMunn Sure, I'm willing to work with any TeX variant for this!
– Draconis
Jan 29 at 18:43
@moewe Oh, perfect! That would make a good answer
– Draconis
Jan 29 at 18:44
@marmot That does look correct, but including it in the middle of a word leads to ugly results (due to switching in and out of math mode).
– Draconis
Jan 29 at 18:47
add a comment |
TIPA specifically doesn't include an italic font since there is no practical use for it in linguistics (that may be a matter of opinion for some.) Is a LuaLaTeX or XeLaTeX solution an option?
– Alan Munn
Jan 29 at 18:41
Since 2018-12 LaTeX hashwithstroke
andHwithstroke
for the Maltese letters (tex.stackexchange.com/q/460110/35864, latex-project.org/news/latex2e-news/ltnews29.pdf), but the italics look a bit ... off
– moewe
Jan 29 at 18:42
@AlanMunn Sure, I'm willing to work with any TeX variant for this!
– Draconis
Jan 29 at 18:43
@moewe Oh, perfect! That would make a good answer
– Draconis
Jan 29 at 18:44
@marmot That does look correct, but including it in the middle of a word leads to ugly results (due to switching in and out of math mode).
– Draconis
Jan 29 at 18:47
TIPA specifically doesn't include an italic font since there is no practical use for it in linguistics (that may be a matter of opinion for some.) Is a LuaLaTeX or XeLaTeX solution an option?
– Alan Munn
Jan 29 at 18:41
TIPA specifically doesn't include an italic font since there is no practical use for it in linguistics (that may be a matter of opinion for some.) Is a LuaLaTeX or XeLaTeX solution an option?
– Alan Munn
Jan 29 at 18:41
Since 2018-12 LaTeX has
hwithstroke
and Hwithstroke
for the Maltese letters (tex.stackexchange.com/q/460110/35864, latex-project.org/news/latex2e-news/ltnews29.pdf), but the italics look a bit ... off– moewe
Jan 29 at 18:42
Since 2018-12 LaTeX has
hwithstroke
and Hwithstroke
for the Maltese letters (tex.stackexchange.com/q/460110/35864, latex-project.org/news/latex2e-news/ltnews29.pdf), but the italics look a bit ... off– moewe
Jan 29 at 18:42
@AlanMunn Sure, I'm willing to work with any TeX variant for this!
– Draconis
Jan 29 at 18:43
@AlanMunn Sure, I'm willing to work with any TeX variant for this!
– Draconis
Jan 29 at 18:43
@moewe Oh, perfect! That would make a good answer
– Draconis
Jan 29 at 18:44
@moewe Oh, perfect! That would make a good answer
– Draconis
Jan 29 at 18:44
@marmot That does look correct, but including it in the middle of a word leads to ugly results (due to switching in and out of math mode).
– Draconis
Jan 29 at 18:47
@marmot That does look correct, but including it in the middle of a word leads to ugly results (due to switching in and out of math mode).
– Draconis
Jan 29 at 18:47
add a comment |
1 Answer
1
active
oldest
votes
With either LuaLaTeX or XeLaTeX you can just type the letters directly into your source, and get italics the normal way:
documentclass{article}
usepackage{fontspec}
usepackage{libertine}
begin{document}
LARGE
aŋaħa
{
itshape
aŋaħa
}
The Hebrew word for ``spirit'' is emph{ruaħ}.
end{document}
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%2f472434%2fhow-do-i-italicize-a-crossed-h%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
With either LuaLaTeX or XeLaTeX you can just type the letters directly into your source, and get italics the normal way:
documentclass{article}
usepackage{fontspec}
usepackage{libertine}
begin{document}
LARGE
aŋaħa
{
itshape
aŋaħa
}
The Hebrew word for ``spirit'' is emph{ruaħ}.
end{document}
add a comment |
With either LuaLaTeX or XeLaTeX you can just type the letters directly into your source, and get italics the normal way:
documentclass{article}
usepackage{fontspec}
usepackage{libertine}
begin{document}
LARGE
aŋaħa
{
itshape
aŋaħa
}
The Hebrew word for ``spirit'' is emph{ruaħ}.
end{document}
add a comment |
With either LuaLaTeX or XeLaTeX you can just type the letters directly into your source, and get italics the normal way:
documentclass{article}
usepackage{fontspec}
usepackage{libertine}
begin{document}
LARGE
aŋaħa
{
itshape
aŋaħa
}
The Hebrew word for ``spirit'' is emph{ruaħ}.
end{document}
With either LuaLaTeX or XeLaTeX you can just type the letters directly into your source, and get italics the normal way:
documentclass{article}
usepackage{fontspec}
usepackage{libertine}
begin{document}
LARGE
aŋaħa
{
itshape
aŋaħa
}
The Hebrew word for ``spirit'' is emph{ruaħ}.
end{document}
answered Jan 29 at 18:45
Alan MunnAlan Munn
160k28426704
160k28426704
add a comment |
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%2f472434%2fhow-do-i-italicize-a-crossed-h%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
TIPA specifically doesn't include an italic font since there is no practical use for it in linguistics (that may be a matter of opinion for some.) Is a LuaLaTeX or XeLaTeX solution an option?
– Alan Munn
Jan 29 at 18:41
Since 2018-12 LaTeX has
hwithstroke
andHwithstroke
for the Maltese letters (tex.stackexchange.com/q/460110/35864, latex-project.org/news/latex2e-news/ltnews29.pdf), but the italics look a bit ... off– moewe
Jan 29 at 18:42
@AlanMunn Sure, I'm willing to work with any TeX variant for this!
– Draconis
Jan 29 at 18:43
@moewe Oh, perfect! That would make a good answer
– Draconis
Jan 29 at 18:44
@marmot That does look correct, but including it in the middle of a word leads to ugly results (due to switching in and out of math mode).
– Draconis
Jan 29 at 18:47