Daniel Gomez

Results 90 comments of Daniel Gomez

Landed here looking for exactly this functionality. Any suggestions on how to implement it?

Interesting. Are you evaluating what's on org-init.el? Could you check that `org-latex-pdf-process` is correctly set to `'("latexmk -pdflatex='pdflatex -shell-escape -interaction nonstopmode' -pdf -bibtex -f %f"))`?

Thanks for reporting, and sorry for not answering earlier. I suppose I missed the notification. Did you get this issue fixed? Otherwise, could you please tell me your OS and...

Back then it was a custom theme inspired by https://lepisma.xyz/2017/10/28/ricing-org-mode/index.html . The font was called Academica book https://www.myfonts.com/collections/academica-font-storm .

Hey Cumol, sorry I never saw this message because my email changed and I wasn't notified. The whole proposition of my setup was that each chapter of my thesis was...

Thanks for your comment! Now that I've finished my thesis, one day I'd like to come back to this repository to clean it up a bit and improve documentation. Hopefully,...

Same here, except `import numba`, which is interesting since it also uses llvm.

Two things: 1. matrix slicing seems to be read only in taichi kernel, in the sense that slicing will return a new Matrix/Vector. See https://github.com/taichi-dev/taichi/issues/4466 and the following code ```python...

Right, would be useful to raise a warning. The point is that the example code is not mutating mat, it's mutating another object, and that's ok. To be more helpful...

Read somewhere on HN that this should help: ```sh defaults write org.gnu.Emacs NSAutoFillHeuristicControllerEnabled -bool false ```