texlive[54222] Master/texmf-dist/tex/generic/genmisc: remove these

commits+karl at tug.org commits+karl at tug.org
Tue Mar 10 17:50:57 CET 2020


Revision: 54222
          http://tug.org/svn/texlive?view=revision&revision=54222
Author:   karl
Date:     2020-03-10 17:50:57 +0100 (Tue, 10 Mar 2020)
Log Message:
-----------
remove these genmisc files, noinfo license

Removed Paths:
-------------
    trunk/Master/texmf-dist/tex/generic/genmisc/cropmark.sty
    trunk/Master/texmf-dist/tex/generic/genmisc/cropmark.tex
    trunk/Master/texmf-dist/tex/generic/genmisc/croptest.tex
    trunk/Master/texmf-dist/tex/generic/genmisc/dayofweek.tex
    trunk/Master/texmf-dist/tex/generic/genmisc/daytime.sty
    trunk/Master/texmf-dist/tex/generic/genmisc/default.sty
    trunk/Master/texmf-dist/tex/generic/genmisc/dow.tex
    trunk/Master/texmf-dist/tex/generic/genmisc/emtrees.tex
    trunk/Master/texmf-dist/tex/generic/genmisc/endnote.tex
    trunk/Master/texmf-dist/tex/generic/genmisc/fakebold.tex
    trunk/Master/texmf-dist/tex/generic/genmisc/hep.tex
    trunk/Master/texmf-dist/tex/generic/genmisc/inscrutable.tex

Deleted: trunk/Master/texmf-dist/tex/generic/genmisc/cropmark.sty
===================================================================
--- trunk/Master/texmf-dist/tex/generic/genmisc/cropmark.sty	2020-03-10 16:46:34 UTC (rev 54221)
+++ trunk/Master/texmf-dist/tex/generic/genmisc/cropmark.sty	2020-03-10 16:50:57 UTC (rev 54222)
@@ -1,94 +0,0 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%
-% Cropmark.tex
-% version 1.0
-%
-% This will put crop marks on everythings that's \shipout'ed.
-% It will work with any format, since it relies on redefinition
-% of \shipout. Exception: if you declare \output{} you will
-% not get crop marks.
-%
-% Cut along the center of the rules to get exactly the shipped
-% out box. To get padding around this box, use the parameters below.
-%
-% User adjustable parameters:
-% \croplength    length of the crop rules
-% \cropwidth     width of the crop rules
-% \cropsep       separation between rule and page box
-% \croppadtop    padding in case page box looks bigger than it is
-% \croppadbot    (for instance with plain TeX head/footline)
-% \croppadlr
-%
-% Date: 17 March 1992
-%
-% Author:
-%    Victor Eijkhout
-%    Department of Computer Science
-%    University Tennessee at Knoxville
-%    104 Ayres Hall
-%    Knoxville, TN 37996
-%    USA
-%
-%    eijkhout at cs.utk.edu
-%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% save the old \shipout command
-\let\xshipout\shipout
-
-% define a new one: investigate what's being shipped
-\def\shipout{\futurelet\SomeBox\yshipout}
-
-% if its a box register, do postprocessing with \afterassignment,
-% otherwise do \afterassignment which will do \aftergroup
-\def\yshipout
-   {\ifx\SomeBox\box        \let\next\shipAfterRegister 
-    \else \ifx\SomeBox\copy \let\next\shipAfterRegister
-    \else                   \let\next\shipAfterBox \fi\fi
-    \afterassignment\next\setbox0=
-    }
-\def\shipAfterBox{\aftergroup\shipAfterRegister}
-
-% now we have whatever is being shipped in box0,
-% so we can insert crop marks
-\newdimen\croplength \croplength=20pt
-\newdimen\cropsep \cropsep=10pt  
-\newdimen\cropwidth \cropwidth=2pt
-
-\newdimen\croppadtop \croppadtop=0pt
-\newdimen\croppadbot \croppadbot=0pt
-\newdimen\croppadlr  \croppadlr=0pt
-
-\def\crophrule{\vrule height\cropwidth depth0pt width\croplength}
-\def\cropvrule{\vrule width\cropwidth depth0pt height\croplength}
-
-\def\shipAfterRegister
-   {\setbox0\vbox
-       {\offinterlineskip
-        \dimen0\cropsep\advance\dimen0\croplength
-        \setbox2\hbox to \wd0
-               {\kern-\croppadlr\kern-.5\cropwidth
-                \cropvrule\hfil\cropvrule
-                \kern-.5\cropwidth\kern-\croppadlr}
-        \setbox4\hbox to \wd0{\llap{\crophrule\kern\cropsep\kern\croppadlr}
-                              \hfil
-                              \rlap{\kern\croppadlr\kern\cropsep\crophrule}}
-        % go a bit up, put vertical rules, put horizontal rules
-        \kern-\dimen0
-        \copy2
-        \kern\cropsep\kern-.5\cropwidth
-        \copy4
-        \kern-.5\cropwidth
-        % padding
-        \kern\croppadtop
-        % the box to be shipped
-        \box0
-        % padding
-        \kern\croppadbot
-        % and now the top in reverse
-        \kern-.5\cropwidth
-        \box4
-        \kern-.5\cropwidth\kern\cropsep
-        \box2
-    }
-    \xshipout\box0\relax}
-\endinput

