summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bilingualpages
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-06-19 20:45:20 +0000
committerKarl Berry <karl@freefriends.org>2021-06-19 20:45:20 +0000
commitd5034bea880dd37b6d05f21e8f7ae6a68592040f (patch)
tree0caf1143b229f8044fa07f39d795deaa6edc654f /Master/texmf-dist/doc/latex/bilingualpages
parent769261120c460ce6cefe45da29898d75c81c4d08 (diff)
bilingualpages (19jun21)
git-svn-id: svn://tug.org/texlive/trunk@59643 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bilingualpages')
-rw-r--r--Master/texmf-dist/doc/latex/bilingualpages/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bilingualpages/README.md b/Master/texmf-dist/doc/latex/bilingualpages/README.md
new file mode 100644
index 00000000000..405d4d177c3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bilingualpages/README.md
@@ -0,0 +1,23 @@
+bilingualpages (v1.0.0): Parallel facing pages for bilingual texts.
+===
+Copyright (C) 2021 Arlie Coles
+This package can be redistributed and/or modified under the terms
+of the LaTeX Project Public License 1.3c.
+===
+
+This package is a convenience package to facilitate parallel facing pages for bilingual texts. It wraps the paracol package such that aligned content can be presented on left and right facing pages via readable macros.
+
+Example:
+
+```
+\begin{bilingualpages}
+ \leftpage
+ Hello world!
+ \rightpage
+ Bonjour tout le monde!
+\end{bilingualpages}
+```
+
+This will put "Hello world!" on the left page and "Bonjour tout le monde" on the right facing page in parallel.
+
+This material is subject to the LaTeX Project Public License 1.3c.