Why does smartdiagram replace the Greek letter xi by a number?Animation of a diagram with the package SmartdiagramHow can I remove the box in the smartdiagram?smartdiagram - text not centered in bubble diagramsmartdiagram “uniform color list” option causes spacing bugHow to change font color to white in the smartdiagram package?Remove the reverse arrow in smartdiagramHow can I fix this smartdiagram so the rectangles adapt to the size of text in them?Typesetting interactions diagram - with smartdiagram ? - (and bug/conflict between babel and smartdiagram)Changing the colour of a smartdiagram in beamerPosition of the modules at a smartdiagram (Bubble Diagram)

Was Self-modifying-code possible just using BASIC?

Is it okay to have a sequel start immediately after the end of the first book?

What would prevent chimeras from reproducing with each other?

How can I remove material from this wood beam?

Can the removal of a duty-free sales trolley result in a measurable reduction in emissions?

How can I spread content from an ancient text without governmental supervision?

How do free-speech protections in the United States apply in public to corporate misrepresentations?

What differences exist between adamantine and adamantite in all editions of D&D?

Why does smartdiagram replace the Greek letter xi by a number?

What aircraft was used as Air Force One for the flight between Southampton and Shannon?

How do i export activities related to an account with a specific recordtype?

Amplitude of a crest and trough in a sound wave?

Does the Nuka-Cola bottler actually generate nuka cola?

Does the new finding on "reversing a quantum jump mid-flight" rule out any interpretations of QM?

2019 gold coins to share

How can one's career as a reviewer be ended?

Does a bank have to tell me if a check made out to me was cashed there?

Should I put programming books I wrote a few years ago on my resume?

Should I refuse to be named as co-author of a low quality paper?

Why did Intel abandon unified CPU cache?

What is the logic behind charging tax _in the form of money_ for owning property when the property does not produce money?

Increase speed altering column on large table to NON NULL

C++ logging library

Electricity free spaceship



Why does smartdiagram replace the Greek letter xi by a number?


Animation of a diagram with the package SmartdiagramHow can I remove the box in the smartdiagram?smartdiagram - text not centered in bubble diagramsmartdiagram “uniform color list” option causes spacing bugHow to change font color to white in the smartdiagram package?Remove the reverse arrow in smartdiagramHow can I fix this smartdiagram so the rectangles adapt to the size of text in them?Typesetting interactions diagram - with smartdiagram ? - (and bug/conflict between babel and smartdiagram)Changing the colour of a smartdiagram in beamerPosition of the modules at a smartdiagram (Bubble Diagram)













4















Consider the MWE



documentclassbeamer
usepackagesmartdiagram
begindocument
beginframe[plain]
smartdiagramanimated[descriptive diagram]
$a$, $alpha$,
$b$,$beta$,
$x$,$xi$
endframe
enddocument


enter image description here



Instead of the expected Greek letter ξ there is a 3. Why?










