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

  • SciML Small Grants Program: Two Years In, Eight More Projects Funded and Shipped
  • Julia, custom serialization with JSON.jl
  • cuTile.jl 0.3: CUDA.jl integration, and even better performance & latency
  • TestItems – Modern Julia testing
  • cuTile.jl 0.2: New features, improved performance, and Julia 1.13 support
  • Paquetes interesantes de Julia a mirar – Marzo 2026
  • Lecturas sobre Dinámica de Sistemas – Marzo 2026
  • Cool Makie Papers
  • diff all the things! Part 2
  • This Month in Julia World (February 2026)
Proudly powered by WordPress