dev-master
9999999-devTYPO3 Neos plugin to edit LaTeX content directly in Neos backend, with automatic conversion to HTML
The Requires
Wallogit.com
2017 © Pedro Peláez
TYPO3 Neos plugin to edit LaTeX content directly in Neos backend, with automatic conversion to HTML
This plugin provides an editor to edit LaTeX document in Neos, with conversion to HTML. The current conversion toolkit
used is ht4latex, you need to have a work LaTeX distribution on your server to use the plugin., (*1)
Note: currently this plugin use sudo to execute ht4latex. Without that the command line tools failed for a unknown
reason, certainly related to www-data environement variables or shell. If you have a solution for that,
your are welcome, just contact me or open an issue., (*2)
Note: this package is still experimental and may change heavily in the near future., (*3)
Note: don't do that on your production server, it's a huge security problem., (*4)
Edit the file /etc/sudoers and add the following line:, (*5)
%www-data ALL=(ALL) NOPASSWD: ALL
On Mac OS, replace www-data by _www. This plugin is not tested on Windows., (*6)
The full LaTeX toolchain can be really big, and as a system administrator I don't like to install all those stuff on a production system. I will work on Docker container to host the full LaTeX toolchain. The container can be executed only for conversion process. Let's try ... but I see a nice use case for Docker here., (*7)
TYPO3 Neos plugin to edit LaTeX content directly in Neos backend, with automatic conversion to HTML