texlive[47831] trunk: tl-update-auto

commits+karl at tug.org commits+karl at tug.org
Fri May 25 02:23:36 CEST 2018


Revision: 47831
          http://tug.org/svn/texlive?view=revision&revision=47831
Author:   karl
Date:     2018-05-25 02:23:36 +0200 (Fri, 25 May 2018)
Log Message:
-----------
tl-update-auto

Modified Paths:
--------------
    trunk/Build/source/build-aux/config.sub
    trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub
    trunk/Build/source/libs/icu/icu-src/source/config.sub
    trunk/Build/source/utils/asymptote/config.sub
    trunk/Master/doc.html

Modified: trunk/Build/source/build-aux/config.sub
===================================================================
--- trunk/Build/source/build-aux/config.sub	2018-05-25 00:18:01 UTC (rev 47830)
+++ trunk/Build/source/build-aux/config.sub	2018-05-25 00:23:36 UTC (rev 47831)
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2018 Free Software Foundation, Inc.
 
-timestamp='2018-05-19'
+timestamp='2018-05-23'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -149,8 +149,30 @@
 		esac
 		;;
 	*-*)
-		basic_machine=$field1
-		os=$field2
+		# Second component is usually, but not always the OS
+		case $field2 in
+			# Prevent following clause from handling this valid os
+			sun*os*)
+				basic_machine=$field1
+				os=$field2
+				;;
+			# Manufacturers
+			dec* | mips* | sequent* | encore* | pc532* | sgi* | sony* \
+			| att* | 7300* | 3300* | delta* | motorola* | sun[234]* \
+			| unicom* | ibm* | next | hp | isi* | apollo | altos* \
+			| convergent* | ncr* | news | 32* | 3600* | 3100* | hitachi* \
+			| c[123]* | convex* | sun | crds | omron* | dg | ultra | tti* \
+			| harris | dolphin | highlevel | gould | cbm | ns | masscomp \
+			| apple | axis | knuth | cray | microblaze* \
+			| sim | cisco | oki | wec | wrs | winbond)
+				basic_machine=$field1-$field2
+				os=
+				;;
+			*)
+				basic_machine=$field1
+				os=$field2
+				;;
+		esac
 		;;
 	*)
 		# Convert single-component short-hands not valid as part of
@@ -545,32 +567,11 @@
 ### recognize some manufacturers as not being operating systems, so we
 ### can provide default operating systems below.
 case $os in
-	sun*os*)
-		# Prevent following clause from handling this invalid input.
-		;;
-	dec* | mips* | sequent* | encore* | pc532* | sgi* | sony* | \
-	att* | 7300* | 3300* | delta* | motorola* | sun[234]* | \
-	unicom* | ibm* | next | hp | isi* | apollo | altos* | \
-	convergent* | ncr* | news | 32* | 3600* | 3100* | hitachi* |\
-	c[123]* | convex* | sun | crds | omron* | dg | ultra | tti* | \
-	harris | dolphin | highlevel | gould | cbm | ns | masscomp | \
-	apple | axis | knuth | cray | microblaze*)
-		os=
-		basic_machine=$1
-		;;
 	bluegene*)
 		os=cnk
 		;;
-	sim | cisco | oki | wec | winbond)
-		os=
-		basic_machine=$1
-		;;
 	scout)
 		;;
-	wrs)
-		os=vxworks
-		basic_machine=$1
-		;;
 	chorusos*)
 		os=chorusos
 		basic_machine=$1
@@ -584,45 +585,28 @@
 		;;
 	sco6)
 		os=sco5v6
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco5)
 		os=sco3.2v5
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco4)
 		os=sco3.2v4
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco3.2.[4-9]*)
 		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco3.2v[4-9]*)
 		# Don't forget version if it is 3.2v4 or newer.
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco5v6*)
 		# Don't forget version if it is 3.2v4 or newer.
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco*)
 		os=sco3.2v2
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
-	udk*)
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
-		;;
 	isc)
 		os=isc2.2
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
-	clix*)
-		basic_machine=clipper-intergraph
-		;;
-	isc*)
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
-		;;
 	lynx*178)
 		os=lynxos178
 		;;
