Federico Poloni

Results 6 issues of Federico Poloni

…(sinpi(0.5..0.5)) == 0. Fixes #412. Now all tests pass, but running for instance `cospi(@biginterval(0.5))` returns a StackOverflowError on my machine (Ubuntu 20.04, Julia 1.5.0). ```julia julia> cospi(@biginterval(0.5)) ERROR: StackOverflowError: Stacktrace:...

It looks like `sinpi(x)`, where `x` is an interval, is defined internally as `sin(x*\pi)`. Unfortunately this yields intervals that could be tightened; for instance: ``` julia> sinpi(1..1) [-3.21625e-16, 1.22465e-16] ```...

When using `aux_directory=`, the bibtex command fails to update references because the necessary `.bib` file is not copied to the temporary directory before compilation. Note that the name of this...

more info needed

It would be useful to have the `C-l, C-b` shortcut to expand to `\mathbf{}` rather than `\textbf{}` when in mathmode. This should be possible following the technique in https://stackoverflow.com/questions/40137225/is-conditional-math-mode-tab-autocompletion-possible-in-sublime-text-3 .

Are there any instructions to install the extension directly from source? I can only find instructions that say "You can install the extension from within Visual Studio Code or download...

documentation
enhancement

I see no mention of diacritics / accents support in the documentation. How is it handled? In particular, conversion to the `.bib` format is tricky, because diacritics need to be...

bug