texlive[55498] Build/source/texk/web2c/cwebdir: [CWEB] Add 'language'

commits+ascherer at tug.org commits+ascherer at tug.org
Wed Jun 10 02:32:10 CEST 2020


Revision: 55498
          http://tug.org/svn/texlive?view=revision&revision=55498
Author:   ascherer
Date:     2020-06-10 02:32:10 +0200 (Wed, 10 Jun 2020)
Log Message:
-----------
[CWEB] Add 'language' for PDF creation.

Run 'cweave -lp+' followed by 'tex'+'dvipdfm' or 'xetex'.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/cwebdir/ChangeLog

Added Paths:
-----------
    trunk/Build/source/texk/web2c/cwebdir/texinputs/p+cwebmac.tex

Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2020-06-09 23:53:45 UTC (rev 55497)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2020-06-10 00:32:10 UTC (rev 55498)
@@ -1,3 +1,8 @@
+2020-06-10  Andreas Scherer  <https://ascherer.github.io>
+
+	* texinputs/p+cwebmac.tex: Switch on PDF creation with 'cweave -lp+'
+	followed by 'tex'+'dvipdfm' or 'xetex' on your CWEB source.
+
 2020-06-07  Andreas Scherer  <https://ascherer.github.io>
 
 	* comm-w2c.ch,
@@ -34,7 +39,7 @@
 
 2020-06-01  Andreas Scherer  <https://ascherer.github.io>
 
-	* texinputs/pdfwebtocfront.tex: Adapt to 'pwebmac.tex 4.5.2.
+	* texinputs/pdfwebtocfront.tex: Adapt to 'pwebmac.tex 4.5.2'.
 
 2020-05-31  Andreas Scherer  <https://ascherer.github.io>
 
@@ -55,7 +60,7 @@
 
 2020-05-07  Andreas Scherer  <https://ascherer.github.io>
 
-	* texinputs/Xcwebmac.tex: Amend macros from knuth.drv (n
+	* texinputs/Xcwebmac.tex: Amend macros from knuth.drv (in
 	github.com/oberdiek/latex-tds) to move table-of-contents
 	up front in PDF output (on second TeX run).
 

Added: trunk/Build/source/texk/web2c/cwebdir/texinputs/p+cwebmac.tex
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/texinputs/p+cwebmac.tex	                        (rev 0)
+++ trunk/Build/source/texk/web2c/cwebdir/texinputs/p+cwebmac.tex	2020-06-10 00:32:10 UTC (rev 55498)
@@ -0,0 +1,5 @@
+% 'Language' to switch on PDF creation with standard 'tex' and 'xetex'
+% created by Andreas Scherer in June 2020.  Used with 'cweave -lp+'.
+% This file is not copyrighted and can be used freely.
+\ifx\undefined\botofcontents \let\pdf+ \input cwebmac % switch on PDF
+\else\endinput\fi % too late, baby!


Property changes on: trunk/Build/source/texk/web2c/cwebdir/texinputs/p+cwebmac.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


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