summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-09-20 20:02:29 +0000
committerKarl Berry <karl@freefriends.org>2021-09-20 20:02:29 +0000
commitd97a5a655499df784fed17b577a1355a0932266a (patch)
treecc3521349866b90d2e14940164541e574ffb5025 /Master/texmf-dist/doc/latex
parent386db97a7b843f42e1b0cce508ef13b2893695f0 (diff)
lipsum (20sep21)
git-svn-id: svn://tug.org/texlive/trunk@60561 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/lipsum/CHANGELOG.md8
-rw-r--r--Master/texmf-dist/doc/latex/lipsum/README.md26
-rw-r--r--Master/texmf-dist/doc/latex/lipsum/lipsum.pdfbin650470 -> 653611 bytes
3 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/lipsum/CHANGELOG.md b/Master/texmf-dist/doc/latex/lipsum/CHANGELOG.md
index 470e4457840..a11ca10e434 100644
--- a/Master/texmf-dist/doc/latex/lipsum/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/lipsum/CHANGELOG.md
@@ -5,6 +5,14 @@ documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project uses major+minor version identifiers.
+## [2.7]
+
+### Changed
+- Rework language loading mechanism (gh/10).
+
+### Fixed
+- Hyphenation pattern setting with `polyglossia` (gh/10).
+
## [v2.6]
### Changed
diff --git a/Master/texmf-dist/doc/latex/lipsum/README.md b/Master/texmf-dist/doc/latex/lipsum/README.md
new file mode 100644
index 00000000000..6f527351b17
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/lipsum/README.md
@@ -0,0 +1,26 @@
+# lipsum
+
+150 paragraphs of Lorem ipsum dummy text for LaTeX.
+
+## Install
+
+In most cases it is not requried to install this package manually, it is
+included in the major tex-distributions. If, for some reason, you want install
+it manually, run lipsum.ins through (pdf)latex to generate the style file. To
+generate the documentation, run lispum.dtx through a latex program that
+understands utf8 input (XeLaTeX or lualatex).
+
+## Usage
+
+See the documentation.
+
+## Quick'n'dirty
+
+```latex
+\documentclass{article}
+\usepackage{lipsum}
+
+\begin{document}
+\lipsum
+\end {document}
+```
diff --git a/Master/texmf-dist/doc/latex/lipsum/lipsum.pdf b/Master/texmf-dist/doc/latex/lipsum/lipsum.pdf
index a9a5d52217c..1c8919dd728 100644
--- a/Master/texmf-dist/doc/latex/lipsum/lipsum.pdf
+++ b/Master/texmf-dist/doc/latex/lipsum/lipsum.pdf
Binary files differ