diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | lib.typ | 4 |
2 files changed, 6 insertions, 1 deletions
@@ -6,7 +6,8 @@ Typeset LaTeX compiler logos in [typst](https://github.com/typst/typst). - document `metalogo()` command - write a manual -- fix latex2e logo +- fix TODOs +- check everything for packaging ## usage @@ -24,6 +24,7 @@ }) } +// TODO: how to write this so `drop(1mm)[content]` works? #let drop(body, distance: 0pt) = box[#move(dy: distance)[#body]] #let mirror(body) = scale(x: -100%)[#body] @@ -48,6 +49,8 @@ [L] h(cfg.kern-la) + // TODO: factor out `A` component and add spacing parameters to config + // TODO: `A` is too far to the left compared to real LaTeX drop(distance: -.2em)[#text(0.7em)[A]] h(cfg.kern-at) TeX @@ -74,6 +77,7 @@ #let LaTeXe = context[#box[#{ LaTeX + // TODO: both of these are separate components in LaTeX's metalogo [2] sym.epsilon }]] |