From 9fbab5125727434ec4183c05634bb57d97cdb5d0 Mon Sep 17 00:00:00 2001 From: "uni@bor.mac" Date: Sun, 20 Jul 2025 20:10:26 +0200 Subject: [PATCH] texdict: add logo idea to todo.md --- texdict/todo.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/texdict/todo.md b/texdict/todo.md index f27ca99..c94553f 100644 --- a/texdict/todo.md +++ b/texdict/todo.md @@ -18,6 +18,14 @@ - [ ] what about that every entry should only appear once? - [ ] if input and output are the same, should it be converted to json trotzdem? - [ ] maybe not and add a --test flag for testing the syntax correctness +- [ ] logo could be +``` +\documentclass{standalone} +\begin{document} +$\tau$e$\chi$\textit{dict}\texttt{.py} +\end{document} +``` + --- ---