User Portlet
Discussions |
---|
That would probably work, but in a way that is a manual version of font substitution :P |
Thanks for the very understandable explanations, guys--I appreciate it! 8^) |
I found now a solution, that works great :) "With[...]" does exactly what I was lookiing for: test[inNumber_] := Module[ {outNumber, outMathematica, outLatex}, outNumber = inNumber^2; outMathematica =... |
I have this problem too. I solved it by editing the "MenuSetup.tr"-File and change "CTRL=" to "F8". Path, File and the chanched text is marked with the yellow color. This solution was posted from an other user years ago, but I cant find this thread... |
Hi John > if you'd written a parser before you'd know what your asking isn't possible: meaning - yes there is no magic for bracket counting :) On a [homepage][2] I found the following: ![enter image description here][1] [1]:... |
I have found a solution for me that works fine. I calculate the point first for a cricle, interpolate them wit the function of the first post, then I transform them to the ellipse and mak the BSplineCurve: ellipse[o_, a_, b_, \[Alpha]1_,... |
Thank you very much, Unevaluated[] is exactly what I was lookin for. That the function in the argument ist evaluatet first, was logical for me. I was only confused, because I thought that then the first output must be the symbol "a" and not 2. My... |
You could also using **Inset**-ing a clipped (using **PlotRangeClipping**) graphics... I've never tried that... |
Excellent! |
Thx for the link. My skills are not good enough yet to understand the solution there, but I will try it! |