Deleted: trunk/Master/texmf-dist/tex/generic/genmisc/cropmark.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/genmisc/cropmark.tex	2020-03-10 16:46:34 UTC (rev 54221)
+++ trunk/Master/texmf-dist/tex/generic/genmisc/cropmark.tex	2020-03-10 16:50:57 UTC (rev 54222)
@@ -1,154 +0,0 @@
-%% Save file as: CROPMARK.TEX                   Source: FILESERV at SHSU.BITNET
-% Author: Peter Ungar <LAXA at ACFcluster.NYU.EDU>
-% 
-% CROPMARK MACROS FOR PLAIN TEX. Feb. 10, 1992 01:31 Peter Ungar 914 723 7187
-% Cropmarks are markings on pages intended to be phototypeset. They mark the
-% corners of the intended book page.
-% THE DIMENSION SPECIFICATIONS (\paperheight,\paperwidth, \topmargin,
-% \outsidemargin, \hsize, \vsize) SHOULD COME BEFORE THE MACROS. OTHERWISE
-% THE CROPMARKS GO INTO ODD LOCATIONS. THESE QUANTITIES ARE ASSIGNED VALUES
-% IN THIS FILE TO MAKE THE EXAMPLE WORK. REPLACE THE GIVEN VALUES BY THE
-% ONES YOU NEED BEFORE INSTALLING THE MACROS. HSIZE IS THE LENGTH OF THE LINES
-% AND VSIZE IS THE HEIGHT OF THE PRINTED PAGE NOT COUNTING HEADER OR FOOTER.
-% \lefttopcropmark should be inserted at the beginning of the
-% headline. It is a \llap and should not take space away from any other item
-% in the headline. \righttopcropmark should be at the end of the headline.
-% If there is no \hfil in the headline, use one to put the cropmark to
-% the end of the headline. It is a \rlap and in theory it should not take
-% space away
-% from other items. Do not to put a space in front of \righttopcropmark be-
-% cause the space will be typeset unless it is preceded by a control sequence.
-% The bottom cropmarks should be inserted in the beginning and end of the
-% \footline. Be sure to fill space in the middle with \hfil.
-% Remember that the \footline definition has to come BEFORE the end of the
-% first page.
-% The values of \voffset and \hoffset can be adjusted to try to push the
-% entire page including the cutmarks into the area your printer can print.
-% The quantities you have to input are
-% \paperheight, \paperwidth, \topmargin (measured from the top of the headline
-% which is assumed to be 10-point size, and \outsidemargin which will be the
-% right margin of odd-numbered pages and the left margin of even numbered
-% pages. The other quantities which are needed are computed by the macros.
-% The computations two empirical corrections.
-% If the dimensions on your printout are slightly off, try over or under-
-% stating the true dimensions of the above quantities.
-% The macros ought to work for all values of \hsize and \vsize but if these
-% are too large the cropmarks may not fit the area most printers can print.
-% \nocropmarks replaces the cropmark macros by \relax (blanks). The cropmarks
-% are needed only for phototypesetting and we may not want to see them on
-% printout prepared for other purposes.
-% TEX WILL NOT LET YOU KNOW IF YOU DID NOT ASSIGN A VALUE TO A DIMENSION.
-% THAT MAY BE THE REASON IF YOU GET BIZARRE RESULTS. THE VALUES MUST COME
-% BEFORE THE MACROS.
-
-%\magnification 1042 %% Needed to get exact dimensions on the MacPlus screen.
-
-\voffset=20mm\hoffset=15mm % Needed to bring cropmarks within printable area.
-\overfullrule=0mm  % To prevent overfullrules being added to cropmarks
-\newdimen\paperheight
-\newdimen\paperwidth
-\newdimen\topmargin
-\newdimen\outsidemargin
-\newdimen\insidemargin
-\newdimen\leftmargin
-\newdimen\rightmargin
-\newdimen\topliftadjustment
-\newdimen\bottomliftadjustment
-\newdimen\topcropmarklift
-\newdimen\bottomcropmarklift
-\newdimen\leftsideskip
-\newdimen\rightsideskip
-\newdimen\bclifta
-\newdimen\bcliftb
-
-\vsize=182mm
-\hsize=112mm
-\paperheight=227.4mm     % These six quantities specify the margins.
-\paperwidth=152.3mm      % The ones introduced below are either
-\topmargin=14mm          % computed from these by the macros or they
-\outsidemargin=25mm      % are auxiliary.
-
-\topliftadjustment=2.6mm
-\bottomliftadjustment=15.5mm
-\insidemargin=\paperwidth
-\advance\insidemargin by -\outsidemargin
-\advance\insidemargin by -\hsize
-
-\def\leftorright{\ifodd\pageno
-\leftmargin=\insidemargin\rightmargin=\outsidemargin\else
-\leftmargin=\outsidemargin\rightmargin=\insidemargin\fi
-\leftsideskip=\leftmargin
-\advance\leftsideskip by -4.05mm
-\rightsideskip=\rightmargin
-\advance\rightsideskip by -4.05mm}
-
-\def\lefttopcropmark{{\parindent=0mm\llap{\vtop{
-\hsize=\leftmargin
-\vskip-\topliftadjustment
-\vskip-\topmargin
-\vrule height 0.05mm depth 4mm width 0.05mm
-\vrule height 0.05mm depth0mm width 4mm
-\hfill}}}}
-\def\righttopcropmark{{\parindent=0mm\rlap{\vtop{\hsize=\rightmargin
-\vskip-\topliftadjustment
-\vskip-\topmargin
-\hfill
-\vrule height 0.05mm depth0mm width 4mm
-\vrule height 0.05mm depth 4mm width 0.05mm
-}}}}
-
-\bottomcropmarklift=-\paperheight
-\advance\bottomcropmarklift by\topmargin
-\advance\bottomcropmarklift by\vsize
-\advance\bottomcropmarklift by\bottomliftadjustment
-
-\bclifta=\bottomcropmarklift
-\advance\bclifta by 4mm
-\bcliftb=\bottomcropmarklift
-\advance\bcliftb by -0.05mm
-
-\def\leftbottomcropmark{{\parindent=0mm\llap{
-\hbox{\vrule height\bclifta depth -\bottomcropmarklift width 0.05mm
-\vrule height \bottomcropmarklift depth -\bcliftb width 4mm
-\hskip\leftsideskip}}}}
-
-\def\rightbottomcropmark{{\parindent=0mm\rlap{\hbox{\hskip\rightsideskip
-\vrule height \bottomcropmarklift depth -\bcliftb width 4mm
-\vrule height\bclifta depth -\bottomcropmarklift width 0.05mm}}}}
-
-
-\def\nocropmarks{\def\lefttopcropmark{\relax}  % THIS TURNS OFF CROPMARKS
-\def\righttopcropmark{\relax}
-\def\leftbottomcropmark{\relax}
-\def\rightbottomcropmark{\relax}}
-\endinput
-
-% END OF THE MACROS.  AN EXAMPLE FOLLOWS. COMMENT OUT \endinput TO
-% TYPESET IT.
-
-\headline={\leftorright\lefttopcropmark\ifodd\pageno
-\hfil HEADLINE\hfil\folio\else
-\folio\hfil HEADLINE\hfil \fi
-\righttopcropmark}
-\footline={\leftorright\leftbottomcropmark
-\hfil
-\rightbottomcropmark}
-
-\noindent Topliftadjustment=2.6mm bottomliftadjustment=15.5mm
-\hfill H
-
-\noindent paperheight=227.4mm  paperwidth=152.3mm
-
-\noindent topmargin=14mm outsidemargin=25mm
-
-\noindent vsize=182mm hsize=112mm
-
-NOTE THAT THE DIMENSION SPECIFICATIONS MUST COME BEFORE THE MACROS.
-\vfill
-\noindent\line{Here is the bottom left corner. \hfil Bottom right is H}
-\eject
-\noindent\line{Here is the top left corner.\hfil Top right is H}
-\vfill
-\noindent\line{Here is the bottom left corner. \hfil Bottom right is H}
-\eject
-\end

Deleted: trunk/Master/texmf-dist/tex/generic/genmisc/croptest.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/genmisc/croptest.tex	2020-03-10 16:46:34 UTC (rev 54221)
+++ trunk/Master/texmf-dist/tex/generic/genmisc/croptest.tex	2020-03-10 16:50:57 UTC (rev 54222)
@@ -1,44 +0,0 @@
-% An illustration of cropmark.sty by Victor Eijkhout.
-% This file belongs to cropmark.sty version 1.0 or later,
-% it is both plain TeX and LaTeX compatible.
-
-\def\plainname{plain}
-\ifx\fmtname\plainname
-    \input cropmark.sty
-\else
-    \documentstyle[cropmark]{article}
-    \begin{document}
-\fi
-
-\parindent=0pt
-\def\page
-{Left\hfill toP
-\vfill
-Bottom\hfill righT
-\eject}
-
-% First illustrate the default settings
-
-\page
-
-% Now stretch a bit (this is necessary for LaTeX)
-
-\ifx\plainname\fmtname
-    \advance\croppadtop by 5pt
-    \advance\croppadbot by 5pt
-    \advance\croppadlr by 2pt
-\else
-    \addtolength{\croppadtop}{-10pt}
-    \addtolength{\croppadbot}{15pt}
-    \addtolength{\croppadlr}{15pt}
-\fi
-
-\page
-
-\edef\byebye{
-\if\fmtname\plainname
-    \noexpand\csname bye\noexpand\endcsname
-\else
-    \noexpand\end{document}
-\fi}
-\byebye
\ No newline at end of file

Deleted: trunk/Master/texmf-dist/tex/generic/genmisc/dayofweek.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/genmisc/dayofweek.tex	2020-03-10 16:46:34 UTC (rev 54221)
+++ trunk/Master/texmf-dist/tex/generic/genmisc/dayofweek.tex	2020-03-10 16:50:57 UTC (rev 54222)
@@ -1,149 +0,0 @@
-%
-%	\DayOfWeek	expands to the day of the week ("Sunday", etc.)
-%	\PhaseOfMoon	expands to the phase of the moon
-%
-%	Written by Martin Minow of DEC (minow%bolt.dec at decwrl.dec.com).
-%
-\def\DayOfWeek{%
-%
-% 	Calculate day of the week, return "Sunday", etc.
-%
-  \newcount\dow				% Gets day of the week
-  \newcount\leap			% Leap year fingaler
-  \newcount\x				% Temp register
-  \newcount\y 				% Another temp register
-%		leap = year + (month - 14)/12;
-  \leap=\month \advance\leap by -14 \divide\leap by 12
-  \advance\leap by \year
-%		dow = (13 * (month + 10 - (month + 10)/13*12) - 1)/5
-  \dow=\month \advance\dow by 10
-  \y=\dow \divide\y by 13 \multiply\y by 12
-  \advance\dow by -\y \multiply\dow by 13 \advance\dow by -1 \divide\dow by 5
-%		dow += day + 77 + 5 * (leap % 100)/4
-  \advance\dow by \day \advance\dow by 77
-  \x=\leap \y=\x \divide\y by 100 \multiply\y by 100 \advance\x by -\y
-  \multiply\x by 5 \divide\x by 4 \advance\dow by \x
-%		dow += leap / 400
-  \x=\leap \divide\x by 400 \advance\dow by \x
-%		dow -= leap / 100 * 2;
-%		dow = (dow % 7)
-  \x=\leap \divide\x by 100 \multiply\x by 2 \advance\dow by -\x
-  \x=\dow \divide\x by 7 \multiply\x by 7 \advance\dow by -\x
-  \ifcase\dow Sunday\or Monday\or Tuesday\or Wednesday\or
-	Thursday\or Friday\or Saturday\fi
-}
-%%
-%%
-%%
-\def\PhaseOfMoon{%	Calculate the phase of the (civil) moon.
-%
-% The routine calculates the year's epact (the age of the moon on Jan 1.),
-% adds this to the number of days in the year, and calculates the phase
-% of the moon for this date.  It returns the phase as a string, e.g.,
-% "new", "full", etc.
-%
-% In the algorithm:
-%
-%	diy	Is the day of the year - 1 (i.e., Jan 1 is day 0).
-%
-%	golden	Is the number of the year in the Mentonic cycle, used to
-%		determine the position of the calender moon.
-%
-%	epact	Is the age of the calender moon (in days) at the beginning
-%		of the year.  To calculate epact, two century-based
-%		corrections are applied:
-%		Gregorian:	(3 * cent)/4 - 12
-%			is the number of years such as 1700, 1800 when
-%			leap year was not held.
-%		Clavian:	(((8 * cent) + 5) / 25) - 5
-%			is a correction to the Mentonic cycle of about
-%			8 days every 2500 years.  Note that this will
-%			overflow 16 bits in the year 409600.  Beware.
-%
-% The algorithm is accurate for the Gregorian calender only.
-%	
-% The magic numbers used in the phase calculation are as follows:
-%	 29.5		The moon's period in days.
-%	177		29.5 scaled by 6
-%	 22		(29.5 / 8) scaled by 6 (this gets the phase)
-%	 11		((29.5 / 8) / 2) scaled by 6
-%
-% Theoretically, this should yield a number in the range 0 .. 7.  However,
-% two days per year, things don't work out too well.
-%
-% Epact is calculated by the algorithm given in Knuth vol. 1 (calculation
-% of Easter).  See also the article on Calenders in the Encyclopaedia
-% Britannica and Knuth's algorithm in CACM April 1962, page 209.
-%
-  \newcount\cent		% Century number (1979 == 20)
-  \newcount\epact		% Age of the moon on Jan. 1
-  \newcount\diy			% Day in the year
-  \newcount\golden		% Moon's golden number
-  \newcount\x			% Temp
-  \newcount\m			% Temp for modulus
-  \diy=\day \advance\diy by \ifcase\month		% Jan 1 == 0
-	-1\or -1\or 30\or 58\or 89\or 119\or 150\or	% Jan .. Jun
-	180\or 211\or 241\or 272\or 303\or 333\fi	% Jul .. Dec
-%		if ((month > 2) && ((year % 4 == 0) && 
-%		    ((year % 400 == 0) || (year % 100 != 0))))
-%			diy++;		/* Leapyear fixup	*/
-  \ifnum \month>2
-    \x=\year \m=\x \divide\m by 4 \multiply\m by 4 \advance\x by -\m
-    \ifnum \x=0				% month > 2 and maybe leapyear
-      \x=\year \m=\x \divide\m by 400 \multiply\m by 400 \advance\x by -\m
-      \ifnum \x=0			% 2000 is a leap year
-	\advance\diy by 1		% so it's one day later
-      \else				% not 2000, check other '00's
-	\x=\year \m=\x \divide\m by 100 \multiply\m by 100 \advance\x by -\m
-	\ifnum \x>0			% not some other '00' year
-	    \advance\diy by 1		% it's still one day later
-	\fi				% not odd century
-      \fi				% not 2000-type century
-    \fi					% not leapish year
-  \fi					% not march or later
-%		cent = (year / 100) + 1;	/* Century number	*/
-%		golden = (year % 19) + 1;	/* Golden number	*/
-  \cent=\year \divide\cent by 100 \advance\cent by 1
-  \golden=\year
-  \m=\year \divide\m by 19 \multiply\m by 19 \advance\golden by -\m
-  \advance\golden by 1
-%		epact = ((11 * golden) + 20	/* Golden number	*/
-%		+ (((8 * cent) + 5) / 25) - 5	/* 400 year cycle	*/
-%		- (((3 * cent) / 4) - 12)) % 30;/* Leap year correction	*/
-  \epact=11 \multiply\epact by \golden
-  \advance\epact by 20
-  \x=8 \multiply\x by \cent \advance\x by 5
-  \divide\x by 25 \advance\x by -5
-  \advance\epact by \x
-  \x=3 \multiply\x by \cent \divide\x by 4 \advance\x by -12
-  \advance\epact by -\x
-  \m=\epact \divide\m by 30 \multiply\m by 30 \advance\epact by -\m
-%	if (epact <= 0)
-%		epact += 30;			/* Age range is 1 .. 30	*/
-%	if ((epact == 25 && golden > 11) || epact == 24)
-%		epact++;
-  \ifnum \epact<0
-    \advance\epact by 30
-  \fi
-  \ifnum \epact=25
-    \ifnum \golden>11
-      \advance \epact by 1
-    \fi
-  \else
-    \ifnum \epact=24
-      \advance \epact by 1
-    \fi
-  \fi
-%
-% Calculate the phase, using the magic numbers defined above.
-% Note that phase may be equal to 8 (== 0) on two days of the year
-% due to the way the algorithm was implemented.
-%	phase = (((((diy + epact) * 6) + 11) % 177) / 22) & 7;
-%
-  \x=\diy \advance\x by \epact \multiply\x by 6 \advance\x by 11
-  \m=\x \divide\m by 177 \multiply\m by 177 \advance\x by -\m
-  \divide\x by 22
-  \ifcase\x new\or waxing crescent\or in its first quarter\or
-	waxing gibbous\or full\or waning gibbous\or
-	in its last quarter\or waning crescent\or new\fi
-}

Deleted: trunk/Master/texmf-dist/tex/generic/genmisc/daytime.sty
===================================================================
--- trunk/Master/texmf-dist/tex/generic/genmisc/daytime.sty	2020-03-10 16:46:34 UTC (rev 54221)
+++ trunk/Master/texmf-dist/tex/generic/genmisc/daytime.sty	2020-03-10 16:50:57 UTC (rev 54222)
@@ -1,30 +0,0 @@
-%% Save file as: DAYTIME.STY            Source: FILESERV at SHSU.BITNET  
-%% Source: INFO-TeX at SHSU.edu (Wed, 2 Oct 1991 10:01:43 EDT)
-%% Author: Mauro Orlandini <ORLANDINI at HEAVAX.GSFC.NASA.GOV>
-%% Modified: George D. Greenwade <bed_gdg at SHSU.edu> -- added \Daytime
-%%           to not have the leading 0 on 1:00 --- 9:00
-\begingroup
-    \count0=\time
-    \count1=\count0
-    \divide\count0 by 60
-    \count2=\count0
-    \multiply\count0 by 60
-    \advance\count1 by -\count0
-    \ifnum\count2>11
-         \ifnum\count2>12 \advance\count2 by -12\fi
-         \def\ampm{pm}%
-    \else
-         \ifnum\count2=0 \advance\count2 by 12\fi
-         \def\ampm{am}%
-    \fi
-    \xdef\daytime{%
-         \ifnum\count2<10 0\fi \the\count2:%
-         \ifnum\count1<10 0\fi \the\count1
-         \ampm
-    }%
-    \xdef\Daytime{%                          %GDG
-         \the\count2:%                       %GDG
-         \ifnum\count1<10 0\fi \the\count1   %GDG
-         \ampm                               %GDG
-    }%                                       %GDG
-\endgroup

Deleted: trunk/Master/texmf-dist/tex/generic/genmisc/default.sty
===================================================================
--- trunk/Master/texmf-dist/tex/generic/genmisc/default.sty	2020-03-10 16:46:34 UTC (rev 54221)
+++ trunk/Master/texmf-dist/tex/generic/genmisc/default.sty	2020-03-10 16:50:57 UTC (rev 54222)
@@ -1,311 +0,0 @@
-% DEFAULT.STY,  version 1.3  July 1998, provides
-%    1.  macro parameter-defaulting mechanism.
-%    2.  user stack and dynamic array
-%  Particularly useful if you have macros with many parameters, and you 
-%  don't want to remember all of them all the time.
-%
-%  Author: Zhuhan Jiang, University of New England, Australia
-%  Email:  zhuhan at neumann.une.edu.au
-%
-%  NOTES: 
-%    1. This style file can be loaded in as many times as you want,
-%       without overrunning the resources for such as counter
-%       registers and etc. So different packages may all use it to
-%       default their macro parameters, without causing any conflict.
-%    2. Macro parameters that can be defaulted through this style file
-%       are those included in square brackets. E.g. #1, #2, #3 in
-%       \foo[#1][#2][#3]#4#5 are defaultable while #4 and #5 here are
-%       not.
-%    3. If \foo is a macro to be defaulted, the original macro \foo
-%       will be renamed as ``\foo@ raw'' (yes, there is a space) and
-%       the new macro \foo will be defined through the use of the 
-%       original ``\foo@ raw''.
-%
-%  MAIN MACRO:
-%       \setdefalut{cmdname}{n}{default1}{..}{default_n}
-%             - gives defaults to \cmdname[p_1][p_2]..[p_n]
-%               (the macro to be defaulted must be already defined
-%                 when \setdefault is executed)
-%  EXAMPLES:
-%    1.  Suppose \foo is defined for \foo[#1][#2][#3]{#4}, we may default
-%        all (or some of) the parameters in the SQUARE BRACKETS to for 
-%        instance 'one', 'two' and 'three' via
-%           \setdefault{foo}{3}{one}{two}{three}
-%        This way, command \foo{stuff} or \foo[]{stuff} or \foo[][]{stuff}
-%        or \foo[][][]{stuff} will all be translated as
-%        \foo[one][two][three]{stuff}. Command \foo[][2]{stuff} will be 
-%        translated as \foo[one][2][three]{stuff}.
-%    2.  See how \placebox is defined and redefined via \setdefault
-%        in this file.
-%
-%  TIP:
-%    The best strategy to define (e.g.) \foo[#1][#2]{#3} so that
-%    it has defaults for #1 and #2 
-%    1.  define \foo@[#1][#2]#3 as normal (what you wish)
-%    2.  define \foo[#1][#2]#{\foo@[#1][#2]} to make {#3} mandatory
-%    3.  use \setdefault{foo}{2}{one}{two} to default #1=one and #2 to two
-%
-%  MINOR MACROS:
-%       \placebox[#1][#2][#3][#4][#5][#6]{#7}
-%                      - place stuff #7 in a box at the position specified
-%                        by parameters #1, ..., #6. (move mini page around)
-%                 #1:    box position (default 0)
-%                        1--6--2              <-- top of the box
-%                        |     | 
-%                        |     | 
-%                        |     | 
-%                        9  5  7  0 is -5     <-- middle height of the box
-%                        |     |  
-%                        10 11 12 <-height up <-- baseline 
-%                        |     |   depth down 
-%                        4--8--3              <-- bottom of the box
-%                        #1<=0:  box has no width, no height
-%                 #2:    x shift (default 0pt)
-%                 #3:    y shift (default 0pt)
-%                 #4,#5: extra x,y shift in multiple of box width/10, height/10
-%                 #6:    box type: v=vbox, otherwise=hbox
-%                 #7:    content to be boxed
-%       \push{ ... }   - push stuff to stack; anything can be saved to
-%       \pop           - pop stack
-%       \popnil        - delete stack top element (pop to nil)
-%       \fetch{#1}     - fetch #1-th entry from the stack
-%                        (illegal number #1 will produce \relax)
-%                        if #1>0, fetch #1-th entry from bottom of stack
-%                        if #1>=0, fetch (-#1)-th element from top of stack
-%                        e.g.  
-%                        fetch{0}  - fetch the element of the top of stack
-%                        fetch{-1} - the element just below the top of stack
-%                        fetch{2}  - 2nd element from the bottom of stack
-%
-\ifx\EntryDefault\undefined
-  \message{1.3 13/7/98}%
-  {\catcode`\@=11\relax \def\temp at macro{\space\space\space\space}%
-  \wlog{\temp at macro DEFAULT.STY version 1.3 July 1998 By Z Jiang}%
-  \wlog{\temp at macro University of New England, Australia}%
-  \wlog{\temp at macro Email: zhuhan at neumann.une.edu.au}}%
-\fi
-\xdef\EntryDefault{\the\catcode`\@}\catcode`\@=11\relax %  SAVE @'s STATUS
-%
-%
-%  NEW MEASURES etc (parameter defaulting mechanism given by macros below)
-\def\new at measures{%
-  \def\temp@@macro##1##2##3{\expandafter\ifx\csname ##3temp##2##1\endcsname
-     \relax\edef\next{\noexpand\csname new##1\noexpand\endcsname
-                      \csname ##3temp##2##1\endcsname}%
-     \else\let\next\relax\fi\next}%
-  \def\temp at macro##1{%
-     \temp@@macro{##1}{@}{}\temp@@macro{##1}{@@}{}\temp@@macro{##1}{@@@}{}}%
-  \temp at macro{count}\temp at macro{toks}\temp at macro{box}\temp at macro{read}%
-  \temp@@macro{if}{@}{if}\temp@@macro{if}{@@}{if}\temp@@macro{if}{@@@}{if}%
-  \def\temp@@macro##1{\expandafter\ifx\csname temp##1dim\endcsname
-     \relax\edef\next{\noexpand\csname newdimen\noexpand\endcsname
-                      \csname temp##1dim\endcsname}%
-     \else\let\next\relax\fi\next}%
-  \temp@@macro{@}\temp@@macro{@@}\temp@@macro{@@@}%
-}%
-\let\temp@@@macro=\wlog\def\wlog#1{}\new at measures
-%
-%%% GENERAL STACK
-\def\make at STKcount{\csname newcount\endcsname
-  \STKcount\global\STKcount=0\relax}%
-\ifx\STKcount\undefined@
-  \def\next{\make at STKcount}\else\def\next{}\fi
-\next % ensures stack pointer not flushed if this piece of code
-      % is loaded again
-%
-\long\def\push#1{\global\advance\STKcount1\relax
-\expandafter\gdef\csname STK\the\STKcount\string~\endcsname{#1}}%
-%
-\def\popnil{\expandafter\let\expandafter\temp at macro
-  \csname STK\the\STKcount\string~\endcsname
-  \ifnum\STKcount>0\global\expandafter\let
-    \csname STK\the\STKcount\string~\endcsname=\undefined@
-    \global\advance\STKcount-1%
-  \else
-    \def\temp at macro{}\global\STKcount=0%
-  \fi\relax % \temp at macro for pop
-}%
-%
-\def\pop{\popnil\temp at macro}%
-%
-\def\fetch@#1{\ifnum#1>0 \relax \temp at count=#1 \else 
- \temp at count=\STKcount \advance\temp at count by #1 \fi
- \csname STK\the\temp at count\string~\endcsname
-}%
-\def\fetch#{\fetch@}%
-%
-%% GET PARAMETERS
-\long\def\get at nepara[#1][#2]{{\def\next@{#2}%
-\ifx\next@\empty\push{#1}\else\push{#2}\fi}\ag at in}%
-%
-\long\def\get at para\left@#1\right@{%
-\def\check@{%
- \ifx[\next@ \def\full@####1{\get at nepara[#1]####1}%
- \else \def\full@{\get at nepara[#1][#1]}\fi
- \full@}%
-\futurelet\next@\check@}%
-%
-\long\def\do at nepara\left@#1\right@#2\p at r@end{%
-\gdef\p at r@data{#2}\global\advance\p at r@count1\get at para\left@#1\right@}%
-%
-\def\ag at in{\ifx\p at r@data\empty \def\next@{\relax
-\getp at r@s\run at CMD}\else
-\def\next@{\expandafter\do at nepara\p at r@data\p at r@end}\fi
-\next@}%
-%
-\def\run at CMD{\csname STK\the\STKcount\string~\endcsname}%
-%
-\def\num at to@word#1{\ifcase #1 \or
-   \def\temp at macro{one}\or   \def\temp at macro{two}\or
-   \def\temp at macro{three}\or \def\temp at macro{four}\or
-   \def\temp at macro{five}\or  \def\temp at macro{six}\or
-   \def\temp at macro{seven}\or  \def\temp at macro{eight}\or
-   \def\temp at macro{nine}\else \def\temp at macro{}\fi
-\temp at toks=\expandafter{\temp at macro}}%
-%
-\temp@@count=1 % make nine newtoks, if they don't already exist
-\loop \num at to@word{\temp@@count}%
-  \expandafter\ifx\csname p at r@\the\temp at toks\endcsname\relax
-    \temp@@toks={newtoks}\expandafter\csname\expandafter\the
-    \expandafter\temp@@toks\expandafter\endcsname
-    \csname p at r@\the\temp at toks\endcsname\fi
-  \advance\temp@@count by 1 \ifnum\temp@@count<10 \repeat
-%
-\ifx\p at r@count\undefined@ \csname newcount\endcsname\p at r@count\fi
-\long\def\st at ckparas#1\p at r@end{%
-\global\p at r@count=0\gdef\p at r@data{#1}\ag at in}%
-%
-% PARAMETER ASSIGNMENT % use \temp at count
-\def\getp at r@s{\temp at count=\p at r@count
-{\loop
- \ifnum\temp at count>0 %
- \expandafter\let\expandafter
- \temp at macro\csname STK\the\STKcount\string~\endcsname
- \ifcase\temp at count
- \or \global\p at r@one=\expandafter{\temp at macro}%
- \or \global\p at r@two=\expandafter{\temp at macro}%
- \or \global\p at r@three=\expandafter{\temp at macro}%
- \or \global\p at r@four=\expandafter{\temp at macro}%
- \or \global\p at r@five=\expandafter{\temp at macro}%
- \or \global\p at r@six=\expandafter{\temp at macro}%
- \or \global\p at r@seven=\expandafter{\temp at macro}%
- \or \global\p at r@eight=\expandafter{\temp at macro}%
- \or \global\p at r@nine=\expandafter{\temp at macro}%
- \else \errmessage{Parameter capacity exceeded.}%
-     % this should never happen:  TeX's max para no. is 9
- \fi
- \global\expandafter\let
- \csname STK\the\STKcount\string~\endcsname=\undefined@%
- \global\advance\STKcount-1%
- \global\advance\temp at count-1\relax
- \fi
- \ifnum\temp at count>0 %
-\repeat}}%
-%
-\def\clrp at r@s{%GLOBALLY clear
-\global\p at r@one={}\global\p at r@two={}\global\p at r@three={}%
-\global\p at r@four={}\global\p at r@five={}\global\p at r@six={}%
-\global\p at r@seven={}\global\p at r@eight={}\global\p at r@nine={}}%
-%
-\def\read at paras#1{\temp@@@count=1 %use \temp@@@count and \temp@@count
-  \loop \num at to@word{\the\temp@@@count}\csname p at r@\the\temp at toks\endcsname={}%
-      \advance\temp@@@count by 1 \ifnum\temp@@@count<10 \repeat
-  \temp@@@count=1 \temp@@count=#1 %
-  \def\read at one@para##1{\num at to@word{\temp@@@count}%
-       \def\temp at macro{\left@ ##1\right@}%
-       \temp@@@toks=\expandafter{\temp at macro}%
-       \csname p at r@\the\temp at toks\endcsname\expandafter{\temp at macro}%
-       \advance\temp@@@count by 1 \read at continue}%
-  \def\read at continue{\num at to@word{\temp@@@count}% which uses \temp at macro
-       \ifnum\temp@@@count>\temp@@count \let\next@@\make at default
-          \edef\temp@@macro{\the\p at r@one\the\p at r@two\the\p at r@three\the\p at r@four
-          \the\p at r@five\the\p at r@six\the\p at r@seven\the\p at r@eight\the\p at r@nine}%
-       \else \let\next@@\read at one@para
-       \fi \next@@}\read at continue}%
-%
-\def\make@@default#1#2{\temp at count=#2\relax \temp@@count=1 %used \temp@@macro
-  \loop \num at to@word{\temp@@count}%
-      \ifnum\temp@@count>\temp at count \csname p at r@\the\temp at toks\endcsname={}%
-      \else \csname p at r@\the\temp at toks\endcsname
-            =\expandafter{\expandafter[\expandafter
-            \the\csname p at r@\the\temp at toks\endcsname]}\fi
-      \advance\temp@@count by 1 %
-      \ifnum\temp@@count<10 \repeat
-  \edef\temp at macro{\the\p at r@one\the\p at r@two\the\p at r@three\the\p at r@four
-       \the\p at r@five\the\p at r@six\the\p at r@seven\the\p at r@eight\the\p at r@nine}%
-  \temp at toks=\expandafter{\temp at macro}%
-  \temp@@toks=\expandafter{\temp@@macro}%
-  \expandafter\let\expandafter\temp at macro\csname #1\endcsname
-  \expandafter\ifx\csname #1@ raw\endcsname\relax
-      \expandafter\let\csname #1@ raw\endcsname\temp at macro\fi
-  \expandafter\edef\csname#1\endcsname{%
-      \noexpand\push{\noexpand\edef\noexpand\next@@{%
-      \noexpand\noexpand \noexpand \csname \noexpand#1@ raw\noexpand\endcsname
-      \the\temp at toks}%
-  \noexpand\popnil\noexpand\clrp at r@s\noexpand\next@@}\noexpand\st at ckparas
-      \the\temp@@toks \noexpand\p at r@end}}%
-%
-% \setdefalut{cmdname}{n}{default1}{..}{default_n}
-%  then \cmdname[#1][..][#n] can be defaulted.
-\def\setdefault#1#2{\def\make at default{\make@@default{#1}{#2}}\read at paras{#2}}
-%
-% DEFAULT MECHANISM END: this piece of code can be included in any
-% package and can be reloaded any times without overruning the resources.
-%
-% Now an example to use \setdefault:
-% lower a box
-\long\def\xylower#1#2#3{\bgroup\hskip#1\hbox{% #1=x #2=y #3=content
-  \ifmmode\let\SoftLower\undefined\else\def\SoftLower{}$\fi
-  \mathop{\vtop{\ialign{##\crcr \noalign{\kern#2}#3\crcr}}}%
-  \ifx\SoftLower\undefined\else $\fi}\egroup}%
-%
-% #1=box position(0) #2=x shift(0pt) #3=y shift(0pt) #6=v (vbox)
-% #4,#5=extra x,y shift in multiple of box width/10, height/10  #7=content
-\long\def\placebox[#1][#2][#3][#4][#5][#6]#7{\begingroup
-\def\temp at macro{#6}\def\temp@@macro{v}\ifx\temp at macro\temp@@macro
-\setbox\temp at box=\vbox{#7}\else \leavevmode % #1 (box position)
-\setbox\temp at box=\hbox{#7}\fi\temp at dim=-\wd\temp at box % 1--6--2                
-\temp@@dim=\ht\temp at box \temp@@@dim=\dp\temp at box   %   |     |                
-\ifnum#1<0 \temp at count=-#1 \else\temp at count=#1 \fi %   |     |                
-\ifnum\temp at count=0 \temp at count=5 \fi              %   |     |                
-\ifcase\temp at count                                 %   9  5  7  0 is -5       
-  \or \temp at dim=0pt \temp@@dim=0pt                 %   |     |                
-  \or \temp@@dim=0pt                               %  10 11 12 <-height up    
-  \or \advance\temp@@dim by \temp@@@dim            %   |     |   depth down   
-      \temp@@dim=-\temp@@dim                       %   4--8--3                
-  \or \temp at dim=0pt \advance\temp@@dim by          %                          
-      \temp@@@dim \temp@@dim=-\temp@@dim           % -#1: box has no width etc
-  \or \divide\temp at dim by 2 \advance\temp@@@dim by \temp@@dim
-      \divide\temp@@@dim by 2 \temp@@dim=-\temp@@@dim
-  \or \divide\temp at dim by 2 \temp@@dim=0pt
-  \or \advance\temp@@dim by \temp@@@dim
-      \temp@@dim=-\temp@@dim \divide\temp@@dim by 2
-  \or \advance\temp@@dim by \temp@@@dim
-      \temp@@dim=-\temp@@dim \divide\temp at dim by 2
-  \or \temp at dim=0pt \advance\temp@@dim by \temp@@@dim
-      \temp@@dim=-\temp@@dim \divide\temp@@dim by 2
-  \or \temp at dim=0pt \advance\temp@@@dim by \temp@@dim \temp@@dim=-\temp@@dim
-  \or \divide\temp at dim by 2
-      \advance\temp@@@dim by \temp@@dim \temp@@dim=-\temp@@dim
-  \or \advance\temp@@@dim by \temp@@dim \temp@@dim=-\temp@@dim
-  \or \errmessage{Invalid range of first parameter: #1}\fi
-  \advance\temp at dim by #2 \advance \temp@@dim by #3
-  \temp@@@dim=\wd\temp at box \divide \temp@@@dim by 10
-  \multiply\temp@@@dim by #4 \advance\temp at dim by \temp@@@dim
-  \temp@@@dim=\ht\temp at box \advance\temp@@@dim by \dp\temp at box
-  \divide \temp@@@dim by 10 \multiply\temp@@@dim by #5
-  \advance\temp@@dim by \temp@@@dim
-  \setbox\temp at box=\hbox{\xylower{\temp at dim}{\temp@@dim}{\box\temp at box}}%
-  \ifnum#1>0 \else \wd\temp at box=0pt \ht\temp at box=0pt \dp\temp at box=0pt \fi
-  \box\temp at box\endgroup
-}%
-%
-\ifx\setdefault\undefined\else\setdefault{placebox}{6}{0}{0pt}{0pt}{0}{0}{h}\fi
-% example ends
-%
-\let\wlog\temp@@@macro\let\temp@@@macro\undefined@
-\catcode`\@=\EntryDefault\relax
-\endinput
-%
-%ENDMACROS
-%

Deleted: trunk/Master/texmf-dist/tex/generic/genmisc/dow.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/genmisc/dow.tex	2020-03-10 16:46:34 UTC (rev 54221)
+++ trunk/Master/texmf-dist/tex/generic/genmisc/dow.tex	2020-03-10 16:50:57 UTC (rev 54222)
@@ -1,44 +0,0 @@
-%%%------------Start Cutting------------------------------------------
-% \dowcomp returns integer day of week in \dow with Sunday=0.
-% \downame returns the name of the day of the week.
-% E.g., if \year=1963 \month=11 \day=22,
-% then \dowcomp ==> \dow=5 and \downame ==> Friday which happened
-% to be the day President John F. Kennedy was assasinated.
- 
-% Converted from the lisp function DOW by Jon L. White given in
-% the file LIBDOC    DOW JONL3 on MIT-MC (which follows).
- 
-%(defun dow (year month day)
-%    (and (and (fixp year) (fixp month) (fixp day))
-%        ((lambda (a)
-%                 (declare (fixnum a))
-%                 (\ (+ (// (1- (* 13. (+ month 10.
-%                                        (* (// (+ month 10.) -13.) 12.))))
-%                           5.)
-%                       day
-%                       77.
-%                       (// (* 5. (- a (* (// a 100.) 100.))) 4.)
-%                       (// a -2000.)
-%                       (// a 400.)
-%                       (* (// a -100.) 2.))
-%                    7.))
-%            (+ year (// (+ month -14.) 12.)))))
- 
-\newcount\dow
-\def\dowcomp{{\count3 \month  \advance\count3 -14  \divide\count3 12
-  \advance\count3 \year  \count4 \month  \advance\count4 10
-  \divide\count4 -13  \multiply\count4 12  \advance\count4 10
-  \advance\count4 \month  \multiply\count4 13  \advance\count4 -1
-  \divide\count4 5  \advance\count4 \day  \advance\count4 77
-  \count2 \count3  \divide\count2 100  \multiply\count2 -100
-  \advance\count2 \count3  \multiply\count2 5  \divide\count2 4
-  \advance\count4 \count2  \count2 \count3  \divide\count2 -2000
-  \advance\count4 \count2  \count2 \count3 \divide\count2 400
-  \advance\count4 \count2  \count2 \count3 \divide\count2 -100
-  \multiply\count2 2  \advance\count4 \count2  \count2 \count4
-  \divide\count2 7  \multiply\count2 -7  \advance\count4 \count2
-  \global\dow \count4}}
- 
-\def\dayname{\dowcomp  \ifcase\dow  Sunday\or  Monday\or  Tuesday\or
-  Wednesday\or  Thursday\or  Friday\else  Saturday\fi}
-%%%--------------Stop cutting-----------------------------------------

Deleted: trunk/Master/texmf-dist/tex/generic/genmisc/emtrees.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/genmisc/emtrees.tex	2020-03-10 16:46:34 UTC (rev 54221)
+++ trunk/Master/texmf-dist/tex/generic/genmisc/emtrees.tex	2020-03-10 16:50:57 UTC (rev 54222)
@@ -1,87 +0,0 @@
-%From: hwb at texnix.stgt.sub.org (Harald Boegeholz)
-%Newsgroups: comp.text.tex
-%Date: 14 Jan 91 13:44:29 GMT
-%
-%Hi!
-%
-%Some time ago I wrote some TeX-macros to typeset trees. Since
-%two people asked recently, here they are (quite short, so I thought
-%I might post). Be aware, though, of two possible problems:
-%  1. The macros use the \specials defined by emTeX. If your DVI-driver
-%     doesn't support these, you won't see any lines.
-%  2. The semantic nest size required is considerable (too many boxes
-%     inside of boxes inside of boxes...), so you'll possibly need
-%     a TeX which is "large" in this respect for typesetting complex trees.
-%
-%Hope this helps
-%Harald
-%------------------ cut here with a sharp knife ------------------------
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% tree macros by Harald Boegeholz
-% This file uses the \specials defined by emTeX to draw the lines!
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\newcount\pointnumber \pointnumber=0
-\newcount\father
-\font\nodefont=cmr7
-\def\nextpoint{\global\advance\pointnumber by 1\relax}
-\def\endsubtrees{\endsubtrees}
-\def\tn#1{\vbox{%
-  \vskip.5mm
-  \hbox{\nodefont\hskip1ex\relax #1\hskip1ex}
-  \vskip.5mm
-  }%
-}
-\def\tree#1#2{%
-  \vtop{%
-    \nextpoint
-    \father=\pointnumber
-    \halign{\hfil##\hfil\cr
-      #1\cr
-      \special{em:point \number\father}\cr
-      \noalign{\vskip5mm}
-      \hbox{\subtrees#2\endsubtrees}\cr
-    }%
-  }%
-}%
-\def\subtrees#1{\ifx#1\endsubtrees\let\next\relax\else
-  \vbox{\halign{\hfil##\hfil\cr
-    \nextpoint
-    \special{em:point \number\pointnumber}%
-    \special{em:line \number\pointnumber h,\number\father h}\cr
-    #1\cr
-  }}%
-  \let\next\subtrees\fi
-  \next
-}
-\def\labeledtree#1#2{\vbox{\offinterlineskip\halign{\hfil##\hfil\cr
-  #1\cr
-  \noalign{\vskip3pt}%
-  $\scriptstyle#2$\cr
-}}}
-
-\parindent0pt
-\raggedbottom
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% macros end here ... sample follows:
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\endinput
-
-{\labeledtree{% 
-  {\tree{\tn{1}}{% 
-    {\tree{\tn{2}}{% 
-      {\tn{3}}% 
-      {\tn{4}}% 
-      }}% 
-    {\tree{\tn{5}}{% 
-      {\tn{6}}% 
-      }}% 
-    }}% 
-}{[1,2,2,1,5]}}% 
-
-\bye
------------------- cut here with a sharp knife ------------------------
---
-Harald Boegeholz |Home:       hwb at texnix.stgt.sub.org (read daily)
-                 |University: boegehol at az3.informatik.uni-stuttgart.de
-                 |            ^ please use the latter for large (>100k) mails

Deleted: trunk/Master/texmf-dist/tex/generic/genmisc/endnote.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/genmisc/endnote.tex	2020-03-10 16:46:34 UTC (rev 54221)
+++ trunk/Master/texmf-dist/tex/generic/genmisc/endnote.tex	2020-03-10 16:50:57 UTC (rev 54222)
@@ -1,36 +0,0 @@
-% Use \endnote{1}{text}. At the end of your document, type
-% \producenotes to actually flush all end notes to be printed.
-%
-% macros for making endnotes instead of footnotes
-% We make @ signs act like letters, temporarily, to avoid conflict
-% between user names and internal control sequences of plain format.
-\catcode`@=11
-\newbox\endnotebox
-\def\setendnotefont#1{\gdef\endnotefont{#1}}
-\setendnotefont{\rm}
-\def\endnote#1{\let\@sf\empty
-  \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\/\fi
-  #1\@sf\vendnote{{#1}}}
-\def\vendnote#1{\global\setbox\endnotebox=
-   \vbox{\parindent=0pt\endnotefont\unvbox\endnotebox\bgroup
-   \indent\llap#1\ignorespaces\futurelet\next\aftergroup\no at te\relax}}
-\def\no at te{\ifcat\bgroup\noexpand\next \let\next\n@@te
-  \else\let\next\n at t\fi \next}
-\def\n@@te{\bgroup\aftergroup\@endnote\let\next}
-\def\n at t#1{#1\@endnote}
-\def\@endnote{\strut\egroup}
-%
-\newcount\enotecounter
-\def\resetenotecount{\global\enotecounter=0 } \resetenotecount
-\def\setenotecount#1{\global\enotecounter=#1 }
-%
-\def\setendnoteflagfont#1{\gdef\endnoteflagfont{#1}}
-\setendnoteflagfont{\sevenrm}
-\def\enote{\unskip
-  \global\advance \enotecounter by 1  % First bump the counter.
-  % Now convert the current value of the counter into a superscripted numeral
-  \endnote{{$^{\hbox{\endnoteflagfont\the\enotecounter}}$}}}
-%
-\def\producenotes{%
-\ifvoid\endnotebox\else\medskip\unvbox\endnotebox\par\fi}
-\catcode`@=12 % at signs are no longer letters

Deleted: trunk/Master/texmf-dist/tex/generic/genmisc/fakebold.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/genmisc/fakebold.tex	2020-03-10 16:46:34 UTC (rev 54221)
+++ trunk/Master/texmf-dist/tex/generic/genmisc/fakebold.tex	2020-03-10 16:50:57 UTC (rev 54222)
@@ -1,5 +0,0 @@
-\def\fakebold#1{\leavevmode\setbox0=\hbox{#1}%
-  \kern-.025em\copy0 \kern-\wd0
-  \kern .05em\copy0 \kern-\wd0
-  \kern-.025em\raise.0433em\box0
-}

Deleted: trunk/Master/texmf-dist/tex/generic/genmisc/hep.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/genmisc/hep.tex	2020-03-10 16:46:34 UTC (rev 54221)
+++ trunk/Master/texmf-dist/tex/generic/genmisc/hep.tex	2020-03-10 16:50:57 UTC (rev 54222)
@@ -1,12 +0,0 @@
-\def\slasha#1{\setbox0=\hbox{$#1$}#1\hskip-\wd0\hbox to\wd0{\hss\sl/\/\hss}}
-\def\slashb#1{\setbox0=\hbox{$#1$}#1\hskip-\wd0\dimen0=5pt\advance
-       \dimen0 by-\ht0\advance\dimen0 by\dp0\lower0.5\dimen0\hbox
-         to\wd0{\hss\sl/\/\hss}}
-% Four macros for Dirac's bracket notation of expectation values
-\def\bra#1{\left< #1\right|}
-\def\ket#1{\left| #1\right>}
-\def\bracket#1#2{\left<#1\mid #2\right>}
-\def\EV#1#2#3{\bra{#1}#2\ket{#3}}
-% And finally a macro for printing so-called `normal ordered' products
-% They are denoted by a colon on either side
-\normalord#1{\mathopen{:}#1\mathclose{:}}

Deleted: trunk/Master/texmf-dist/tex/generic/genmisc/inscrutable.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/genmisc/inscrutable.tex	2020-03-10 16:46:34 UTC (rev 54221)
+++ trunk/Master/texmf-dist/tex/generic/genmisc/inscrutable.tex	2020-03-10 16:50:57 UTC (rev 54222)
@@ -1,11 +0,0 @@
-% Date: Thu, 7 Feb 91 12:20:50 -0500
-%From: amgreene at ATHENA.MIT.EDU
-%Subject: A response to perl hackers
-\let~\catcode~`?`\
-\let?\the~`#?~`~~`]?~`~\let]\let~`\.?~`~~`,?~`~~`\%?~`~~`=?~`~]=\def
-],\expandafter~`[?~`~][{=%{\message[}~`\$?~`~=${\uccode`'.\uppercase
-{,=,%,{%'}}}~`*?~`~=*{\advance.by}]#\number~`/?~`~=/{*-1}\newcount.
-=\-{*-}~`-?~`~]-\-~`^?~`~=^{*1}~`\ ?~`~= {.`\ $}~`@?~`~=@{,.,"#`@^$}
-.`#*`'$.?~`~0-?~`~$//$^$ .``^$*?~`~$^$.?~`~0-?~`~/$-?~`~^$@*?~`~$ *
-?~`~*?~`~*?~`~*?~`~$@-?~`~$ .?~`~0-?~`~-?~`~$.``^$^^$.`<-?~`~*`<$@*
-?~`~$*?~`~-`(-`+$%}\batchmode



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