Skip to content

Use LaTeX rendering for equations in docs#383

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/use-latex-rendering-for-equations
Draft

Use LaTeX rendering for equations in docs#383
Copilot wants to merge 2 commits intomainfrom
copilot/use-latex-rendering-for-equations

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 4, 2026

DiagrammaticEquations v0.2.6 added @decapode_latex for LaTeX rendering of equations. Replace to_graphviz calls for individual component equations across the docs with this new rendering method. Pedagogical examples that demonstrate the ACSet table/graph structure are preserved.

Changes

  • overview/overview.md — Replace Diffusion/Advection/Superposition component displays in "Merging Multiple Physics"; keep graph-structure pedagogy (Variable, TwoVariables, Equation, triangle diagram)
  • ice_dynamics/ice_dynamics.md, cism/cism.md — Replace halfar_eq2 and glens_law component displays; keep composed/resolved results
  • nhs/nhs_lite.md — Replace momentum, tracer_conservation, equation_of_state, isotropic_diffusivity displays; keep isotropic_tracer and isotropic_nonhydrostatic_buoyancy (composed results)
  • ch/cahn-hilliard.md, bsh/budyko_sellers_halfar.md, halmo/halmo.md, bc/bc_debug.md — Replace single-component equation displays
  • klausmeier/klausmeier.md, fokker_planck/fokker_planck.md — Add @decapode_latex for component equations that were previously hidden (nothing # hide)
  • pconv/porous_convection.md — Add @decapode_latex block for original equations before infer_types!/resolve_overloads!; keep to_graphviz for the resolved form

Pattern

For each replaced call, the equation body is duplicated into a @decapode_latex block (required since the macro takes an expression, not a Decapode object):

halfar_eq2 = @decapode begin        # ← used by gensim/oapply downstream
  h::Form0
  Γ::Form0
  n::Constant== ∂ₜ(h)
  ḣ == Γ * (, d, )(d(h) ₁₀ ((mag(♯ᵖᵖ(d(h)))^(n-1)) ₀₀ h^(n+2)))
end

@decapode_latex begin               # ← renders as LaTeX in docs
  h::Form0
  Γ::Form0
  n::Constant== ∂ₜ(h)
  ḣ == Γ * (, d, )(d(h) ₁₀ ((mag(♯ᵖᵖ(d(h)))^(n-1)) ₀₀ h^(n+2)))
end

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/AlgebraicJulia/ACSets.jl/tarball/dabea268e85bfa2d87019772d1e5b5115542450f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/AlgebraicJulia/AlgebraicInterfaces.jl/tarball/28cca88bde1068ccf57f950e639df67975517c25
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/AlgebraicJulia/Catlab.jl/tarball/fadf5ec3e429cc88be1178b6baf687b99bb3177c
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/AlgebraicJulia/CombinatorialSpaces.jl/tarball/8e0682584b39d67f2820bfac58a57d4e183d3eca
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/AlgebraicJulia/CompTime.jl/tarball/8c05059bc293a17f71cae4cd58b1fc18d4ede271
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/AlgebraicJulia/DiagrammaticEquations.jl/tarball/666279424faad2595dfe81cbcce827595e309158
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/AlgebraicJulia/GATlab.jl/tarball/70ba9859a1a62ff8af931d7ab0bc5df65e090ac1
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate() (http block)
  • https://api.github.com/repos/FluxML/Functors.jl/tarball/60a0339f28a233601cb74468032b5c302d5067de
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/FluxML/MacroTools.jl/tarball/1e0228a030642014fe5cfe68c2c0a818f9e3f522
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/GiovineItalia/Compose.jl/tarball/b137aa32bfe5b89996f8f87825b64ac41b9f2e16
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/Humans-of-Julia/BibInternal.jl/tarball/b3107800faf461eca3281f89f8d768f4b3e99969
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/Humans-of-Julia/BibParser.jl/tarball/2c9ed5108e3317571ef92c1cb0766fdd38c7d459
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/Humans-of-Julia/Bibliography.jl/tarball/0b3e1837077d570bb0c231b9548093de4fa46629
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaAlgebra/DynamicPolynomials.jl/tarball/ca693f8707a77a0e365d49fe4622203b72b6cf1d
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaAlgebra/MultivariatePolynomials.jl/tarball/fade91fe9bee7b142d332fc6ab3f0deea29f637b
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaArrays/ArrayInterface.jl/tarball/54f895554d05c83e3dd59f6a396671dae8999573
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaArrays/FillArrays.jl/tarball/2f979084d1e13948a3352cf64a25df6bd3b4dca3
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaArrays/LazyArrays.jl/tarball/33b5d8fafb7ab69eca907b359d00d0107feb2cbf
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaArrays/StaticArrayInterface.jl/tarball/2a635e15d5035c53b345077c947f31ff91744078
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaArrays/StaticArrays.jl/tarball/246a8bb2e6667f832eea063c3a56aef96429a3db
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaArrays/StaticArraysCore.jl/tarball/6ab403037779dae8c514bad259f32a447262455a
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/EarCut_jll.jl/tarball/e3290f2d49e661fbd94046d7e3726ffcb2d41053
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Expat_jll.jl/tarball/8f05e9a2e7c2e3eb524102bb2926c5743c07fbe1
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Ghostscript_jll.jl/tarball/38044a04637976140074d0b0621c1edf0eb531fd
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Git_LFS_jll.jl/tarball/bb8471f313ed941f299aa53d32a94ab3bee08844
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Git_jll.jl/tarball/0dd4cfb426924210c8f42742751cbde74b27bfa3
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/JpegTurbo_jll.jl/tarball/c0c9b76f3520863909825cbecdef58cd63de705a
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate() (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Libiconv_jll.jl/tarball/be484f5c92fad0bd8acfef35fe017900b0b73809
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/OpenSSH_jll.jl/tarball/57baa4b81a24c2910afbb6d853aa0685e4312bf7
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/OpenSpecFun_jll.jl/tarball/1346c9208249809840c91b26703912dff463d335
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/TetGen_jll.jl/tarball/9ceedd691bce040e24126a56354f20d71554a495
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/XML2_jll.jl/tarball/5c959b708667b34cb758e8d7c6f8e69b94c32deb
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaCollections/AbstractTrees.jl/tarball/2d9c9a55f9c93e8887ad391fbae72f8ef55e1177
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaCollections/Bijections.jl/tarball/a2d308fcd4c2fb90e943cf9cd2fbfa9c32b69733
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaCollections/DataStructures.jl/tarball/4e1fe97fdaed23e9dc21d4d664bea76b65fc50a0
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaCollections/IterTools.jl/tarball/42d5f897009e7ff2cf88db414a389e5ed1bdd023
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaCollections/OrderedCollections.jl/tarball/05868e21324cede2207c6f0f466b4bfef6d5e7ee
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaCollections/SortingAlgorithms.jl/tarball/64d974c2e6fdf07f8155b5b2ca2ffa9069b608d9
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaConcurrent/Atomix.jl/tarball/b8651b2eb5796a386b0398a20b519a6a6150f75c
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaConcurrent/UnsafeAtomics.jl/tarball/0f30765c32d66d58e41f4cb5624d4fc8a82ec13b
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaData/DataAPI.jl/tarball/abe83f3a2f1b857aac70ef8b269080af17764bbe
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaData/Missings.jl/tarball/ec4f7fbeab05d7747bdf98eb74d130a2a2ed298d
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaData/Parsers.jl/tarball/5d5e0a78e971354b1c7bff0655d11fdc1b0e12c8
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaData/StructTypes.jl/tarball/159331b30e94d7b11379037feeb9b690950cace8
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaData/Tables.jl/tarball/f2c1efbc8f3a609aadf318094f8fc5204bdaf344
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaData/YAML.jl/tarball/a1c0c7585346251353cddede21f180b96388c403
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaDiff/ChainRulesCore.jl/tarball/12177ad6b3cad7fd50c8b3825ce24a99ad61c18f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaDiff/DiffResults.jl/tarball/782dd5f4561f5d267313f23853baaaa4c52ea621
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaDiff/DiffRules.jl/tarball/23163d55f885173722d1e4cf0f6110cdbaf7e272
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaDiff/ForwardDiff.jl/tarball/cddeab6487248a39dae1a960fff0ac17b2a28888
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaDocs/ANSIColoredPrinters.jl/tarball/574baf8110975760d391c710b6341da1afa48d8c
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaDocs/DocStringExtensions.jl/tarball/7442a5dfe1ebb773c29cc2962a8980f47221d76c
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaDocs/Documenter.jl/tarball/56e9c37b5e7c3b4f080ab1da18d72d5c290e184a
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaDocs/DocumenterCitations.jl/tarball/c9953a03a0049333bec89ac254ea28e86fa7a1a9
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaDocs/IOCapture.jl/tarball/0ee181ec08df7d7c911901ea38baf16f755114dc
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaDocs/MarkdownAST.jl/tarball/93c718d892e73931841089cdc0e982d6dd9cc87b
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaFunctional/CompositionsBase.jl/tarball/802bb88cd69dfd1509f6670416bd4434015693ad
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGPU/Adapt.jl/tarball/0761717147821d696c9470a7a86364b2fbd22fd8
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGPU/KernelAbstractions.jl/tarball/f2e76d3ced51a2a9e185abc0b97494c7273f649f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGeometry/GeometryBasics.jl/tarball/1f5a80f4ed9f5a4aada88fc2db456e637676414b
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGeometry/TetGen.jl/tarball/ef2dc4d446a66dd5a84f36428d4bb51595ad229f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGraphics/ColorTypes.jl/tarball/67e11ee83a43eb71ddc950302c53bf33f0690dfe
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGraphics/Colors.jl/tarball/37ea44092930b1811e666c3bc38065d7d87fcc74
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGraphics/Measures.jl/tarball/b513cedd20d9c914783d8ad83d08120702bf2c77
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaIO/CodecZlib.jl/tarball/962834c22b66e32aa10f7611c08c8ca4e20749a9
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaIO/FileIO.jl/tarball/8e9c059d6857607253e837730dbf780b6b151acd
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaIO/JSON.jl/tarball/31e996f0a15c7b280ba9f76636b3ff9e2ae58c9a
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaIO/JSONSchema.jl/tarball/d13f79c4242969874da7d00bda17d59bc7699aa7
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaIO/LightXML.jl/tarball/aa971a09f0f1fe92fe772713a564aa48abe510df
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaIO/MeshIO.jl/tarball/c009236e222df68e554c7ce5c720e4a33cc0c23f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaIO/TranscodingStreams.jl/tarball/0c45878dcfdcfa8480052b6ab162cdd138781742
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaLang/Compat.jl/tarball/9d8a54ce4b17aa5bdce0ea5c34bc5e7c340d16ad
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaLang/PrecompileTools.jl/tarball/07a921781cab75691315adc645096ed5e370cb77
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaLinearAlgebra/ArrayLayouts.jl/tarball/e0b47732a192dd59b9d079a06d04235e2f833963
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaMath/Combinatorics.jl/tarball/08c8b6831dc00bfea825826be0bc8336fc369860
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaMath/FixedPointNumbers.jl/tarball/05882d6995ae5c12bb5f36dd2ed3f61c98cbb172
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaMath/InverseFunctions.jl/tarball/a779299d77cd080bf77b97535acecd73e1c5e5cb
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaMath/IrrationalConstants.jl/tarball/b2d91fe939cae05960e760110b328288867b5758
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaMath/NaNMath.jl/tarball/9b8215b1ee9e78a293f99797cd31375471b2bcae
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaMath/SpecialFunctions.jl/tarball/2700b235561b0335d5bef7097a111dc513b8655e
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaObjects/Accessors.jl/tarball/2eeb2c9bef11013efc6f8f97f32ee59b146b09fb
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate() (http block)
  • https://api.github.com/repos/JuliaObjects/ConstructionBase.jl/tarball/b4b092499347b18a015186eae3042f72267106cb
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaPackaging/JLLWrappers.jl/tarball/0533e564aae234aff59ab625543145446d8b6ec2
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaPackaging/Preferences.jl/tarball/8b770b60760d4451834fe79dd483e318eee709c4
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate() (http block)
  • https://api.github.com/repos/JuliaPackaging/Requires.jl/tarball/62389eeff14780bfe55195b7204c0d8738436d64
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaRegistries/RegistryInstances.jl/tarball/ffd19052caf598b8653b99404058fce14828be51
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate() (http block)
  • https://api.github.com/repos/JuliaSmoothOptimizers/Krylov.jl/tarball/c4d19f51afc7ba2afbe32031b8f2d21b11c9e26e
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaStaging/GeneralizedGenerated.jl/tarball/60f1fa1696129205873c41763e7d0920ac7d6f1f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaStaging/JuliaVariables.jl/tarball/49fb3cb53362ddadb4415e9b73926d6b40709e70
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaStaging/NameResolution.jl/tarball/1a0fa0e9613f46c9b8c11eee38ebb4f590013c5e
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaStats/LogExpFunctions.jl/tarball/13ca9e2586b89836fd20cccf56e57e2b9ae7f38f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaStats/Statistics.jl/tarball/ae3bb1eb3bba077cd276bc5cfc337cc65c3075c0
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaStats/StatsAPI.jl/tarball/178ed29fd5b2a2cfc3bd31c13375ae925623ff36
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaStats/StatsBase.jl/tarball/aceda6f4e598d331548e04cc6b2124a6148138e3
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaString/Format.jl/tarball/9c68794ef81b08086aeb32eeaf33531668d5f5fc
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaStrings/LaTeXStrings.jl/tarball/dda21b8cbd6a6c40d9d02a73230f9d70fed6918c
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaStrings/StringEncodings.jl/tarball/b765e46ba27ecf6b44faf70df40c57aa3a547dcb
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaSymbolics/SymbolicUtils.jl/tarball/a85b4262a55dbd1af39bb6facf621d79ca6a322d
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaSymbolics/TermInterface.jl/tarball/d673e0aca9e46a2f63720201f55cc7b3e7169b16
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaTesting/ExprTools.jl/tarball/27415f162e6028e81c72b82ef756bf321213b6ec
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaVersionControl/Git.jl/tarball/824a1890086880696fc908fe12a17bcf61738bd8
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaWeb/URIs.jl/tarball/bef26fb046d031353ef97a82e3fdb6afe7f21b1a
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/KristofferC/Crayons.jl/tarball/249fe38abf76d48563e2f4556bebd215aa317e15
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/KristofferC/LazilyInitializedFields.jl/tarball/0f2da712350b020bc3957f269c9caad516383ee0
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/KristofferC/TimerOutputs.jl/tarball/3748bd928e68c7c346b52125cf41fff0de6937d0
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/LilithHafner/AliasTables.jl/tarball/9876e1e164b144ca45e9e3198d0b689cadfed9ff
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/LilithHafner/PtrArrays.jl/tarball/4fbbafbc6251b883f4d2705356f3641f3652a7fe
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/Roger-luo/ExproniconLite.jl/tarball/c13f0b150373771b0fdc1713c97860f8df12e6c2
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/SciML/CommonWorldInvalidations.jl/tarball/ae52d1c52048455e85a387fbee9be553ec2b68d0
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/SciML/ComponentArrays.jl/tarball/342e21057cfa3152eb456ebcda25ed5ce3f0e275
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/SciML/IfElse.jl/tarball/debdd00ffef04665ccbb3e150747a77560e8fad1
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/SciML/PreallocationTools.jl/tarball/e16b73bf892c55d16d53c9c0dbd0fb31cb7e25da
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/SciML/RuntimeGeneratedFunctions.jl/tarball/cfcdc949c4660544ab0fdeed169561cb22f835f4
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/SciML/SciMLPublic.jl/tarball/0ba076dbdce87ba230fff48ca9bca62e1f345c9b
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate() (http block)
  • https://api.github.com/repos/SciML/Static.jl/tarball/bb072715f158b59ad8819ff80da5ffa90cce6ceb
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/SciML/SymbolicIndexingInterface.jl/tarball/94c58884e013efff548002e8dc2fdd1cb74dfce5
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/YingboMa/Unityper.jl/tarball/25008b734a03736c41e2a7dc314ecb95bd6bbdb0
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/jolin-io/StructEquality.jl/tarball/192a9f1de3cfef80ab1a4ba7b150bb0e11ceedcf
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/julia-testitems/TestItems.jl/tarball/42fd9023fef18b9b78c8343a4e2f3813ffbcefcb
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/jump-dev/MutableArithmetics.jl/tarball/7c25249fc13a070f5ba433c50e21e22bb33c6fb0
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate() (http block)
  • https://api.github.com/repos/jw3126/Setfield.jl/tarball/c5391c6ace3bc430ca630251d02ea9687169ca68
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/korsbo/Latexify.jl/tarball/44f93c47f9cd6c7e431f2f2091fcba8f01cd7e8f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/mauro3/Parameters.jl/tarball/34c0e9ad262e5f7fc75b10a9952ca7692cfc5fbe
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/mauro3/UnPack.jl/tarball/387c1f73762231e86e0c9c5443ce3b4a0a9a0c2b
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/queryverse/DataValueInterfaces.jl/tarball/bfc1187b79289637fa0ef6d4436ebdfe6905cbd6
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/queryverse/IteratorInterfaceExtensions.jl/tarball/a3f24677c21f5bbe9d2a714f95dcd58337fb2856
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/queryverse/TableTraits.jl/tarball/c06b2f539df1c6efa794486abfb6ed2022561a39
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/quinnj/JSON3.jl/tarball/411eccfe8aba0814ffa0fdf4860913ed09c34975
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/rafaqz/Extents.jl/tarball/b309b36a9e02fe7be71270dd8c0fd873625332b4
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/rdeits/CommonSubexpressions.jl/tarball/cda2cfaebb4be89c9084adaca7dd7333369715c5
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/ronisbr/PrettyTables.jl/tarball/624de6279ab7d94fc9f672f0068107eb6619732c
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/ronisbr/StringManipulation.jl/tarball/d05693d339e37d6ab134c5ab53c29fce5ee5d7d5
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/scheinerman/Permutations.jl/tarball/b1f03a4943c62552a12c7f95965b76c3f91cf5b7
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate() (http block)
  • https://api.github.com/repos/simonster/Reexport.jl/tarball/45e428421666073eab6f2da5c9d310d99bb12f9b
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/thautwarm/MLStyle.jl/tarball/bc38dff0548128765760c79eb7388a4b37fae2c8
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/thautwarm/PrettyPrint.jl/tarball/632eb4abab3449ab30c5e1afaa874f0b98b586e4
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/vchuravy/TaskLocalValues.jl/tarball/67e469338d9ce74fc578f7db1736a74d93a49eb8
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/wdebeaum/PEG.jl/tarball/7ddadb443e48ae0293de19737c8defdc4c6ad89a
    • Triggering command: REDACTED, pid is -1 (http block)
  • pkg.julialang.org
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.status("DiagrammaticEquations") (dns block)
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate() (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI linked an issue May 4, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Update Decapodes docs for LaTeX rendering of equations Use LaTeX rendering for equations in docs May 4, 2026
Copilot AI requested a review from lukem12345 May 4, 2026 19:58
@lukem12345
Copy link
Copy Markdown
Member

I'll put a pin on this PR for now. It will take some back and forth to decide what the right amount of code duplication is for pedagogical purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use LaTeX rendering for equations

2 participants