diff options
Diffstat (limited to 'Build/source/texk/tetex')
26 files changed, 7 insertions, 1386 deletions
diff --git a/Build/source/texk/tetex/ChangeLog b/Build/source/texk/tetex/ChangeLog index 2c6d0aed2ad..678e334fdbe 100644 --- a/Build/source/texk/tetex/ChangeLog +++ b/Build/source/texk/tetex/ChangeLog @@ -1,6 +1,8 @@ 2012-08-07 Peter Breitenlohner <peb@mppmu.mpg.de> - * tests/, updmap* (removed): Moved from here to ../texlive/. + * tests/, all*, dvi2fax*, dvired*, fontinst*, kpsetool*, + kpsewhere*, ps2frag*, pslatex*, rubibtex*, rumakeindex*, + updmap* (removed): Moved from here to ../texlive/. * Makefile.am: Adapted. 2012-08-06 Peter Breitenlohner <peb@mppmu.mpg.de> diff --git a/Build/source/texk/tetex/Makefile.am b/Build/source/texk/tetex/Makefile.am index a969da396ee..5cffb1cfc63 100644 --- a/Build/source/texk/tetex/Makefile.am +++ b/Build/source/texk/tetex/Makefile.am @@ -12,19 +12,8 @@ perl_scripts = shell_scripts = sh_scripts = \ - allcm \ - allneeded \ - dvi2fax \ - dvired \ fmtutil \ fmtutil-sys \ - fontinst \ - kpsetool \ - kpsewhere \ - ps2frag \ - pslatex \ - rubibtex \ - rumakeindex \ texconfig \ texconfig-dialog \ texconfig-sys \ @@ -45,19 +34,7 @@ endif !WIN32 CLEANFILES = $(nodist_bin_SCRIPTS) dist_man1_MANS = \ - allcm.man \ - allec.man \ - allneeded.man \ - dvi2fax.man \ - dvired.man \ fmtutil.man \ - fontinst.man \ - kpsetool.man \ - kpsewhere.man \ - ps2frag.man \ - pslatex.man \ - rubibtex.man \ - rumakeindex.man \ texconfig.man \ texlinks.man @@ -72,10 +49,7 @@ web2cdir = $(datarootdir)/texmf/web2c dist_web2c_DATA = fmtutil.cnf bin_links = \ - allcm:allec \ - fmtutil:mktexfmt \ - kpsetool:kpsexpand \ - kpsetool:kpsepath + fmtutil:mktexfmt include $(top_srcdir)/../am/bin_links.am diff --git a/Build/source/texk/tetex/Makefile.in b/Build/source/texk/tetex/Makefile.in index 11f70358443..4f7b2b169a2 100644 --- a/Build/source/texk/tetex/Makefile.in +++ b/Build/source/texk/tetex/Makefile.in @@ -74,10 +74,8 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -am__dist_bin_SCRIPTS_DIST = allcm allneeded dvi2fax dvired fmtutil \ - fmtutil-sys fontinst kpsetool kpsewhere ps2frag pslatex \ - rubibtex rumakeindex texconfig texconfig-dialog texconfig-sys \ - texlinks +am__dist_bin_SCRIPTS_DIST = fmtutil fmtutil-sys texconfig \ + texconfig-dialog texconfig-sys texlinks am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ @@ -231,19 +229,8 @@ EXTRA_DIST = ../../build-aux/relpath README.texdoctk old-fontinst.bat \ perl_scripts = shell_scripts = sh_scripts = \ - allcm \ - allneeded \ - dvi2fax \ - dvired \ fmtutil \ fmtutil-sys \ - fontinst \ - kpsetool \ - kpsewhere \ - ps2frag \ - pslatex \ - rubibtex \ - rumakeindex \ texconfig \ texconfig-dialog \ texconfig-sys \ @@ -259,19 +246,7 @@ dist_texmf_SCRIPTS = $(perl_scripts:=.pl) $(shell_scripts:=.sh) @WIN32_FALSE@dist_bin_SCRIPTS = $(sh_scripts) CLEANFILES = $(nodist_bin_SCRIPTS) dist_man1_MANS = \ - allcm.man \ - allec.man \ - allneeded.man \ - dvi2fax.man \ - dvired.man \ fmtutil.man \ - fontinst.man \ - kpsetool.man \ - kpsewhere.man \ - ps2frag.man \ - pslatex.man \ - rubibtex.man \ - rumakeindex.man \ texconfig.man \ texlinks.man @@ -284,10 +259,7 @@ dist_texconfig_DATA = tcfmgr.map web2cdir = $(datarootdir)/texmf/web2c dist_web2c_DATA = fmtutil.cnf bin_links = \ - allcm:allec \ - fmtutil:mktexfmt \ - kpsetool:kpsexpand \ - kpsetool:kpsepath + fmtutil:mktexfmt man1_links = $(bin_links) \ fmtutil:fmtutil-sys \ diff --git a/Build/source/texk/tetex/allcm b/Build/source/texk/tetex/allcm deleted file mode 100755 index 945c7c88457..00000000000 --- a/Build/source/texk/tetex/allcm +++ /dev/null @@ -1,118 +0,0 @@ -#!/bin/sh - -test -f /bin/sh5 && test -z "$RUNNING_SH5" \ - && { UNAMES=`uname -s`; test "x$UNAMES" = xULTRIX; } 2>/dev/null \ - && { RUNNING_SH5=true; export RUNNING_SH5; exec /bin/sh5 $0 ${1+"$@"}; } -unset RUNNING_SH5 - -test -f /bin/bsh && test -z "$RUNNING_BSH" \ - && { UNAMES=`uname -s`; test "x$UNAMES" = xAIX; } 2>/dev/null \ - && { RUNNING_BSH=true; export RUNNING_BSH; exec /bin/bsh $0 ${1+"$@"}; } -unset RUNNING_BSH - -# hack around a bug in zsh: -test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"' - -progname=`basename $0` -tmpdir=${TMPDIR-${TEMP-${TMP-/tmp}}}/$progname.$$ - -case "$progname" in - allec) - encoding=T1;; - *) - encoding=OT1;; -esac - -case "$1" in - -r) - DVIPS=dvired - shift - ;; - *) - DVIPS=dvips - ;; -esac - -body() -{ - cat <<-'eof' - \pagestyle{empty} - \parindent0in - \hfuzz=\maxdimen - \hbadness=10000 - \textheight9.5in - \textwidth6.5in - \newcommand{\myformula}{\sum a_{b_{c_d}} = c} - \newcommand{\mytext}{text $\mathcal{\myformula}\mathrm{\myformula} - \mathbf{\myformula}\mathsf{\myformula}\mathtt{\myformula} - \mathnormal{\myformula}\mathit{\myformula}$} - - \newcommand{\TestSizes}{{% - \tiny \mytext\scriptsize \mytext\footnotesize \mytext\small \mytext - \normalsize \mytext - \large \mytext\Large \mytext\LARGE \mytext\huge \mytext\Huge \mytext}} - \newcommand{\TestRM}{rm-family: {\rmfamily\TestSizes}\newline} - \newcommand{\TestSF}{sf-family: {\sffamily\TestSizes}\newline} - \newcommand{\TestTT}{tt-family: {\ttfamily\TestSizes}\newline} - \newcommand{\TestFamilies}{\TestRM\TestSF\TestTT\newline} - \newcommand{\TestMD}{md-series: {\mdseries\TestFamilies}} - \newcommand{\TestBF}{bf-series: {\bfseries\TestFamilies}} - \newcommand{\TestSeries}{\TestBF\TestMD\par} - \newcommand{\TestUP}{up-shape: {\upshape\TestSeries}\par} - \newcommand{\TestIT}{it-shape: {\itshape\TestSeries}\par} - \newcommand{\TestSL}{sl-shape: {\slshape\TestSeries}\par} - \newcommand{\TestSC}{sc-shape: {\scshape\TestSeries}\par} - \newcommand{\TestShapes}{\TestUP\TestIT\TestSL\TestSC} - \begin{document} - \TestShapes - \end{document} -eof -} - -head() -{ - echo '\documentclass['$1'pt]{article}' - echo '\usepackage['$encoding']{fontenc}' -} - -# before we create the tmpdir, set trap for cleanup -trap ' - rm -rf $tmpdir - exit 1 -' 1 2 3 7 13 15 - -(umask 077; mkdir "$tmpdir") || { - echo "$progname: failed to create temp directory." >&2 - exit 1 -} - -cd $tmpdir || exit 1 -echo >&2 -echo "---------------------------------------------------------------------" >&2 -echo ">>>>>>>>>>> Generating testfiles for 10pt, 11pt and 12pt. <<<<<<<<<<" >&2 -echo "---------------------------------------------------------------------" >&2 -head 10 > allcm10.tex -head 11 > allcm11.tex -head 12 > allcm12.tex -body >> allcm10.tex -body >> allcm11.tex -body >> allcm12.tex - -echo >&2 -echo "---------------------------------------------------------------------" >&2 -echo ">>>>>>>>>>> Calling latex... <<<<<<<<<<" >&2 -echo "---------------------------------------------------------------------" >&2 -latex allcm10 >/dev/null -latex allcm11 >/dev/null -latex allcm12 >/dev/null - -echo >&2 -echo "---------------------------------------------------------------------" >&2 -echo ">>>>>>>>>>> Now, calling $DVIPS to make missing fonts... <<<<<<<<<<" >&2 -echo "---------------------------------------------------------------------" >&2 -$DVIPS ${1+"$@"} -V -f allcm10 > /dev/null -$DVIPS ${1+"$@"} -V -f allcm11 > /dev/null -$DVIPS ${1+"$@"} -V -f allcm12 > /dev/null - -cd / -rm -rf $tmpdir diff --git a/Build/source/texk/tetex/allcm.man b/Build/source/texk/tetex/allcm.man deleted file mode 100644 index fe75f4ef6d3..00000000000 --- a/Build/source/texk/tetex/allcm.man +++ /dev/null @@ -1,28 +0,0 @@ -.TH allcm 1 "11/94" "teTeX" "teTeX" -.SH NAME -allcm \- force the most important Computer\-Modern\-fonts to be calculated -.SH SYNOPSIS -.B allcm [-r] -.SH DESCRIPTION -.I allcm -forces a large number of Computer Modern Fonts to be calculated as pixel files. -This is done through running -.IR dvips (1) -over a certain test-file. Therefore, the fonts are created in the resolution -needed by dvips. - -If the \-r flag is specified, the command -.IR dvired (1) -will be used instead of dvips. - -.I allcm -does not recalculate existing fonts (as long as the Metafont mode does not change). - -.SH "SEE ALSO" -allec(1), -allneeded(1), -dvips(1), -dvired(1). - -.SH AUTHOR -Thomas Esser <te@dbs.uni-hannover.de> diff --git a/Build/source/texk/tetex/allec.man b/Build/source/texk/tetex/allec.man deleted file mode 100644 index 56bf87a60c5..00000000000 --- a/Build/source/texk/tetex/allec.man +++ /dev/null @@ -1,28 +0,0 @@ -.TH alldc 1 "11/94" "teTeX" "teTeX" -.SH NAME -allec \- force the most important ec\-fonts to be calculated -.SH SYNOPSIS -.B allec [\-r] -.SH DESCRIPTION -.I allec -forces a large number of ec-style Fonts to be calculated as pixel files. -This is done through running -.IR dvips (1) -over a certain test-file. Therefore, the fonts are created in the resolution -needed by dvips. - -If the \-r flag is specified, the command -.IR dvired (1) -will be used instead of dvips. - -.I alldc -does not recalculate existing fonts (as long as the Metafont mode does not change). - -.SH "SEE ALSO" -allcm(1), -allneeded(1), -dvips(1), -dvired(1). - -.SH AUTHOR -Thomas Esser <te@dbs.uni-hannover.de> diff --git a/Build/source/texk/tetex/allneeded b/Build/source/texk/tetex/allneeded deleted file mode 100755 index 15c62c84adb..00000000000 --- a/Build/source/texk/tetex/allneeded +++ /dev/null @@ -1,46 +0,0 @@ -#!/bin/sh - -test -f /bin/sh5 && test -z "$RUNNING_SH5" \ - && { UNAMES=`uname -s`; test "x$UNAMES" = xULTRIX; } 2>/dev/null \ - && { RUNNING_SH5=true; export RUNNING_SH5; exec /bin/sh5 $0 ${1+"$@"}; } -unset RUNNING_SH5 - -test -f /bin/bsh && test -z "$RUNNING_BSH" \ - && { UNAMES=`uname -s`; test "x$UNAMES" = xAIX; } 2>/dev/null \ - && { RUNNING_BSH=true; export RUNNING_BSH; exec /bin/bsh $0 ${1+"$@"}; } -unset RUNNING_BSH - -progname=`basename $0` -dvired=false - -case $1 in --r) DVIPS="dvips -x707" - shift;; -*) DVIPS=dvips;; -esac - -case $# in -0) echo "Usage: $progname [-r] files ..." >&2 - exit ;; -esac - -findopt= -dvipsopt= - -for i -do - if [ -f $i ] || [ -d $i ]; then - findopt="$findopt $i" - else - dvipsopt="$dvipsopt $i" - fi -done - -find $findopt -name \*.dvi -type f -print | - while true; do - read i - test -z "$i" && exit - echo "processing file '$i' ..." - $DVIPS $dvipsopt -f "$i" >/dev/null - echo - done diff --git a/Build/source/texk/tetex/allneeded.man b/Build/source/texk/tetex/allneeded.man deleted file mode 100644 index 7d9a67548b7..00000000000 --- a/Build/source/texk/tetex/allneeded.man +++ /dev/null @@ -1,30 +0,0 @@ -.TH allneeded 1 "11/94" "teTeX" "teTeX" -.SH NAME -allneeded \- force the calculation of all fonts now needed -.SH SYNOPSIS -.B allneeded [\-r] files ... -.SH DESCRIPTION -.I allneeded -forces the calculation of all fonts that are needed to preview a set of -dvi files. Just specify where the program should search for files on the -commandline. -The fonts generation is triggered by running -.IR dvips (1) -over all accessible dvi\-files. Therefore, the fonts are created in the resolution -needed by dvips. - -If the \-r flag is specified, the command -.IR dvired (1) -will be used instead of dvips. - -.I allneeded -does not recalculate existing fonts (as long as the Metafont mode does not change). - -.SH "SEE ALSO" -allec(1), -allcm(1), -dvips(1), -dvired(1). - -.SH AUTHOR -Thomas Esser <te@dbs.uni-hannover.de> diff --git a/Build/source/texk/tetex/dvi2fax b/Build/source/texk/tetex/dvi2fax deleted file mode 100755 index fdfa83211eb..00000000000 --- a/Build/source/texk/tetex/dvi2fax +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh -# options for dvips are passwd down - -test -f /bin/sh5 && test -z "$RUNNING_SH5" \ - && { UNAMES=`uname -s`; test "x$UNAMES" = xULTRIX; } 2>/dev/null \ - && { RUNNING_SH5=true; export RUNNING_SH5; exec /bin/sh5 $0 ${1+"$@"}; } -unset RUNNING_SH5 - -test -f /bin/bsh && test -z "$RUNNING_BSH" \ - && { UNAMES=`uname -s`; test "x$UNAMES" = xAIX; } 2>/dev/null \ - && { RUNNING_BSH=true; export RUNNING_BSH; exec /bin/bsh $0 ${1+"$@"}; } -unset RUNNING_BSH - -# hack around a bug in zsh: -test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"' - -progname=`basename "$0"` -help() -{ - echo "Usage: $progname [-hi|-lo] file[.dvi] [options for dvips]" - echo " -hi: use high fax resolution (204x196) (default)" - echo " -lo: use low fax resolution (204x98)" - echo - echo "Example: $progname foo -l 2" -} - -dvipsconf=dfaxhigh; gsdev=dfaxhigh -case $1 in - -hi) gsdev=dfaxhigh; shift;; - -lo) gsdev=dfaxlow; shift;; -esac - -case $# in - 0) help >&2 - exit 1 - ;; -esac - -NAME=`basename "$1" .dvi` -dvips "$@" -P$dvipsconf -f | - gs -q -dSAFER -sDEVICE=$gsdev -sOutputFile="$NAME-%03d.fax" -sNOPAUSE - diff --git a/Build/source/texk/tetex/dvi2fax.man b/Build/source/texk/tetex/dvi2fax.man deleted file mode 100644 index f7c436d6e33..00000000000 --- a/Build/source/texk/tetex/dvi2fax.man +++ /dev/null @@ -1,22 +0,0 @@ -.TH DVI2FAX 1 "October 30, 1999" -.\" man page by Jim Van Zandt <jrv@vanzandt.mv.com> -*- nroff -*- -.SH NAME -dvi2fax \- convert a TeX DVI file to G3 fax format -.SH SYNOPSIS -\fBdvi2fax\fP [\fB-hi\fP|\fB-lo\fP] \fIfile\fP[.dvi] [\fIoptions for dvips\fP] -.SH DESCRIPTION -\fBdvi2fax\fP uses \fBdvips\fP(1) to convert a TeX DVI file to PostScript, -then \fBgs\fP(1) to convert the PostScript to G3 fax file format. -.SH OPTIONS -.LP -.B -hi -use high fax resolution (204x196 dpi) (default). -.LP -.B -lo -use low fax resolution (204x98). -.PP -\fBdvips\fP options can follow the file name. -.SH EXAMPLE -Example: dvi2fax foo -l 2 -.SH SEE ALSO -\fBdvips\fP(1), \fBgs\fP(1). diff --git a/Build/source/texk/tetex/dvired b/Build/source/texk/tetex/dvired deleted file mode 100755 index 4eb3586119d..00000000000 --- a/Build/source/texk/tetex/dvired +++ /dev/null @@ -1,98 +0,0 @@ -#!/bin/sh -#============================================================================== -# Version: 0.3 -# Module: dvired -# Purpose: Translate dvi-file into postscript with reduced output size. -# Two logical pages will be put on onto each physical sheet of -# paper. -# System: Linux. UNIX(tm) systems may work as well :-) -# Requires: pstops (http://www.dcs.ed.ac.uk/home/ajcd/psutils/), dvips -# Created: 19.11.1992 -# Last Change: 13.08.1999 -# Language: sh -# Author: Thomas Esser -# Address: te@dbs.uni-hannover.de -# Copyright: (c) 1994, 1999 by Thomas Esser -# Copying: GNU GENERAL PUBLIC LICENSE -#============================================================================== - -test -f /bin/sh5 && test -z "$RUNNING_SH5" \ - && { UNAMES=`uname -s`; test "x$UNAMES" = xULTRIX; } 2>/dev/null \ - && { RUNNING_SH5=true; export RUNNING_SH5; exec /bin/sh5 $0 ${1+"$@"}; } -unset RUNNING_SH5 - -test -f /bin/bsh && test -z "$RUNNING_BSH" \ - && { UNAMES=`uname -s`; test "x$UNAMES" = xAIX; } 2>/dev/null \ - && { RUNNING_BSH=true; export RUNNING_BSH; exec /bin/bsh $0 ${1+"$@"}; } -unset RUNNING_BSH - -help() -{ - cat <<eof - -Usage: dvired [options] file - -This programm behaves like dvips, execpt fot the fact that two logical -pages will be put on onto each physical sheet of paper. - -For options see dvips(1). This program only interprets the options --o, -P and -f. All other options will directly be passed to dvips. - -If your paper is not in A4 format, you need to adjust the dimensions -in this program. - -Examples: (it is assumed that the PRINTER-variable is set) - dvired -Plw foo send output to printer lw - dvired -o foo.ps foo send output to file foo.ps - dvired -pp4-7 foo send 4 output-pages to printer - dvired foo -f | ghostview - preview output with ghostview -eof -} - -case $# in -0) help ; exit 1 ; ;; -esac - -# This will work for A4 paper. -paper=a4 ; pstopsopt='2:0(7.44mm,7.44mm)+1(7.44mm,-141.06mm)' - -# The following are *UNTESTED*. Please let me know whether they work -# or not, if you can test them. -#paper=a3 ; pstopsopt='2:0(7.44mm,7.44mm)+1(7.44mm,-202.56mm)' -#paper=letter ; pstopsopt='2:0(7.44mm,7.44mm)+1(7.44mm,-132.26mm)' -#paper=legal ; pstopsopt='2:0(7.44mm,7.44mm)+1(7.44mm,-170.36mm)' -#paper=ledger ; pstopsopt='2:0(7.44mm,7.44mm)+1(7.44mm,-132.26mm)' -#paper=tabloid ; pstopsopt='2:0(7.44mm,7.44mm)+1(7.44mm,-208.46mm)' - -of="" -lpr_opt="" - -case "$PRINTER" in -"") dvips_pre="" ;; -*) dvips_pre="-P$PRINTER" ;; -esac - -dvips_pre="$dvips_pre -t $paper -t landscape" - -while [ ! -z "$1" ] ; do - case $1 in - -P) of="" ; dvips_pre="$dvips_pre -P$2" ; lpr_opt="-P$2" - shift ;; - -P*) of="" ; dvips_pre="$dvips_pre $1" ; lpr_opt="$1" ;; - -o) of="$2" - shift ;; - -o*) of="`echo $1| sed 's/..//'`" ;; - -f) of="-" ;; - *) opt="$opt $1" - esac - shift -done - -case "$of" in -"") dvips -x707 $dvips_pre $opt -f | pstops -q $pstopsopt | lpr $lpr_opt - ;; -"-") dvips -x707 $dvips_pre $opt -f | pstops -q $pstopsopt - ;; -*) dvips -x707 $dvips_pre $opt -f | pstops -q $pstopsopt > "$of" - ;; -esac diff --git a/Build/source/texk/tetex/dvired.man b/Build/source/texk/tetex/dvired.man deleted file mode 100644 index f76e58087a3..00000000000 --- a/Build/source/texk/tetex/dvired.man +++ /dev/null @@ -1,63 +0,0 @@ -.TH dvired 1 "09/94" "teTeX" "teTeX" -.SH NAME -dvired \- print dvi-files -.SH SYNOPSIS -.B dvired -[ -.B options -] -.B file -.SH DESCRIPTION -.I dvired -behaves like -.IR dvips , -except for the fact that two logical pages are put onto each physical -sheet of paper. - -For -.IR options , -see -.IR dvips (1). -This program only interprets the following options: - -.I \-o file -\- redirect output into -.I file. - -.I \-P printer -\- direct output to -.I printer. - -.I \-f -\- direct output to stdout. - -Any other option is passed directly to -.IR dvips . - -.SH EXAMPLES -It is assumed that the PRINTER-variable is set. - -.B dvired \-Plw foo -\- send output to printer -.IR lw . -.br -.B dvired \-o foo.ps foo -\- send output to file -.IR foo.ps . -.br -.B dvired \-pp4-7 foo -\- send 4 pages (reduced onto 2 sheets) of -.I foo -to the printer. -.br -.B dvired foo \-f | ghostview \- -\- preview output with ghostview. - -.SH "SEE ALSO" -.IR dvips (1) -.SH BUGS -.I dvired -is fixed on A4 paper size. If you want to use it with other paper, you have -to change the settings within the source. -.SH AUTHOR -Thomas Esser <te@dbs.uni-hannover.de> diff --git a/Build/source/texk/tetex/fontinst b/Build/source/texk/tetex/fontinst deleted file mode 100755 index 7d1271517ad..00000000000 --- a/Build/source/texk/tetex/fontinst +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -test -f /bin/sh5 && test -z "$RUNNING_SH5" \ - && { UNAMES=`uname -s`; test "x$UNAMES" = xULTRIX; } 2>/dev/null \ - && { RUNNING_SH5=true; export RUNNING_SH5; exec /bin/sh5 $0 ${1+"$@"}; } -unset RUNNING_SH5 - -test -f /bin/bsh && test -z "$RUNNING_BSH" \ - && { UNAMES=`uname -s`; test "x$UNAMES" = xAIX; } 2>/dev/null \ - && { RUNNING_BSH=true; export RUNNING_BSH; exec /bin/bsh $0 ${1+"$@"}; } -unset RUNNING_BSH - -# hack around a bug in zsh: -test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"' - -tex -progname=fontinst \&tex ${1+"$@"} diff --git a/Build/source/texk/tetex/fontinst.man b/Build/source/texk/tetex/fontinst.man deleted file mode 100644 index b907280d90d..00000000000 --- a/Build/source/texk/tetex/fontinst.man +++ /dev/null @@ -1,45 +0,0 @@ -.TH "fontinst" "1" "May 2000" "teTeX" "teTeX" -.PP -.SH "NAME" -fontinst \- utility to run TeX as fontinst -.PP -.SH "SYNOPSIS" -.PP -\fBfontinst\fP \fIpackage\fP -.PP -.SH "DESCRIPTION" -.PP -\fBfontinst\fP runs \fBtex\fP(1) with the \fB--progname\fP flag set to -pretend to be the program fontinst (affecting Karl Berry paths)\&. -.PP -Typing -.PP -\f(CWfontinst fontinst\&.sty\fP -.PP -will start \fBtex\fP(1) and give the user an interactive prompt -(\f(CW*\fP) where fontinst commands can be typed (such as -\f(CW\elatinfamily{ptm}{}\ebye\fP)\&. -.PP -.SH "SEE ALSO" -.PP -\fBtex\fP(1) -.PP -The fontinst manual, \fIfontinst\&.tex\fP\&. -.PP -Web page: <http://tug\&.org/applications/fontinst/> -.PP -.SH "BUGS" -.PP -None known, but report any bugs found to tex-fonts@tug\&.org (mailing list)\&. -.PP -.SH "AUTHOR" -.PP -Thomas Esser -<te@dbs\&.uni-hannover\&.de> -.PP -This manual page was written by C\&.M\&. Connelly -<c@eskimo\&.com>, for -the Debian GNU/Linux system\&. It may be used by other distributions -without contacting the author\&. Any mistakes or omissions in the -manual page are my fault; inquiries about or corrections to this -manual page should be directed to me (and not to the primary author)\&. diff --git a/Build/source/texk/tetex/kpsetool b/Build/source/texk/tetex/kpsetool deleted file mode 100755 index 463097fd4a9..00000000000 --- a/Build/source/texk/tetex/kpsetool +++ /dev/null @@ -1,118 +0,0 @@ -#!/bin/sh - -# kpsetool. Script to make teTeX-style kpsetool, kpsexpand and kpsepath -# available. Web2C's kpsewhich offers a superset of the functionality. -# For compatibilty with old versions of teTeX, this script provides the -# old command line interface of kpsetool, kpsexpand and kpsepath. All the -# real work is done inside Web2C's kpsewhich. -# Thomas Esser <te@dbs.uni-hannover.de>, Mar 1997, public domain. - -export PATH - -usage=" -Usage: kpsexpand [options] string -Usage: kpsetool -w [options] pathtype filename -Usage: kpsepath [options] pathtype - -Valid options are the following: - -n progname : pretend to be progname to kpathsea - -m mode : set Metafont mode - -w : locate files (similar to kpsewhich) - -p : act like kpsepath - -v : act like kpsexpand - -Valid pathtypes are: - gf : generic font bitmap - pk : packed bitmap font - base : Metafont memory dump - bib : BibTeX bibliography source - bst : BibTeX style files - cnf : Kpathsea runtime configuration files - fmt : TeX memory dump - mem : MetaPost memory dump - mf : Metafont source - mfpool : Metafont program strings - mp : MetaPost source - mppool : MetaPost program strings - mpsupport : MetaPost support files - pict : Other kinds of figures - tex : TeX source - texpool : TeX program strings - tfm : TeX font metrics - vf : virtual font - dvips_config : dvips config files - dvips_header : dvips header files - troff_font : troff fonts -" - -action=kpsexpand -case $0 in - */kpsewhich) action=kpsewhich;; - */kpsepath) action=kpsepath;; -esac - -progname=`echo $0 | sed 's@.*/@@'` -flags='' - -while true; do - case x"$1" in - x-n) - if test $# = 1; then - echo "$progname: missing argument for -n." - echo "$usage"; exit 1 - else - flags="$flags -progname=$2"; shift; shift - fi;; - x-m) - if test $# = 1; then - echo "$progname: missing argument for -m." - echo "$usage"; exit 1 - else - flags="$flags -mode=$2"; shift; shift - fi;; - x-w) action=kpsewhich; shift;; - x-p) action=kpsepath; shift;; - x-v) action=kpsexpand; shift;; - *) break;; - esac -done - -case "$action" in - kpsewhich|kpsepath) - case "$1" in - gf) format='gf';; - pk) format='pk';; - base) format='.base';; - bib) format='.bib';; - bst) format='.bst';; - cnf) format='.cnf';; - fmt) format='.fmt';; - mem) format='.mem';; - mf) format='.mf';; - mfpool) format='.pool';; - mp) format='.mp';; - mppool) format='.pool';; - mpsupport) format='MetaPost support';; - pict) format='.eps';; - tex) format='.tex';; - texpool) format='.pool';; - tfm) format='.tfm';; - vf) format='.vf';; - dvips_config) format='dvips config';; - dvips_header) format='.pro';; - troff_font) format='Troff fonts';; - *) echo "$progname: $1: unknown format"; echo "$usage"; exit 1;; - esac - shift;; -esac - -case "$action" in - kpsewhich) - test $# = 1 || { echo "$progname: missing filename"; echo "$usage"; exit 1; } - kpsewhich $flags -format="$format" "$1";; - kpsepath) - kpsewhich $flags -show-path="$format";; - kpsexpand) - test $# = 1 || { echo "$progname: missing string"; echo "$usage"; exit 1; } - kpsewhich $flags -expand-var="$1";; -esac diff --git a/Build/source/texk/tetex/kpsetool.man b/Build/source/texk/tetex/kpsetool.man deleted file mode 100644 index addd9b08344..00000000000 --- a/Build/source/texk/tetex/kpsetool.man +++ /dev/null @@ -1,106 +0,0 @@ -.TH "kpsetool" "1" "September 2000" "teTeX" "teTeX" -.PP -.SH "NAME" -kpsetool \- script to make teTeX-style \fBkpsetool\fP, -\fBkpsexpand\fP, and \fBkpsepath\fP available -.PP -.SH "SYNOPSIS" -.PP -\fBkpsetool \fP [ \fIOPTIONS\fP\&.\&.\&. ] \fICOMMAND\fP -.PP -\fBkpsexpand\fP [ \fIOPTIONS\fP\&.\&.\&. ] \fISTRING\fP -.PP -\fBkpsepath\fP [ \fIOPTIONS\fP\&.\&.\&. ] \fIPATHTYPE\fP -.PP -.SH "DESCRIPTION" -.PP -\fBkpsetool\fP is a Bourne shell script that makes a teTeX-style -\fBkpsetool\fP, \fBkpsexpand\fP, and \fBkpsepath\fP available\&. -\fBkpsetool\fP uses \fBweb2c\fP\'s (new) \fBkpsexpand\fP binary, so the -syntax for \fBkpsexpand\fP is incompatible with teTeX\'s as of version -0\&.4\&. -.PP -.SH "OPTIONS" -.PP -.IP "\fB-m\fP \fImode\fP" -set Metafont mode -.IP "\fB-n\fP \fIprogname\fP" -pretend to be \fIprogname\fP to kpathsea -.IP "\fB-p\fP" -act like \fBkpsepath\fP(1) -.IP "\fB-v\fP" -act like \fBkpsexpand\fP(1) -.IP "\fB-w\fP" -act like \fBkpsewhich\fP(1) -.PP -.SH "USAGE" -.PP -\fIPATHTYPE\fP can be -.PP -.IP "\fBbase\fP" -Metafont memory dump -.IP "\fBbib\fP" -BibTeX bibliography source -.IP "\fBbst\fP" -BibTeX style files -.IP "\fBcnf\fP" -Kpathsea runtime configuration files -.IP "\fBdvips_config\fP" -dvips config files -.IP "\fBdvips_header\fP" -dvips header files -.IP "\fBfmt\fP" -TeX memory dump -.IP "\fBgf\fP" -generic font bitmap -.IP "\fBmem\fP" -MetaPost memory dump -.IP "\fBmf\fP" -Metafont source -.IP "\fBmfpool\fP" -Metafont program strings -.IP "\fBmp\fP" -MetaPost source -.IP "\fBmppool\fP" -MetaPost program strings -.IP "\fBmpsupport\fP" -MetaPost support files -.IP "\fBpict\fP" -Other kinds of figures -.IP "\fBpk\fP" -packed bitmap font -.IP "\fBtex\fP" -TeX source -.IP "\fBtexpool\fP" -TeX program strings -.IP "\fBtfm\fP" -TeX font metrics -.IP "\fBtroff_font\fP" -troff fonts -.IP "\fBvf\fP" -virtual font -.PP -.SH "SEE ALSO" -.PP -\fBkpsewhich\fP(1) -.PP -\fIKpathsea: A library for path searching\fP (info or DVI file) -.PP -Web page: <http://tug\&.org/teTeX/> -.PP -.SH "BUGS" -.PP -None known, but report any bugs found to <tetex@dbs\&.uni-hannover\&.de> (mailing list)\&. -.PP -.SH "AUTHOR" -.PP -\fBkpsetool\fP was written by Thomas Esser -<te@dbs\&.uni-hannover\&.de> in March, 1997\&. \fBkpsetool\fP -is in the public domain\&. -.PP -This manual page was written by C\&.M\&. Connelly -<c@eskimo\&.com>, for -the Debian GNU/Linux system\&. It may be used by other distributions -without contacting the author\&. Any mistakes or omissions in the -manual page are my fault; inquiries about or corrections to this -manual page should be directed to me (and not to the primary author)\&. diff --git a/Build/source/texk/tetex/kpsewhere b/Build/source/texk/tetex/kpsewhere deleted file mode 100755 index 51088ee80d6..00000000000 --- a/Build/source/texk/tetex/kpsewhere +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/sh -# -# Thomas Esser, Hans Fredrik Nordhaug, 2003, 2004. -# Public domain. -# -# kpsewhere is an extension to kpsewhich (as where is for which in tcsh). -# The intention is to provide a way to check for conflicts/shadowed -# files. -# -# Original version by Hans Fredrik Nordhaug <hans.fredrik@nordhaug.no> -# -# Bugs / limitations: -# conflicts/shadowed files whithin each texmf tree are not found. -# - - -test -f /bin/sh5 && test -z "$RUNNING_SH5" \ - && { UNAMES=`uname -s`; test "x$UNAMES" = xULTRIX; } 2>/dev/null \ - && { RUNNING_SH5=true; export RUNNING_SH5; exec /bin/sh5 $0 ${1+"$@"}; } -unset RUNNING_SH5 - -test -f /bin/bsh && test -z "$RUNNING_BSH" \ - && { UNAMES=`uname -s`; test "x$UNAMES" = xAIX; } 2>/dev/null \ - && { RUNNING_BSH=true; export RUNNING_BSH; exec /bin/bsh $0 ${1+"$@"}; } -unset RUNNING_BSH - -export PATH - -help='Usage: kpsewhere [OPTION]... [FILENAME]... - Expanding kpsewhich to iterate over each texmf tree listed in $TEXMF - separately. - - See kpsewhich for help on options. - - --help show this help' - -options= -while - case $1 in - -h|-help|--help) - echo "$help" >&2 - exit 0;; - -*) options="${options} '${1}'";; - *) break;; - esac -do shift; done - -case $# in - 0) - echo "$help" >&2 - exit 1 - ;; -esac - -IFS=':' -for file -do - for path in `kpsewhich --expand-path='$TEXMF'` - do - eval TEXMF=\$path kpsewhich $options \"\$file\" - done -done -exit 0 diff --git a/Build/source/texk/tetex/kpsewhere.man b/Build/source/texk/tetex/kpsewhere.man deleted file mode 100644 index 76700ed33fe..00000000000 --- a/Build/source/texk/tetex/kpsewhere.man +++ /dev/null @@ -1,50 +0,0 @@ -.TH "kpsewhere" "1" "March 2004" "teTeX" "teTeX" -.PP -.SH "NAME" -kpsewhere \- Expanding \fBkpsewhich\fP to separately iterate over each -texmf tree listed in $TEXMF. -.PP -.SH "SYNOPSIS" -.PP -\fBkpsewhere \fP [ \fIkpsewhich-OPTIONS\fP\&.\&.\&. ] \fICOMMAND\fP -.PP -.SH "DESCRIPTION" -.PP -\fBkpsewhere\fP is an extension to \fBkpsewhich\fP (as \fBwhere\fP is -for \fBwhich\fP in tcsh). The intention is to provide a way to check -for conflicts/shadowed files. It will, however, only find \fBone\fP -file per TEXMF tree. -.PP -.SH "OPTIONS" -.PP -.IP "\fB-h|--help\fP" -show a short help message -.IP "\fB\&*\fP" -all other options are directly handed to kpsewhich -.PP -.SH "SEE ALSO" -.PP -\fBkpsewhich\fP(1) -.PP -\fIKpathsea: A library for path searching\fP (info or DVI file) -.PP -Web page: <http://tug\&.org/teTeX/> -.PP -.SH "BUGS" -.PP -None known, but report any bugs found to <tetex@dbs\&.uni-hannover\&.de> (mailing list)\&. -.PP -.SH "AUTHOR" -.PP -\fBkpsewhere\fP was written by Hans Fredrik Nordhaug -<hans\&.fredrik@nordhaug\&.no>, additions by -Thomas Esser -<te@dbs\&.uni-hannover\&.de>, in 2003 and 2004\&. \fBkpsewhere\fP -is in the public domain\&. -.PP -This manual page was written by Frank Küster <frank@kuesterei\&.ch>, -for the Debian GNU/Linux system\&. It is also in the public domain -and may be used and changed by others without contacting the author\&. -Any mistakes or omissions in the manual page are my fault; inquiries -about or corrections to this manual page should be directed to me (and -not to the primary author)\&. diff --git a/Build/source/texk/tetex/ps2frag b/Build/source/texk/tetex/ps2frag deleted file mode 100755 index b8e673be087..00000000000 --- a/Build/source/texk/tetex/ps2frag +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -tty -s && { - echo - echo "Warning: the ps2frag script is not needed with this version of psfrag." - echo "Please read the manpage ps2frag(1) and the documentation of the" - echo "psfrag package." - echo -} >&2 - -exit 0 diff --git a/Build/source/texk/tetex/ps2frag.man b/Build/source/texk/tetex/ps2frag.man deleted file mode 100644 index b572c5733c1..00000000000 --- a/Build/source/texk/tetex/ps2frag.man +++ /dev/null @@ -1,41 +0,0 @@ -.TH ps2frag 1 "Feb 95" TeXware -.SH NAME -ps2frag - obsolete shell script for the PSfrag system. -.SH IMPORTANT NOTICE -The new PSfrag system no longer requires the ps2frag script; instead, it -handles the processing entirely within TeX/LaTeX and DVIPS. I'm sure you -will agree that never needing to run ps2frag again is a nice convenience! -.P -However, there are two significant differences in the way this new version -of PSfrag works. Please make yourself aware of them: -.P -1) XDvi is no longer able to determine where your PSfrag replacements -should -go, so instead it lines them up in a vertical list to the left of the -figure. This allows you to confirm that they have been typeset properly, at -least. However, to confirm that PSfrag -.B positions -your replacements properly, you will have to view the PostScript -version of your file with a viewer like GhostView, or print it out. -This seems to be the -only disadvantage to the elimination of the pre-processing step. -.P -2) If you embed '\\tex' commands inside your figures, you now need to -explicitly _tell_ PSfrag to process these commands. To do so, use -\\usepackage[scanall]{psfrag} -instead of -\\usepackage{psfrag} -at the beginning of your LaTeX file. -.P -If you only use '\\tex' commands in a small number of figures, then a -more efficient might be to turn on '\\tex'-scanning only for those -figures. To do that, add the command '\\psfragscanon' immediately before -each relevant \\includegraphics or \\epsfbox command. -.P -.SH NOTES -See the PSfrag documentation for further information. -.SH "SEE ALSO" -dvips(1), gs(1), ghostview(1), latex(1) -.SH AUTHORS -.IP psfrag@rascals.stanford.edu -The PSfrag maintainer's mailing list. diff --git a/Build/source/texk/tetex/pslatex b/Build/source/texk/tetex/pslatex deleted file mode 100755 index 4badef0ec12..00000000000 --- a/Build/source/texk/tetex/pslatex +++ /dev/null @@ -1,46 +0,0 @@ -#!/bin/sh - -# Copyright 1994 David Carlisle -# This file may be redistributed and/or modified under the terms of the -# LaTeX Project Public License distributed from CTAN archives in directory -# macros/latex/base/lppl.txt; either version 1 of the License, or (at -# your option) any later version. - -test -f /bin/sh5 && test -z "$RUNNING_SH5" \ - && { UNAMES=`uname -s`; test "x$UNAMES" = xULTRIX; } 2>/dev/null \ - && { RUNNING_SH5=true; export RUNNING_SH5; exec /bin/sh5 $0 ${1+"$@"}; } -unset RUNNING_SH5 - -test -f /bin/bsh && test -z "$RUNNING_BSH" \ - && { UNAMES=`uname -s`; test "x$UNAMES" = xAIX; } 2>/dev/null \ - && { RUNNING_BSH=true; export RUNNING_BSH; exec /bin/bsh $0 ${1+"$@"}; } -unset RUNNING_BSH - -# hack around a bug in zsh: -test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"' - -# we want to be able to use options to latex: -while :; do - case $1 in - -*) - latexoptions="$latexoptions \"$1\"" - shift;; - *) - break;; - esac -done - -echo -echo "*************************************" -echo "* Using LaTeX, with pslatex package *" -echo "*************************************" -echo - -# messing around with \PSLATEXTMP is for AUCTeX which calls -# documents via latex \nonstopmode \input{file} - -latex $latexoptions \ - "\AtBeginDocument{\RequirePackage{pslatex}}"\ - "\def\PSLATEXTMP{\futurelet\PSLATEXTMP\PSLATEXTMPB}"\ - "\def\PSLATEXTMPB{\ifx\PSLATEXTMP\nonstopmode\else\input\fi}"\ - "\PSLATEXTMP" ${1+"$@"} diff --git a/Build/source/texk/tetex/pslatex.man b/Build/source/texk/tetex/pslatex.man deleted file mode 100644 index c206596a6a0..00000000000 --- a/Build/source/texk/tetex/pslatex.man +++ /dev/null @@ -1,44 +0,0 @@ -.TH "pslatex" "1" "September 2000" "teTeX" "teTeX" -.PP -.SH "NAME" -pslatex \- utility to typeset LaTeX files using PostScript fonts -.PP -.SH "SYNOPSIS" -.PP -\fBpslatex\fP [\fILATEXARGS\fP] \fILATEXFILE\fP[\&.tex] -.PP -.SH "DESCRIPTION" -.PP -\fBpslatex\fP allows you to typeset a LaTeX source file using basic -Adobe Type 1 PostScript fonts (Times, Helvetica, and Courier) -\fIwithout\fP editing the file to load the necessary packages\&. -.PP -It takes any arguments that \fBlatex\fP(1) can take\&. -.PP -.SH "OPTIONS" -.PP -None\&. -.PP -.SH "FILES" -.PP -Many\&. See the readme file for \fIpslatex\&.sty\fP\&. -.PP -.SH "SEE ALSO" -.PP -\fBlatex\fP(1), \fI\fITEXMF\fP/latex/pslatex/00readme\&.txt\fP -.PP -.SH "BUGS" -.PP -None known\&. Report any found to the author\&. -.PP -.SH "AUTHOR" -.PP -\fBpslatex\fP was written by David Carlisle -<david@dcarlisle\&.demon\&.co\&.uk>\&. -.PP -This manual page was written by C\&.M\&. Connelly -<c@eskimo\&.com>, for -the Debian GNU/Linux system\&. It may be used by other distributions -without contacting the author\&. Any mistakes or omissions in the -manual page are my fault; inquiries about or corrections to this -manual page should be directed to me (and not to the primary author)\&. diff --git a/Build/source/texk/tetex/rubibtex b/Build/source/texk/tetex/rubibtex deleted file mode 100755 index 373e6e1194d..00000000000 --- a/Build/source/texk/tetex/rubibtex +++ /dev/null @@ -1,110 +0,0 @@ -#!/bin/sh - -# rubibtex, based on the original version contained in the t2 bundle. -# Thomas Esser, Public Domain. - -progname=rubibtex -tmpdir=${TMPDIR-${TEMP-${TMP-/tmp}}}/$progname.$$ -job=$1 -backup="$tmpdir/orig.aux" - -case $job in - "") - echo "usage: $progname file" >&2 - exit 1 -esac - -if test ! -f "$job.aux"; then - echo "$progname: file \`$job.aux' does not exist." >&2 - exit 1 -fi - -trap ' - rm -rf "$tmpdir" - exit 1 -' 1 2 3 7 13 15 -(umask 077; mkdir "$tmpdir") \ - || { echo "$progname: could not create directory \`$tmpdir'" >&2; exit 1; } - -cat <"$job.aux" >"$backup" || { - echo "$progname: could not create backup of file \`$job.aux' as \`$backup'." >&2 - rm -rf "$tmpdir" - exit 1 -} - -sed ' - /^\\citation/ { - s/\\IeC {\\CYRA }/á/g - s/\\IeC {\\CYRB }/â/g - s/\\IeC {\\CYRV }/÷/g - s/\\IeC {\\CYRG }/ç/g - s/\\IeC {\\CYRD }/ä/g - s/\\IeC {\\CYRE }/å/g - s/\\IeC {\\CYRYO }/³/g - s/\\IeC {\\CYRZH }/ö/g - s/\\IeC {\\CYRZ }/ú/g - s/\\IeC {\\CYRI }/é/g - s/\\IeC {\\CYRISHRT }/ê/g - s/\\IeC {\\CYRK }/ë/g - s/\\IeC {\\CYRL }/ì/g - s/\\IeC {\\CYRM }/í/g - s/\\IeC {\\CYRN }/î/g - s/\\IeC {\\CYRO }/ï/g - s/\\IeC {\\CYRP }/ð/g - s/\\IeC {\\CYRR }/ò/g - s/\\IeC {\\CYRS }/ó/g - s/\\IeC {\\CYRT }/ô/g - s/\\IeC {\\CYRU }/õ/g - s/\\IeC {\\CYRF }/æ/g - s/\\IeC {\\CYRH }/è/g - s/\\IeC {\\CYRC }/ã/g - s/\\IeC {\\CYRCH }/þ/g - s/\\IeC {\\CYRSH }/û/g - s/\\IeC {\\CYRSHCH }/ý/g - s/\\IeC {\\CYRHRDSN }/ÿ/g - s/\\IeC {\\CYRERY }/ù/g - s/\\IeC {\\CYRSFTSN }/ø/g - s/\\IeC {\\CYREREV }/ü/g - s/\\IeC {\\CYRYU }/à/g - s/\\IeC {\\CYRYA }/ñ/g - s/\\IeC {\\cyra }/Á/g - s/\\IeC {\\cyrb }/Â/g - s/\\IeC {\\cyrv }/×/g - s/\\IeC {\\cyrg }/Ç/g - s/\\IeC {\\cyrd }/Ä/g - s/\\IeC {\\cyre }/Å/g - s/\\IeC {\\cyryo }/£/g - s/\\IeC {\\cyrzh }/Ö/g - s/\\IeC {\\cyrz }/Ú/g - s/\\IeC {\\cyri }/É/g - s/\\IeC {\\cyrishrt }/Ê/g - s/\\IeC {\\cyrk }/Ë/g - s/\\IeC {\\cyrl }/Ì/g - s/\\IeC {\\cyrm }/Í/g - s/\\IeC {\\cyrn }/Î/g - s/\\IeC {\\cyro }/Ï/g - s/\\IeC {\\cyrp }/Ð/g - s/\\IeC {\\cyrr }/Ò/g - s/\\IeC {\\cyrs }/Ó/g - s/\\IeC {\\cyrt }/Ô/g - s/\\IeC {\\cyru }/Õ/g - s/\\IeC {\\cyrf }/Æ/g - s/\\IeC {\\cyrh }/È/g - s/\\IeC {\\cyrc }/Ã/g - s/\\IeC {\\cyrch }/Þ/g - s/\\IeC {\\cyrsh }/Û/g - s/\\IeC {\\cyrshch }/Ý/g - s/\\IeC {\\cyrhrdsn }/ß/g - s/\\IeC {\\cyrery }/Ù/g - s/\\IeC {\\cyrsftsn }/Ø/g - s/\\IeC {\\cyrerev }/Ü/g - s/\\IeC {\\cyryu }/À/g - s/\\IeC {\\cyrya }/Ñ/g - } -' <"$backup" >"$job.aux" - -bibtex "$job" - -cat "$backup" > "$job.aux" -rm -rf "$tmpdir" -exit 0 diff --git a/Build/source/texk/tetex/rubibtex.man b/Build/source/texk/tetex/rubibtex.man deleted file mode 100644 index 0142072a769..00000000000 --- a/Build/source/texk/tetex/rubibtex.man +++ /dev/null @@ -1,63 +0,0 @@ -.TH "rubibtex" "1" "October 2000" "teTeX" "teTeX" -.PP -.SH "NAME" -rubibtex \- make a bibliography for (La)TeX using Russian -letters as item names -.PP -.SH "SYNOPSIS" -.PP -\fBrubibtex\fP \fIBASENAME\fP -.PP -.SH "DESCRIPTION" -.PP -\fBrubibtex\fP is used to run \fBbibtex\fP(1) on auxiliary files with -Russian characters in item names (citation keys)\&. It is part of the -T2 package\&. -.PP -\fBrubibtex\fP copies the auxiliary file to \fI/tmp\fP, uses -\fBsed\fP(1) to convert Cyrillic character commands to their 8-bit -ASCII equivalents; runs \fBbibtex\fP(1) on the modified file; and -finally moves the original auxiliary file back (overwriting the -modified file)\&. -.PP -\fBrubibtex\fP assumes that the \fBbibtex\fP(1) database (\f(CWbib\fP) -files are encoded with the KOI8-R encoding\&. -.PP -.SH "FILES" -.PP -.IP -.IP "\fIbasename\&.aux\fP" -LaTeX auxiliary file -.IP -.PP -.SH "BUGS" -.PP -None known, but report any bugs found to the authors\&. -.PP -.SH "COPYRIGHT" -.PP -The T2 package is Copyright 1997-1999 Werner Lemberg, Vladimir -Volovich and any individual authors listed elsewhere in package files\&. -.PP -It may be distributed under the conditions of the LaTeX Project Public -License, either version 1\&.1 of this license or (at your option) any -later version\&. -.PP -.SH "SEE ALSO" -.PP -\fBbibtex\fP(1), \fBsed\fP(1), -<ftp://ftp\&.vsu\&.ru/pub/tex/T2/README>\&. -.PP -.SH "AUTHOR" -.PP -Werner Lemberg -<wl@gnu\&.org>, Vladimir Volovich -<TeX@vvv\&.vsu\&.ru>\&. -.PP -This manual page was written by C\&.M\&. Connelly -<c@eskimo\&.com>, for -the Debian GNU/Linux system\&. It may be used by other distributions -without contacting the author\&. Any mistakes or omissions in the -manual page are my fault; inquiries about or corrections to this -manual page should be directed to me (and not to the primary author)\&. -.PP diff --git a/Build/source/texk/tetex/rumakeindex b/Build/source/texk/tetex/rumakeindex deleted file mode 100755 index b7b0c072729..00000000000 --- a/Build/source/texk/tetex/rumakeindex +++ /dev/null @@ -1,77 +0,0 @@ -#!/bin/sh - -BASE=`basename "$1" .idx` -IDX=$BASE.idx -IND=$BASE.ind -ILG=$BASE.ilg - -sed ' -/^\\indexentry{/ { -s/\\IeC {\\CYRA }/¾/g -s/\\IeC {\\cyra }/¿/g -s/\\IeC {\\CYRB }/À/g -s/\\IeC {\\cyrb }/Á/g -s/\\IeC {\\CYRV }/Â/g -s/\\IeC {\\cyrv }/Ã/g -s/\\IeC {\\CYRG }/Ä/g -s/\\IeC {\\cyrg }/Å/g -s/\\IeC {\\CYRD }/Æ/g -s/\\IeC {\\cyrd }/Ç/g -s/\\IeC {\\CYRE }/È/g -s/\\IeC {\\cyre }/É/g -s/\\IeC {\\CYRYO }/Ê/g -s/\\IeC {\\cyryo }/Ë/g -s/\\IeC {\\CYRZH }/Ì/g -s/\\IeC {\\cyrzh }/Í/g -s/\\IeC {\\CYRZ }/Î/g -s/\\IeC {\\cyrz }/Ï/g -s/\\IeC {\\CYRI }/Ð/g -s/\\IeC {\\cyri }/Ñ/g -s/\\IeC {\\CYRISHRT }/Ò/g -s/\\IeC {\\cyrishrt }/Ó/g -s/\\IeC {\\CYRK }/Ô/g -s/\\IeC {\\cyrk }/Õ/g -s/\\IeC {\\CYRL }/Ö/g -s/\\IeC {\\cyrl }/×/g -s/\\IeC {\\CYRM }/Ø/g -s/\\IeC {\\cyrm }/Ù/g -s/\\IeC {\\CYRN }/Ú/g -s/\\IeC {\\cyrn }/Û/g -s/\\IeC {\\CYRO }/Ü/g -s/\\IeC {\\cyro }/Ý/g -s/\\IeC {\\CYRP }/Þ/g -s/\\IeC {\\cyrp }/ß/g -s/\\IeC {\\CYRR }/à/g -s/\\IeC {\\cyrr }/á/g -s/\\IeC {\\CYRS }/â/g -s/\\IeC {\\cyrs }/ã/g -s/\\IeC {\\CYRT }/ä/g -s/\\IeC {\\cyrt }/å/g -s/\\IeC {\\CYRU }/æ/g -s/\\IeC {\\cyru }/ç/g -s/\\IeC {\\CYRF }/è/g -s/\\IeC {\\cyrf }/é/g -s/\\IeC {\\CYRH }/ê/g -s/\\IeC {\\cyrh }/ë/g -s/\\IeC {\\CYRC }/ì/g -s/\\IeC {\\cyrc }/í/g -s/\\IeC {\\CYRCH }/î/g -s/\\IeC {\\cyrch }/ï/g -s/\\IeC {\\CYRSH }/ð/g -s/\\IeC {\\cyrsh }/ñ/g -s/\\IeC {\\CYRSHCH }/ò/g -s/\\IeC {\\cyrshch }/ó/g -s/\\IeC {\\CYRHRDSN }/ô/g -s/\\IeC {\\cyrhrdsn }/õ/g -s/\\IeC {\\CYRERY }/ö/g -s/\\IeC {\\cyrery }/÷/g -s/\\IeC {\\CYRSFTSN }/ø/g -s/\\IeC {\\cyrsftsn }/ù/g -s/\\IeC {\\CYREREV }/ú/g -s/\\IeC {\\cyrerev }/û/g -s/\\IeC {\\CYRYU }/ü/g -s/\\IeC {\\cyryu }/ý/g -s/\\IeC {\\CYRYA }/þ/g -s/\\IeC {\\cyrya }/ÿ/g -}' $IDX | makeindex -t $ILG | tr '¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ' \ - 'áÁâÂ÷×çÇäÄåų£öÖúÚéÉêÊëËìÌíÍîÎïÏðÐòÒóÓôÔõÕæÆèÈãÃþÞûÛýÝÿßùÙøØüÜàÀñÑ' > $IND diff --git a/Build/source/texk/tetex/rumakeindex.man b/Build/source/texk/tetex/rumakeindex.man deleted file mode 100644 index 0fb271841d0..00000000000 --- a/Build/source/texk/tetex/rumakeindex.man +++ /dev/null @@ -1,63 +0,0 @@ -.TH "rumakeindex" "1" "September 2000" "teTeX" "teTeX" -.PP -.SH "NAME" -rumakeindex \- process a LaTeX index using Russian Cyrillic -characters -.PP -.SH "SYNOPSIS" -.PP -\fBrumakeindex\fP \fIbasename\fP -.PP -.SH "DESCRIPTION" -.PP -\fBrumakeindex\fP is used to run \fBmakeindex\fP(1) on \f(CWidx\fP files -that use Russian characters\&. It is part of the T2 package\&. -.PP -\fBrumakeindex\fP runs \fBsed\fP(1) on the \f(CWidx\fP file to convert -Cyrillic character commands to 8-bit ASCII characters; pipes the -results through \fBmakeindex\fP(1); and then through \fBtr\fP(1) -to do some final conversions\&. The results are placed in a KOI8-R -encoded \f(CWind\fP file\&. -.PP -.SH "FILES" -.PP -.IP -.IP "\fIbasename\&.idx\fP" -LaTeX index entry file -.IP "\fIbasename\&.ilg\fP" -LaTeX index log file -.IP "\fIbasename\&.ind\fP" -LaTeX processed index file -.IP -.PP -.SH "BUGS" -.PP -None known, but report any bugs found to the authors\&. -.PP -.SH "COPYRIGHT" -.PP -The T2 package is Copyright 1997-1999 Werner Lemberg, Vladimir -Volovich and any individual authors listed elsewhere in package files\&. -.PP -It may be distributed under the conditions of the LaTeX Project Public -License, either version 1\&.1 of this license or (at your option) any -later version\&. -.PP -.SH "SEE ALSO" -.PP -\fBmakeindex\fP(1), \fBsed\fP(1), \fBtr\fP(1), -<ftp://ftp\&.vsu\&.ru/pub/tex/T2/README>\&. -.PP -.SH "AUTHOR" -.PP -Werner Lemberg -<wl@gnu\&.org>, Vladimir Volovich -<TeX@vvv\&.vsu\&.ru>\&. -.PP -This manual page was written by C\&.M\&. Connelly -<c@eskimo\&.com>, for -the Debian GNU/Linux system\&. It may be used by other distributions -without contacting the author\&. Any mistakes or omissions in the -manual page are my fault; inquiries about or corrections to this -manual page should be directed to me (and not to the primary author)\&. -.PP |