Use of bm package change symbols [duplicate]Using bm with eulervm gives inconsistent ‘<’ and ‘>’ charactersHow to specify theorem styles (amsthm) should use bold equations (bm)?y-label shows up twice in pgfplot when the bm package is used?Bold advanced math symbolsLualatex and bm packagebm package doesn't workChoosing a good math font to use with Georgia text fontCentering double accents in math with bold symbolsbm and siunitx transparent useMath symbols (bm) appear duplicate/on top of themselvesBold symbols in math mode, reliably

How to simplify this time periods definition interface?

Does someone need to be connected to my network to sniff HTTP requests?

How can I track script which gives me "command not found" right after the login?

My adviser wants to be the first author

Did Ender ever learn that he killed Stilson and/or Bonzo?

What approach do we need to follow for projects without a test environment?

Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?

Existence of subset with given Hausdorff dimension

What are substitutions for coconut in curry?

Instead of Universal Basic Income, why not Universal Basic NEEDS?

Sailing the cryptic seas

Why do Australian milk farmers need to protest supermarkets' milk price?

A sequence that has integer values for prime indexes only:

What options are left, if Britain cannot decide?

Why does Bach not break the rules here?

Gantt Chart like rectangles with log scale

In a future war, an old lady is trying to raise a boy but one of the weapons has made everyone deaf

What are the naunces between the use of 訊く instead of 聞く in the following sentence?

Why do passenger jet manufacturers design their planes with stall prevention systems?

My Graph Theory Students

How big is a MODIS 250m pixel in reality?

Life insurance that covers only simultaneous/dual deaths

Most cost effective thermostat setting: consistent temperature vs. lowest temperature possible

Could the Saturn V actually have launched astronauts around Venus?



Use of bm package change symbols [duplicate]


Using bm with eulervm gives inconsistent ‘<’ and ‘>’ charactersHow to specify theorem styles (amsthm) should use bold equations (bm)?y-label shows up twice in pgfplot when the bm package is used?Bold advanced math symbolsLualatex and bm packagebm package doesn't workChoosing a good math font to use with Georgia text fontCentering double accents in math with bold symbolsbm and siunitx transparent useMath symbols (bm) appear duplicate/on top of themselvesBold symbols in math mode, reliably













2
















This question already has an answer here:



  • Using bm with eulervm gives inconsistent ‘<’ and ‘>’ characters

    2 answers



The following code



documentclassamsart
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackageeulerpx,bm

begindocument

$a<bquadbma<b$

enddocument


Provides the following output:



enter image description here



The inequality symbol is not changed when I use, say, newpxmath instead. The problem seems to be indeed with the eulerpx package. How can this be solved?










share|improve this question













marked as duplicate by egreg, JouleV, Kurt, Sebastiano, samcarter 6 hours ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.


















  • I’m pretty sure this is a duplicate

    – egreg
    8 hours ago















2
















This question already has an answer here:



  • Using bm with eulervm gives inconsistent ‘<’ and ‘>’ characters

    2 answers



The following code



documentclassamsart
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackageeulerpx,bm

begindocument

$a<bquadbma<b$

enddocument


Provides the following output:



enter image description here



The inequality symbol is not changed when I use, say, newpxmath instead. The problem seems to be indeed with the eulerpx package. How can this be solved?










share|improve this question













marked as duplicate by egreg, JouleV, Kurt, Sebastiano, samcarter 6 hours ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.


















  • I’m pretty sure this is a duplicate

    – egreg
    8 hours ago













2












2








2


0







This question already has an answer here:



  • Using bm with eulervm gives inconsistent ‘<’ and ‘>’ characters

    2 answers



The following code



documentclassamsart
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackageeulerpx,bm

begindocument

$a<bquadbma<b$

enddocument


Provides the following output:



enter image description here



The inequality symbol is not changed when I use, say, newpxmath instead. The problem seems to be indeed with the eulerpx package. How can this be solved?










share|improve this question















This question already has an answer here:



  • Using bm with eulervm gives inconsistent ‘<’ and ‘>’ characters

    2 answers



The following code



documentclassamsart
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackageeulerpx,bm

begindocument

$a<bquadbma<b$

enddocument


Provides the following output:



enter image description here



The inequality symbol is not changed when I use, say, newpxmath instead. The problem seems to be indeed with the eulerpx package. How can this be solved?





This question already has an answer here:



  • Using bm with eulervm gives inconsistent ‘<’ and ‘>’ characters

    2 answers







