Duplicate equal sign on line break in text modeAutomatic reduplication of equal sign in the beginning of broken formulaIs there a wider equal sign?overset text over equal sign in in an Align environmentNot equal sign (≠) with a vertical barUsing mathspec to change digits font in math mode isn't workingdifferent spacing aroung equal sign for display/text modeLine break and text aren't workingBreak line in $ $ modeOnline math TeX files not rendering equal sign correctlyPut reference above equal sign and refer to itLine break in table (math-mode)

Is repealing the EU Withdrawal Act a precondition of revoking Article 50?

Why is making salt water prohibited on Shabbat?

How to answer pointed "are you quitting" questioning when I don't want them to suspect

Imbalanced dataset binary classification

Email Account under attack (really) - anything I can do?

Does it makes sense to buy a cycle to learn riding?

Shall I use personal or official e-mail account when registering to external websites for work purpose?

Correctly defining the return of a procedure

Weird behaviour when using querySelector

Check if two datetimes are between two others

Doomsday-clock for my fantasy planet

Is this homebrew feat, Beast of Burden, balanced?

Why is my log file so massive? 22gb. I am running log backups

Why do UK politicians seemingly ignore opinion polls on Brexit?

Finding files for which a command fails

LM317 - Calculate dissipation due to voltage drop

Why airport relocation isn't done gradually?

How would photo IDs work for shapeshifters?

Visa needed to visit friends in London

Why do we use polarized capacitors?

Sort in WP_Query(), not filter? Is it possible?

Does a dangling wire really electrocute me if I'm standing in water?

Are cabin dividers used to "hide" the flex of the airplane?

Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?



Duplicate equal sign on line break in text mode


Automatic reduplication of equal sign in the beginning of broken formulaIs there a wider equal sign?overset text over equal sign in in an Align environmentNot equal sign (≠) with a vertical barUsing mathspec to change digits font in math mode isn't workingdifferent spacing aroung equal sign for display/text modeLine break and text aren't workingBreak line in $ $ modeOnline math TeX files not rendering equal sign correctlyPut reference above equal sign and refer to itLine break in table (math-mode)













0















In Cyrillic typography tradition you need to duplicate the math operators (+, =, -, x) on line break. Following this answer I can get it working in math mode. How can I make = duplicate on line break in text mode:



enter image description here



MWE:



documentclassarticle
usepackageamsmath

mathchardefmathequals=mathcode`=
begingrouplccode`~=`=
lowercaseendgroupdef~mathequalsdiscretionarythetextfont0=
AtBeginDocumentmathcode`=="8000

mathchardefmathplus=mathcode`+
begingrouplccode`~+`+
lowercaseendgroupdef~mathplusdiscretionarythetextfont0+
AtBeginDocumentmathcode`+="8000

begindocument
In math mode: $a = b = c = d = e = f = g = h = i = j = k = l = m = n = o =
p = q = r = s = t = u = v = w = x = y = z + a + b + c + d + e + f + g + h +
i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z$

In Text mode: a = b = c = d = e = f = g = h = i = j = k = l = m = n = o =
p = q = r = s = t = u = v = w = x = y = z + a + b + c + d + e + f + g + h + i
+ j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z
enddocument









share|improve this question

















  • 1





    just use a macro that expands to discretionary===

    – David Carlisle
    38 mins ago















0















In Cyrillic typography tradition you need to duplicate the math operators (+, =, -, x) on line break. Following this answer I can get it working in math mode. How can I make = duplicate on line break in text mode:



enter image description here



MWE:



documentclassarticle
usepackageamsmath

mathchardefmathequals=mathcode`=
begingrouplccode`~=`=
lowercaseendgroupdef~mathequalsdiscretionarythetextfont0=
AtBeginDocumentmathcode`=="8000

mathchardefmathplus=mathcode`+
begingrouplccode`~+`+
lowercaseendgroupdef~mathplusdiscretionarythetextfont0+
AtBeginDocumentmathcode`+="8000

begindocument
In math mode: $a = b = c = d = e = f = g = h = i = j = k = l = m = n = o =
p = q = r = s = t = u = v = w = x = y = z + a + b + c + d + e + f + g + h +
i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z$

