Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

texhyph-core API

Java API

  • (hyphenator:tex)

    Recognized features:

    • hyphenator: Will only match if the value is tex or texhyph.
    • table: A tex table is a URI that is either a file name, a file path relative to a registered tablepath, an absolute file URI, or a fully qualified table identifier. Only URIs that point to LaTeX pattern files (ending with ".tex") are matched. The table feature is not compatible with locale.
    • locale: Matches only hyphenators with that locale.

    No other features are allowed.

  • (hyphenator:tex)

    Recognized features:

    • hyphenator: Will only match if the value is tex or texhyph.
    • table: A tex table is a URI that is be either a file name, a file path relative to a registered tablepath, an absolute file URI, or a fully qualified table identifier. A URI can either point to a LaTeX pattern file (".tex") or a Java properties file (".xml" or ".properties") that Dotify uses as the format for storing hyphenator configurations. The table feature is not compatible with locale.
    • locale: Matches only hyphenators with that locale.

    No other features are allowed.