How to write Muḥammad ibn Mūsā al-Khwārizmī?How to write formulas in arabic letters and numbers?XeTeX...
How unreachable are Jupiter's moons from Mars with the technology developed for going to Mars?
Why does my printer create notches on the Y surface?
Tikz: Perpendicular FROM a line
In the Lost in Space intro why was Dr. Smith actor listed as a special guest star?
Taking an academic pseudonym?
Is it possible to have the same planeswalker from different editions in a Commander deck?
Can I benefit from a feat effect whilst polymorphed?
Is there any way to play D&D without a DM?
In a post apocalypse world, with no power and few survivors, would Satnav still work?
Is the UK legally prevented from having another referendum on Brexit?
How can I keep my gold safe from other PCs?
Performance and power usage for Raspberry Pi in the Stratosphere
Is it possible to detect 100% of SQLi with a simple regex?
Is this Article About Possible Mirrored Universe Junk Science?
Protagonist constantly has to have long words explained to her. Will this get tedious?
User input happy birthday program
Would water spill from a bowl in a Bag of Holding?
Disk space full during insert, what happens?
Is practicing on a digital piano harmful to an experienced piano player?
Is having explosions as a go-to solution considered bad table manners?
Including proofs of known theorems in master's thesis
When does a person lose diplomatic status?
Can you help me solve this algebra problem?
Linearity Assumption
How to write Muḥammad ibn Mūsā al-Khwārizmī?
How to write formulas in arabic letters and numbers?XeTeX Arabic vowelsArabic in latexWrite in Urdu fontHow write a one-sentence arabic text in a latin document?Change a letter in the alphabet in alphabetic counterHow creating XeLatex cweb documentWriting Accented Latin Letters in a Font with Cyrillic AlphabetWrite real UTF32 in Latex?Arabic letter in initial, middle and final form
How can I write this name with LaTeX:
Also is the last letter an "l"?

xetex arabic
New contributor
Tertuliano Máximo Afonso is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
How can I write this name with LaTeX:
Also is the last letter an "l"?

xetex arabic
New contributor
Tertuliano Máximo Afonso is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting withdocumentclass{...}and ending withend{document}.
– albert
8 hours ago
Have a look at “How to look up a symbol?” for ideas how you can easily find a particular symbol.
– dexteritas
8 hours ago
add a comment |
How can I write this name with LaTeX:
Also is the last letter an "l"?

xetex arabic
New contributor
Tertuliano Máximo Afonso is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
How can I write this name with LaTeX:
Also is the last letter an "l"?

xetex arabic
xetex arabic
New contributor
Tertuliano Máximo Afonso is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Tertuliano Máximo Afonso is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 7 hours ago
Sigur
25.5k456139
25.5k456139
New contributor
Tertuliano Máximo Afonso is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 8 hours ago
Tertuliano Máximo AfonsoTertuliano Máximo Afonso
82
82
New contributor
Tertuliano Máximo Afonso is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Tertuliano Máximo Afonso is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Tertuliano Máximo Afonso is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting withdocumentclass{...}and ending withend{document}.
– albert
8 hours ago
Have a look at “How to look up a symbol?” for ideas how you can easily find a particular symbol.
– dexteritas
8 hours ago
add a comment |
Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting withdocumentclass{...}and ending withend{document}.
– albert
8 hours ago
Have a look at “How to look up a symbol?” for ideas how you can easily find a particular symbol.
– dexteritas
8 hours ago
Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with
documentclass{...} and ending with end{document}.– albert
8 hours ago
Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with
documentclass{...} and ending with end{document}.– albert
8 hours ago
Have a look at “How to look up a symbol?” for ideas how you can easily find a particular symbol.
– dexteritas
8 hours ago
Have a look at “How to look up a symbol?” for ideas how you can easily find a particular symbol.
– dexteritas
8 hours ago
add a comment |
3 Answers
3
active
oldest
votes
Find a font that has the glyph (Gentium, Linux Libertine, Times New Roman, Brill, etc.). The default Computer Modern version also works with fontspec.
Compile with xelatex or lualatex:
documentclass{article}
usepackage{fontspec}
setmainfont{Gentium}
begin{document}
Muḥammad ibn Mūsā al-Khwārizmī?
Yes, Mud{h}ammad ibn M={u}s={a} al-Khw={a}rizm={i}!
end{document}

