breqn is not compatible with icommabreqn package incompatibilitysymbol “-” not shown in any of “listings” after compiling together with “breqn” packagebreqn does not automatically break linesCorrupted TeXLive2012 installation? (Option clash for currfile)breqn package is not workingProblem using invoice and wallpaper packages togetherHow to get only one symbol from a symbol package?Using hepparticles with breqnbreqn and coloneqPackage incompatibility issue?
Wild Shape Centaur Into a Giant Elk: do their Charges stack?
Is Social Media Science Fiction?
Pristine Bit Checking
How many letters suffice to construct words with no repetition?
How to move the player while also allowing forces to affect it
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
Eliminate empty elements from a list with a specific pattern
Extreme, but not acceptable situation and I can't start the work tomorrow morning
Shall I use personal or official e-mail account when registering to external websites for work purpose?
Could a US political party gain complete control over the government by removing checks & balances?
Is domain driven design an anti-SQL pattern?
Why is my log file so massive? 22gb. I am running log backups
Doomsday-clock for my fantasy planet
Add an angle to a sphere
Copycat chess is back
Is this homebrew feat, Beast of Burden, balanced?
Domain expired, GoDaddy holds it and is asking more money
What is the meaning of "of trouble" in the following sentence?
Is it possible to make sharp wind that can cut stuff from afar?
How can I fix this gap between bookcases I made?
What kind of transistor turns on with 0.2 volts?
Denied boarding due to overcrowding, Sparpreis ticket. What are my rights?
New order #4: World
Finding files for which a command fails
breqn is not compatible with icomma
breqn package incompatibilitysymbol “-” not shown in any of “listings” after compiling together with “breqn” packagebreqn does not automatically break linesCorrupted TeXLive2012 installation? (Option clash for currfile)breqn package is not workingProblem using invoice and wallpaper packages togetherHow to get only one symbol from a symbol package?Using hepparticles with breqnbreqn and coloneqPackage incompatibility issue?
Whenever I load the packages breqn and icomma into the same document, the document fails to compile. The order of the packages makes no difference. MWE:
documentclassarticle
usepackagebreqn
usepackageicomma
begindocument
Look mama, no hands!
enddocument
raises the following cryptic error:
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) (preloaded format=pdflatex)
restricted write18 enabled.
entering extended mode
(./test.tex
LaTeX2e <2017-04-15>
Babel <3.18> and hyphenation patterns for 84 language(s) loaded.
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
.
. [lines omitted for brevity]
.
(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty))
(/usr/share/texlive/texmf-dist/tex/latex/was/icomma.sty) (./test.aux)
! Bad mathchar (32768).
<to be read again>
mathcode
l.4 begindocument
?
but compiles if either of the packages are commented out.
I could not find anyone else with this problem. Does anyone know of a workaround, or if not, who should this bug be reported to (I've never reported a bug to a package manager before)?
incompatibility breqn icomma
add a comment |
Whenever I load the packages breqn and icomma into the same document, the document fails to compile. The order of the packages makes no difference. MWE:
documentclassarticle
usepackagebreqn
usepackageicomma
begindocument
Look mama, no hands!
enddocument
raises the following cryptic error:
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) (preloaded format=pdflatex)
restricted write18 enabled.
entering extended mode
(./test.tex
LaTeX2e <2017-04-15>
Babel <3.18> and hyphenation patterns for 84 language(s) loaded.
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
.
. [lines omitted for brevity]
.
(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty))
(/usr/share/texlive/texmf-dist/tex/latex/was/icomma.sty) (./test.aux)
! Bad mathchar (32768).
<to be read again>
mathcode
l.4 begindocument
?
but compiles if either of the packages are commented out.
I could not find anyone else with this problem. Does anyone know of a workaround, or if not, who should this bug be reported to (I've never reported a bug to a package manager before)?
incompatibility breqn icomma
1
There are three very basic rules aboutbreqn: (1) Don't use it. (2) Don't use it. (3) Don't use it. ;-)
– marmot
1 hour ago
As you might have guessed, I was usingicommabefore I tried usingbreqn, and after removingicommafor this specific document, I found thatbreqnalso requires restructuring every single occurence ofa_textxin that document – so I probably won't be using it after all, easier to manually set line breaks...
– MrArsGravis
1 hour ago
It is best to changea_textxin any case. the fact that the braces can be omitted is an accident of the implementation and is not documented markup, also it should usually bemathrmnottext, soa_mathrmx
– David Carlisle
34 mins ago
add a comment |
Whenever I load the packages breqn and icomma into the same document, the document fails to compile. The order of the packages makes no difference. MWE:
documentclassarticle
usepackagebreqn
usepackageicomma
begindocument
Look mama, no hands!
enddocument
raises the following cryptic error:
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) (preloaded format=pdflatex)
restricted write18 enabled.
entering extended mode
(./test.tex
LaTeX2e <2017-04-15>
Babel <3.18> and hyphenation patterns for 84 language(s) loaded.
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
.
. [lines omitted for brevity]
.
(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty))
(/usr/share/texlive/texmf-dist/tex/latex/was/icomma.sty) (./test.aux)
! Bad mathchar (32768).
<to be read again>
mathcode
l.4 begindocument
?
but compiles if either of the packages are commented out.
I could not find anyone else with this problem. Does anyone know of a workaround, or if not, who should this bug be reported to (I've never reported a bug to a package manager before)?
incompatibility breqn icomma
Whenever I load the packages breqn and icomma into the same document, the document fails to compile. The order of the packages makes no difference. MWE:
documentclassarticle
usepackagebreqn
usepackageicomma
begindocument
Look mama, no hands!
enddocument
raises the following cryptic error:
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) (preloaded format=pdflatex)
restricted write18 enabled.
entering extended mode
(./test.tex
LaTeX2e <2017-04-15>
Babel <3.18> and hyphenation patterns for 84 language(s) loaded.
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
.
. [lines omitted for brevity]
.
(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty))
(/usr/share/texlive/texmf-dist/tex/latex/was/icomma.sty) (./test.aux)
! Bad mathchar (32768).
<to be read again>
mathcode
l.4 begindocument
?
but compiles if either of the packages are commented out.
I could not find anyone else with this problem. Does anyone know of a workaround, or if not, who should this bug be reported to (I've never reported a bug to a package manager before)?
incompatibility breqn icomma
incompatibility breqn icomma
asked 1 hour ago
MrArsGravisMrArsGravis
133
133
1
There are three very basic rules aboutbreqn: (1) Don't use it. (2) Don't use it. (3) Don't use it. ;-)
– marmot
1 hour ago
As you might have guessed, I was usingicommabefore I tried usingbreqn, and after removingicommafor this specific document, I found thatbreqnalso requires restructuring every single occurence ofa_textxin that document – so I probably won't be using it after all, easier to manually set line breaks...
– MrArsGravis
1 hour ago
It is best to changea_textxin any case. the fact that the braces can be omitted is an accident of the implementation and is not documented markup, also it should usually bemathrmnottext, soa_mathrmx
– David Carlisle
34 mins ago
add a comment |
1
There are three very basic rules aboutbreqn: (1) Don't use it. (2) Don't use it. (3) Don't use it. ;-)
– marmot
1 hour ago
As you might have guessed, I was usingicommabefore I tried usingbreqn, and after removingicommafor this specific document, I found thatbreqnalso requires restructuring every single occurence ofa_textxin that document – so I probably won't be using it after all, easier to manually set line breaks...
– MrArsGravis
1 hour ago
It is best to changea_textxin any case. the fact that the braces can be omitted is an accident of the implementation and is not documented markup, also it should usually bemathrmnottext, soa_mathrmx
– David Carlisle
34 mins ago
1
1
There are three very basic rules about
breqn: (1) Don't use it. (2) Don't use it. (3) Don't use it. ;-)– marmot
1 hour ago
There are three very basic rules about
breqn: (1) Don't use it. (2) Don't use it. (3) Don't use it. ;-)– marmot
1 hour ago
As you might have guessed, I was using
icomma before I tried using breqn, and after removing icomma for this specific document, I found that breqn also requires restructuring every single occurence of a_textx in that document – so I probably won't be using it after all, easier to manually set line breaks...– MrArsGravis
1 hour ago
As you might have guessed, I was using
icomma before I tried using breqn, and after removing icomma for this specific document, I found that breqn also requires restructuring every single occurence of a_textx in that document – so I probably won't be using it after all, easier to manually set line breaks...– MrArsGravis
1 hour ago
It is best to change
a_textx in any case. the fact that the braces can be omitted is an accident of the implementation and is not documented markup, also it should usually be mathrm not text, so a_mathrmx– David Carlisle
34 mins ago
It is best to change
a_textx in any case. the fact that the braces can be omitted is an accident of the implementation and is not documented markup, also it should usually be mathrm not text, so a_mathrmx– David Carlisle
34 mins ago
add a comment |
1 Answer
1
active
oldest
votes
It isn't really a bug. breqn by design has to re-implement almost every aspect of math processing and as documented is thus incompatible with more or less any other math mode definitions that are not explicitly written to work with breqn.
Really breqn is an unfinished experiment and sadly its original author died some years ago, and so it is probably not really recommended for use in a production document unless you have very tight control over the input and know it works well on that input, some large but regular output from symbolic computer algebra systems fall in this category.
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2f483845%2fbreqn-is-not-compatible-with-icomma%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
It isn't really a bug. breqn by design has to re-implement almost every aspect of math processing and as documented is thus incompatible with more or less any other math mode definitions that are not explicitly written to work with breqn.
Really breqn is an unfinished experiment and sadly its original author died some years ago, and so it is probably not really recommended for use in a production document unless you have very tight control over the input and know it works well on that input, some large but regular output from symbolic computer algebra systems fall in this category.
add a comment |
It isn't really a bug. breqn by design has to re-implement almost every aspect of math processing and as documented is thus incompatible with more or less any other math mode definitions that are not explicitly written to work with breqn.
Really breqn is an unfinished experiment and sadly its original author died some years ago, and so it is probably not really recommended for use in a production document unless you have very tight control over the input and know it works well on that input, some large but regular output from symbolic computer algebra systems fall in this category.
add a comment |
It isn't really a bug. breqn by design has to re-implement almost every aspect of math processing and as documented is thus incompatible with more or less any other math mode definitions that are not explicitly written to work with breqn.
Really breqn is an unfinished experiment and sadly its original author died some years ago, and so it is probably not really recommended for use in a production document unless you have very tight control over the input and know it works well on that input, some large but regular output from symbolic computer algebra systems fall in this category.
It isn't really a bug. breqn by design has to re-implement almost every aspect of math processing and as documented is thus incompatible with more or less any other math mode definitions that are not explicitly written to work with breqn.
Really breqn is an unfinished experiment and sadly its original author died some years ago, and so it is probably not really recommended for use in a production document unless you have very tight control over the input and know it works well on that input, some large but regular output from symbolic computer algebra systems fall in this category.
answered 35 mins ago
David CarlisleDavid Carlisle
498k4111441893
498k4111441893
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2f483845%2fbreqn-is-not-compatible-with-icomma%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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
There are three very basic rules about
breqn: (1) Don't use it. (2) Don't use it. (3) Don't use it. ;-)– marmot
1 hour ago
As you might have guessed, I was using
icommabefore I tried usingbreqn, and after removingicommafor this specific document, I found thatbreqnalso requires restructuring every single occurence ofa_textxin that document – so I probably won't be using it after all, easier to manually set line breaks...– MrArsGravis
1 hour ago
It is best to change
a_textxin any case. the fact that the braces can be omitted is an accident of the implementation and is not documented markup, also it should usually bemathrmnottext, soa_mathrmx– David Carlisle
34 mins ago