![]() |
Integrating LATEX in my codeIgniter project - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7) +--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13) +--- Thread: Integrating LATEX in my codeIgniter project (/showthread.php?tid=80328) |
Integrating LATEX in my codeIgniter project - ModeCorot - 10-18-2021 Hello I am exhausted searching for the way to integrate LATEX in my codeigniter project, but i cant find any way. In my website i need to insert and show mathematical terms and figures in HTML. So how can i easily do ? Would you please suggest me a solution. RE: Integrating LATEX in my codeIgniter project - captain-sensible - 10-18-2021 Not sure , but i'm currently maintaining latex2html for slackware (slackbuilds.org) https://slackbuilds.org/repository/14.2/academic/latex2html/?search=latex2html captain-sensible aka andy brookes ! I haven't bothered updating , because i was waiting for release of Slackware 15. the other problem is that on my laptop i jumped to Arch so there could be a vacancy for maintainer . Anyway in my experience, you write Latex documents, which then get converted to html. So maybe you convert latex to html , do some processing mash up and then use the html as views in codeigniter . ? Also i've got working libraries such as tecnickcom/tcpdf where on a web site a user viewing html wants to download as pdf; that i have working. So there are a few possibilities |