diegomura / react-pdf

📄 Create PDF files using React
https://react-pdf.org
MIT License
14.61k stars 1.16k forks source link

Can latex be displayed with this package? #1356

Open reinvanimschoot opened 3 years ago

reinvanimschoot commented 3 years ago

Hi all

In our project we are using react-pdf to create courses for middle/high school students. This means we need a solution to show equations and formulas. In other places, we are using react-mathlive but this fails in react-pdf since it is not part of the allowed component suite.

Is there anyone who has bumped into the same limitations/problems and knows a solution? All help would be greatly appreciated!

Regards Rein

diegomura commented 3 years ago

No for the moment, and not sure if will ever be. I see latex support more like a second layer stuff. something that end up generating react-pdf primitives, but not sure. Unfortunately there are other stuff on the list first with the few amount of time I have 😅 Thanks and sorry. I'll leave this ticket open for future reference

einarpersson commented 3 years ago

I would really appreciate some kind of math support, it is kind of a fundamental thing for many use cases.