In Text mode: a = b = c = d = e = f = g = h = i = j = k = l = m = n = o =
p = q = r = s = t = u = v = w = x = y = z + a + b + c + d + e + f + g + h + i
+ j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z
enddocument









share|improve this question

















  • 1





    just use a macro that expands to discretionary===

    – David Carlisle
    38 mins ago













0












0








0








In Cyrillic typography tradition you need to duplicate the math operators (+, =, -, x) on line break. Following this answer I can get it working in math mode. How can I make = duplicate on line break in text mode:



enter image description here



MWE:



documentclassarticle
usepackageamsmath

mathchardefmathequals=mathcode`=
begingrouplccode`~=`=
lowercaseendgroupdef~mathequalsdiscretionarythetextfont0=
AtBeginDocumentmathcode`=="8000

mathchardefmathplus=mathcode`+
begingrouplccode`~+`+
lowercaseendgroupdef~mathplusdiscretionarythetextfont0+
AtBeginDocumentmathcode`+="8000

begindocument
In math mode: $a = b = c = d = e = f = g = h = i = j = k = l = m = n = o =
p = q = r = s = t = u = v = w = x = y = z + a + b + c + d + e + f + g + h +
i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z$

In Text mode: a = b = c = d = e = f = g = h = i = j = k = l = m = n = o =
p = q = r = s = t = u = v = w = x = y = z + a + b + c + d + e + f + g + h + i
+ j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z
enddocument









share|improve this question














In Cyrillic typography tradition you need to duplicate the math operators (+, =, -, x) on line break. Following this answer I can get it working in math mode. How can I make = duplicate on line break in text mode:



enter image description here



MWE:



documentclassarticle
usepackageamsmath

mathchardefmathequals=mathcode`=
begingrouplccode`~=`=
lowercaseendgroupdef~mathequalsdiscretionarythetextfont0=
AtBeginDocumentmathcode`=="8000

mathchardefmathplus=mathcode`+
begingrouplccode`~+`+
lowercaseendgroupdef~mathplusdiscretionarythetextfont0+
AtBeginDocumentmathcode`+="8000

begindocument
In math mode: $a = b = c = d = e = f = g = h = i = j = k = l = m = n = o =
p = q = r = s = t = u = v = w = x = y = z + a + b + c + d + e + f + g + h +
i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z$

In Text mode: a = b = c = d = e = f = g = h = i = j = k = l = m = n = o =
p = q = r = s = t = u = v = w = x = y = z + a + b + c + d + e + f + g + h + i
+ j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z
enddocument






math-mode cyrillic






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 58 mins ago









Denys PotapovDenys Potapov

22819




22819







  • 1





    just use a macro that expands to discretionary===

    – David Carlisle
    38 mins ago












  • 1





    just use a macro that expands to discretionary===

    – David Carlisle
    38 mins ago







1




1





just use a macro that expands to discretionary===

– David Carlisle
38 mins ago





just use a macro that expands to discretionary===

– David Carlisle
38 mins ago










1 Answer
1






active

oldest

votes


















1














enter image description here



documentclassarticle
usepackageamsmath

mathchardefmathequals=mathcode`=
begingrouplccode`~=`=
lowercaseendgroupdef~mathequalsdiscretionarythetextfont0=
AtBeginDocumentmathcode`=="8000

mathchardefmathplus=mathcode`+
begingrouplccode`~+`+
lowercaseendgroupdef~mathplusdiscretionarythetextfont0+
AtBeginDocumentmathcode`+="8000

newcommandz[1]ifhmodeunskipfinobreak discretionary#1#1#1nobreak

begindocument
In math mode: $a = b = c = d = e = f = g = h = i = j = k = l = m = n = o =
p = q = r = s = t = u = v = w = x = y = z + a + b + c + d + e + f + g + h +
i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z$

In Text mode: a z= b z= c z= d z= e z= f z= g z= h z= i z= j z= k z= l z= m z= n z= o z=
p z= q z= r z= s z= t z= u z= v z= w z= x z= y z= z + a + b + c + d + e + f + g + h + i
+ j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z
enddocument


