DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

What does it do?ΒΆ

This extension implements server side hyphenation for TYPO3.

Features

  • Uses the well-known algorithm from Franklin Mark Liang, who invented it for use in TeX (http://www.tug.org/docs/liang/).
  • Adds a stdWrap property to hyphenate text.
  • Provides a view helper to hyphenate text.
  • Respects HTML tags. This may be switched off for performance reasons.
  • Can read Hyphenator.js files to get hyphenation patterns. More pattern file formats may be implemented, especially to read LaTeX pattern files.
  • Provides a JavaScript file that removes hyphens when copying from the website.
  • Provides a static template that enables hyphenation for CSS styled content.