User Portlet User Portlet

Discussions
It is easy way to include Mathematica code in Latex. Sincerely, I thank you for your help.
I have read since Version 10.0 (released in 2014), Splice has been superseded by FileTemplate. [Splice Doumentation][1]. I used splice to create C-functions in easy way by calling Mathematica functions. I have taken the next example from [CForm...
I have development my own NDSolve function in C language: void MyNDSolve ( void odefun (), double *u, double xmin, double xmax) { ........... } where Odefun is name of a function coded in C. I want to be call it from...
Of course there is a bit of an ambiguity as to which David you are responding to ;-) ! But the approach of using the 2-argument form of `BeginPackage` is tried and true -- it has worked for us for about 25 years since version 1 of Mathematica....
I have one doubt about packages. I have implement two packages where package1 call a function which is defined in package2. Is correct the next implementation? I have errors. BeginPackage[["Package1"] myfunction::usage=""; Begin["Private"]; ...
My Mathematica does not hang (Mavericks with 10.2.0) but the computation takes ~18 seconds roughly...
If you have Latin Modern fonts on your system you get a better result with funs = {Sin[x], Normal[Sin[x] + O[x]^8]}; g = Plot[Evaluate[funs], {x, 0, 2 Pi}, AxesLabel -> {"x", "Sin"}, PlotLegends ->...