@@ -638,10 +622,6 @@
 	psos*)
 		os=psos
 		;;
-	mint | mint[0-9]*)
-		basic_machine=m68k-atari
-		os=mint
-		;;
 esac
 
 # Decode aliases for certain CPU-COMPANY combinations.
@@ -1599,6 +1579,9 @@
 	c8051-*)
 		os=elf
 		;;
+	clipper-intergraph)
+		os=clix
+		;;
 	hexagon-*)
 		os=elf
 		;;
@@ -1744,6 +1727,9 @@
 	*-atari*)
 		os=mint
 		;;
+	*-wrs)
+		os=vxworks
+		;;
 	*)
 		os=none
 		;;
@@ -1789,6 +1775,9 @@
 			genix*)
 				vendor=ns
 				;;
+			clix*)
+				vendor=intergraph
+				;;
 			mvs* | opened*)
 				vendor=ibm
 				;;

Modified: trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub
===================================================================
--- trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub	2018-05-25 00:18:01 UTC (rev 47830)
+++ trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub	2018-05-25 00:23:36 UTC (rev 47831)
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2018 Free Software Foundation, Inc.
 
-timestamp='2018-05-19'
+timestamp='2018-05-23'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -149,8 +149,30 @@
 		esac
 		;;
 	*-*)
-		basic_machine=$field1
-		os=$field2
+		# Second component is usually, but not always the OS
+		case $field2 in
+			# Prevent following clause from handling this valid os
+			sun*os*)
+				basic_machine=$field1
+				os=$field2
+				;;
+			# Manufacturers
+			dec* | mips* | sequent* | encore* | pc532* | sgi* | sony* \
+			| att* | 7300* | 3300* | delta* | motorola* | sun[234]* \
+			| unicom* | ibm* | next | hp | isi* | apollo | altos* \
+			| convergent* | ncr* | news | 32* | 3600* | 3100* | hitachi* \
+			| c[123]* | convex* | sun | crds | omron* | dg | ultra | tti* \
+			| harris | dolphin | highlevel | gould | cbm | ns | masscomp \
+			| apple | axis | knuth | cray | microblaze* \
+			| sim | cisco | oki | wec | wrs | winbond)
+				basic_machine=$field1-$field2
+				os=
+				;;
+			*)
+				basic_machine=$field1
+				os=$field2
+				;;
+		esac
 		;;
 	*)
 		# Convert single-component short-hands not valid as part of
@@ -545,32 +567,11 @@
 ### recognize some manufacturers as not being operating systems, so we
 ### can provide default operating systems below.
 case $os in
-	sun*os*)
-		# Prevent following clause from handling this invalid input.
-		;;
-	dec* | mips* | sequent* | encore* | pc532* | sgi* | sony* | \
-	att* | 7300* | 3300* | delta* | motorola* | sun[234]* | \
-	unicom* | ibm* | next | hp | isi* | apollo | altos* | \
-	convergent* | ncr* | news | 32* | 3600* | 3100* | hitachi* |\
-	c[123]* | convex* | sun | crds | omron* | dg | ultra | tti* | \
-	harris | dolphin | highlevel | gould | cbm | ns | masscomp | \
-	apple | axis | knuth | cray | microblaze*)
-		os=
-		basic_machine=$1
-		;;
 	bluegene*)
 		os=cnk
 		;;
-	sim | cisco | oki | wec | winbond)
-		os=
-		basic_machine=$1
-		;;
 	scout)
 		;;
-	wrs)
-		os=vxworks
-		basic_machine=$1
-		;;
 	chorusos*)
 		os=chorusos
 		basic_machine=$1
