qinglee / wrapstuff

Wrapping text around stuff
https://ctan.org/pkg/wrapstuff
LaTeX Project Public License v1.3c
11 stars 4 forks source link
latex

wrapstuff

The wrapstuff package provides another implementation of text wrapping. Its implementation benefits from the paragraph hooks available since LaTeX 2021-06-01.

Basic Usage

The package only provides a user environment wrapstuff.

\begin{wrapstuff}[<options>]
  <wrapping stuff>
\end{wrapstuff}
<main text>

You can read the package manual (in both English and Chinese) for some explanations.

Contributing

The package is still highly experimental and not fully tested. Issues and pull requests are always welcome.