bm






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 9 hours ago









Matemáticos ChibchasMatemáticos Chibchas

1998




1998




marked as duplicate by egreg, JouleV, Kurt, Sebastiano, samcarter 6 hours ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









marked as duplicate by egreg, JouleV, Kurt, Sebastiano, samcarter 6 hours ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • I’m pretty sure this is a duplicate

    – egreg
    8 hours ago

















  • I’m pretty sure this is a duplicate

    – egreg
    8 hours ago
















I’m pretty sure this is a duplicate

– egreg
8 hours ago





I’m pretty sure this is a duplicate

– egreg
8 hours ago










1 Answer
1






active

oldest

votes


















3














Not sure what all this breaks, but I redefined a symbol font and made < active inside of bm.



The begingroup...endgroup isolates the catcode change, while still allowing binary operators inside the bm to see what is outside of the bm, shown in the MWE as ybm-y.



documentclassamsart
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackageeulerpx,bm
SetSymbolFontlettersbold Uzeurmn
letsvbmbm
renewcommandbmbegingroupcatcode`<=active xbm
newcommandxbm[1]svbm#1endgroup
letsvlt<
catcode`<=active gdef<mathopmathrmsvlt
begindocument
$a<bquadbma<bquad ybm-y$
enddocument


enter image description here



To apply this approach to both < and > relations requires just a little extra:



documentclassamsart
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackageeulerpx,bm
SetSymbolFontlettersbold Uzeurmn
letsvbmbm
renewcommandbmbegingroup%
catcode`>=active %
catcode`<=active %
xbm
newcommandxbm[1]svbm#1endgroup
letsvlt<
letsvgt>
catcode`>=active
gdef>mathopmathrmsvgt
catcode`<=active
gdef<mathopmathrmsvlt
begindocument
$a<bquadbma<>bquad ybm-y$
enddocument





