2017 © Pedro Peláez
 

typo3-flow-plugin plugin-latexeditor

TYPO3 Neos plugin to edit LaTeX content directly in Neos backend, with automatic conversion to HTML

image

ttree/plugin-latexeditor

TYPO3 Neos plugin to edit LaTeX content directly in Neos backend, with automatic conversion to HTML

  • Sunday, October 12, 2014
  • by ttree
  • Repository
  • 2 Watchers
  • 0 Stars
  • 0 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

TYPO3 Neos LaTeX Authoring Support

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)

Configure sudo

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)

A docker container to host the LaTeX toolchain

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)

The Versions

12/10 2014

dev-master

9999999-dev

TYPO3 Neos plugin to edit LaTeX content directly in Neos backend, with automatic conversion to HTML

  Sources   Download

The Requires