texlive[59643] Master: bilingualpages (19jun21)

commits+karl at tug.org commits+karl at tug.org
Sat Jun 19 22:45:21 CEST 2021


Revision: 59643
          http://tug.org/svn/texlive?view=revision&revision=59643
Author:   karl
Date:     2021-06-19 22:45:20 +0200 (Sat, 19 Jun 2021)
Log Message:
-----------
bilingualpages (19jun21)

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tlpkg-ctan-check
    trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/bilingualpages/
    trunk/Master/texmf-dist/doc/latex/bilingualpages/README.md
    trunk/Master/texmf-dist/tex/latex/bilingualpages/
    trunk/Master/texmf-dist/tex/latex/bilingualpages/bilingualpages.sty
    trunk/Master/tlpkg/tlpsrc/bilingualpages.tlpsrc

Added: trunk/Master/texmf-dist/doc/latex/bilingualpages/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bilingualpages/README.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/bilingualpages/README.md	2021-06-19 20:45:20 UTC (rev 59643)
@@ -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.


Property changes on: trunk/Master/texmf-dist/doc/latex/bilingualpages/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/bilingualpages/bilingualpages.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bilingualpages/bilingualpages.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/bilingualpages/bilingualpages.sty	2021-06-19 20:45:20 UTC (rev 59643)
@@ -0,0 +1,15 @@
+% Author: Arlie Coles
+% License: LaTeX Project Public License 1.3c
+
+\NeedsTeXFormat{LaTeX2e}
+\RequirePackage{paracol}
+\ProvidesPackage{bilingual}[2021/06/19 Bilingual facing pages.]
+
+% Facing pages
+\newenvironment{bilingualpages}
+{\begin{paracol}[1]{2}}
+{\end{paracol}}
+
+% Left and right pages
+\newcommand{\leftpage}{\switchcolumn[0]}
+\newcommand{\rightpage}{\switchcolumn[1]}


Property changes on: trunk/Master/texmf-dist/tex/latex/bilingualpages/bilingualpages.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/tlpkg/bin/tlpkg-ctan-check
===================================================================
--- trunk/Master/tlpkg/bin/tlpkg-ctan-check	2021-06-19 20:44:27 UTC (rev 59642)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check	2021-06-19 20:45:20 UTC (rev 59643)
@@ -131,7 +131,7 @@
     bibtopicprefix bibexport bibunits
     bidi bidi-atbegshi bidicontour bidihl
     bidipagegrid bidipresentation bidishadowtext
-    bigfoot bigintcalc bigints binarytree binomexp
+    bigfoot bigintcalc bigints bilingualpages binarytree binomexp
     biochemistry-colors biocon biolett-bst
     bitelist bithesis bitpattern bitset bitter bizcard
     bjfuthesis blacklettert1 blindtext blkarray

Added: trunk/Master/tlpkg/tlpsrc/bilingualpages.tlpsrc
===================================================================
Modified: trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc	2021-06-19 20:44:27 UTC (rev 59642)
+++ trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc	2021-06-19 20:45:20 UTC (rev 59643)
@@ -103,6 +103,7 @@
 depend bibletext
 depend bigfoot
 depend bigints
+depend bilingualpages
 depend biochemistry-colors
 depend bithesis
 depend bizcard



More information about the tex-live-commits mailing list.