share|improve this answer































    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    3














    Not sure what all this breaks, but I redefined a symbol font and made < active inside of bm.



    The begingroup...endgroup isolates the catcode change, while still allowing binary operators inside the bm to see what is outside of the bm, shown in the MWE as ybm-y.



    documentclassamsart
    usepackage[utf8]inputenc
    usepackage[T1]fontenc
    usepackageeulerpx,bm
    SetSymbolFontlettersbold Uzeurmn
    letsvbmbm
    renewcommandbmbegingroupcatcode`<=active xbm
    newcommandxbm[1]svbm#1endgroup
    letsvlt<
    catcode`<=active gdef<mathopmathrmsvlt
    begindocument
    $a<bquadbma<bquad ybm-y$
    enddocument


    enter image description here



    To apply this approach to both < and > relations requires just a little extra:



    documentclassamsart
    usepackage[utf8]inputenc
    usepackage[T1]fontenc
    usepackageeulerpx,bm
    SetSymbolFontlettersbold Uzeurmn
    letsvbmbm
    renewcommandbmbegingroup%
    catcode`>=active %
    catcode`<=active %
    xbm
    newcommandxbm[1]svbm#1endgroup
    letsvlt<
    letsvgt>
    catcode`>=active
    gdef>mathopmathrmsvgt
    catcode`<=active
    gdef<mathopmathrmsvlt
    begindocument
    $a<bquadbma<>bquad ybm-y$
    enddocument





    share|improve this answer





























      3














      Not sure what all this breaks, but I redefined a symbol font and made < active inside of bm.



      The begingroup...endgroup isolates the catcode change, while still allowing binary operators inside the bm to see what is outside of the bm, shown in the MWE as ybm-y.



      documentclassamsart
      usepackage[utf8]inputenc
      usepackage[T1]fontenc
      usepackageeulerpx,bm
      SetSymbolFontlettersbold Uzeurmn
      letsvbmbm
      renewcommandbmbegingroupcatcode`<=active xbm
      newcommandxbm[1]svbm#1endgroup
      letsvlt<
      catcode`<=active gdef<mathopmathrmsvlt
      begindocument
      $a<bquadbma<bquad ybm-y$
      enddocument


      enter image description here



      To apply this approach to both < and > relations requires just a little extra:



      documentclassamsart
      usepackage[utf8]inputenc
      usepackage[T1]fontenc
      usepackageeulerpx,bm
      SetSymbolFontlettersbold Uzeurmn
      letsvbmbm
      renewcommandbmbegingroup%
      catcode`>=active %
      catcode`<=active %
      xbm
      newcommandxbm[1]svbm#1endgroup
      letsvlt<
      letsvgt>
      catcode`>=active
      gdef>mathopmathrmsvgt
      catcode`<=active
      gdef<mathopmathrmsvlt
      begindocument
      $a<bquadbma<>bquad ybm-y$
      enddocument





      share|improve this answer



























        3












        3








        3







        Not sure what all this breaks, but I redefined a symbol font and made < active inside of bm.



        The begingroup...endgroup isolates the catcode change, while still allowing binary operators inside the bm to see what is outside of the bm, shown in the MWE as ybm-y.



        documentclassamsart
        usepackage[utf8]inputenc
        usepackage[T1]fontenc
        usepackageeulerpx,bm
        SetSymbolFontlettersbold Uzeurmn
        letsvbmbm
        renewcommandbmbegingroupcatcode`<=active xbm
        newcommandxbm[1]svbm#1endgroup
        letsvlt<
        catcode`<=active gdef<mathopmathrmsvlt
        begindocument
        $a<bquadbma<bquad ybm-y$
        enddocument


        enter image description here



        To apply this approach to both < and > relations requires just a little extra:



        documentclassamsart
        usepackage[utf8]inputenc
        usepackage[T1]fontenc
        usepackageeulerpx,bm
        SetSymbolFontlettersbold Uzeurmn
        letsvbmbm
        renewcommandbmbegingroup%
        catcode`>=active %
        catcode`<=active %
        xbm
        newcommandxbm[1]svbm#1endgroup
        letsvlt<
        letsvgt>
        catcode`>=active
        gdef>mathopmathrmsvgt
        catcode`<=active
        gdef<mathopmathrmsvlt
        begindocument
        $a<bquadbma<>bquad ybm-y$
        enddocument





        share|improve this answer















        Not sure what all this breaks, but I redefined a symbol font and made < active inside of bm.



        The begingroup...endgroup isolates the catcode change, while still allowing binary operators inside the bm to see what is outside of the bm, shown in the MWE as ybm-y.



        documentclassamsart
        usepackage[utf8]inputenc
        usepackage[T1]fontenc
        usepackageeulerpx,bm
        SetSymbolFontlettersbold Uzeurmn
        letsvbmbm
        renewcommandbmbegingroupcatcode`<=active xbm
        newcommandxbm[1]svbm#1endgroup
        letsvlt<
        catcode`<=active gdef<mathopmathrmsvlt
        begindocument
        $a<bquadbma<bquad ybm-y$
        enddocument


        enter image description here



        To apply this approach to both < and > relations requires just a little extra:



        documentclassamsart
        usepackage[utf8]inputenc
        usepackage[T1]fontenc
        usepackageeulerpx,bm
        SetSymbolFontlettersbold Uzeurmn
        letsvbmbm
        renewcommandbmbegingroup%
        catcode`>=active %
        catcode`<=active %
        xbm
        newcommandxbm[1]svbm#1endgroup
        letsvlt<
        letsvgt>
        catcode`>=active
        gdef>mathopmathrmsvgt
        catcode`<=active
        gdef<mathopmathrmsvlt
        begindocument
        $a<bquadbma<>bquad ybm-y$
        enddocument






        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 8 hours ago

























        answered 9 hours ago









        Steven B. SegletesSteven B. Segletes

        158k9204411




        158k9204411













            Popular posts from this blog

            How should I use the fbox command correctly to avoid producing a Bad Box message?How to put a long piece of text in a box?How to specify height and width of fboxIs there an arrayrulecolor-like command to change the rule color of fbox?What is the command to highlight bad boxes in pdf?Why does fbox sometimes place the box *over* the graphic image?how to put the text in the boxHow to create command for a box where text inside the box can automatically adjust?how can I make an fbox like command with certain color, shape and width of border?how to use fbox in align modeFbox increase the spacing between the box and it content (inner margin)how to change the box height of an equationWhat is the use of the hbox in a newcommand command?

            152 Atala Notae | Nexus externi | Tabula navigationis"Discovery Circumstances: Numbered Minor Planets"2000152Small-Body Database

            Doxepinum Nexus interni Notae | Tabula navigationis3158DB01142WHOa682390"Structural Analysis of the Histamine H1 Receptor""Transdermal and Topical Drug Administration in the Treatment of Pain""Antidepressants as antipruritic agents: A review"