You may be able to set up shortcuts in your editor if you're writing a lot of those diacritics.
If you want the same font as your example (Charis SIL):
setmainfont{Charis Sil}

What do you mean by ''The default Computer Modern version also works with fontspec''? I am compiling with xelatex and I am using the Latin Modern font but not using fontspec
– Tertuliano Máximo Afonso
7 hours ago
2
why use ascii accent input, isn't it simpler just to use the text as in the question title?
– David Carlisle
7 hours ago
@TertulianoMáximoAfonso, I mean, just compile withxelatexthen. As David said, no need for special ascii input. I just used it as an example.
– Joseph
5 hours ago
add a comment |
You didn't say what you had tried, but with xelatex, this works

documentclass{article}
begin{document}
Muḥammad ibn Mūsā al-Khwārizmī
end{document}
3
for pdflatex the same would work but you need to addDeclareUnicodeCharacter{1E25}{d{h}}in current releases.
– David Carlisle
7 hours ago
add a comment |
Here it is:

documentclass{report}
begin{document}
Mud{h}ammad ibn M={u}s={a} al-Khw={a}rizm={i}
end{document}
The last letter is a dotless i (produce by i) with bar above it.
1
you could use={i}or more simply={i}butīis possibly simpler.
– David Carlisle
7 hours ago
1
@DavidCarlisle, I am old school... :-)
– Sigur
7 hours ago
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
});
}
});
Tertuliano Máximo Afonso is a new contributor. Be nice, and check out our Code of Conduct.
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%2f476325%2fhow-to-write-mu%25e1%25b8%25a5ammad-ibn-m%25c5%25abs%25c4%2581-al-khw%25c4%2581rizm%25c4%25ab%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Find a font that has the glyph (Gentium, Linux Libertine, Times New Roman, Brill, etc.). The default Computer Modern version also works with fontspec.
Compile with xelatex or lualatex:
documentclass{article}
usepackage{fontspec}
setmainfont{Gentium}
begin{document}
Muḥammad ibn Mūsā al-Khwārizmī?
Yes, Mud{h}ammad ibn M={u}s={a} al-Khw={a}rizm={i}!
end{document}

You may be able to set up shortcuts in your editor if you're writing a lot of those diacritics.
If you want the same font as your example (Charis SIL):
setmainfont{Charis Sil}

What do you mean by ''The default Computer Modern version also works with fontspec''? I am compiling with xelatex and I am using the Latin Modern font but not using fontspec
– Tertuliano Máximo Afonso
7 hours ago
2
why use ascii accent input, isn't it simpler just to use the text as in the question title?
– David Carlisle
7 hours ago
@TertulianoMáximoAfonso, I mean, just compile withxelatexthen. As David said, no need for special ascii input. I just used it as an example.
– Joseph
5 hours ago
add a comment |
Find a font that has the glyph (Gentium, Linux Libertine, Times New Roman, Brill, etc.). The default Computer Modern version also works with fontspec.
Compile with xelatex or lualatex:
documentclass{article}
usepackage{fontspec}
setmainfont{Gentium}
begin{document}
Muḥammad ibn Mūsā al-Khwārizmī?
Yes, Mud{h}ammad ibn M={u}s={a} al-Khw={a}rizm={i}!
end{document}

You may be able to set up shortcuts in your editor if you're writing a lot of those diacritics.
If you want the same font as your example (Charis SIL):
setmainfont{Charis Sil}

