summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-08-18 21:10:57 +0000
committerKarl Berry <karl@freefriends.org>2007-08-18 21:10:57 +0000
commitae4fd86d28b0fafd917fd7ce202d54794580c720 (patch)
tree50441ecce6b3feab93d9f20b2326ac153ad725c8 /Master/texmf-dist/doc
parent2b408d0a94b9a1e1eee53d89f048ea1eeafdcc77 (diff)
rm literat, nonfree license
git-svn-id: svn://tug.org/texlive/trunk@4761 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/fonts/literat/README51
-rw-r--r--Master/texmf-dist/doc/fonts/literat/install-tli.sh49
-rw-r--r--Master/texmf-dist/doc/fonts/literat/license56
-rw-r--r--Master/texmf-dist/doc/fonts/literat/test1.tex98
-rw-r--r--Master/texmf-dist/doc/fonts/literat/test2.tex30
5 files changed, 0 insertions, 284 deletions
diff --git a/Master/texmf-dist/doc/fonts/literat/README b/Master/texmf-dist/doc/fonts/literat/README
deleted file mode 100644
index 3db5a33b854..00000000000
--- a/Master/texmf-dist/doc/fonts/literat/README
+++ /dev/null
@@ -1,51 +0,0 @@
- Literat package v0.2
- May 20, 1999
-
-This is an experimental version of virtual fonts for PDF(La)TeX or dvips
-which are based on free family of type1 fonts by ParaGraph International,
-named Literaturnaya. The type1 fonts are available at
-
- ftp://ftp.vsu.ru/pub/tex/literat.zip
-
-The virtual fonts are available at
-
- ftp://ftp.vsu.ru/pub/tex/literat-*.tar.gz
-
-These fonts are available in T2A, OT1, T1 and TS1 encodings.
-
-we included two map files (tli.map and literat.map). PLEASE USE ONE
-OF THEM, NOT BOTH. :-) tli.map contains references to PFB fonts with
-K.Berry names (so you'll need to rename pfb files; this is done by
-the install-tli.sh script), while literat.map contains references
-to the original filenames of PFB fonts.
-
-The simple installation script as well as examples of usage are included
-into this bundle.
-
-Happy TeXing!
-
-Please mail bug reports, your comments and proposals to:
-
- Vladimir Volovich <TeX@vvv.vsu.ru>
- Anatoliy A. Malyarenko <maa@kilots.kiev.ua>
-
-Changes from version 0.1 of April 15, 1999:
-
-* added virtual fonts for OT1, T1, TS1 encodings (in addition to T2A)
-* added font shapes: now 12 for each of T2A, OT1, T1, and 8 for TS1
- (against 6 in the previous version)
-* virtual fonts `optimized' because regenerated with current version of
- fontinst (e.g. removed duplicated kerns)
-* fixed incorrect name for one font
-* renamed raw fonts from `original' names (matching original pfb files)
- to r<berry-name>.tfm, thus removing underscores in filenames
- (MikTeX's ps2pk had problems with this?).
-
-TODO:
-* add some more font shapes? underlined, overstroke, and spaced come to
- mind...
-* add some more faked glyphs
-* write support in literat.sty for new versions of pdftex which do not
- accept extended fonts in map files (in case of adding faked glyphs
- which will require such fonts)
-
diff --git a/Master/texmf-dist/doc/fonts/literat/install-tli.sh b/Master/texmf-dist/doc/fonts/literat/install-tli.sh
deleted file mode 100644
index 96bb70a0f7b..00000000000
--- a/Master/texmf-dist/doc/fonts/literat/install-tli.sh
+++ /dev/null
@@ -1,49 +0,0 @@
-#!/bin/bash
-
-set -e
-unzip -L literat.zip psfonts/*
-
-cd psfonts
-mv lit55_is.afm rtlir6i.afm
-mv lit55_t1.afm rtlir8t.afm
-mv lit55_ts.afm rtlir8c.afm
-mv lit56_is.afm rtliri6i.afm
-mv lit56_t1.afm rtliri8t.afm
-mv lit56_ts.afm rtliri8c.afm
-mv lit75_is.afm rtlib6i.afm
-mv lit75_t1.afm rtlib8t.afm
-mv lit75_ts.afm rtlib8c.afm
-mv lit76_is.afm rtlibi6i.afm
-mv lit76_t1.afm rtlibi8t.afm
-mv lit76_ts.afm rtlibi8c.afm
-
-mv lit55_is.pfb rtlir6i.pfb
-mv lit55_t1.pfb rtlir8t.pfb
-mv lit55_ts.pfb rtlir8c.pfb
-mv lit56_is.pfb rtliri6i.pfb
-mv lit56_t1.pfb rtliri8t.pfb
-mv lit56_ts.pfb rtliri8c.pfb
-mv lit75_is.pfb rtlib6i.pfb
-mv lit75_t1.pfb rtlib8t.pfb
-mv lit75_ts.pfb rtlib8c.pfb
-mv lit76_is.pfb rtlibi6i.pfb
-mv lit76_t1.pfb rtlibi8t.pfb
-mv lit76_ts.pfb rtlibi8c.pfb
-cd ..
-
-TEXMF=`kpsewhich -expand-var='$TEXMFMAIN'`
-mkdir -p $TEXMF/{dvips,tex/latex,fonts/tfm/paragrap,fonts/vf/paragrap,fonts/type1/paragrap}/literat
-mv dvips/* $TEXMF/dvips/literat
-mv tex/*.{fd,sty} $TEXMF/tex/latex/literat
-mv {tfm,tfm-raw}/* $TEXMF/fonts/tfm/paragrap/literat
-mv vf/* $TEXMF/fonts/vf/paragrap/literat
-mv psfonts/*.pfb $TEXMF/fonts/type1/paragrap/literat
-
-#mkdir $TEXMF/{fonts/afm/paragrap,doc/latex}/literat
-#mv psfonts/*.afm $TEXMF/fonts/afm/paragrap/literat
-#mv tex/*.tex $TEXMF/doc/latex/literat
-
-#echo "p +tli.map" > $TEXMF/dvips/config/config.tli
-#echo "map +tli.map" >> $TEXMF/pdftex/base/pdftex.cfg
-
-mktexlsr
diff --git a/Master/texmf-dist/doc/fonts/literat/license b/Master/texmf-dist/doc/fonts/literat/license
deleted file mode 100644
index 01ea669be5b..00000000000
--- a/Master/texmf-dist/doc/fonts/literat/license
+++ /dev/null
@@ -1,56 +0,0 @@
-FONT PACKAGE LICENSE
-
-Copyright (c) 1996 ParaGraph International
-Copyright (c) 1996 Russian Foundation for Basic Research
-
-Everyone is permitted to copy and distribute verbatim copies
-of this license document, but changing it is not allowed.
-
-This is a free font package included into RFBR TeX distribution.
-It contains four font shapes in three encodings:
-- LaTeX T1 encoding
-- LaTeX TS1 encoding
-- ISO8859-5 encoding
-
-In the folowing paragraphs "fonts" stands for Type 1 fonts together with
-metric files and also any conversions and renderings of them.
-
-You are allowed:
-- to use fonts with any TeX distribution;
-- to use fonts with any graphic editors for preparing pictures to be
- included into TeX documents;
-- to use fonts with other programs (such as WWW browsers) for
- screening purpose only;
-- to convert fonts into any format for above purposes;
-- to include fonts into electronic documents (such as PDF) ;
-- to distribute fonts together with RFBR TeX distribution.
-
-In all cases you must make reference to this license.
-
-Note: Use of these fonts as platform fonts in graphic environments such as
- Microsoft Windows, OS/2 Presentation Manager, X Window, etc. permitted
- according to above rules.
-
-You are not allowed:
-- to make any changes to font and metric files, including reencoding;
-- to use fonts for hardcopy making with any programs except TeX drivers;
-- to distribute this fonts as an independent package;
-
-If you concerned in further development of this font family and if you try
-to improve it by adding new or correcting existing character glyphs, you
-must do all your work locally and you must send all your changes to addresses
-given below. Be sure that further improvements will be distributed under terms
-of this license. You may not distribute neither fonts under development nor
-documents including such fonts.
-
-CONTACTING ADDRESSES:
-
-ParaGraph International:
- 32 Krasikova street, 19th floor
- Moscow 117418 Russia
- phone: + 7 (095) 129-1500
- fax: + 7 (095) 129-0911
- http://www.paragraph.com
-
-
-
diff --git a/Master/texmf-dist/doc/fonts/literat/test1.tex b/Master/texmf-dist/doc/fonts/literat/test1.tex
deleted file mode 100644
index d2ea6834a69..00000000000
--- a/Master/texmf-dist/doc/fonts/literat/test1.tex
+++ /dev/null
@@ -1,98 +0,0 @@
-% process this file with pdftex
-\let\noinit!\input testfont
-\def\tst#1{\def\fontname{#1}\startfont\table\vfill\eject}
-
-I. Virtual fonts
-
-I.1. T2A encoding
-
-\tst{tlir6a}
-\tst{tliro6a}
-\tst{tlirc6a}
-\tst{tliri6a}
-\tst{tliru6a}
-\tst{tliric6a}
-\tst{tlib6a}
-\tst{tlibo6a}
-\tst{tlibc6a}
-\tst{tlibi6a}
-\tst{tlibu6a}
-\tst{tlibic6a}
-
-I.2. OT1 encoding
-
-\tst{tlir7t}
-\tst{tliro7t}
-\tst{tlirc7t}
-\tst{tliri7t}
-\tst{tliru7t}
-\tst{tliric7t}
-\tst{tlib7t}
-\tst{tlibo7t}
-\tst{tlibc7t}
-\tst{tlibi7t}
-\tst{tlibu7t}
-\tst{tlibic7t}
-
-I.3. T1 encoding
-
-\tst{tlir8t}
-\tst{tliro8t}
-\tst{tlirc8t}
-\tst{tliri8t}
-\tst{tliru8t}
-\tst{tliric8t}
-\tst{tlib8t}
-\tst{tlibo8t}
-\tst{tlibc8t}
-\tst{tlibi8t}
-\tst{tlibu8t}
-\tst{tlibic8t}
-
-I.4. TS1 encoding
-
-\tst{tlir8c}
-\tst{tliro8c}
-\tst{tliri8c}
-\tst{tliru8c}
-\tst{tlib8c}
-\tst{tlibo8c}
-\tst{tlibi8c}
-\tst{tlibu8c}
-
-II. Raw fonts (including faked)
-
-II.1. iso-8859-5 encoding
-
-\tst{rtlir6i}
-\tst{rtliro6i}
-\tst{rtliri6i}
-\tst{rtliru6i}
-\tst{rtlib6i}
-\tst{rtlibo6i}
-\tst{rtlibi6i}
-\tst{rtlibu6i}
-
-II.2. T1 encoding
-
-\tst{rtlir8t}
-\tst{rtliro8t}
-\tst{rtliri8t}
-\tst{rtliru8t}
-\tst{rtlib8t}
-\tst{rtlibo8t}
-\tst{rtlibi8t}
-\tst{rtlibu8t}
-
-II.3. TS1 encoding
-
-\tst{rtlir8c}
-\tst{rtliro8c}
-\tst{rtliri8c}
-\tst{rtliru8c}
-\tst{rtlib8c}
-\tst{rtlibo8c}
-\tst{rtlibi8c}
-\tst{rtlibu8c}
-
-\bye
diff --git a/Master/texmf-dist/doc/fonts/literat/test2.tex b/Master/texmf-dist/doc/fonts/literat/test2.tex
deleted file mode 100644
index bf83a0c9658..00000000000
--- a/Master/texmf-dist/doc/fonts/literat/test2.tex
+++ /dev/null
@@ -1,30 +0,0 @@
-% process this file with pdflatex
-\documentclass{article}
-
-%\usepackage{mathtext}
-\usepackage{literat}
-\usepackage[koi8-r]{inputenc}
-\usepackage[russian]{babel}
-
-\begin{document}
-
-\def\test#1{{#1\selectfont This is a test. Проба пера.}\par}
-
-\test{\mdseries\upshape}
-\test{\mdseries\slshape}
-\test{\mdseries\scshape}
-\test{\mdseries\itshape}
-\test{\mdseries\fontshape{ui}}
-\test{\mdseries\fontshape{si}}
-\test{\bfseries\upshape}
-\test{\bfseries\slshape}
-\test{\bfseries\scshape}
-\test{\bfseries\itshape}
-\test{\bfseries\fontshape{ui}}
-\test{\bfseries\fontshape{si}}
-
-ff ffi ffl fi fl -- ---
-
-%$${абвгд}^{ежзий}$$
-
-\end{document}