ShmulTomer / automata

Automata Designer
https://drawautomata.xyz/
3 stars 0 forks source link

Better subscripts #30

Open ShmulTomer opened 3 months ago

ShmulTomer commented 3 months ago

currently you can do q_1, but q12 or q{12} would be nice as well

akaashdash commented 3 months ago

you can do q_1_2 and it renders properly but would def not work when exporting to latex

ShmulTomer commented 3 months ago

q_12 works and I added the ability to use {}, so like q{start}; this works when exporting to latex but i havent found a good way to do this in the UI, since there isn't a full alphabet set of subscripts in Unicode (for numbers there are); so q_{start} just shows as "qstart" for now on the UI

AuWiMo commented 3 months ago

I don't have any reasonable ideas on how to make it work either