@@ -584,45 +585,28 @@
 		;;
 	sco6)
 		os=sco5v6
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco5)
 		os=sco3.2v5
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco4)
 		os=sco3.2v4
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco3.2.[4-9]*)
 		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco3.2v[4-9]*)
 		# Don't forget version if it is 3.2v4 or newer.
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco5v6*)
 		# Don't forget version if it is 3.2v4 or newer.
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco*)
 		os=sco3.2v2
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
-	udk*)
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
-		;;
 	isc)
 		os=isc2.2
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
-	clix*)
-		basic_machine=clipper-intergraph
-		;;
-	isc*)
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
-		;;
 	lynx*178)
 		os=lynxos178
 		;;
@@ -638,10 +622,6 @@
 	psos*)
 		os=psos
 		;;
-	mint | mint[0-9]*)
-		basic_machine=m68k-atari
-		os=mint
-		;;
 esac
 
 # Decode aliases for certain CPU-COMPANY combinations.
@@ -1599,6 +1579,9 @@
 	c8051-*)
 		os=elf
 		;;
+	clipper-intergraph)
+		os=clix
+		;;
 	hexagon-*)
 		os=elf
 		;;
@@ -1744,6 +1727,9 @@
 	*-atari*)
 		os=mint
 		;;
+	*-wrs)
+		os=vxworks
+		;;
 	*)
 		os=none
 		;;
@@ -1789,6 +1775,9 @@
 			genix*)
 				vendor=ns
 				;;
+			clix*)
+				vendor=intergraph
+				;;
 			mvs* | opened*)
 				vendor=ibm
 				;;

Modified: trunk/Build/source/libs/icu/icu-src/source/config.sub
===================================================================
--- trunk/Build/source/libs/icu/icu-src/source/config.sub	2018-05-25 00:18:01 UTC (rev 47830)
+++ trunk/Build/source/libs/icu/icu-src/source/config.sub	2018-05-25 00:23:36 UTC (rev 47831)
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2018 Free Software Foundation, Inc.
 
-timestamp='2018-05-19'
+timestamp='2018-05-23'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -149,8 +149,30 @@
 		esac
 		;;
 	*-*)
-		basic_machine=$field1
-		os=$field2
+		# Second component is usually, but not always the OS
+		case $field2 in
+			# Prevent following clause from handling this valid os
+			sun*os*)
+				basic_machine=$field1
+				os=$field2
+				;;
+			# Manufacturers
+			dec* | mips* | sequent* | encore* | pc532* | sgi* | sony* \
+			| att* | 7300* | 3300* | delta* | motorola* | sun[234]* \
+			| unicom* | ibm* | next | hp | isi* | apollo | altos* \
+			| convergent* | ncr* | news | 32* | 3600* | 3100* | hitachi* \
+			| c[123]* | convex* | sun | crds | omron* | dg | ultra | tti* \
+			| harris | dolphin | highlevel | gould | cbm | ns | masscomp \
+			| apple | axis | knuth | cray | microblaze* \
+			| sim | cisco | oki | wec | wrs | winbond)
+				basic_machine=$field1-$field2
+				os=
+				;;
+			*)
+				basic_machine=$field1
+				os=$field2
+				;;
+		esac
 		;;
 	*)
 		# Convert single-component short-hands not valid as part of
@@ -545,32 +567,11 @@
 ### recognize some manufacturers as not being operating systems, so we
 ### can provide default operating systems below.
 case $os in
-	sun*os*)
-		# Prevent following clause from handling this invalid input.
-		;;
-	dec* | mips* | sequent* | encore* | pc532* | sgi* | sony* | \
-	att* | 7300* | 3300* | delta* | motorola* | sun[234]* | \
-	unicom* | ibm* | next | hp | isi* | apollo | altos* | \
-	convergent* | ncr* | news | 32* | 3600* | 3100* | hitachi* |\
-	c[123]* | convex* | sun | crds | omron* | dg | ultra | tti* | \
-	harris | dolphin | highlevel | gould | cbm | ns | masscomp | \
-	apple | axis | knuth | cray | microblaze*)
-		os=
-		basic_machine=$1
-		;;
 	bluegene*)
 		os=cnk
 		;;
