Dominique

Results 406 comments of Dominique

https://github.com/dpo/paper-latex-action/pull/4

Same error here too with Julia 1.9.1 on M1 Max. Your code gives: ```julia julia> data, lidict = Profile.retrieve(); julia> using ProfileView.FlameGraphs julia> g = flamegraph(data; lidict) Node(FlameGraphs.NodeData(ip:0x0, 0x00, 1:1))...

Thanks for your efforts! I cloned this repository under `~/.hyper_plugins/local` and listed it in the `localPlugins` array at the end of `/.hyper.js`. Then I went into `~/.hyper_plugins/local/hyper-markdown-preview` and ran `apm...

@GiggleLiu I had the same error and this worked for me: ```diff diff --git a/julia-mono-listings.sty b/julia-mono-listings.sty index cac02d0..a29e400 100644 --- a/julia-mono-listings.sty +++ b/julia-mono-listings.sty @@ -19,7 +19,6 @@ \newfontfamily\JuliaMono{JuliaMono}[ UprightFont =...

That option helps but I'm not able to build the example on macOS with TeXLive. Almost every `\include` results in an error.

Works for me! Many thanks! I found it useful to install dependencies in a Julia environment using ``` julia --project=tufte_beamer jl/install.jl ``` and modifying `latexmkrc` like so: ```diff diff --git...

> @gdalle We never defined linear operator * matrix products in LinearOperators.jl. I will have a look 🙂 We did define `*` here: https://github.com/JuliaSmoothOptimizers/LinearOperators.jl/blob/main/src/operations.jl#L132. By convention, we (or I) decided...

There are a few BibTeX utilities that do what you are asking based on the `aux` file. For example, bibtool does it, but there are others. See * https://github.com/ge-ne/bibtool *...