Skip to content
This repository has been archived by the owner on Jan 3, 2021. It is now read-only.

A port of Perl's TeX::Hyphen to Ruby 1.6/1.8. This project has been superseded by Text::Hyphen

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE.txt
GPL-2.0
COPYING.txt
Notifications You must be signed in to change notification settings

halostatue-archive/tex-hyphen

Repository files navigation

= tex-hyphen

http://rubyforge.org/projects/text-format/
http://github.com/halostatue/tex-hyphen/

== DESCRIPTION:

TeX::Hyphen hyphenates words according to a TeX pattern file (it defaults to
Donald E. Knuth's `hyphen.tex`, included in this package). This is a
straightforward port of the Perl implementation by Jan Pazdziora. Because
hyphenation can potentially be an expensive proposition, TeX::Hyphen will
cache hyphenation results.

  http://search.cpan.org/author/JANPAZ/TeX-Hyphen-0.140/lib/TeX/Hyphen.pm

TeX::Hyphen is only guaranteed to work well with Ruby 1.8. There are no
further changes planned for TeX::Hyphen. It is recommended to use Text::Hyphen
instead.

  http://rubyforge.org/projects/text-format/
  http://github.com/halostatue/text-hyphen/

== SYNOPSIS:

  require 'text/reform'
  f = Text::Reform.new

  puts f.format(template, data)

== INSTALL:

* This release of tex-hyphen is only installed with RubyGems.

== DEVELOPERS:

After checking out the source, run:

  $ rake newb

This task will install any missing dependencies, run the tests/specs,
and generate the RDoc.

== LICENSE:

Copyright (c) 2003 - 2004, Martin DeMello and Austin Ziegler. This module is
free software. It may be used, redistributed and/or modified under the terms
of the Ruby License (see http://www.ruby-lang.org/en/LICENSE.txt)

About

A port of Perl's TeX::Hyphen to Ruby 1.6/1.8. This project has been superseded by Text::Hyphen

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE.txt
GPL-2.0
COPYING.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages