-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Maybe this is better suited to be a new package, but considering the similarity I think this would be a proper de-duplication of effort. (Maybe kantlipsum
etc. qualify as well...)
As the “lorem ipsum” text is not really in the Latin language, babel
or polyglossia
will not hyphenate it properly, which could lead to wrong assumptions about text metrics. Instead the inspirational text of “lorem ipsum” could be used – De finibus bonorum et malorum by Cicero (“dolorem ipsum, quia dolor sit”, etc.).
I suggest a source addition like this, composed from Wikisource, and other sources(one,two,three,four,five) for correcting the Greek phrases (that in themselves present some problems).
I understand these could not be the default paragraphs, which could be worked around either by:
- Adding the paragraphs at the end, beginning at 151, or
- Using a separate counter, adding a command
\AddCiceroPar
or similar, and using
an optional argument either to\usepackage
or to\lipsum
to access Cicero’s paragraphs. This would also allow the paragraphs to be easily wrapped inotherlanguage
environments.