Closer slanted parallel symbolA newcommand (for typesetting the symbol for parallel lines) not compiledHow do I get a slanted sum symbol?Parallel resistance commandSlanted text in newtxmathlessim slanted variationRedefining symbol midway through a documentSet the symbol horizontally square (and more closer) using mtpro2Change only the symbol pi of mtpro2, v. lite, with slanted pi of Mathematical Pi 1 (or similar)

Is there a definition of species where Lions and Tigers are the same species?

Is Earth's Surface "In orbit"?

Is 'lay lady lay' grammatical?

What was the first version of macOS to ship with the Vim text editor?

What does play with feeling mean?

Is there a reason to have 2 or more witnesses at the same time during the current impeachment hearings

Why does the B-2 Spirit have a pattern of thin white lines?

C - wrapping globals in a struct?

If a photon truly goes through both slits (at the same time), then why can't we detect it at both slits (at the same time)?

Short story from the 70s(?) about aliens/angels destroying humankind, from the point of view of a priest/pastor

Is this a reasonable magic pet?

How did Gdoley Israel react to the landing on the Moon?

How was the Luftwaffe able to destroy nearly 4000 Soviet aircraft in 3 days of operation Barbarossa?

Why does this process map every fraction to the golden ratio?

What is the difference between "mère" and "mère de famille"?

Is military allowed to wear civilian clothes when testifying in Congress?

Is there a difference between “When you are reduced to 0 hit points” and “when you would be reduced to 0 hit points”?

Counting without zeroes

What type of interpreter were most 8-bit BASIC implementations?

Will this spoil?

How can I swallow pills more easily?

How do the different seasons work for Eladrin?

Designing Borders with QGIS

I noticed an error in a graded exam during office hours. Should I give the student the lower grade?



Closer slanted parallel symbol


A newcommand (for typesetting the symbol for parallel lines) not compiledHow do I get a slanted sum symbol?Parallel resistance commandSlanted text in newtxmathlessim slanted variationRedefining symbol midway through a documentSet the symbol horizontally square (and more closer) using mtpro2Change only the symbol pi of mtpro2, v. lite, with slanted pi of Mathematical Pi 1 (or similar)






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









6


















Looking the @egreg's answer where I have deleted some parts of code



documentclass[12pt]article
newcommandparallelsummathbin!/mkern-5mu/!
begindocument
$AB parallelsum CD$
enddocument


I would to change the classical symbol of parallel



enter image description here



to obtain another same symbol of parallel



enter image description here



where the slanted should not be above and below the two red lines, are closer to each other and are in line with the text, in mathematical mode in both subscript and overscript mode. If there's already a symbol like this I'm searching for even better for me.










