latex-formulae
latex-formulae copied to clipboard
Libraries and tools for rendering math to images using real LaTeX, from Haskell, Pandoc and Hakyll
Hey, thanks for the great tool! I'm having some strange troubles when using `tikzcd` package in LaTeX for Hakyll. Namely, using this code: ``` --- title: Test preamble: \usepackage{tikz-cd}\usetikzlibrary{cd} ---...
I had a problem with changing the colour of rendered equations on my blog. Default ones are black and it doesn't work well with dark backgrounds. I managed to work...
This is my post: ``` --- title: Hello! tags: nontechnical preamble: \usepackage{amsmath,amsfonts,amssymb}\usepackage{tikz}\usetikzlibrary{calc,fadings,decorations.pathreplacing} --- Some prettier stuff: $$ \begin{tikzpicture} \draw (0,0)--(10,0); \filldraw (0,0) circle (3pt); \end{tikzpicture} $$ ``` This is what...
Hi, I'm trying to use `latex-formulae-hakyll` with GHC 9.2.8 on LTS 20.26, but I'm getting the following `stack` build errors: ``` Error: [S-4804] Stack failed to construct a build plan....