A problem with Hebrew and English underlined textCan't type Hebrew with polyglossiaHebrew text in English LyX fileEnglish text inside a Hebrew paragraphMixing Hebrew and English bibliographies?Hebrew with English in a multicol settingHebrew with XeLaTeX ProblemUse English in Equations and Hebrew in Regular TextInterlinear with Hebrew, transliteration, and EnglishHebrew text in math modeLine break and hyphenation for underlined text
Do the Zhentarim fire members for killing fellow members?
A♭ major 9th chord in Bach is unexpectedly dissonant/jazzy
Does restarting the SQL Services (on the machine) clear the server cache (for things like query plans and statistics)?
A problem with Hebrew and English underlined text
What did Varys actually mean?
What does the copyright in a dissertation protect exactly?
What detail can Hubble see on Mars?
Displaying an Estimated Execution Plan generates CXPACKET, PAGELATCH_SH, and LATCH_EX [ACCESS_METHODS_DATASET_PARENT] waits
How could a humanoid creature completely form within the span of 24 hours?
why it is 2>&1 and not 2>>&1 to append to a log file
Range hood vents into crawl space
How to increase speed on my hybrid bike with flat handlebars and 700X35C tyres?
Magical Modulo Squares
What does “two-bit (jerk)” mean?
Does this website provide consistent translation into Wookiee?
Employee is self-centered and affects the team negatively
What is the meaning of "matter" in physics?
The unknown and unexplained in science fiction
Why was Gemini VIII terminated after recovering from the OAMS thruster failure?
Are modes in jazz primarily a melody thing?
Why doesn't a particle exert force on itself?
Searching for a sentence that I only know part of it using Google's operators
Translation of "invincible independence"
Why always 4...dxc6 and not 4...bxc6 in the Ruy Lopez Exchange?
A problem with Hebrew and English underlined text
Can't type Hebrew with polyglossiaHebrew text in English LyX fileEnglish text inside a Hebrew paragraphMixing Hebrew and English bibliographies?Hebrew with English in a multicol settingHebrew with XeLaTeX ProblemUse English in Equations and Hebrew in Regular TextInterlinear with Hebrew, transliteration, and EnglishHebrew text in math modeLine break and hyphenation for underlined text
When I'm combined at the same line Hebrew and English, the line below is "breaking" for two lines....
e.g.
MWE:
documentclass[a4paper,english,hebrew,numbers=noenddot]scrartcl
usepackagefontspec
PassOptionsToPackagenormalemulem
usepackageulem
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
newfontfamilyhebrewfont[Script=Hebrew]David CLM
newfontfamilyhebrewfonttt[Script=Hebrew]Miriam Mono CLM
newfontfamilyhebrewfontsf[Script=Hebrew]Bellefair
usepackagepolyglossia
setdefaultlanguagehebrew
setotherlanguageenglish
begindocument
ulineאאאtextenglish[variant=american]ulineaaa bbb
enddocument
Do you how can I fix it?
Thank you!!
hebrew bidi ulem underline
add a comment |
When I'm combined at the same line Hebrew and English, the line below is "breaking" for two lines....
e.g.
MWE:
documentclass[a4paper,english,hebrew,numbers=noenddot]scrartcl
usepackagefontspec
PassOptionsToPackagenormalemulem
usepackageulem
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
newfontfamilyhebrewfont[Script=Hebrew]David CLM
newfontfamilyhebrewfonttt[Script=Hebrew]Miriam Mono CLM
newfontfamilyhebrewfontsf[Script=Hebrew]Bellefair
usepackagepolyglossia
setdefaultlanguagehebrew
setotherlanguageenglish
begindocument
ulineאאאtextenglish[variant=american]ulineaaa bbb
enddocument
Do you how can I fix it?
Thank you!!
hebrew bidi ulem underline
add a comment |
When I'm combined at the same line Hebrew and English, the line below is "breaking" for two lines....
e.g.
MWE:
documentclass[a4paper,english,hebrew,numbers=noenddot]scrartcl
usepackagefontspec
PassOptionsToPackagenormalemulem
usepackageulem
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
newfontfamilyhebrewfont[Script=Hebrew]David CLM
newfontfamilyhebrewfonttt[Script=Hebrew]Miriam Mono CLM
newfontfamilyhebrewfontsf[Script=Hebrew]Bellefair
usepackagepolyglossia
setdefaultlanguagehebrew
setotherlanguageenglish
begindocument
ulineאאאtextenglish[variant=american]ulineaaa bbb
enddocument
Do you how can I fix it?
Thank you!!
hebrew bidi ulem underline
When I'm combined at the same line Hebrew and English, the line below is "breaking" for two lines....
e.g.
MWE:
documentclass[a4paper,english,hebrew,numbers=noenddot]scrartcl
usepackagefontspec
PassOptionsToPackagenormalemulem
usepackageulem
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
newfontfamilyhebrewfont[Script=Hebrew]David CLM
newfontfamilyhebrewfonttt[Script=Hebrew]Miriam Mono CLM
newfontfamilyhebrewfontsf[Script=Hebrew]Bellefair
usepackagepolyglossia
setdefaultlanguagehebrew
setotherlanguageenglish
begindocument
ulineאאאtextenglish[variant=american]ulineaaa bbb
enddocument
Do you how can I fix it?
Thank you!!
hebrew bidi ulem underline
hebrew bidi ulem underline
edited 3 hours ago
heblyx
asked 3 hours ago
heblyxheblyx
1,0071020
1,0071020
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Put the textenglishaaa
block inside the same uline
:
documentclass[a4paper,numbers=noenddot]scrartcl
usepackagefontspec
PassOptionsToPackagenormalemulem
usepackageulem
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
defaultfontfeaturesScale=MatchUppercase, Ligatures=TeX
newfontfamilyhebrewfont[Script=Hebrew]David CLM Medium
newfontfamilyhebrewfonttt[Script=Hebrew]Miriam Mono CLM Book
newfontfamilyhebrewfontsf[Script=Hebrew]Miriam CLM Book
usepackagepolyglossia
setdefaultlanguagehebrew
setotherlanguage[variant=american]english
begindocument
ulineאאא textenglishaaa
enddocument
I made a handful of other trivial changes, such as removing unsupported Koma options and moving the language variant to the preamble instead of every time you change language.
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%2f489525%2fa-problem-with-hebrew-and-english-underlined-text%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
Put the textenglishaaa
block inside the same uline
:
documentclass[a4paper,numbers=noenddot]scrartcl
usepackagefontspec
PassOptionsToPackagenormalemulem
usepackageulem
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
defaultfontfeaturesScale=MatchUppercase, Ligatures=TeX
newfontfamilyhebrewfont[Script=Hebrew]David CLM Medium
newfontfamilyhebrewfonttt[Script=Hebrew]Miriam Mono CLM Book
newfontfamilyhebrewfontsf[Script=Hebrew]Miriam CLM Book
usepackagepolyglossia
setdefaultlanguagehebrew
setotherlanguage[variant=american]english
begindocument
ulineאאא textenglishaaa
enddocument
I made a handful of other trivial changes, such as removing unsupported Koma options and moving the language variant to the preamble instead of every time you change language.
add a comment |
Put the textenglishaaa
block inside the same uline
:
documentclass[a4paper,numbers=noenddot]scrartcl
usepackagefontspec
PassOptionsToPackagenormalemulem
usepackageulem
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
defaultfontfeaturesScale=MatchUppercase, Ligatures=TeX
newfontfamilyhebrewfont[Script=Hebrew]David CLM Medium
newfontfamilyhebrewfonttt[Script=Hebrew]Miriam Mono CLM Book
newfontfamilyhebrewfontsf[Script=Hebrew]Miriam CLM Book
usepackagepolyglossia
setdefaultlanguagehebrew
setotherlanguage[variant=american]english
begindocument
ulineאאא textenglishaaa
enddocument
I made a handful of other trivial changes, such as removing unsupported Koma options and moving the language variant to the preamble instead of every time you change language.
add a comment |
Put the textenglishaaa
block inside the same uline
:
documentclass[a4paper,numbers=noenddot]scrartcl
usepackagefontspec
PassOptionsToPackagenormalemulem
usepackageulem
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
defaultfontfeaturesScale=MatchUppercase, Ligatures=TeX
newfontfamilyhebrewfont[Script=Hebrew]David CLM Medium
newfontfamilyhebrewfonttt[Script=Hebrew]Miriam Mono CLM Book
newfontfamilyhebrewfontsf[Script=Hebrew]Miriam CLM Book
usepackagepolyglossia
setdefaultlanguagehebrew
setotherlanguage[variant=american]english
begindocument
ulineאאא textenglishaaa
enddocument
I made a handful of other trivial changes, such as removing unsupported Koma options and moving the language variant to the preamble instead of every time you change language.
Put the textenglishaaa
block inside the same uline
:
documentclass[a4paper,numbers=noenddot]scrartcl
usepackagefontspec
PassOptionsToPackagenormalemulem
usepackageulem
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
defaultfontfeaturesScale=MatchUppercase, Ligatures=TeX
newfontfamilyhebrewfont[Script=Hebrew]David CLM Medium
newfontfamilyhebrewfonttt[Script=Hebrew]Miriam Mono CLM Book
newfontfamilyhebrewfontsf[Script=Hebrew]Miriam CLM Book
usepackagepolyglossia
setdefaultlanguagehebrew
setotherlanguage[variant=american]english
begindocument
ulineאאא textenglishaaa
enddocument
I made a handful of other trivial changes, such as removing unsupported Koma options and moving the language variant to the preamble instead of every time you change language.
edited 1 hour ago
answered 2 hours ago
DavislorDavislor
7,7891433
7,7891433
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%2f489525%2fa-problem-with-hebrew-and-english-underlined-text%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