or



documentclassarticle
usepackageamsmath

newcommandz[1]relax
ifmmode
#1discretionarythetextfont0 #1%
else
ifhmodeunskipfinobreak discretionary#1#1#1nobreak
fi

begindocument
In math mode: $a z= b z= c z= d z= e z= f z= g z= h z= i z= j z= k z= l z= m z= n z= o z=
p z= q z= r z= s z= t z= u z= v z= w z= x z= y z= z + a + b + c + d + e + f + g + h +
i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z$

In Text mode: a z= b z= c z= d z= e z= f z= g z= h z= i z= j z= k z= l z= m z= n z= o z=
p z= q z= r z= s z= t z= u z= v z= w z= x z= y z= z + a + b + c + d + e + f + g + h + i
+ j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z
enddocument





share|improve this answer

























  • And how can i use z= in math mode? So I can replace = with z= in whole document?

    – Denys Potapov
    19 mins ago











  • @DenysPotapov I added something

    – David Carlisle
    8 mins ago











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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483839%2fduplicate-equal-sign-on-line-break-in-text-mode%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









1














enter image description here



documentclassarticle
usepackageamsmath

mathchardefmathequals=mathcode`=
begingrouplccode`~=`=
lowercaseendgroupdef~mathequalsdiscretionarythetextfont0=
AtBeginDocumentmathcode`=="8000

mathchardefmathplus=mathcode`+
begingrouplccode`~+`+
lowercaseendgroupdef~mathplusdiscretionarythetextfont0+
AtBeginDocumentmathcode`+="8000

newcommandz[1]ifhmodeunskipfinobreak discretionary#1#1#1nobreak

begindocument
In math mode: $a = b = c = d = e = f = g = h = i = j = k = l = m = n = o =
p = q = r = s = t = u = v = w = x = y = z + a + b + c + d + e + f + g + h +
i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z$

In Text mode: a z= b z= c z= d z= e z= f z= g z= h z= i z= j z= k z= l z= m z= n z= o z=
p z= q z= r z= s z= t z= u z= v z= w z= x z= y z= z + a + b + c + d + e + f + g + h + i
+ j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z
enddocument


or



documentclassarticle
usepackageamsmath

newcommandz[1]relax
ifmmode
#1discretionarythetextfont0 #1%
else
ifhmodeunskipfinobreak discretionary#1#1#1nobreak
fi

begindocument
In math mode: $a z= b z= c z= d z= e z= f z= g z= h z= i z= j z= k z= l z= m z= n z= o z=
p z= q z= r z= s z= t z= u z= v z= w z= x z= y z= z + a + b + c + d + e + f + g + h +
i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z$

In Text mode: a z= b z= c z= d z= e z= f z= g z= h z= i z= j z= k z= l z= m z= n z= o z=
p z= q z= r z= s z= t z= u z= v z= w z= x z= y z= z + a + b + c + d + e + f + g + h + i
+ j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z
enddocument





share|improve this answer

























  • And how can i use z= in math mode? So I can replace = with z= in whole document?

    – Denys Potapov
    19 mins ago











  • @DenysPotapov I added something

    – David Carlisle
    8 mins ago















1














enter image description here



documentclassarticle
usepackageamsmath

mathchardefmathequals=mathcode`=
begingrouplccode`~=`=
lowercaseendgroupdef~mathequalsdiscretionarythetextfont0=
AtBeginDocumentmathcode`=="8000

mathchardefmathplus=mathcode`+
begingrouplccode`~+`+
lowercaseendgroupdef~mathplusdiscretionarythetextfont0+
AtBeginDocumentmathcode`+="8000

newcommandz[1]ifhmodeunskipfinobreak discretionary#1#1#1nobreak

begindocument
In math mode: $a = b = c = d = e = f = g = h = i = j = k = l = m = n = o =
p = q = r = s = t = u = v = w = x = y = z + a + b + c + d + e + f + g + h +
i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z$

