Bug using breqn and babelbreqn is not compatible with icommawhy is adding `breqn` package breaks `etoolbox` command?Why does LuaTeX plus breqn quadruple output of text when in display-math mode?Lualatex and bm packageLualatex compilation problem using cancel and breqn packagesbreqn package and equation numberingHungarian with LuaLaTex and biberConflict between breqn and newtxmath packagesbreqn not aligning first two linesTikz-cd problems whilst also using breqn packagebreqn is not compatible with icomma
How were concentration and extermination camp guards recruited?
How can I instantiate a lambda closure type in C++11/14?
What happens to foam insulation board after you pour concrete slab?
Their answer is discrete, mine is continuous. They baited me into the wrong answer. I have a P Exam question
Is the decompression of compressed and encrypted data without decryption also theoretically impossible?
Why is quantum entanglement surprising?
Through what methods and mechanisms can a multi-material FDM printer operate?
How could a government be implemented in a virtual reality?
Do any instruments not produce overtones?
Etymology of 'calcit(r)are'?
What risks are there when you clear your cookies instead of logging off?
How do photons get into the eyes?
You've spoiled/damaged the card
How bad would a partial hash leak be, realistically?
My coworkers think I had a long honeymoon. Actually I was diagnosed with cancer. How do I talk about it?
What happens if you do emergency landing on a US base in middle of the ocean?
What's the correct term describing the action of sending a brand-new ship out into its first seafaring trip?
Can you `= delete` a templated function on a second declaration?
Is it legal in the UK for politicians to lie to the public for political gain?
Pay as you go Or Oyster card
Completing the square to find if quadratic form is positive definite.
C SIGINT signal in Linux
Smooth switching between 12v batteries, with toggle switch
What is the purpose of building foundations?
Bug using breqn and babel
breqn is not compatible with icommawhy is adding `breqn` package breaks `etoolbox` command?Why does LuaTeX plus breqn quadruple output of text when in display-math mode?Lualatex and bm packageLualatex compilation problem using cancel and breqn packagesbreqn package and equation numberingHungarian with LuaLaTex and biberConflict between breqn and newtxmath packagesbreqn not aligning first two linesTikz-cd problems whilst also using breqn packagebreqn is not compatible with icomma
I've hit a bug that I cannot fix (no warnings/errors in the logs).
Here is a mwe:
documentclassarticle
usepackage[english,french]babel
usepackagebreqn
begindocument
[A, B, C]
selectlanguagefrench
[A, B, C]
selectlanguageenglish
[A, B, C]
enddocument
I use the following command to compile:
$ latexmk -lualatex bug.tex
The output is as follows, the commas are mapped to a Gamma
symbol !?
Does anyone have a clue on how to fix this ?
$ lualatex --version
This is LuaTeX, Version 1.07.0 (TeX Live 2018)
$ latexmk --version
Latexmk, John Collins, 17 Jan. 2018. Version 4.55
luatex breqn
add a comment |
I've hit a bug that I cannot fix (no warnings/errors in the logs).
Here is a mwe:
documentclassarticle
usepackage[english,french]babel
usepackagebreqn
begindocument
[A, B, C]
selectlanguagefrench
[A, B, C]
selectlanguageenglish
[A, B, C]
enddocument
I use the following command to compile:
$ latexmk -lualatex bug.tex
The output is as follows, the commas are mapped to a Gamma
symbol !?
Does anyone have a clue on how to fix this ?
$ lualatex --version
This is LuaTeX, Version 1.07.0 (TeX Live 2018)
$ latexmk --version
Latexmk, John Collins, 17 Jan. 2018. Version 4.55
luatex breqn
1
breqn
is a nice proof-of-concept, but it's incompatible with a wealth of packages.
– egreg
8 hours ago
1
See also tex.stackexchange.com/a/483852/2388
– Ulrike Fischer
8 hours ago
add a comment |
I've hit a bug that I cannot fix (no warnings/errors in the logs).
Here is a mwe:
documentclassarticle
usepackage[english,french]babel
usepackagebreqn
begindocument
[A, B, C]
selectlanguagefrench
[A, B, C]
selectlanguageenglish
[A, B, C]
enddocument
I use the following command to compile:
$ latexmk -lualatex bug.tex
The output is as follows, the commas are mapped to a Gamma
symbol !?
Does anyone have a clue on how to fix this ?
$ lualatex --version
This is LuaTeX, Version 1.07.0 (TeX Live 2018)
$ latexmk --version
Latexmk, John Collins, 17 Jan. 2018. Version 4.55
luatex breqn
I've hit a bug that I cannot fix (no warnings/errors in the logs).
Here is a mwe:
documentclassarticle
usepackage[english,french]babel
usepackagebreqn
begindocument
[A, B, C]
selectlanguagefrench
[A, B, C]
selectlanguageenglish
[A, B, C]
enddocument
I use the following command to compile:
$ latexmk -lualatex bug.tex
The output is as follows, the commas are mapped to a Gamma
symbol !?
Does anyone have a clue on how to fix this ?
$ lualatex --version
This is LuaTeX, Version 1.07.0 (TeX Live 2018)
$ latexmk --version
Latexmk, John Collins, 17 Jan. 2018. Version 4.55
luatex breqn
luatex breqn
edited 6 hours ago
neok
asked 9 hours ago
neokneok
1909
1909
1
breqn
is a nice proof-of-concept, but it's incompatible with a wealth of packages.
– egreg
8 hours ago
1
See also tex.stackexchange.com/a/483852/2388
– Ulrike Fischer
8 hours ago
add a comment |
1
breqn
is a nice proof-of-concept, but it's incompatible with a wealth of packages.
– egreg
8 hours ago
1
See also tex.stackexchange.com/a/483852/2388
– Ulrike Fischer
8 hours ago
1
1
breqn
is a nice proof-of-concept, but it's incompatible with a wealth of packages.– egreg
8 hours ago
breqn
is a nice proof-of-concept, but it's incompatible with a wealth of packages.– egreg
8 hours ago
1
1
See also tex.stackexchange.com/a/483852/2388
– Ulrike Fischer
8 hours ago
See also tex.stackexchange.com/a/483852/2388
– Ulrike Fischer
8 hours ago
add a comment |
2 Answers
2
active
oldest
votes
The babel-french
module does std@math@comma
upon entering and also exiting French language blocks.
This resets the mathcode for the comma to the standard, but breqn
wants that the mathcode stays "8000
.
Simply make std@math@comma
to do nothing.
documentclassarticle
usepackage[english,french]babel
usepackagebreqn
makeatletter
letstd@math@commarelax
makeatother
begindocument
[A, B, C]
selectlanguagefrench
[A, B, C]
selectlanguageenglish
[A, B, C]
enddocument
You should be aware that breqn
is not really compatible with several package and is better not used in serious typesetting tasks.
Great investigation egreg, many thanks for the detailed explanations !
– neok
5 hours ago
add a comment |
For lualatex
use
documentclassarticle
usepackage[english,french]babel
usepackagebreqn
usepackageunicode-math
...
1
Thanks, this works for this particular mwe but throws tons of errors for my huge document. I also see that unicode-math is quite eqperimental ?
– neok
7 hours ago
No, unicode-math is not experimental. Show your preamble!
– Red-Cloud
37 mins 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
);
);
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%2f493721%2fbug-using-breqn-and-babel%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The babel-french
module does std@math@comma
upon entering and also exiting French language blocks.
This resets the mathcode for the comma to the standard, but breqn
wants that the mathcode stays "8000
.
Simply make std@math@comma
to do nothing.
documentclassarticle
usepackage[english,french]babel
usepackagebreqn
makeatletter
letstd@math@commarelax
makeatother
begindocument
[A, B, C]
selectlanguagefrench
[A, B, C]
selectlanguageenglish
[A, B, C]
enddocument
You should be aware that breqn
is not really compatible with several package and is better not used in serious typesetting tasks.
Great investigation egreg, many thanks for the detailed explanations !
– neok
5 hours ago
add a comment |
The babel-french
module does std@math@comma
upon entering and also exiting French language blocks.
This resets the mathcode for the comma to the standard, but breqn
wants that the mathcode stays "8000
.
Simply make std@math@comma
to do nothing.
documentclassarticle
usepackage[english,french]babel
usepackagebreqn
makeatletter
letstd@math@commarelax
makeatother
begindocument
[A, B, C]
selectlanguagefrench
[A, B, C]
selectlanguageenglish
[A, B, C]
enddocument
You should be aware that breqn
is not really compatible with several package and is better not used in serious typesetting tasks.
Great investigation egreg, many thanks for the detailed explanations !
– neok
5 hours ago
add a comment |
The babel-french
module does std@math@comma
upon entering and also exiting French language blocks.
This resets the mathcode for the comma to the standard, but breqn
wants that the mathcode stays "8000
.
Simply make std@math@comma
to do nothing.
documentclassarticle
usepackage[english,french]babel
usepackagebreqn
makeatletter
letstd@math@commarelax
makeatother
begindocument
[A, B, C]
selectlanguagefrench
[A, B, C]
selectlanguageenglish
[A, B, C]
enddocument
You should be aware that breqn
is not really compatible with several package and is better not used in serious typesetting tasks.
The babel-french
module does std@math@comma
upon entering and also exiting French language blocks.
This resets the mathcode for the comma to the standard, but breqn
wants that the mathcode stays "8000
.
Simply make std@math@comma
to do nothing.
documentclassarticle
usepackage[english,french]babel
usepackagebreqn
makeatletter
letstd@math@commarelax
makeatother
begindocument
[A, B, C]
selectlanguagefrench
[A, B, C]
selectlanguageenglish
[A, B, C]
enddocument
You should be aware that breqn
is not really compatible with several package and is better not used in serious typesetting tasks.
answered 6 hours ago
egregegreg
745k8919513291
745k8919513291
Great investigation egreg, many thanks for the detailed explanations !
– neok
5 hours ago
add a comment |
Great investigation egreg, many thanks for the detailed explanations !
– neok
5 hours ago
Great investigation egreg, many thanks for the detailed explanations !
– neok
5 hours ago
Great investigation egreg, many thanks for the detailed explanations !
– neok
5 hours ago
add a comment |
For lualatex
use
documentclassarticle
usepackage[english,french]babel
usepackagebreqn
usepackageunicode-math
...
1
Thanks, this works for this particular mwe but throws tons of errors for my huge document. I also see that unicode-math is quite eqperimental ?
– neok
7 hours ago
No, unicode-math is not experimental. Show your preamble!
– Red-Cloud
37 mins ago
add a comment |
For lualatex
use
documentclassarticle
usepackage[english,french]babel
usepackagebreqn
usepackageunicode-math
...
1
Thanks, this works for this particular mwe but throws tons of errors for my huge document. I also see that unicode-math is quite eqperimental ?
– neok
7 hours ago
No, unicode-math is not experimental. Show your preamble!
– Red-Cloud
37 mins ago
add a comment |
For lualatex
use
documentclassarticle
usepackage[english,french]babel
usepackagebreqn
usepackageunicode-math
...
For lualatex
use
documentclassarticle
usepackage[english,french]babel
usepackagebreqn
usepackageunicode-math
...
answered 8 hours ago
Red-CloudRed-Cloud
3,363214
3,363214
1
Thanks, this works for this particular mwe but throws tons of errors for my huge document. I also see that unicode-math is quite eqperimental ?
– neok
7 hours ago
No, unicode-math is not experimental. Show your preamble!
– Red-Cloud
37 mins ago
add a comment |
1
Thanks, this works for this particular mwe but throws tons of errors for my huge document. I also see that unicode-math is quite eqperimental ?
– neok
7 hours ago
No, unicode-math is not experimental. Show your preamble!
– Red-Cloud
37 mins ago
1
1
Thanks, this works for this particular mwe but throws tons of errors for my huge document. I also see that unicode-math is quite eqperimental ?
– neok
7 hours ago
Thanks, this works for this particular mwe but throws tons of errors for my huge document. I also see that unicode-math is quite eqperimental ?
– neok
7 hours ago
No, unicode-math is not experimental. Show your preamble!
– Red-Cloud
37 mins ago
No, unicode-math is not experimental. Show your preamble!
– Red-Cloud
37 mins ago
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%2f493721%2fbug-using-breqn-and-babel%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
1
breqn
is a nice proof-of-concept, but it's incompatible with a wealth of packages.– egreg
8 hours ago
1
See also tex.stackexchange.com/a/483852/2388
– Ulrike Fischer
8 hours ago