Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 590 Bytes

README.md

File metadata and controls

47 lines (36 loc) · 590 Bytes

Tex distributions

https://www.tug.org/interest.html#free

MiKTex

https://miktex.org/

Tex

Font sizes

\tiny \scriptsize \footnotesize \small \normal \large \Large \LARGE \huge

Generate images

Create gif

% dvisvgm --pdf % magick convert -dispose previous  -density 300 -delay 4 -loop 0 -alpha remove main.pdf test.gif

Lua

\usepackage{luacode} % Include in preamble

\begin{luacode*}
  -- Lua code
  function f(x)
    return
  end

  -- Generate tex
  function print()
    tex.sprint()
  end 
\end{luacode*}

Asymptote

https://asymptote.sourceforge.io/