Fusyong / linebreaker

Some excersises with luatex's line breaking callback

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Linebreaker package

This package tries to prevent overflow lines in paragraphs or boxes. It changes the LuaTeX's linebreak callback, and it re-typesets the paragraph with increased values of \tolerance and \emergencystretch until the overflow doesn't happen. If that doesn't help, it chooses the solution with the lowest badness.

Usage

 \usepackage{linebreaker}

Example

Without `linebreaker`With `linebreaker`

Documentation

See the PDF documentation

License

Author: Michal Hoftich michal.h21@gmail.com

Permission is granted to copy, distribute and/or modify this software under the terms of the LaTeX Project Public License, version 1.3.

About

Some excersises with luatex's line breaking callback


Languages

Language:Lua 58.8%Language:TeX 36.9%Language:Makefile 4.3%