haskintex icon indicating copy to clipboard operation
haskintex copied to clipboard

Haskell Evaluation inside of LaTeX code.

Results 4 haskintex issues
Sort by recently updated
recently updated
newest added

Hi Have you or anybody else worked up a way to edit `htex` files with appropriate colorizing? I use `vim`, `texshop`, and `visual studio code`, so any of those would...

Hi, In writing large documents it's common to split it into several parts, say by chapters. As far as I can tell `haskintex` currently has no support for that. It...

Hi I am not able to run haskintek with Hatex. If I for instance run the exsample `\documentclass{article} \usepackage{tikz} \usepackage[utf8]{inputenc} \author{Daniel Díaz} \title{Embedding HaTeX in \emph{haskintex}} \begin{document} \maketitle Below is...

Hi, I've written a custom function called `includeSnippet` with the following signature ``` includeSnippet :: FilePath -> Text -> LaTeXT IO Text ``` In my `.htex` file I include ```...