share|improve this question


























    4















    Consider the MWE



    documentclassbeamer
    usepackagesmartdiagram
    begindocument
    beginframe[plain]
    smartdiagramanimated[descriptive diagram]
    $a$, $alpha$,
    $b$,$beta$,
    $x$,$xi$
    endframe
    enddocument


    enter image description here



    Instead of the expected Greek letter ξ there is a 3. Why?










    share|improve this question
























      4












      4








      4








      Consider the MWE



      documentclassbeamer
      usepackagesmartdiagram
      begindocument
      beginframe[plain]
      smartdiagramanimated[descriptive diagram]
      $a$, $alpha$,
      $b$,$beta$,
      $x$,$xi$
      endframe
      enddocument


      enter image description here



      Instead of the expected Greek letter ξ there is a 3. Why?










      share|improve this question














      Consider the MWE



      documentclassbeamer
      usepackagesmartdiagram
      begindocument
      beginframe[plain]
      smartdiagramanimated[descriptive diagram]
      $a$, $alpha$,
      $b$,$beta$,
      $x$,$xi$
      endframe
      enddocument


      enter image description here



      Instead of the expected Greek letter ξ there is a 3. Why?







      smartdiagram






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 8 hours ago









      marmotmarmot

      134k6174322




      134k6174322




















          1 Answer
          1






          active

          oldest

          votes


















          4














          This is because xi is used as an internal loop variable in the smartdiagram package. One way to fix this is



          documentclassbeamer
          usepackagesmartdiagram
          letoldxixi
          begindocument
          beginframe[plain]
          smartdiagramanimated[descriptive diagram]
          $a$, $alpha$,
          $b$,$beta$,
          $x$,$oldxi$
          endframe
          enddocument


          enter image description here



          @Claudio: I will be very happy to remove these posts if you feel they are inappropriate. I really love your package(s)!






          share|improve this answer

























            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%2f494860%2fwhy-does-smartdiagram-replace-the-greek-letter-xi-by-a-number%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









            4














            This is because xi is used as an internal loop variable in the smartdiagram package. One way to fix this is



            documentclassbeamer
            usepackagesmartdiagram
            letoldxixi
            begindocument
            beginframe[plain]
            smartdiagramanimated[descriptive diagram]
            $a$, $alpha$,
            $b$,$beta$,
            $x$,$oldxi$
            endframe
            enddocument


            enter image description here



            @Claudio: I will be very happy to remove these posts if you feel they are inappropriate. I really love your package(s)!






            share|improve this answer





























              4














              This is because xi is used as an internal loop variable in the smartdiagram package. One way to fix this is



              documentclassbeamer
              usepackagesmartdiagram
              letoldxixi
              begindocument
              beginframe[plain]
              smartdiagramanimated[descriptive diagram]
              $a$, $alpha$,
              $b$,$beta$,
              $x$,$oldxi$
              endframe
              enddocument


              enter image description here



              @Claudio: I will be very happy to remove these posts if you feel they are inappropriate. I really love your package(s)!






              share|improve this answer



























                4












                4








                4







                This is because xi is used as an internal loop variable in the smartdiagram package. One way to fix this is



                documentclassbeamer
                usepackagesmartdiagram
                letoldxixi
                begindocument
                beginframe[plain]
                smartdiagramanimated[descriptive diagram]
                $a$, $alpha$,
                $b$,$beta$,
                $x$,$oldxi$
                endframe
                enddocument


                enter image description here



                @Claudio: I will be very happy to remove these posts if you feel they are inappropriate. I really love your package(s)!






                share|improve this answer















                This is because xi is used as an internal loop variable in the smartdiagram package. One way to fix this is



                documentclassbeamer
                usepackagesmartdiagram
                letoldxixi
                begindocument
                beginframe[plain]
                smartdiagramanimated[descriptive diagram]
                $a$, $alpha$,
                $b$,$beta$,
                $x$,$oldxi$
                endframe
                enddocument


                enter image description here



                @Claudio: I will be very happy to remove these posts if you feel they are inappropriate. I really love your package(s)!







                share|improve this answer














                share|improve this answer



                share|improve this answer








                answered 8 hours ago


























                community wiki





                marmot




























                    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%2f494860%2fwhy-does-smartdiagram-replace-the-greek-letter-xi-by-a-number%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

                    ParseJSON using SSJSUsing AMPscript with SSJS ActivitiesHow to resubscribe a user in Marketing cloud using SSJS?Pulling Subscriber Status from Lists using SSJSRetrieving Emails using SSJSProblem in updating DE using SSJSUsing SSJS to send single email in Marketing CloudError adding EmailSendDefinition using SSJS

                    Кампала Садржај Географија Географија Историја Становништво Привреда Партнерски градови Референце Спољашње везе Мени за навигацију0°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.340°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.34МедијиПодациЗванични веб-сајту

                    19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу