Error in simultaneous using of newtxtext, txfonts, and mathabx packages












0















I have a sample code and want to generate a file with Times or New Times Roman font for the text and formulas (hence I used bothnewtxtext, txfonts). Also, I like the symbols shapes that are generated by mathabxpackage. However, it seems in general there would be some inconsistencies. For example, in the output of the following code, if more than three integral symbols are used, mathabx does not work properly. Is there any solution for this issue, or I have to sacrifice one thing in favor of the others?



documentclass{article}
usepackage[a6paper]{geometry}
usepackage{amsmath}
usepackage{newtxtext,txfonts,mathabx}


begin{document}

The text font should be either Times or New Times Roman.
begin{align*}
x + y + z &= 0 \
psi (t) - Psi (x, t) &= 1
notag
end{align*}






The most important symbols:

$$ ast, cdot, dagger, pm, mp, div, star, times, approx, equiv,
doteq $$

$$ perp, mid, propto, sim, simeq, geq, gg, leq, ll, neq $$

$$ int, oint, oint!oint, prod, sum $$

$$iint_V mu(u,v) ,du,dv $$


$$iiiint_V mu(t,u,v,w) ,dt,du,dv,dw$$

$$idotsint_V mu(u_1,dots,u_k) ,du_1 dots du_k$$

$$ oint_V f(s) ,ds $$
$$idotsint $$





end{document}









share|improve this question


















  • 1





    mathabx doesn't have any more than triple integral, i.e. iiiint will be taken from a different font which defines it.

    – Henri Menke
    Jan 14 at 4:14






  • 1





    You shouldn't be loading newtxtext and txfonts simultaneously. If you need a math font to go with newtxtext, load the newtxmath package. Or, if you really insist on using txfonts, don't load newtxtext.

    – Mico
    Jan 14 at 5:44
















0















I have a sample code and want to generate a file with Times or New Times Roman font for the text and formulas (hence I used bothnewtxtext, txfonts). Also, I like the symbols shapes that are generated by mathabxpackage. However, it seems in general there would be some inconsistencies. For example, in the output of the following code, if more than three integral symbols are used, mathabx does not work properly. Is there any solution for this issue, or I have to sacrifice one thing in favor of the others?



documentclass{article}
usepackage[a6paper]{geometry}
usepackage{amsmath}
usepackage{newtxtext,txfonts,mathabx}


begin{document}

The text font should be either Times or New Times Roman.
begin{align*}
x + y + z &= 0 \
psi (t) - Psi (x, t) &= 1
notag
end{align*}






The most important symbols:

$$ ast, cdot, dagger, pm, mp, div, star, times, approx, equiv,
doteq $$

$$ perp, mid, propto, sim, simeq, geq, gg, leq, ll, neq $$

$$ int, oint, oint!oint, prod, sum $$

$$iint_V mu(u,v) ,du,dv $$


$$iiiint_V mu(t,u,v,w) ,dt,du,dv,dw$$

$$idotsint_V mu(u_1,dots,u_k) ,du_1 dots du_k$$

$$ oint_V f(s) ,ds $$
$$idotsint $$





end{document}









share|improve this question


















  • 1





    mathabx doesn't have any more than triple integral, i.e. iiiint will be taken from a different font which defines it.

    – Henri Menke
    Jan 14 at 4:14






  • 1





    You shouldn't be loading newtxtext and txfonts simultaneously. If you need a math font to go with newtxtext, load the newtxmath package. Or, if you really insist on using txfonts, don't load newtxtext.

    – Mico
    Jan 14 at 5:44














0












0








0








I have a sample code and want to generate a file with Times or New Times Roman font for the text and formulas (hence I used bothnewtxtext, txfonts). Also, I like the symbols shapes that are generated by mathabxpackage. However, it seems in general there would be some inconsistencies. For example, in the output of the following code, if more than three integral symbols are used, mathabx does not work properly. Is there any solution for this issue, or I have to sacrifice one thing in favor of the others?



documentclass{article}
usepackage[a6paper]{geometry}
usepackage{amsmath}
usepackage{newtxtext,txfonts,mathabx}