-	sim | cisco | oki | wec | winbond)
-		os=
-		basic_machine=$1
-		;;
 	scout)
 		;;
-	wrs)
-		os=vxworks
-		basic_machine=$1
-		;;
 	chorusos*)
 		os=chorusos
 		basic_machine=$1
@@ -584,45 +585,28 @@
 		;;
 	sco6)
 		os=sco5v6
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco5)
 		os=sco3.2v5
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco4)
 		os=sco3.2v4
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco3.2.[4-9]*)
 		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco3.2v[4-9]*)
 		# Don't forget version if it is 3.2v4 or newer.
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco5v6*)
 		# Don't forget version if it is 3.2v4 or newer.
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco*)
 		os=sco3.2v2
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
-	udk*)
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
-		;;
 	isc)
 		os=isc2.2
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
-	clix*)
-		basic_machine=clipper-intergraph
-		;;
-	isc*)
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
-		;;
 	lynx*178)
 		os=lynxos178
 		;;
@@ -638,10 +622,6 @@
 	psos*)
 		os=psos
 		;;
-	mint | mint[0-9]*)
-		basic_machine=m68k-atari
-		os=mint
-		;;
 esac
 
 # Decode aliases for certain CPU-COMPANY combinations.
@@ -1599,6 +1579,9 @@
 	c8051-*)
 		os=elf
 		;;
+	clipper-intergraph)
+		os=clix
+		;;
 	hexagon-*)
 		os=elf
 		;;
@@ -1744,6 +1727,9 @@
 	*-atari*)
 		os=mint
 		;;
+	*-wrs)
+		os=vxworks
+		;;
 	*)
 		os=none
 		;;
@@ -1789,6 +1775,9 @@
 			genix*)
 				vendor=ns
 				;;
+			clix*)
+				vendor=intergraph
+				;;
 			mvs* | opened*)
 				vendor=ibm
 				;;

Modified: trunk/Build/source/utils/asymptote/config.sub
===================================================================
--- trunk/Build/source/utils/asymptote/config.sub	2018-05-25 00:18:01 UTC (rev 47830)
+++ trunk/Build/source/utils/asymptote/config.sub	2018-05-25 00:23:36 UTC (rev 47831)
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2018 Free Software Foundation, Inc.
 
-timestamp='2018-05-19'
+timestamp='2018-05-23'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -149,8 +149,30 @@
 		esac
 		;;
 	*-*)
-		basic_machine=$field1
-		os=$field2
+		# Second component is usually, but not always the OS
+		case $field2 in
+			# Prevent following clause from handling this valid os
+			sun*os*)
+				basic_machine=$field1
+				os=$field2
+				;;
+			# Manufacturers
+			dec* | mips* | sequent* | encore* | pc532* | sgi* | sony* \
+			| att* | 7300* | 3300* | delta* | motorola* | sun[234]* \
+			| unicom* | ibm* | next | hp | isi* | apollo | altos* \
+			| convergent* | ncr* | news | 32* | 3600* | 3100* | hitachi* \
+			| c[123]* | convex* | sun | crds | omron* | dg | ultra | tti* \
+			| harris | dolphin | highlevel | gould | cbm | ns | masscomp \
+			| apple | axis | knuth | cray | microblaze* \
+			| sim | cisco | oki | wec | wrs | winbond)
+				basic_machine=$field1-$field2
+				os=
+				;;
+			*)
+				basic_machine=$field1
+				os=$field2
+				;;
+		esac
 		;;
 	*)
 		# Convert single-component short-hands not valid as part of
