Dominique
Dominique
Hi, 1) Basic support for references would already be great. Something in the vein of what restructured text can do (see, e.g., http://sphinx.pocoo.org/rest.html#citations) 2) I tried. The \cite and \bibliography...
@geoffroyleconte Any ideas where this comes from: https://github.com/JuliaSmoothOptimizers/LinearOperators.jl/actions/runs/7107666583/job/19349546057?pr=282
Thank you. For the moment, it seems easier to create an alias that calls markdown2pdf with the options you want.
Is the complaint about `H` or about `cg_op` here?
How does one disable the wavy underline entirely and keep only the gutter marks? I thought the following would do but it doesn't?! ```less atom-text-editor.editor .linter-highlight, .linter-highlight { &.linter-info {...
Thanks for the quick reply. I do have pdflatex, which I use all the time. I am able to produce PDFs from Markdown files. Of course, it doesn't work if...
This console output may be relevant. First I save my file. Then I try to convert it to PDF and that fails with a message saying that pandoc, pdflatex and...
Thanks @kmsquire. That makes sense, and now I understand your `README` better. I have to say though that that behavior is a bit misleading because the macros take a logger...
The algorithm [above](https://github.com/JuliaArrays/StaticArrays.jl/issues/959#issuecomment-914642307) is how we tell our linear algebra students NOT to solve a linear system. You need to use a pivoted LU factorization here (or other factorization if...
Thanks!