What do you mean by ''The default Computer Modern version also works with fontspec''? I am compiling with xelatex and I am using the Latin Modern font but not using fontspec
– Tertuliano Máximo Afonso
7 hours ago
2
why use ascii accent input, isn't it simpler just to use the text as in the question title?
– David Carlisle
7 hours ago
@TertulianoMáximoAfonso, I mean, just compile withxelatexthen. As David said, no need for special ascii input. I just used it as an example.
– Joseph
5 hours ago
add a comment |
Find a font that has the glyph (Gentium, Linux Libertine, Times New Roman, Brill, etc.). The default Computer Modern version also works with fontspec.
Compile with xelatex or lualatex:
documentclass{article}
usepackage{fontspec}
setmainfont{Gentium}
begin{document}
Muḥammad ibn Mūsā al-Khwārizmī?
Yes, Mud{h}ammad ibn M={u}s={a} al-Khw={a}rizm={i}!
end{document}

You may be able to set up shortcuts in your editor if you're writing a lot of those diacritics.
If you want the same font as your example (Charis SIL):
setmainfont{Charis Sil}

Find a font that has the glyph (Gentium, Linux Libertine, Times New Roman, Brill, etc.). The default Computer Modern version also works with fontspec.
Compile with xelatex or lualatex:
documentclass{article}
usepackage{fontspec}
setmainfont{Gentium}
begin{document}
Muḥammad ibn Mūsā al-Khwārizmī?
Yes, Mud{h}ammad ibn M={u}s={a} al-Khw={a}rizm={i}!
end{document}

You may be able to set up shortcuts in your editor if you're writing a lot of those diacritics.
If you want the same font as your example (Charis SIL):
setmainfont{Charis Sil}

answered 7 hours ago
JosephJoseph
2,7392133
2,7392133
What do you mean by ''The default Computer Modern version also works with fontspec''? I am compiling with xelatex and I am using the Latin Modern font but not using fontspec
– Tertuliano Máximo Afonso
7 hours ago
2
why use ascii accent input, isn't it simpler just to use the text as in the question title?
– David Carlisle
7 hours ago
@TertulianoMáximoAfonso, I mean, just compile withxelatexthen. As David said, no need for special ascii input. I just used it as an example.
– Joseph
5 hours ago
add a comment |
What do you mean by ''The default Computer Modern version also works with fontspec''? I am compiling with xelatex and I am using the Latin Modern font but not using fontspec
– Tertuliano Máximo Afonso
7 hours ago
2
why use ascii accent input, isn't it simpler just to use the text as in the question title?
– David Carlisle
7 hours ago
@TertulianoMáximoAfonso, I mean, just compile withxelatexthen. As David said, no need for special ascii input. I just used it as an example.
– Joseph
5 hours ago
What do you mean by ''The default Computer Modern version also works with fontspec''? I am compiling with xelatex and I am using the Latin Modern font but not using fontspec
– Tertuliano Máximo Afonso
7 hours ago
What do you mean by ''The default Computer Modern version also works with fontspec''? I am compiling with xelatex and I am using the Latin Modern font but not using fontspec
– Tertuliano Máximo Afonso
7 hours ago
2
2
why use ascii accent input, isn't it simpler just to use the text as in the question title?
– David Carlisle
7 hours ago
why use ascii accent input, isn't it simpler just to use the text as in the question title?
– David Carlisle
7 hours ago
@TertulianoMáximoAfonso, I mean, just compile with
xelatex then. As David said, no need for special ascii input. I just used it as an example.– Joseph
5 hours ago
@TertulianoMáximoAfonso, I mean, just compile with
xelatex then. As David said, no need for special ascii input. I just used it as an example.– Joseph
5 hours ago
add a comment |
You didn't say what you had tried, but with xelatex, this works

documentclass{article}
begin{document}
Muḥammad ibn Mūsā al-Khwārizmī
end{document}
3
for pdflatex the same would work but you need to addDeclareUnicodeCharacter{1E25}{d{h}}in current releases.
– David Carlisle
7 hours ago
add a comment |
You didn't say what you had tried, but with xelatex, this works

documentclass{article}
begin{document}
Muḥammad ibn Mūsā al-Khwārizmī
end{document}
3
for pdflatex the same would work but you need to addDeclareUnicodeCharacter{1E25}{d{h}}in current releases.
– David Carlisle
7 hours ago
add a comment |
You didn't say what you had tried, but with xelatex, this works

