Daniel P. Palomar

Results 7 comments of Daniel P. Palomar

I just realized that this bug has not been fixed yet!! I don't like the warning approach because it will destroy any automated system with many names. What about a...

Joshua, I tried as you said ```r other attached packages: [1] xts_0.12-0 zoo_1.8-6 ``` but still the same problem... ```r > test2 tclass(test2) [1] "Date" > test2["2014-01-01"] [,1] 2014-01-01 0.5057137...

Joshua, indeed that's what I suspected. Thanks for looking into it. IMHO, I think this choice is very misleading and prone to errors. I don't see the point of changing...

Thanks for your comment. Here is the super simple code that I used for the html table: ``` --- **Algorithm 1**: Bisection method --- **Input:** interval $[l,u]$ (with $l>0$) containing...

Thanks @cderv for your awesome response. A couple of comments: 1. I have tried your code example and it works perfectly. There is only one detail left though: the numbering...

Thanks. In the meantime, two quick questions about pseudocode.js: 1. As a temporary fix, at least it would be good if one could fix the numbering of the algorithm in...

@marcishak This is very nice, thanks! However, for a book, I cannot have in the caption "Figure" when it is an algorithm...