begin{document}

The text font should be either Times or New Times Roman.
begin{align*}
x + y + z &= 0 \
psi (t) - Psi (x, t) &= 1
notag
end{align*}






The most important symbols:

$$ ast, cdot, dagger, pm, mp, div, star, times, approx, equiv,
doteq $$

$$ perp, mid, propto, sim, simeq, geq, gg, leq, ll, neq $$

$$ int, oint, oint!oint, prod, sum $$

$$iint_V mu(u,v) ,du,dv $$


$$iiiint_V mu(t,u,v,w) ,dt,du,dv,dw$$

$$idotsint_V mu(u_1,dots,u_k) ,du_1 dots du_k$$

$$ oint_V f(s) ,ds $$
$$idotsint $$





end{document}









share|improve this question














I have a sample code and want to generate a file with Times or New Times Roman font for the text and formulas (hence I used bothnewtxtext, txfonts). Also, I like the symbols shapes that are generated by mathabxpackage. However, it seems in general there would be some inconsistencies. For example, in the output of the following code, if more than three integral symbols are used, mathabx does not work properly. Is there any solution for this issue, or I have to sacrifice one thing in favor of the others?



documentclass{article}
usepackage[a6paper]{geometry}
usepackage{amsmath}
usepackage{newtxtext,txfonts,mathabx}


begin{document}

The text font should be either Times or New Times Roman.
begin{align*}
x + y + z &= 0 \
psi (t) - Psi (x, t) &= 1
notag
end{align*}






The most important symbols:

$$ ast, cdot, dagger, pm, mp, div, star, times, approx, equiv,
doteq $$

$$ perp, mid, propto, sim, simeq, geq, gg, leq, ll, neq $$

$$ int, oint, oint!oint, prod, sum $$

$$iint_V mu(u,v) ,du,dv $$


$$iiiint_V mu(t,u,v,w) ,dt,du,dv,dw$$

$$idotsint_V mu(u_1,dots,u_k) ,du_1 dots du_k$$

$$ oint_V f(s) ,ds $$
$$idotsint $$





end{document}






fonts mathabx txfonts






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 14 at 4:05









Saeid Saeid

184




184








  • 1





    mathabx doesn't have any more than triple integral, i.e. iiiint will be taken from a different font which defines it.

    – Henri Menke
    Jan 14 at 4:14






  • 1





    You shouldn't be loading newtxtext and txfonts simultaneously. If you need a math font to go with newtxtext, load the newtxmath package. Or, if you really insist on using txfonts, don't load newtxtext.

    – Mico
    Jan 14 at 5:44














  • 1





    mathabx doesn't have any more than triple integral, i.e. iiiint will be taken from a different font which defines it.

    – Henri Menke
    Jan 14 at 4:14






  • 1





    You shouldn't be loading newtxtext and txfonts simultaneously. If you need a math font to go with newtxtext, load the newtxmath package. Or, if you really insist on using txfonts, don't load newtxtext.

    – Mico
    Jan 14 at 5:44








1




1





mathabx doesn't have any more than triple integral, i.e. iiiint will be taken from a different font which defines it.

– Henri Menke
Jan 14 at 4:14





mathabx doesn't have any more than triple integral, i.e. iiiint will be taken from a different font which defines it.

– Henri Menke
Jan 14 at 4:14




1




1





You shouldn't be loading newtxtext and txfonts simultaneously. If you need a math font to go with newtxtext, load the newtxmath package. Or, if you really insist on using txfonts, don't load newtxtext.

– Mico
Jan 14 at 5:44





You shouldn't be loading newtxtext and txfonts simultaneously. If you need a math font to go with newtxtext, load the newtxmath package. Or, if you really insist on using txfonts, don't load newtxtext.

– Mico
Jan 14 at 5:44










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


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f470020%2ferror-in-simultaneous-using-of-newtxtext-txfonts-and-mathabx-packages%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
















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%2f470020%2ferror-in-simultaneous-using-of-newtxtext-txfonts-and-mathabx-packages%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

How to send String Array data to Server using php in android

Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

Is anime1.com a legal site for watching anime?