Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement environment minipage with all four parameters #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cspiel
Copy link
Contributor

@cspiel cspiel commented Dec 23, 2020

tl;dr: minipage env now works with Hevea; layout still sucks.

Modern LaTeX allows for up to three optional parameters to be passed
to the environment minipage besides the mandatory argument width:

  • position,
  • height, and
  • content-position.

This P/R implements a faithful translation for Hevea, which works for HTML
and text output modes.

The new minipage plays well with HTML flow, in particular it displays as
inline-block, but the fundamental problem of minipages not behaving as
"words" prevail. See the attached sample file minipage-example.zip that
exercises almost all old and features.

To integrate manipages into the HTML flow and thus closely mimick the
LaTeX behavior more code is necessary. I'm working on a prototype.

position, height, content-position, and width.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant