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)
Finding closed forms for various addition laws on elliptic curves, FullSimplify fails even with assumptions?
Find smallest index that is identical to the value in an array
Is there a short way to compare many values mutually at same time without using multiple 'and's?
How should I behave to assure my friends that I am not after their money?
Is there a maximum distance from a planet that a moon can orbit?
Why is Madam Hooch not a professor?
Does Marvel have an equivalent of the Green Lantern?
Should I include salary information on my CV?
What is this opening trap called, and how should I play afterwards? How can I refute the gambit, and play if I accept it?
Symbolic equivalent of chmod 400
Does Hubble need to dump momentum of its reaction wheels?
Mount a folder with a space on Linux
Should I hide continue button until tasks are completed?
First-year PhD giving a talk among well-established researchers in the field
Why is the Turkish president's surname spelt in Russian as Эрдоган, with г?
Should I tell my insurance company I'm making payments on my new car?
Why cruise at 7000' in an A319?
How could mana leakage be dangerous to a elf?
Are neural networks the wrong tool to solve this 2D platformer/shooter game? Is there a proven way to frame this problem to a neural network?
How often can a PC check with passive perception during a combat turn?
What do you call the action of someone tackling a stronger person?
Does anycast addressing add additional latency in any way?
Could Sauron have read Tom Bombadil's mind if Tom had held the Palantir?
Why does the numerical solution of an ODE move away from an unstable equilibrium?
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)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Consider the MWE
documentclassbeamer
usepackagesmartdiagram
begindocument
beginframe[plain]
smartdiagramanimated[descriptive diagram]
$a$, $alpha$,
$b$,$beta$,
$x$,$xi$
endframe
enddocument
Instead of the expected Greek letter ξ
there is a 3
. Why?
smartdiagram
add a comment |
Consider the MWE
documentclassbeamer
usepackagesmartdiagram
begindocument
beginframe[plain]
smartdiagramanimated[descriptive diagram]
$a$, $alpha$,
$b$,$beta$,
$x$,$xi$
endframe
enddocument
Instead of the expected Greek letter ξ
there is a 3
. Why?
smartdiagram
add a comment |
Consider the MWE
documentclassbeamer
usepackagesmartdiagram
begindocument
beginframe[plain]
smartdiagramanimated[descriptive diagram]
$a$, $alpha$,
$b$,$beta$,
$x$,$xi$
endframe
enddocument
Instead of the expected Greek letter ξ
there is a 3
. Why?
smartdiagram
Consider the MWE
documentclassbeamer
usepackagesmartdiagram
begindocument
beginframe[plain]
smartdiagramanimated[descriptive diagram]
$a$, $alpha$,
$b$,$beta$,
$x$,$xi$
endframe
enddocument
Instead of the expected Greek letter ξ
there is a 3
. Why?
smartdiagram
smartdiagram
asked Jun 8 at 18:36
marmotmarmot
138k6 gold badges182 silver badges334 bronze badges
138k6 gold badges182 silver badges334 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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
@Claudio: I will be very happy to remove these posts if you feel they are inappropriate. I really love your package(s)!
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');
);
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%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
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
@Claudio: I will be very happy to remove these posts if you feel they are inappropriate. I really love your package(s)!
add a comment |
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
@Claudio: I will be very happy to remove these posts if you feel they are inappropriate. I really love your package(s)!
add a comment |
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
@Claudio: I will be very happy to remove these posts if you feel they are inappropriate. I really love your package(s)!
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
@Claudio: I will be very happy to remove these posts if you feel they are inappropriate. I really love your package(s)!
answered Jun 8 at 18:36
community wiki
marmot
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');
);
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%2f494860%2fwhy-does-smartdiagram-replace-the-greek-letter-xi-by-a-number%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');
);
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');
);
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');
);
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