@@ -545,32 +567,11 @@
 ### recognize some manufacturers as not being operating systems, so we
 ### can provide default operating systems below.
 case $os in
-	sun*os*)
-		# Prevent following clause from handling this invalid input.
-		;;
-	dec* | mips* | sequent* | encore* | pc532* | sgi* | sony* | \
-	att* | 7300* | 3300* | delta* | motorola* | sun[234]* | \
-	unicom* | ibm* | next | hp | isi* | apollo | altos* | \
-	convergent* | ncr* | news | 32* | 3600* | 3100* | hitachi* |\
-	c[123]* | convex* | sun | crds | omron* | dg | ultra | tti* | \
-	harris | dolphin | highlevel | gould | cbm | ns | masscomp | \
-	apple | axis | knuth | cray | microblaze*)
-		os=
-		basic_machine=$1
-		;;
 	bluegene*)
 		os=cnk
 		;;
-	sim | cisco | oki | wec | winbond)
-		os=
-		basic_machine=$1
-		;;
 	scout)
 		;;
-	wrs)
-		os=vxworks
-		basic_machine=$1
-		;;
 	chorusos*)
 		os=chorusos
 		basic_machine=$1
@@ -584,45 +585,28 @@
 		;;
 	sco6)
 		os=sco5v6
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco5)
 		os=sco3.2v5
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco4)
 		os=sco3.2v4
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco3.2.[4-9]*)
 		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco3.2v[4-9]*)
 		# Don't forget version if it is 3.2v4 or newer.
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco5v6*)
 		# Don't forget version if it is 3.2v4 or newer.
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
 	sco*)
 		os=sco3.2v2
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
-	udk*)
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
-		;;
 	isc)
 		os=isc2.2
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
 		;;
-	clix*)
-		basic_machine=clipper-intergraph
-		;;
-	isc*)
-		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
-		;;
 	lynx*178)
 		os=lynxos178
 		;;
@@ -638,10 +622,6 @@
 	psos*)
 		os=psos
 		;;
-	mint | mint[0-9]*)
-		basic_machine=m68k-atari
-		os=mint
-		;;
 esac
 
 # Decode aliases for certain CPU-COMPANY combinations.
@@ -1599,6 +1579,9 @@
 	c8051-*)
 		os=elf
 		;;
+	clipper-intergraph)
+		os=clix
+		;;
 	hexagon-*)
 		os=elf
 		;;
@@ -1744,6 +1727,9 @@
 	*-atari*)
 		os=mint
 		;;
+	*-wrs)
+		os=vxworks
+		;;
 	*)
 		os=none
 		;;
@@ -1789,6 +1775,9 @@
 			genix*)
 				vendor=ns
 				;;
+			clix*)
+				vendor=intergraph
+				;;
 			mvs* | opened*)
 				vendor=ibm
 				;;

Modified: trunk/Master/doc.html
===================================================================
--- trunk/Master/doc.html	2018-05-25 00:18:01 UTC (rev 47830)
+++ trunk/Master/doc.html	2018-05-25 00:23:36 UTC (rev 47831)
@@ -2101,8 +2101,8 @@
 
 <li><b><a href="texmf-dist/doc/latex/biblatex-sbl">biblatex-sbl</a></b>:<small>
 Society of Biblical Literature (SBL) style files for BibLaTeX
+<a href="texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-examples.pdf">biblatex-sbl-examples.pdf</a>,
 <a href="texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-ibid.pdf">biblatex-sbl-ibid.pdf</a>,
-<a href="texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-test.pdf">biblatex-sbl-test.pdf</a>,
 <a href="texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl.pdf">biblatex-sbl.pdf</a>,
 <a href="texmf-dist/doc/latex/biblatex-sbl/sbl-paper.pdf">sbl-paper.pdf</a>.
 </small></li>
@@ -5769,6 +5769,11 @@
 <a href="texmf-dist/doc/latex/errata/errata.pdf">errata.pdf</a>.
 </small></li>
 
+<li><b><a href="texmf-dist/doc/latex/erw-l3">erw-l3</a></b>:<small>
+A bundle of small utilities built around expl3
+<a href="texmf-dist/doc/latex/erw-l3/erw-l3.pdf">erw-l3.pdf</a>.
+</small></li>
+
 <li><b><a href="texmf-dist/doc/generic/es-tex-faq">es-tex-faq</a></b>:<small>
 CervanTeX (Spanish TeX Group) FAQ
 <a href="texmf-dist/doc/generic/es-tex-faq/FAQ-CervanTeX.html">FAQ-CervanTeX.html</a>,
@@ -6087,7 +6092,7 @@
 
 <h2 id="letter-F">F</h2>
 
-<ol start="941">
+<ol start="942">
 
 <li><b><a href="texmf-dist/doc/latex/facsimile">facsimile</a></b>:<small>
 Document class for preparing faxes
@@ -6976,7 +6981,7 @@
 
 <h2 id="letter-G">G</h2>
 
-<ol start="1084">
+<ol start="1085">
 
 <li><b><a href="texmf-dist/doc/latex/g-brief">g-brief</a></b>:<small>
 Letter document class
@@ -7733,7 +7738,7 @@
 
 <h2 id="letter-H">H</h2>
 
-<ol start="1195">
+<ol start="1196">
 
 <li><b><a href="texmf-dist/doc/latex/h2020proposal/manual">h2020proposal</a></b>:<small>
 LaTeX class and template for EU H2020 RIA proposal
@@ -8097,7 +8102,7 @@
 
 <h2 id="letter-I">I</h2>
 
-<ol start="1253">
+<ol start="1254">
 
 <li><b><a href="texmf-dist/doc/latex/ibycus-babel">ibycus-babel</a></b>:<small>
 Use the Ibycus 4 Greek font with Babel
@@ -8483,7 +8488,7 @@
 
 <h2 id="letter-J">J</h2>
 
-<ol start="1321">
+<ol start="1322">
 
 <li><b><a href="texmf-dist/doc/fonts/jablantile">jablantile</a></b>:<small>
 Metafont version of tiles in the style of Slavik Jablan
@@ -8633,7 +8638,7 @@
 
 <h2 id="letter-K">K</h2>
 
-<ol start="1341">
+<ol start="1342">
 
 <li><b><a href="texmf-dist/doc/latex/kantlipsum">kantlipsum</a></b>:<small>
 Generate sentences in Kant's style
@@ -8936,7 +8941,7 @@
 
 <h2 id="letter-L">L</h2>
 
-<ol start="1376">
+<ol start="1377">
 
 <li><b><a href="texmf-dist/doc/latex/l2picfaq">l2picfaq</a></b>:<small>
 LaTeX pictures "how-to" (German)
@@ -10285,7 +10290,7 @@
 
 <h2 id="letter-M">M</h2>
 
-<ol start="1577">
+<ol start="1578">
 
 <li><b><a href="texmf-dist/doc/generic/m-tx">m-tx</a></b>:<small>
 A preprocessor for pmx
@@ -11493,7 +11498,7 @@
 
 <h2 id="letter-N">N</h2>
 
-<ol start="1772">
+<ol start="1773">
 
 <li><b><a href="texmf-dist/doc/xelatex/na-box">na-box</a></b>:<small>
 Arabic-aware version of pas-cours package
@@ -11960,7 +11965,7 @@
 
 <h2 id="letter-O">O</h2>
 
-<ol start="1847">
+<ol start="1848">
 
 <li><b><a href="texmf-dist/doc/latex/oberdiek">oberdiek</a></b>:<small>
 A bundle of packages submitted by Heiko Oberdiek
@@ -12165,6 +12170,13 @@
 <a href="texmf-dist/doc/man/man1/ovp2ovf.man1.pdf">ovp2ovf.man1.pdf</a>.
 </small></li>
 
