Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Rendering expression from latex syntax  (Read 2494 times)

0 Members and 1 Guest are viewing this topic.

jekslewe

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • https://liteblue.guru/
Rendering expression from latex syntax
« on: April 30, 2020, 03:53:16 pm »
Greetings,
is anyone interested in working together on code that takes as input a latex math expression and gives as output the image of that expression, without relying on outside code?

I'd like to work on that but probably some help would benefit; still not sure if using lex/yacc for parsing or doing it manually, but i've always used such tools for simple (and sample) code at university, never used them for anything more serious.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10820
    • View Profile
    • development blog
    • Email
Re: Rendering expression from latex syntax
« Reply #1 on: May 04, 2020, 01:29:03 pm »
Any reason you want to reinvent the wheel instead of using existing renderers?

Also make sure you limit the scope of the task, as a full-blown LaTeX/TeX renderer will probably take many years to complete. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/