Using different fonts for multiple languages in Overleaf Announcing the arrival of Valued...
Google .dev domain strangely redirects to https
Why weren't discrete x86 CPUs ever used in game hardware?
Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?
How can I prevent/balance waiting and turtling as a response to cooldown mechanics
The test team as an enemy of development? And how can this be avoided?
Significance of Cersei's obsession with elephants?
How long can equipment go unused before powering up runs the risk of damage?
Most bit efficient text communication method?
I can't produce songs
How does light 'choose' between wave and particle behaviour?
What is the difference between a "ranged attack" and a "ranged weapon attack"?
Converted a Scalar function to a TVF function for parallel execution-Still running in Serial mode
How to write capital alpha?
How does Belgium enforce obligatory attendance in elections?
Do wooden building fires get hotter than 600°C?
Can the Flaming Sphere spell be rammed into multiple Tiny creatures that are in the same 5-foot square?
What to do with repeated rejections for phd position
Does the Mueller report show a conspiracy between Russia and the Trump Campaign?
What is an "asse" in Elizabethan English?
sinunitx package
What would you call this weird metallic apparatus that allows you to lift people?
Amount of permutations on an NxNxN Rubik's Cube
macOS: Name for app shortcut screen found by pinching with thumb and three fingers
Strange behavior of Object.defineProperty() in JavaScript
Using different fonts for multiple languages in Overleaf
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Custom hyphenation for different languages in XeTeXDocument Bibliographies with CJK and Pandocdifferent fonts for two languagesWhy is XeLaTeX Pushing British English Text into the Margins?Swedish dictionary using OverleafIs there a “new” canonical test for fonts and languages?Two different fonts for math and textUsing latest version of Optidef on OverleafOverleaf v2 shortcuts for non english keyboardShareLatex/Overleaf Snippets for environments?
I'm using Twenty Seconds Resume template in overleaf https://www.overleaf.com/latex/templates/twenty-seconds-resume-slash-cv/mhyfwrmwjkbc
But I met a problem and I can't solve it after trying for long time.
I wanted to make it support Chinese so I added below in twentysecondcv.cls
and changed complier to xeLatex
RequirePackage{xeCJK}
setCJKmainfont{AR PL KaitiM Big5}
This setting made me successfully seeing Maderin in the compiled file.
But then, I want to using Arial
in English(the default setting for xeLatex seems to be Times or something similar)
So I modified to this
RequirePackage{xeCJK}
setmainfont{Arial}
setCJKmainfont{AR PL KaitiM Big5}
But there is no any changes.
I tried to using my own font file like
RequirePackage{xeCJK}
setmainfont{[myarial.ttf]}
setCJKmainfont{AR PL KaitiM Big5}
Still not working.
Anyone with similar experiences can help me? Thanks in advance.
xetex overleaf
New contributor
add a comment |
I'm using Twenty Seconds Resume template in overleaf https://www.overleaf.com/latex/templates/twenty-seconds-resume-slash-cv/mhyfwrmwjkbc
But I met a problem and I can't solve it after trying for long time.
I wanted to make it support Chinese so I added below in twentysecondcv.cls
and changed complier to xeLatex
RequirePackage{xeCJK}
setCJKmainfont{AR PL KaitiM Big5}
This setting made me successfully seeing Maderin in the compiled file.
But then, I want to using Arial
in English(the default setting for xeLatex seems to be Times or something similar)
So I modified to this
RequirePackage{xeCJK}
setmainfont{Arial}
setCJKmainfont{AR PL KaitiM Big5}
But there is no any changes.
I tried to using my own font file like
RequirePackage{xeCJK}
setmainfont{[myarial.ttf]}
setCJKmainfont{AR PL KaitiM Big5}
Still not working.
Anyone with similar experiences can help me? Thanks in advance.
xetex overleaf
New contributor
add a comment |
I'm using Twenty Seconds Resume template in overleaf https://www.overleaf.com/latex/templates/twenty-seconds-resume-slash-cv/mhyfwrmwjkbc
But I met a problem and I can't solve it after trying for long time.
I wanted to make it support Chinese so I added below in twentysecondcv.cls
and changed complier to xeLatex
RequirePackage{xeCJK}
setCJKmainfont{AR PL KaitiM Big5}
This setting made me successfully seeing Maderin in the compiled file.
But then, I want to using Arial
in English(the default setting for xeLatex seems to be Times or something similar)
So I modified to this
RequirePackage{xeCJK}
setmainfont{Arial}
setCJKmainfont{AR PL KaitiM Big5}
But there is no any changes.
I tried to using my own font file like
RequirePackage{xeCJK}
setmainfont{[myarial.ttf]}
setCJKmainfont{AR PL KaitiM Big5}
Still not working.
Anyone with similar experiences can help me? Thanks in advance.
xetex overleaf
New contributor
I'm using Twenty Seconds Resume template in overleaf https://www.overleaf.com/latex/templates/twenty-seconds-resume-slash-cv/mhyfwrmwjkbc
But I met a problem and I can't solve it after trying for long time.
I wanted to make it support Chinese so I added below in twentysecondcv.cls
and changed complier to xeLatex
RequirePackage{xeCJK}
setCJKmainfont{AR PL KaitiM Big5}
This setting made me successfully seeing Maderin in the compiled file.
But then, I want to using Arial
in English(the default setting for xeLatex seems to be Times or something similar)
So I modified to this
RequirePackage{xeCJK}
setmainfont{Arial}
setCJKmainfont{AR PL KaitiM Big5}
But there is no any changes.
I tried to using my own font file like
RequirePackage{xeCJK}
setmainfont{[myarial.ttf]}
setCJKmainfont{AR PL KaitiM Big5}
Still not working.
Anyone with similar experiences can help me? Thanks in advance.
xetex overleaf
xetex overleaf
New contributor
New contributor
New contributor
asked 5 mins ago
JiahuaJiahua
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
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
});
}
});
Jiahua 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%2f485707%2fusing-different-fonts-for-multiple-languages-in-overleaf%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Jiahua is a new contributor. Be nice, and check out our Code of Conduct.
Jiahua is a new contributor. Be nice, and check out our Code of Conduct.
Jiahua is a new contributor. Be nice, and check out our Code of Conduct.
Jiahua 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%2f485707%2fusing-different-fonts-for-multiple-languages-in-overleaf%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