texlive[55076] Master: 2up (10may20)

commits+karl at tug.org commits+karl at tug.org
Sun May 10 00:06:00 CEST 2020


Revision: 55076
          http://tug.org/svn/texlive?view=revision&revision=55076
Author:   karl
Date:     2020-05-10 00:06:00 +0200 (Sun, 10 May 2020)
Log Message:
-----------
2up (10may20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/generic/2up/2up-doc.pdf
    trunk/Master/texmf-dist/doc/generic/2up/2up-doc.tex
    trunk/Master/texmf-dist/doc/generic/2up/Changes
    trunk/Master/texmf-dist/doc/generic/2up/README
    trunk/Master/texmf-dist/tex/generic/2up/2up.sty
    trunk/Master/texmf-dist/tex/generic/2up/2up.tex
    trunk/Master/tlpkg/libexec/ctan2tds

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/generic/2up/Makefile

Modified: trunk/Master/texmf-dist/doc/generic/2up/2up-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/generic/2up/2up-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/generic/2up/2up-doc.tex	2020-05-09 04:33:07 UTC (rev 55075)
+++ trunk/Master/texmf-dist/doc/generic/2up/2up-doc.tex	2020-05-09 22:06:00 UTC (rev 55076)
@@ -1,12 +1,9 @@
-%% BEGIN 2up.doc
 %%
-%% Documentation for 2up.tex/2up.sty.
-%% See below if you want to try out two-up printing.
-%%
-%% $Id: 2up-doc.tex 318 2010-05-15 07:29:54Z herbert $
+%% $Id: 2up-doc.tex 1180 2020-05-09 10:02:00Z herbert $
 \documentclass[12pt]{article}
-\usepackage[T1]{fontenc}
-\usepackage{mathpazo,url}
+%\usepackage[T1]{fontenc}
+\usepackage{libertinus}
+\usepackage{url}
 
 \usepackage{2up}
 \special{landscape}
@@ -96,8 +93,8 @@
 
 \title{Documentation for 2up.tex:\\
   Two-up printing for Generic TeX}
-\author{Timothy Van Zandt\thanks{The documentation was put into
-  \LaTeX\ format by David Todd and Herbert Vo\ss}\\ \url{tvz at Princeton.EDU}}
+\author{Timothy Van Zandt\thanks{Version 1.3a prepared by Herbert Voß. The documentation was put into
+  \LaTeX\ format by David Todd and Herbert Voß}\\ \url{tvz at Princeton.EDU}}
 \date{Version \TUfv\\[3pt] \today}
 
 \maketitle

Modified: trunk/Master/texmf-dist/doc/generic/2up/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/generic/2up/Changes	2020-05-09 04:33:07 UTC (rev 55075)
+++ trunk/Master/texmf-dist/doc/generic/2up/Changes	2020-05-09 22:06:00 UTC (rev 55076)
@@ -1,9 +1,10 @@
-$Id: Changes 318 2010-05-15 07:29:54Z herbert $
+$Id: Changes 1180 2020-05-09 10:02:00Z herbert $
 
 --- 2up.tex
-1.3  2010-05-14 - small changes to the code (hv)
-                - LPPL license (hv)
+1.3a 2020-05-09  - Updated documentation and small code changes
+1.3  2010-05-15  - small changes to the code (hv)
+                 - LPPL license (hv)
 
 
 --- 2up-doc.tex
-2010-05-14  - updated and LaTeX2e compatible (hv)
+2020-05-09  - updated and LaTeX2e compatible (hv)

Deleted: trunk/Master/texmf-dist/doc/generic/2up/Makefile
===================================================================
--- trunk/Master/texmf-dist/doc/generic/2up/Makefile	2020-05-09 04:33:07 UTC (rev 55075)
+++ trunk/Master/texmf-dist/doc/generic/2up/Makefile	2020-05-09 22:06:00 UTC (rev 55076)
@@ -1,72 +0,0 @@
-
-# `Makefile' for `multido.pdf', hv, 2007/03/17
-
-.SUFFIXES : .tex .ltx .dvi .ps .pdf .eps
-
-PACKAGE = 2up
-
-MAIN = $(PACKAGE)-doc
-
-TDS = ~/PSTricks/PSTricks-TDS
-
-LATEX = latex
-
-ARCHNAME = $(MAIN)-$(shell date +%y%m%d)
-
-ARCHFILES = $(PACKAGE).sty $(PACKAGE).tex $(PACKAGE).pro $(MAIN).tex README Changes Makefile
-
-all : doc clean 
-doc: $(MAIN).pdf
-
-$(MAIN).pdf : $(MAIN).ps
-#	GS_OPTIONS=-dAutoRotatePages=/None 
-	ps2pdf $<
-
-$(MAIN).ps : $(MAIN).dvi
-	dvips $<
-
-$(MAIN).dvi : $(MAIN).tex
-	$(LATEX) $<
-	$(LATEX) $<
-#	if ! test -f $(basename $<).glo ; then touch $(basename $<).glo; fi
-#	if ! test -f $(basename $<).idx ; then touch $(basename $<).idx; fi
-#	makeindex -t $(basename $<).ilg -s pst-doc.ist -o $(basename $<).ind $(basename $<).idx
-#	makeindex -s gglo.ist -t $(basename $<).glg -o $(basename $<).gls \
-#	  $(basename $<).glo
-#	bibtex $(basename $<)
-#	$(LATEX) $<
-#	$(LATEX) $<
-
-clean : 
-	$(RM) $(addprefix $(MAIN), .log .aux .glg .glo .gls .ilg .idx .ind .tmp .toc .out .blg .Roessler .bbl )
-	$(RM) $(addprefix $(MAIN), .dvi .ps .xcp)
-	$(RM) data3d.Roessler
-
-veryclean : clean
-	$(RM) $(addprefix $(MAIN), .pdf .bbl .blg)
-
-arch :
-	zip $(ARCHNAME).zip $(ARCHFILES)
-
-tds:
-	cp -u Changes     $(TDS)/doc/generic/$(PACKAGE)/
-	cp -u README      $(TDS)/doc/generic/$(PACKAGE)/
-	cp -u $(MAIN).pdf $(TDS)/doc/generic/$(PACKAGE)/
-#
-	cp -u Changes        $(TDS)/tex/latex/$(PACKAGE)/
-	cp -u $(PACKAGE).sty $(TDS)/tex/latex/$(PACKAGE)/
-#
-	cp -u Changes        $(TDS)/tex/generic/$(PACKAGE)/
-	cp -u $(PACKAGE).tex $(TDS)/tex/generic/$(PACKAGE)/
-#
-	cp -u Changes        $(TDS)/dvips/$(PACKAGE)/
-	cp -u $(PACKAGE).pro $(TDS)/dvips/$(PACKAGE)/
-	cp -u $(PACKAGE).pro ~/Links/dvips-local/
-#
-	cp -u Changes     $(TDS)/source/$(PACKAGE)/
-	cp -u $(MAIN).tex $(TDS)/source/$(PACKAGE)/
-	cp -u $(MAIN).bib $(TDS)/source/$(PACKAGE)/
-	cp -u Makefile    $(TDS)/source/$(PACKAGE)/
-
-
-# EOF

Modified: trunk/Master/texmf-dist/doc/generic/2up/README
===================================================================
--- trunk/Master/texmf-dist/doc/generic/2up/README	2020-05-09 04:33:07 UTC (rev 55075)
+++ trunk/Master/texmf-dist/doc/generic/2up/README	2020-05-09 22:06:00 UTC (rev 55076)
@@ -1,9 +1,5 @@
-Save the files 2up.sty|tex in a directory, which is part of your 
-local TeX tree. 
-Then do not forget to run texhash to update this tree.
-For more information  see the documentation of your LATEX distribution 
-on installing packages into your LATEX distribution or the 
-TeX Frequently Asked Questions:
-(http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages).
+2up works with latex (tex) and xelatex (xetex), but not 
+with lualatex (luatex). The package modifies the dvi
+output to get two pages side by side.
 
-
+hvoss at tug.org
\ No newline at end of file

Modified: trunk/Master/texmf-dist/tex/generic/2up/2up.sty
===================================================================
--- trunk/Master/texmf-dist/tex/generic/2up/2up.sty	2020-05-09 04:33:07 UTC (rev 55075)
+++ trunk/Master/texmf-dist/tex/generic/2up/2up.sty	2020-05-09 22:06:00 UTC (rev 55076)
@@ -1,4 +1,4 @@
-%% $Id: 2up.sty 318 2010-05-15 07:29:54Z herbert $
+%% $Id: 2up.sty 1179 2020-05-09 09:57:53Z herbert $
 \ProvidesPackage{2up}[2010/05/15 package wrapper for 
   2up.tex (hv)]
 \input{2up.tex}

Modified: trunk/Master/texmf-dist/tex/generic/2up/2up.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/2up/2up.tex	2020-05-09 04:33:07 UTC (rev 55075)
+++ trunk/Master/texmf-dist/tex/generic/2up/2up.tex	2020-05-09 22:06:00 UTC (rev 55076)
@@ -1,8 +1,8 @@
 %%
-%% $Id: 2up.tex 318 2010-05-15 07:29:54Z herbert $
+%% $Id: 2up.tex 1180 2020-05-09 10:02:00Z herbert $
 %%
 %% COPYRIGHT 1992/2010, by Timothy Van Zandt, tvz at Princeton.EDU
-%% COPYRIGHT 2010, by Herbert Voss, hvoss at tug.org
+%% COPYRIGHT 2010-2020, by Herbert Voss, hvoss at tug.org
 %%
 %% Copyright:
 %% This program can be redistributed and/or modified under the terms
@@ -10,14 +10,14 @@
 %% in directory macros/latex/base/lppl.txt.
 %%
 %% DESCRIPTION:
-%%   2up.tex/2up.sty provides two-up printing for Generic TeX (e.g.,
-%%   Plain, LaTeX, AmSTeX and AmS-LaTeX). It produces a standard dvi file,
+%%   2up.tex/2up.sty provides two-up printing for Generic TeX or LaTeX (e.g.,
+%%   Plain, LaTeX, xetex, xelatex, AmSTeX and AmS-LaTeX). It produces a standard (x)dvi file,
 %%   and does not involve an additional dvi or PostScript filter. It has a
 %%   flexible interface for specifying paper size and layout.
 %%
 %
-\def\fileversion{1.3}
-\def\filedate{2010/05/15}
+\def\fileversion{1.3a}
+\def\filedate{2020/05/09}
 %
 \csname TwoUpLoaded\endcsname
 \let\TwoUpLoaded\endinput

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2020-05-09 04:33:07 UTC (rev 55075)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2020-05-09 22:06:00 UTC (rev 55076)
@@ -69,6 +69,7 @@
  'TOPtesi',     "die 'skipping, use toptesi'",
  'TeXemplar',   "die 'skipping, use texemplar'",
  'TeXmacs',     "die 'skipping, binary'",
+ '2up',		"&MAKEflatten",
  'a4',          "die 'skipping, just a pointer to ntgclass'",
  'aastex',      "&MAKEflatten",
  'accenti',     "die 'skipping, use bosisio instead'",



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