In Text mode: a z= b z= c z= d z= e z= f z= g z= h z= i z= j z= k z= l z= m z= n z= o z=
p z= q z= r z= s z= t z= u z= v z= w z= x z= y z= z + a + b + c + d + e + f + g + h + i
+ j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z
enddocument


or



documentclassarticle
usepackageamsmath

newcommandz[1]relax
ifmmode
#1discretionarythetextfont0 #1%
else
ifhmodeunskipfinobreak discretionary#1#1#1nobreak
fi

begindocument
In math mode: $a z= b z= c z= d z= e z= f z= g z= h z= i z= j z= k z= l z= m z= n z= o z=
p z= q z= r z= s z= t z= u z= v z= w z= x z= y z= z + a + b + c + d + e + f + g + h +
i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z$

In Text mode: a z= b z= c z= d z= e z= f z= g z= h z= i z= j z= k z= l z= m z= n z= o z=
p z= q z= r z= s z= t z= u z= v z= w z= x z= y z= z + a + b + c + d + e + f + g + h + i
+ j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z
enddocument





share|improve this answer

























  • And how can i use z= in math mode? So I can replace = with z= in whole document?

    – Denys Potapov
    19 mins ago











  • @DenysPotapov I added something

    – David Carlisle
    8 mins ago













1












1








1







enter image description here



documentclassarticle
usepackageamsmath

mathchardefmathequals=mathcode`=
begingrouplccode`~=`=
lowercaseendgroupdef~mathequalsdiscretionarythetextfont0=
AtBeginDocumentmathcode`=="8000

mathchardefmathplus=mathcode`+
begingrouplccode`~+`+
lowercaseendgroupdef~mathplusdiscretionarythetextfont0+
AtBeginDocumentmathcode`+="8000

newcommandz[1]ifhmodeunskipfinobreak discretionary#1#1#1nobreak

begindocument
In math mode: $a = b = c = d = e = f = g = h = i = j = k = l = m = n = o =
p = q = r = s = t = u = v = w = x = y = z + a + b + c + d + e + f + g + h +
i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z$

In Text mode: a z= b z= c z= d z= e z= f z= g z= h z= i z= j z= k z= l z= m z= n z= o z=
p z= q z= r z= s z= t z= u z= v z= w z= x z= y z= z + a + b + c + d + e + f + g + h + i
+ j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z
enddocument


or



documentclassarticle
usepackageamsmath

newcommandz[1]relax
ifmmode
#1discretionarythetextfont0 #1%
else
ifhmodeunskipfinobreak discretionary#1#1#1nobreak
fi

begindocument
In math mode: $a z= b z= c z= d z= e z= f z= g z= h z= i z= j z= k z= l z= m z= n z= o z=
p z= q z= r z= s z= t z= u z= v z= w z= x z= y z= z + a + b + c + d + e + f + g + h +
i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z$

In Text mode: a z= b z= c z= d z= e z= f z= g z= h z= i z= j z= k z= l z= m z= n z= o z=
p z= q z= r z= s z= t z= u z= v z= w z= x z= y z= z + a + b + c + d + e + f + g + h + i
+ j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z
enddocument





share|improve this answer















enter image description here



documentclassarticle
usepackageamsmath

mathchardefmathequals=mathcode`=
begingrouplccode`~=`=
lowercaseendgroupdef~mathequalsdiscretionarythetextfont0=
AtBeginDocumentmathcode`=="8000

mathchardefmathplus=mathcode`+
begingrouplccode`~+`+
lowercaseendgroupdef~mathplusdiscretionarythetextfont0+
AtBeginDocumentmathcode`+="8000

newcommandz[1]ifhmodeunskipfinobreak discretionary#1#1#1nobreak

begindocument
In math mode: $a = b = c = d = e = f = g = h = i = j = k = l = m = n = o =
p = q = r = s = t = u = v = w = x = y = z + a + b + c + d + e + f + g + h +
i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z$

In Text mode: a z= b z= c z= d z= e z= f z= g z= h z= i z= j z= k z= l z= m z= n z= o z=
p z= q z= r z= s z= t z= u z= v z= w z= x z= y z= z + a + b + c + d + e + f + g + h + i
+ j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z
enddocument


or



documentclassarticle
usepackageamsmath

newcommandz[1]relax
ifmmode
#1discretionarythetextfont0 #1%
else
ifhmodeunskipfinobreak discretionary#1#1#1nobreak
fi

begindocument
In math mode: $a z= b z= c z= d z= e z= f z= g z= h z= i z= j z= k z= l z= m z= n z= o z=
p z= q z= r z= s z= t z= u z= v z= w z= x z= y z= z + a + b + c + d + e + f + g + h +
i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z$

In Text mode: a z= b z= c z= d z= e z= f z= g z= h z= i z= j z= k z= l z= m z= n z= o z=
p z= q z= r z= s z= t z= u z= v z= w z= x z= y z= z + a + b + c + d + e + f + g + h + i
+ j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z
enddocument






share|improve this answer














share|improve this answer



share|improve this answer








edited 8 mins ago

























answered 32 mins ago









David CarlisleDavid Carlisle

498k4111441893




498k4111441893












  • And how can i use z= in math mode? So I can replace = with z= in whole document?

    – Denys Potapov
    19 mins ago











  • @DenysPotapov I added something

    – David Carlisle
    8 mins ago

















  • And how can i use z= in math mode? So I can replace = with z= in whole document?

    – Denys Potapov
    19 mins ago











  • @DenysPotapov I added something

    – David Carlisle
    8 mins ago
















And how can i use z= in math mode? So I can replace = with z= in whole document?

– Denys Potapov
19 mins ago





And how can i use z= in math mode? So I can replace = with z= in whole document?

– Denys Potapov
19 mins ago













@DenysPotapov I added something

– David Carlisle
8 mins ago





@DenysPotapov I added something

– David Carlisle
8 mins ago

















draft saved

draft discarded
















































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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483839%2fduplicate-equal-sign-on-line-break-in-text-mode%23new-answer', 'question_page');

);

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







Popular posts from this blog

acmart: Multiple authors: all with same affiliation, one author an additional affiliationHow to Write Names of Multiple Authors with Shared Affiliation in ACM 2017 Template?Multiple authors with different primary affiliation, but same additional affiliationSame affiliation for all authors without extra packagesIOS-Book-Article.cls: one author with multiple affiliationacmart: Shared Author AffiliationMultiple authors with different primary affiliation, but same additional affiliationAuthor affiliation with only 1 authorAdding Multiple Authors with Different Affiliation in LaTeX ArticleLaTeX: Multiple authors stays on same lineHow to Label Multiple Authors with Same DescriptionHow to make two authors use the same affiliationTwo authors with same affiliation on finished front page

How to write “ä” and other umlauts and accented letters in bibliography?Accents in BibTeXSorting references with special characters alphabeticallyUse ae ligature in bibliographyEastern European nameInverted circumflex in BibTexBibTex, non-ascii initials and nameptr fproblems with accent in LatexHow to add a Ø to my bibliography from Jabref?References without accentsTroubles when trying to cite St“omer-Verlet in ”title" field of a bib entryComprehensive list of accented charactersHow to type the letter “i” with two dots (diaeresis) in math mode?Problem with glossary text and accented lettersSpecial character in bibliographyAccented letters, Unicode and LaTeX accentsHow to stop natbib from modifying bibliography styleCitation of a paper with non-standard characters by BibtexWrite accented characters to file using writeHow to group the bibliography alphabetically, if some surnames start with “accented” characters?How can I automatically capitalize significant words in my bibliography?

How to remove border form elements in the last row?Targeting flex items on the last rowHow to vertically wrap content with flexbox?Remove border from IFrameCSS3's border-radius property and border-collapse:collapse don't mix. How can I use border-radius to create a collapsed table with rounded corners?Div width 100% minus fixed amount of pixelsBorder around specific rows in a table?How to remove border (outline) around text/input boxes? (Chrome)How do I remove the space between inline-block elements?Flex-box: Align last row to gridRemove blue border from css custom-styled button in ChromeFill remaining vertical space with CSS using display:flexhow style elements in the last row of flexbox row layout with pure css without js