Skip to content

juliabloggers.com

A Julia Language Blog Aggregator

  • Home
  • Submit Your RSS/Atom Feed

Julia + Weave.jl + hugo test

By: Tamás K. Papp

Re-posted from: https://tamaspapp.eu/post/hugo-julia-weave/

Testing the Hugo formatter for Weave.jl.

Testing inline code: 1+1=2.

Testing math:
$$x^2+y^2 = \int_0^1 f(z) dz$$

Testing code:

1+1
2

Testing proper highlighting:

function foo(x, y)
    x+y
end

A plot:

x = 1:10
y = x.^2
scatter(x, y, legend = false)

Caption for this plot

Related

This entry was posted in Julia on March 3, 2017 by Tamás K. Papp.

Post navigation

← Julia in Finance Seminar in London on the 16th of March Flipping coins in continuous time: The Poisson process →

RSS feed

Recent Posts

  • Ray Tracing in Makie: From Research Data to Photorealistic Renders
  • What Agentic AI “Vibe Coding” In The Hands Of Actual Programmers / Engineers
  • This Month in Julia World (January 2026)
  • Why Julia’s GPU Accelerated ODE Solvers are 20x-100x Faster than Jax and PyTorch
  • Introducing SciML Health Bots: Lowering Barriers While Raising Standards
  • This Month in Julia World (December) 2025)
  • Links sobre computación
  • Links sobre Investigación Operativa
  • Otros enfoque sobre el aprendizaje automático
  • Repositorios de papers interesantes de IO
Proudly powered by WordPress