-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The \skelline command creates a single box of a certain width; if a wide \skelline is used in a paragraph, it will most likely protrude into the margin. While this use wasn't originally intended, it might very well be useful. A possible solution could be the following:
- Add a
splitkey to\skelline. \skelline[split=n, x cm]would typesetnblocks, each of widthx/ncm.- The blocks are separated by
\linebreak[0]to permit breaks.
Here n is the “resolution” (for line breaking). It could have some reasonable default (such as 10, perhaps). Beyond being breakable at the given points, the resulting skeleton element should look like the current \skelline.
The effect should be vaguely similar to, say, using lipsum along with censor (which could actually also be a straightforward way of achieving the effect).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request