share|improve this question

































    6


















    Looking the @egreg's answer where I have deleted some parts of code



    documentclass[12pt]article
    newcommandparallelsummathbin!/mkern-5mu/!
    begindocument
    $AB parallelsum CD$
    enddocument


    I would to change the classical symbol of parallel



    enter image description here



    to obtain another same symbol of parallel



    enter image description here



    where the slanted should not be above and below the two red lines, are closer to each other and are in line with the text, in mathematical mode in both subscript and overscript mode. If there's already a symbol like this I'm searching for even better for me.










    share|improve this question





























      6













      6









      6








      Looking the @egreg's answer where I have deleted some parts of code



      documentclass[12pt]article
      newcommandparallelsummathbin!/mkern-5mu/!
      begindocument
      $AB parallelsum CD$
      enddocument


      I would to change the classical symbol of parallel



      enter image description here



      to obtain another same symbol of parallel



      enter image description here



      where the slanted should not be above and below the two red lines, are closer to each other and are in line with the text, in mathematical mode in both subscript and overscript mode. If there's already a symbol like this I'm searching for even better for me.










      share|improve this question
















      Looking the @egreg's answer where I have deleted some parts of code



      documentclass[12pt]article
      newcommandparallelsummathbin!/mkern-5mu/!
      begindocument
      $AB parallelsum CD$
      enddocument


      I would to change the classical symbol of parallel



      enter image description here



      to obtain another same symbol of parallel



      enter image description here



      where the slanted should not be above and below the two red lines, are closer to each other and are in line with the text, in mathematical mode in both subscript and overscript mode. If there's already a symbol like this I'm searching for even better for me.







      math-mode pdftex symbols






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Sep 12 at 0:37









      Phelype Oleinik

      39.5k9 gold badges71 silver badges130 bronze badges




      39.5k9 gold badges71 silver badges130 bronze badges










      asked Sep 11 at 21:47









      SebastianoSebastiano

      20.3k5 gold badges30 silver badges87 bronze badges




      20.3k5 gold badges30 silver badges87 bronze badges























          2 Answers
          2






          active

          oldest

          votes


















          7



















          Raise and scale.



          documentclassarticle
          usepackageamsmath,graphicx

          makeatletter
          newcommandnewparallelmathrelmathpalettenew@parallelrelax
          newcommandnew@parallel[2]%
          begingroup
          sboxz@$#1T$% get the height of an uppercase letter
          resizebox!htz@raiseboxdepth$m@th#1/mkern-5mu/$%
          endgroup

          makeatother

          begindocument

          $ABnewparallel CD$

          $scriptstyle ABnewparallel CD$

          enddocument


          enter image description here



          A different implementation with picture mode. One can easily vary the slope by acting on the second argument to mathpalette.



          documentclassarticle
          usepackageamsmath,pict2e

          makeatletter
          newcommandnewparallelmathrelmathpalettenew@parallel0.3
          newcommandnew@parallel[2]%
          begingroup
          settoheightunitlength$#1T$% get the height of an uppercase letter
          sboxz@new@parallel@slash#1#2%
          mkern0.5mucopyz@mkern-0.5mucopyz@mkern0.5mu
          endgroup

          newcommandnew@parallel@slash[2]%
          beginpicture(#2,1)
          roundcap
          new@parallel@linethickness#1
          Line(0,0)(#2,1)
          endpicture%

          newcommandnew@parallel@linethickness[1]%
          linethickness%
          ifx#1displaystyle fontdimen8textfontelse
          ifx#1textstyle fontdimen8textfontelse
          ifx#1scriptstyle fontdimen8scriptfontelse
          1.1fontdimen8scriptscriptfontfififi 3
          %

          makeatother

          begindocument

          $ABnewparallel CD$ $newparallel/$

          $scriptstyle ABnewparallel CD$ $scriptstylenewparallel/$

          $scriptscriptstyle ABnewparallel CD$ $scriptscriptstylenewparallel/$

          Large$ABnewparallel CD$ $newparallel/$

          enddocument


          This is for Computer Modern fonts; for different fonts, roundcap might be omitted. In the example I show the standard slash to compare the line thickness.



          enter image description here






          share|improve this answer




























          • Always my infinite...."grazie di cuore". But if you put this simbol as subscript _ or as exponent is the same the measure?

            – Sebastiano
            Sep 11 at 22:18












          • Wouldn't it be better to keep the aspect of the symbol, and also increase the line widths back to normal?

            – Schrödinger's cat
            Sep 11 at 22:33











          • @Schrödinger'scat Possibly. No time now: with pict2e it should be possible.

            – egreg
            Sep 11 at 22:39






          • 1





            @Sebastiano The symbol scales correctly in subscripts/superscripts. I added a different implementation.

            – egreg
            Sep 12 at 8:09











          • @egreg Impressive your work. Using newtxtext as text which code should I use the second maybe? Always thank you.

            – Sebastiano
            Sep 12 at 14:51


















          1



















          A solution with stmaryrd and clipbox:



          documentclass[12pt]article
          usepackageadjustbox
          usepackagestmaryrd

          newcommandmysslashmathrelmkern-5muclipbox0 0.75ex 0 0$sslash$!

          begindocument

          $ ABmysslash CD $

          enddocument


          enter image description here






          share|improve this answer




























          • Try $scriptstyle ABmysslash CD $.

            – Schrödinger's cat
            Sep 11 at 23:28











          • It's of course designed for display or textstyle. For the other cases, one should recompute the clipping and use mathpalette.

            – Bernard
            Sep 11 at 23:38












          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/4.0/"u003ecc by-sa 4.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%2f507947%2fcloser-slanted-parallel-symbol%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









          7



















          Raise and scale.



          documentclassarticle
          usepackageamsmath,graphicx

          makeatletter
          newcommandnewparallelmathrelmathpalettenew@parallelrelax
          newcommandnew@parallel[2]%
          begingroup
          sboxz@$#1T$% get the height of an uppercase letter
          resizebox!htz@raiseboxdepth$m@th#1/mkern-5mu/$%
          endgroup

          makeatother

          begindocument

          $ABnewparallel CD$

          $scriptstyle ABnewparallel CD$

          enddocument


          enter image description here



          A different implementation with picture mode. One can easily vary the slope by acting on the second argument to mathpalette.



          documentclassarticle
          usepackageamsmath,pict2e

          makeatletter
          newcommandnewparallelmathrelmathpalettenew@parallel0.3
          newcommandnew@parallel[2]%
          begingroup
          settoheightunitlength$#1T$% get the height of an uppercase letter
          sboxz@new@parallel@slash#1#2%
          mkern0.5mucopyz@mkern-0.5mucopyz@mkern0.5mu
          endgroup

          newcommandnew@parallel@slash[2]%
          beginpicture(#2,1)
          roundcap
          new@parallel@linethickness#1
          Line(0,0)(#2,1)
          endpicture%

          newcommandnew@parallel@linethickness[1]%
          linethickness%
          ifx#1displaystyle fontdimen8textfontelse
          ifx#1textstyle fontdimen8textfontelse
          ifx#1scriptstyle fontdimen8scriptfontelse
          1.1fontdimen8scriptscriptfontfififi 3
          %

          makeatother

          begindocument

          $ABnewparallel CD$ $newparallel/$

          $scriptstyle ABnewparallel CD$ $scriptstylenewparallel/$

          $scriptscriptstyle ABnewparallel CD$ $scriptscriptstylenewparallel/$

          Large$ABnewparallel CD$ $newparallel/$

          enddocument


          This is for Computer Modern fonts; for different fonts, roundcap might be omitted. In the example I show the standard slash to compare the line thickness.



          enter image description here






          share|improve this answer




























          • Always my infinite...."grazie di cuore". But if you put this simbol as subscript _ or as exponent is the same the measure?

            – Sebastiano
            Sep 11 at 22:18












          • Wouldn't it be better to keep the aspect of the symbol, and also increase the line widths back to normal?

            – Schrödinger's cat
            Sep 11 at 22:33











          • @Schrödinger'scat Possibly. No time now: with pict2e it should be possible.

            – egreg
            Sep 11 at 22:39






          • 1





            @Sebastiano The symbol scales correctly in subscripts/superscripts. I added a different implementation.

            – egreg
            Sep 12 at 8:09











          • @egreg Impressive your work. Using newtxtext as text which code should I use the second maybe? Always thank you.

            – Sebastiano
            Sep 12 at 14:51















          7



















          Raise and scale.



          documentclassarticle
          usepackageamsmath,graphicx

          makeatletter
          newcommandnewparallelmathrelmathpalettenew@parallelrelax
          newcommandnew@parallel[2]%
          begingroup
          sboxz@$#1T$% get the height of an uppercase letter
          resizebox!htz@raiseboxdepth$m@th#1/mkern-5mu/$%
          endgroup

          makeatother

          begindocument

          $ABnewparallel CD$

          $scriptstyle ABnewparallel CD$

          enddocument


          enter image description here



          A different implementation with picture mode. One can easily vary the slope by acting on the second argument to mathpalette.



          documentclassarticle
          usepackageamsmath,pict2e

          makeatletter
          newcommandnewparallelmathrelmathpalettenew@parallel0.3
          newcommandnew@parallel[2]%
          begingroup
          settoheightunitlength$#1T$% get the height of an uppercase letter
          sboxz@new@parallel@slash#1#2%
          mkern0.5mucopyz@mkern-0.5mucopyz@mkern0.5mu
          endgroup

          newcommandnew@parallel@slash[2]%
          beginpicture(#2,1)
          roundcap
          new@parallel@linethickness#1
          Line(0,0)(#2,1)
          endpicture%

          newcommandnew@parallel@linethickness[1]%
          linethickness%
          ifx#1displaystyle fontdimen8textfontelse
          ifx#1textstyle fontdimen8textfontelse
          ifx#1scriptstyle fontdimen8scriptfontelse
          1.1fontdimen8scriptscriptfontfififi 3
          %

          makeatother

          begindocument

          $ABnewparallel CD$ $newparallel/$

          $scriptstyle ABnewparallel CD$ $scriptstylenewparallel/$

          $scriptscriptstyle ABnewparallel CD$ $scriptscriptstylenewparallel/$

          Large$ABnewparallel CD$ $newparallel/$

          enddocument


          This is for Computer Modern fonts; for different fonts, roundcap might be omitted. In the example I show the standard slash to compare the line thickness.



          enter image description here






          share|improve this answer




























          • Always my infinite...."grazie di cuore". But if you put this simbol as subscript _ or as exponent is the same the measure?

            – Sebastiano
            Sep 11 at 22:18












          • Wouldn't it be better to keep the aspect of the symbol, and also increase the line widths back to normal?

            – Schrödinger's cat
            Sep 11 at 22:33











          • @Schrödinger'scat Possibly. No time now: with pict2e it should be possible.

            – egreg
            Sep 11 at 22:39






          • 1





            @Sebastiano The symbol scales correctly in subscripts/superscripts. I added a different implementation.

            – egreg
            Sep 12 at 8:09











          • @egreg Impressive your work. Using newtxtext as text which code should I use the second maybe? Always thank you.

            – Sebastiano
            Sep 12 at 14:51













          7















          7











          7









          Raise and scale.



          documentclassarticle
          usepackageamsmath,graphicx

          makeatletter
          newcommandnewparallelmathrelmathpalettenew@parallelrelax
          newcommandnew@parallel[2]%
          begingroup
          sboxz@$#1T$% get the height of an uppercase letter
          resizebox!htz@raiseboxdepth$m@th#1/mkern-5mu/$%
          endgroup

          makeatother

          begindocument

          $ABnewparallel CD$

          $scriptstyle ABnewparallel CD$

          enddocument


          enter image description here



          A different implementation with picture mode. One can easily vary the slope by acting on the second argument to mathpalette.



          documentclassarticle
          usepackageamsmath,pict2e

          makeatletter
          newcommandnewparallelmathrelmathpalettenew@parallel0.3
          newcommandnew@parallel[2]%
          begingroup
          settoheightunitlength$#1T$% get the height of an uppercase letter
          sboxz@new@parallel@slash#1#2%
          mkern0.5mucopyz@mkern-0.5mucopyz@mkern0.5mu
          endgroup

          newcommandnew@parallel@slash[2]%
          beginpicture(#2,1)
          roundcap
          new@parallel@linethickness#1
          Line(0,0)(#2,1)
          endpicture%

          newcommandnew@parallel@linethickness[1]%
          linethickness%
          ifx#1displaystyle fontdimen8textfontelse
          ifx#1textstyle fontdimen8textfontelse
          ifx#1scriptstyle fontdimen8scriptfontelse
          1.1fontdimen8scriptscriptfontfififi 3
          %

          makeatother

          begindocument

          $ABnewparallel CD$ $newparallel/$

          $scriptstyle ABnewparallel CD$ $scriptstylenewparallel/$

          $scriptscriptstyle ABnewparallel CD$ $scriptscriptstylenewparallel/$

          Large$ABnewparallel CD$ $newparallel/$

          enddocument


          This is for Computer Modern fonts; for different fonts, roundcap might be omitted. In the example I show the standard slash to compare the line thickness.



          enter image description here






          share|improve this answer
















          Raise and scale.



          documentclassarticle
          usepackageamsmath,graphicx

          makeatletter
          newcommandnewparallelmathrelmathpalettenew@parallelrelax
          newcommandnew@parallel[2]%
          begingroup
          sboxz@$#1T$% get the height of an uppercase letter
          resizebox!htz@raiseboxdepth$m@th#1/mkern-5mu/$%
          endgroup

          makeatother

          begindocument

          $ABnewparallel CD$

          $scriptstyle ABnewparallel CD$

          enddocument


          enter image description here



          A different implementation with picture mode. One can easily vary the slope by acting on the second argument to mathpalette.



          documentclassarticle
          usepackageamsmath,pict2e

          makeatletter
          newcommandnewparallelmathrelmathpalettenew@parallel0.3
          newcommandnew@parallel[2]%
          begingroup
          settoheightunitlength$#1T$% get the height of an uppercase letter
          sboxz@new@parallel@slash#1#2%
          mkern0.5mucopyz@mkern-0.5mucopyz@mkern0.5mu
          endgroup

          newcommandnew@parallel@slash[2]%
          beginpicture(#2,1)
          roundcap
          new@parallel@linethickness#1
          Line(0,0)(#2,1)
          endpicture%

          newcommandnew@parallel@linethickness[1]%
          linethickness%
          ifx#1displaystyle fontdimen8textfontelse
          ifx#1textstyle fontdimen8textfontelse
          ifx#1scriptstyle fontdimen8scriptfontelse
          1.1fontdimen8scriptscriptfontfififi 3
          %

          makeatother

          begindocument

          $ABnewparallel CD$ $newparallel/$

          $scriptstyle ABnewparallel CD$ $scriptstylenewparallel/$

          $scriptscriptstyle ABnewparallel CD$ $scriptscriptstylenewparallel/$

          Large$ABnewparallel CD$ $newparallel/$

          enddocument


          This is for Computer Modern fonts; for different fonts, roundcap might be omitted. In the example I show the standard slash to compare the line thickness.



          enter image description here







          share|improve this answer















          share|improve this answer




          share|improve this answer








          edited Sep 12 at 8:08

























          answered Sep 11 at 22:15









          egregegreg

          784k93 gold badges2039 silver badges3410 bronze badges




          784k93 gold badges2039 silver badges3410 bronze badges















          • Always my infinite...."grazie di cuore". But if you put this simbol as subscript _ or as exponent is the same the measure?

            – Sebastiano
            Sep 11 at 22:18












          • Wouldn't it be better to keep the aspect of the symbol, and also increase the line widths back to normal?

            – Schrödinger's cat
            Sep 11 at 22:33











          • @Schrödinger'scat Possibly. No time now: with pict2e it should be possible.

            – egreg
            Sep 11 at 22:39






          • 1





            @Sebastiano The symbol scales correctly in subscripts/superscripts. I added a different implementation.

            – egreg
            Sep 12 at 8:09











          • @egreg Impressive your work. Using newtxtext as text which code should I use the second maybe? Always thank you.

            – Sebastiano
            Sep 12 at 14:51

















          • Always my infinite...."grazie di cuore". But if you put this simbol as subscript _ or as exponent is the same the measure?

            – Sebastiano
            Sep 11 at 22:18












          • Wouldn't it be better to keep the aspect of the symbol, and also increase the line widths back to normal?

            – Schrödinger's cat
            Sep 11 at 22:33











          • @Schrödinger'scat Possibly. No time now: with pict2e it should be possible.

            – egreg
            Sep 11 at 22:39






          • 1





            @Sebastiano The symbol scales correctly in subscripts/superscripts. I added a different implementation.

            – egreg
            Sep 12 at 8:09











          • @egreg Impressive your work. Using newtxtext as text which code should I use the second maybe? Always thank you.

            – Sebastiano
            Sep 12 at 14:51
















          Always my infinite...."grazie di cuore". But if you put this simbol as subscript _ or as exponent is the same the measure?

          – Sebastiano
          Sep 11 at 22:18






          Always my infinite...."grazie di cuore". But if you put this simbol as subscript _ or as exponent is the same the measure?

          – Sebastiano
          Sep 11 at 22:18














          Wouldn't it be better to keep the aspect of the symbol, and also increase the line widths back to normal?

          – Schrödinger's cat
          Sep 11 at 22:33





          Wouldn't it be better to keep the aspect of the symbol, and also increase the line widths back to normal?

          – Schrödinger's cat
          Sep 11 at 22:33













          @Schrödinger'scat Possibly. No time now: with pict2e it should be possible.

          – egreg
          Sep 11 at 22:39





          @Schrödinger'scat Possibly. No time now: with pict2e it should be possible.

          – egreg
          Sep 11 at 22:39




          1




          1





          @Sebastiano The symbol scales correctly in subscripts/superscripts. I added a different implementation.

          – egreg
          Sep 12 at 8:09





          @Sebastiano The symbol scales correctly in subscripts/superscripts. I added a different implementation.

          – egreg
          Sep 12 at 8:09













          @egreg Impressive your work. Using newtxtext as text which code should I use the second maybe? Always thank you.

          – Sebastiano
          Sep 12 at 14:51





          @egreg Impressive your work. Using newtxtext as text which code should I use the second maybe? Always thank you.

          – Sebastiano
          Sep 12 at 14:51













          1



















          A solution with stmaryrd and clipbox:



          documentclass[12pt]article
          usepackageadjustbox
          usepackagestmaryrd

          newcommandmysslashmathrelmkern-5muclipbox0 0.75ex 0 0$sslash$!

          begindocument

          $ ABmysslash CD $

          enddocument


          enter image description here






          share|improve this answer




























          • Try $scriptstyle ABmysslash CD $.

            – Schrödinger's cat
            Sep 11 at 23:28











          • It's of course designed for display or textstyle. For the other cases, one should recompute the clipping and use mathpalette.

            – Bernard
            Sep 11 at 23:38















          1



















          A solution with stmaryrd and clipbox:



          documentclass[12pt]article
          usepackageadjustbox
          usepackagestmaryrd

          newcommandmysslashmathrelmkern-5muclipbox0 0.75ex 0 0$sslash$!

          begindocument

          $ ABmysslash CD $

          enddocument


          enter image description here






          share|improve this answer




























          • Try $scriptstyle ABmysslash CD $.

            – Schrödinger's cat
            Sep 11 at 23:28











          • It's of course designed for display or textstyle. For the other cases, one should recompute the clipping and use mathpalette.

            – Bernard
            Sep 11 at 23:38













          1















          1











          1









          A solution with stmaryrd and clipbox:



          documentclass[12pt]article
          usepackageadjustbox
          usepackagestmaryrd

          newcommandmysslashmathrelmkern-5muclipbox0 0.75ex 0 0$sslash$!

          begindocument

          $ ABmysslash CD $

          enddocument


          enter image description here






          share|improve this answer
















          A solution with stmaryrd and clipbox:



          documentclass[12pt]article
          usepackageadjustbox
          usepackagestmaryrd

          newcommandmysslashmathrelmkern-5muclipbox0 0.75ex 0 0$sslash$!

          begindocument

          $ ABmysslash CD $

          enddocument


          enter image description here







          share|improve this answer















          share|improve this answer




          share|improve this answer








          edited Sep 12 at 16:42

























          answered Sep 11 at 23:19









          BernardBernard

          198k8 gold badges88 silver badges233 bronze badges




          198k8 gold badges88 silver badges233 bronze badges















          • Try $scriptstyle ABmysslash CD $.

            – Schrödinger's cat
            Sep 11 at 23:28











          • It's of course designed for display or textstyle. For the other cases, one should recompute the clipping and use mathpalette.

            – Bernard
            Sep 11 at 23:38

















          • Try $scriptstyle ABmysslash CD $.

            – Schrödinger's cat
            Sep 11 at 23:28











          • It's of course designed for display or textstyle. For the other cases, one should recompute the clipping and use mathpalette.

            – Bernard
            Sep 11 at 23:38
















          Try $scriptstyle ABmysslash CD $.

          – Schrödinger's cat
          Sep 11 at 23:28





          Try $scriptstyle ABmysslash CD $.

          – Schrödinger's cat
          Sep 11 at 23:28













          It's of course designed for display or textstyle. For the other cases, one should recompute the clipping and use mathpalette.

          – Bernard
          Sep 11 at 23:38





          It's of course designed for display or textstyle. For the other cases, one should recompute the clipping and use mathpalette.

          – Bernard
          Sep 11 at 23:38


















          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%2f507947%2fcloser-slanted-parallel-symbol%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

          Tamil (spriik) Luke uk diar | Nawigatjuun

          Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

          Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?