High entropy alloy in TikZ
Plotting a random trajectory
How can I draw a graph like the diagram below?
Extract a list of distinct values from another list (remove dupes)
latex3 use function by name
Typesetting \varepsilon (I^\[Micro]) in normal text
Obtaining a matrix from GAP directly in TeX
High entropy alloy in TikZ https://tex.stackexchange.com/landing/r/digest?cta=question&id=560421
I'm trying to reproduce this illustration of a high entropy alloy (HEA) in TikZ: What I have so far looks quite bland because I can't find a way to randomly assign one out of a list of colors. \... [tikz-pgf] [color] [rotating] [tikz-3d]
asked by Casimir https://tex.stackexchange.com/landing/r/digest?cta=user&id=62340 11 votes
answered by A~\221ako https://tex.stackexchange.com/landing/r/digest?cta=user&id=89320 8
votes Plotting a random trajectory https://tex.stackexchange.com/landing/r/digest?cta=question&id=560943
I am trying to recreate a trajectory plot to demonstrate stability. The image I have in mind is something similar to this following figure: The problem is, I do not really known how to generate the ... [tikz-pgf]
asked by Bakr https://tex.stackexchange.com/landing/r/digest?cta=user&id=205591 9 votes
answered by Bakr https://tex.stackexchange.com/landing/r/digest?cta=user&id=205591 6 votes
How can I draw a graph like the diagram below? https://tex.stackexchange.com/landing/r/digest?cta=question&id=560729
I'm trying, but something is wrong with my code in LaTeX: \begin{asy} pair dynkinMark(real x, real y, string s = "", pen p = defaultpen, pair B = dir(45)) { if (s != "") { dot(&... [graphics] [diagrams] [asymptote]
asked by Fatlum https://tex.stackexchange.com/landing/r/digest?cta=user&id=223536 8
votes answered by O.G. https://tex.stackexchange.com/landing/r/digest?cta=user&id=56157 9 votes
Extract a list of distinct values from another list (remove dupes)
https://tex.stackexchange.com/landing/r/digest?cta=question&id=560392
Suppose I have a list defined via \def\zList{0,0,1,1,1,2,2,10}. How can I obtain a (comma-separated) list 0,1,2,10 that contains the unique/distinct values in 0,0,1,1,1,2,2,10? Is there perhaps a way ... [tikz-pgf] [lists] [foreach] [pgfmath]
asked by cis https://tex.stackexchange.com/landing/r/digest?cta=user&id=46023 8 votes
answered by Joseph Wright https://tex.stackexchange.com/landing/r/digest?cta=user&id=73
10 votes latex3 use function by name https://tex.stackexchange.com/landing/r/digest?cta=question&id=560769
I have several functions defined by similar way, and they will be used later by the name base + argument. I do not find \cs_use:c, but there is \use:c and \cs_if_exist_use:c. Is this the correct way ... [expl3]
asked by ZhiyuanLck https://tex.stackexchange.com/landing/r/digest?cta=user&id=201158 7
votes answered by egreg https://tex.stackexchange.com/landing/r/digest?cta=user&id=4427 8 votes
Typesetting \varepsilon (I^\[Micro]) in normal text https://tex.stackexchange.com/landing/r/digest?cta=question&id=560592
I have a pretty arcane problem, I know, but here we are: I reference and cite a project called Exodus a^\200\223 companies own spelling: I^\[Micro]xodus, i.e.: I^\[Micro] [GREEK SMALL LETTER EPSILON (\varepsilon)] + "odus&... [symbols] [typography]
asked by rugk https://tex.stackexchange.com/landing/r/digest?cta=user&id=98645 7 votes
answered by Cael Warner https://tex.stackexchange.com/landing/r/digest?cta=user&id=222949 9
votes Obtaining a matrix from GAP directly in TeX https://tex.stackexchange.com/landing/r/digest?cta=question&id=560712
In GAP one obtains a matrix in the following way as an output: [ [ 0, 0, 0, 1 ], [ 0, 0, 1, 0 ], [ 0, 1, 0, 0 ], [ 1, 0, 0, 0 ] ] This matrix is given as a list of lists (which are the row vectors). ... [matrices] [gap]
asked by Mare https://tex.stackexchange.com/landing/r/digest?cta=user&id=97579 5 votes
answered by David Carlisle https://tex.stackexchange.com/landing/r/digest?cta=user&id=1090 9
votes