Michael Kraus

Results 10 issues of Michael Kraus

Would it be possible to add a table type `array` for LaTeX output? This should be fairly simple to implement, the idea being to replace `\begin{tabular} ... \end{tabular}` with `\begin{array}...

I am trying to create some slides using Weave.jl and Remark.jl. When weaving the simple document ```` # myTitle ## mySubtitle myAuthor myDate --- ## Empty Slide TEST --- ##...

I came across two issues when `eval=false` is set on a julia code snippet. 1. Empty lines are added in the output, e.g., the code ````` ```julia; eval=false const x...

When trying to use ApproxFun to interpolate a function on Chebyshev-points and compute derivatives, I came across the following behaviour: Define two spaces of Chebyshev and ultraspherical polynomials: ```julia using...

I am somewhat puzzled about what exactly is happening when computing derivatives and conversions on 2d Chebyshev product spaces. Some enlightenment would be greatly appreciated. This is also related to...

I am using `double complex` numbers in my code in various places, e.g., as array types, with a custom type defined by ``` ctypedef double complex dcomplex ``` This results...

I found that generating documentation for my library [GeometricIntegrators.jl](https://github.com/DDMGNI/GeometricIntegrators.jl) went from tens of seconds with Julia v1.1 to about an hour with Julia v1.3. The main reason seems to be...