+<li><b><a href="texmf-dist/doc/latex/onedown/examples">onedown</a></b>:<small>
+Typeset Bridge Diagrams
+<a href="texmf-dist/doc/latex/onedown/examples/onedown-examples.pdf">onedown-examples.pdf</a>,
+<a href="texmf-dist/doc/latex/onedown/examples/onedown-ref.pdf">onedown-ref.pdf</a>,
+<a href="texmf-dist/doc/latex/onedown/onedown.pdf">onedown.pdf</a>.
+</small></li>
+
 <li><b><a href="texmf-dist/doc/latex/onlyamsmath">onlyamsmath</a></b>:<small>
 Inhibit use of non-amsmath mathematics markup when using amsmath
 <a href="texmf-dist/doc/latex/onlyamsmath/onlyamsmath.pdf">onlyamsmath.pdf</a>.
@@ -12279,7 +12291,7 @@
 
 <h2 id="letter-P">P</h2>
 
-<ol start="1885">
+<ol start="1887">
 
 <li><b><a href="texmf-dist/doc/latex/padcount">padcount</a></b>:<small>
 Pad numbers with arbitrary characters
@@ -14066,7 +14078,7 @@
 
 <h2 id="letter-Q">Q</h2>
 
-<ol start="2171">
+<ol start="2173">
 
 <li><b><a href="texmf-dist/doc/latex/qcircuit">qcircuit</a></b>:<small>
 Macros to generate quantum ciruits
@@ -14141,7 +14153,7 @@
 
 <h2 id="letter-R">R</h2>
 
-<ol start="2183">
+<ol start="2185">
 
 <li><b><a href="texmf-dist/doc/latex/raleway">raleway</a></b>:<small>
 Use Raleway with TeX(-alike) systems
@@ -14587,7 +14599,7 @@
 
 <h2 id="letter-S">S</h2>
 
-<ol start="2249">
+<ol start="2251">
 
 <li><b><a href="texmf-dist/doc/latex/sa-tikz">sa-tikz</a></b>:<small>
 TikZ library to draw switching architectures
@@ -15913,7 +15925,7 @@
 
 <h2 id="letter-T">T</h2>
 
-<ol start="2459">
+<ol start="2461">
 
 <li><b><a href="texmf-dist/doc/latex/t-angles">t-angles</a></b>:<small>
 Draw tangles, trees, Hopf algebra operations and other pictures
@@ -17648,7 +17660,7 @@
 
 <h2 id="letter-U">U</h2>
 
-<ol start="2694">
+<ol start="2696">
 
 <li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b>:<small>
 University of Arizona thesis and dissertation format
@@ -18004,7 +18016,7 @@
 
 <h2 id="letter-V">V</h2>
 
-<ol start="2753">
+<ol start="2755">
 
 <li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b>:<small>
 Bibliographic style file for Biomedical Journals
@@ -18208,7 +18220,7 @@
 
 <h2 id="letter-W">W</h2>
 
-<ol start="2787">
+<ol start="2789">
 
 <li><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b>:<small>
 Wadalab (Japanese) font packages
@@ -18362,7 +18374,7 @@
 
 <h2 id="letter-X">X</h2>
 
-<ol start="2806">
+<ol start="2808">
 
 <li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b>:<small>
 Define commands with many optional arguments
@@ -18803,7 +18815,7 @@
 
 <h2 id="letter-Y">Y</h2>
 
-<ol start="2867">
+<ol start="2869">
 
 <li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b>:<small>
 A bundle of miscellaneous footnote packages
@@ -18872,7 +18884,7 @@
 
 <h2 id="letter-Z">Z</h2>
 
-<ol start="2878">
+<ol start="2880">
 
 <li><b><a href="texmf-dist/doc/latex/zed-csp">zed-csp</a></b>:<small>
 Typesetting Z and CSP format specifications



More information about the tex-live-commits mailing list