documentclass{article}
begin{document}
Muḥammad ibn Mūsā al-Khwārizmī
end{document}
You didn't say what you had tried, but with xelatex, this works

documentclass{article}
begin{document}
Muḥammad ibn Mūsā al-Khwārizmī
end{document}
answered 7 hours ago
David CarlisleDavid Carlisle
491k4111351883
491k4111351883
3
for pdflatex the same would work but you need to addDeclareUnicodeCharacter{1E25}{d{h}}in current releases.
– David Carlisle
7 hours ago
add a comment |
3
for pdflatex the same would work but you need to addDeclareUnicodeCharacter{1E25}{d{h}}in current releases.
– David Carlisle
7 hours ago
3
3
for pdflatex the same would work but you need to add
DeclareUnicodeCharacter{1E25}{d{h}} in current releases.– David Carlisle
7 hours ago
for pdflatex the same would work but you need to add
DeclareUnicodeCharacter{1E25}{d{h}} in current releases.– David Carlisle
7 hours ago
add a comment |
Here it is:

documentclass{report}
begin{document}
Mud{h}ammad ibn M={u}s={a} al-Khw={a}rizm={i}
end{document}
The last letter is a dotless i (produce by i) with bar above it.
1
you could use={i}or more simply={i}butīis possibly simpler.
– David Carlisle
7 hours ago
1
@DavidCarlisle, I am old school... :-)
– Sigur
7 hours ago
add a comment |
Here it is:

documentclass{report}
begin{document}
Mud{h}ammad ibn M={u}s={a} al-Khw={a}rizm={i}
end{document}
The last letter is a dotless i (produce by i) with bar above it.
1
you could use={i}or more simply={i}butīis possibly simpler.
– David Carlisle
7 hours ago
1
@DavidCarlisle, I am old school... :-)
– Sigur
7 hours ago
add a comment |
Here it is:

documentclass{report}
begin{document}
Mud{h}ammad ibn M={u}s={a} al-Khw={a}rizm={i}
end{document}
The last letter is a dotless i (produce by i) with bar above it.
Here it is:

documentclass{report}
begin{document}
Mud{h}ammad ibn M={u}s={a} al-Khw={a}rizm={i}
end{document}
The last letter is a dotless i (produce by i) with bar above it.
answered 8 hours ago
SigurSigur
25.5k456139
25.5k456139
1
you could use={i}or more simply={i}butīis possibly simpler.
– David Carlisle
7 hours ago
1
@DavidCarlisle, I am old school... :-)
– Sigur
7 hours ago
add a comment |
1
you could use={i}or more simply={i}butīis possibly simpler.
– David Carlisle
7 hours ago
1
@DavidCarlisle, I am old school... :-)
– Sigur
7 hours ago
1
1
you could use
={i} or more simply ={i} but ī is possibly simpler.– David Carlisle
7 hours ago
you could use
={i} or more simply ={i} but ī is possibly simpler.– David Carlisle
7 hours ago
1
1
@DavidCarlisle, I am old school... :-)
– Sigur
7 hours ago
@DavidCarlisle, I am old school... :-)
– Sigur
7 hours ago
add a comment |
Tertuliano Máximo Afonso is a new contributor. Be nice, and check out our Code of Conduct.
Tertuliano Máximo Afonso is a new contributor. Be nice, and check out our Code of Conduct.
Tertuliano Máximo Afonso is a new contributor. Be nice, and check out our Code of Conduct.
Tertuliano Máximo Afonso is a new contributor. Be nice, and check out our Code of Conduct.
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%2f476325%2fhow-to-write-mu%25e1%25b8%25a5ammad-ibn-m%25c5%25abs%25c4%2581-al-khw%25c4%2581rizm%25c4%25ab%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
Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with
documentclass{...}and ending withend{document}.– albert
8 hours ago
Have a look at “How to look up a symbol?” for ideas how you can easily find a particular symbol.
– dexteritas
8 hours ago