summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/plain
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-11-22 18:59:19 +0000
committerKarl Berry <karl@freefriends.org>2009-11-22 18:59:19 +0000
commit5c1ac0551ac7f6c96e8b09c1ba7b1f2ecb2e864d (patch)
treec32514aeaaadd386d25863fae25642037b51e60c /Master/texmf-dist/doc/plain
parentae6dfdc6fd101623f9477cf506a23bcdfbf9035d (diff)
rm plgraph, replaced by graphics-pln
git-svn-id: svn://tug.org/texlive/trunk@16124 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/plain')
-rw-r--r--Master/texmf-dist/doc/plain/plgraph/00readme.txt105
-rw-r--r--Master/texmf-dist/doc/plain/plgraph/autopict.ins102
-rw-r--r--Master/texmf-dist/doc/plain/plgraph/exmplcol.tex6
-rw-r--r--Master/texmf-dist/doc/plain/plgraph/exmplgrf.tex10
-rw-r--r--Master/texmf-dist/doc/plain/plgraph/exmplpfg.tex17
-rw-r--r--Master/texmf-dist/doc/plain/plgraph/exmplpic.tex15
6 files changed, 0 insertions, 255 deletions
diff --git a/Master/texmf-dist/doc/plain/plgraph/00readme.txt b/Master/texmf-dist/doc/plain/plgraph/00readme.txt
deleted file mode 100644
index ccabe9f77ca..00000000000
--- a/Master/texmf-dist/doc/plain/plgraph/00readme.txt
+++ /dev/null
@@ -1,105 +0,0 @@
-
-Graphics code for non-LaTeX users.
-==================================
-
-This directory provides a small wrapper file such that users of
-formats based on plain TeX may make use of some of the parts of the
-standard LaTeX distribution.
-
-These files are *NOT* supported by the LaTeX3 project, and any
-problems with them should *NOT* be reported to the LaTeX bugs system.
-
-Currently problems may be reported to me, david@dcarlisle.demon.co.uk
-although as I only ever use LaTeX for documents, these files have not
-been extensively tested. If some plain TeX user wants to `adopt' them
-and take over their support then they are welcome to it:-)
-
-David Carlisle 1995/01/29
- 1996/11/13
-
-Copyright 1995 1996 David Carlisle
-
- All the files in this directory 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.
-
-
-
-This directory contains
-
-00readme.txt This file.
-
-exmplpic.tex
- A plain TeX document using LaTeX' `picture mode': a portable
- means of producing simple diagrams.
-
-exmplgrf.tex
- A plain TeX document using the LaTeX graphicx package, for
- rotating and scaling text, and include PostScript and other
- graphics formats. (This will include the file a.ps available
- in the LaTeX graphics distribution.)
-
-exmplcol.tex
- A plain TeX document using the LaTeX color package, for
- producing colour.
-
-exmplpfg.tex
- A plain TeX document using the contributed LaTeX psfrag package,
- for including PostScript documents, while replacing certain text
- strings with TeX typeset replacements. This uses the example.eps
- figure from the psfrag 3.0 distribution.
-
-miniltx.tex
- A small `miniLaTeX' that defines fakes or otherwise hacks
- sufficient bits of LaTeX internals so that the packages can load.
-
-picture.tex
- The user interface to the picture environment.
- \input picture.
- Normally a plain-style syntax is used, viz
- \picture(100,100)
- ....
- \endpicture
-
- However if the command \LaTeXbegin is issued, then a LaTeX
- syntax of
- \begin{picture}(100,100)
- ....
- \end{picture}
- May be used. this may be prefered if the picture is being copied
- from a LaTeX document, or if it is produced automatically from
- a drawing tool such as xfig or texcad.
-
-autopict.ins
- picture.tex requires the use of the Standard LaTeX file
- autopict.sty. To generate this, either run the autoload.ins
- install file in the main LaTeX distribution, which will make
- autopict.sty along with some other files (not needed here) or
- alternatively just obtain obtain ltpictur.dtx and docstrip.tex
- from the LaTeX distribution, and TeX the file autopict.ins that
- is included in this distribution.
-
-
-graphicx.tex
- The user interface to the graphicx package.
- \input graphicx
- See the documentation in grfguide.ps in the LaTeX graphics
- distribution.
- This file sets the driver to be dvips. If you
- use another driver, edit accordingly.
-
-color.tex
- The user interface to the color package.
- \input color
- See the documentation in grfguide.ps in the LaTeX graphics
- distribution.
- This file sets the driver to be dvips. If you
- use another driver, edit accordingly.
-
-
-psfrag.tex
- The user interface to the psfrag package.
- \input psfrag
- See the documentation in pfgguide.tex in the psfrag distribution,
- and the example document pfgexmpl.tex included here. \ No newline at end of file
diff --git a/Master/texmf-dist/doc/plain/plgraph/autopict.ins b/Master/texmf-dist/doc/plain/plgraph/autopict.ins
deleted file mode 100644
index f6cc2fc7814..00000000000
--- a/Master/texmf-dist/doc/plain/plgraph/autopict.ins
+++ /dev/null
@@ -1,102 +0,0 @@
-%%
-%% docstrip install file for autopict.sty (only)
-%% based on autoload.ins in the LaTeX distribution.
-
-%%
-\def\batchfile{autopict.ins}
-\input docstrip
-
-\let\interactive\relax
-
-{\ifx\generate\undefined
-\Msg{**********************************************}
-\Msg{*}
-\Msg{* This installation requires docstrip}
-\Msg{* version 2.3c or later.}
-\Msg{*}
-\Msg{* An older version of docstrip has been input}
-\Msg{*}
-\Msg{**********************************************}
-\errhelp{Move or rename old docstrip.tex.}
-\errmessage{Old docstrip in input path}
-\batchmode
-\csname @@end\endcsname
-\fi}
-
-\keepsilent
-\declarepreamble\mainpreamble
-
-This is a generated file.
-
-Copyright 1993 1994 1995 1996
-The LaTeX3 Project and any individual authors listed elsewhere
-in this file.
-
-For further copyright information, and conditions for modification
-and distribution, see the file legal.txt, and any other copyright
-notices in this file.
-
-This file is part of the LaTeX2e system.
-----------------------------------------
- This system is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
- For error reports concerning UNCHANGED versions of this file no
- more than one year old, see bugs.txt.
-
- Please do not request updates from us directly. Primary
- distribution is through the CTAN archives.
-
-
-IMPORTANT COPYRIGHT NOTICE:
-
-You are NOT ALLOWED to distribute this file alone.
-
-You are allowed to distribute this file under the condition that it
-is distributed together with all the files listed in manifest.txt.
-
-If you receive only some of these files from someone, complain!
-
-
-Permission is granted to copy this file to another file with a
-clearly different name and to customize the declarations in that
-copy to serve the needs of your installation, provided that you
-comply with the conditions in the file legal.txt.
-
-However, NO PERMISSION is granted to generate or to distribute a
-modified version of this file under its original name.
-
-You are NOT ALLOWED to change this file.
-
-
-MODIFICATION ADVICE:
-
-If you want to customize this file, it is best to make a copy of
-the source file(s) from which it was produced. Use a different
-name for your copy(ies) and modify the copy(ies); this will ensure
-that your modifications do not get overwritten when you install a
-new release of the standard system. You should also ensure that
-your modified source file does not generate any modified file with
-the same name as a standard file.
-
-You can then easily distribute your modifications by distributing
-the modified and renamed copy of the source file, taking care to
-observe the conditions in legal.txt; this will ensure that other
-users can safely use your modifications.
-
-You will also need to produce your own, suitably named, .ins file to
-control the generation of files from your source file; this file
-should contain your own preambles for the files it generates, not
-those in the standard .ins files.
-
-The names of the source files used are shown above.
-
-
-
-\endpreamble
-\usepreamble\mainpreamble
-
-\generate{\file{autopict.sty}{\from{ltpictur.dtx}{def}}}
-
-
diff --git a/Master/texmf-dist/doc/plain/plgraph/exmplcol.tex b/Master/texmf-dist/doc/plain/plgraph/exmplcol.tex
deleted file mode 100644
index 0442ed9a404..00000000000
--- a/Master/texmf-dist/doc/plain/plgraph/exmplcol.tex
+++ /dev/null
@@ -1,6 +0,0 @@
-
-\input color
-
-a \textcolor{red}{bbb} \colorbox{green}{one two}
-
-\bye
diff --git a/Master/texmf-dist/doc/plain/plgraph/exmplgrf.tex b/Master/texmf-dist/doc/plain/plgraph/exmplgrf.tex
deleted file mode 100644
index d1a51b8ef10..00000000000
--- a/Master/texmf-dist/doc/plain/plgraph/exmplgrf.tex
+++ /dev/null
@@ -1,10 +0,0 @@
-
-\input graphicx
-
-\includegraphics{a}
-
-\includegraphics[scale=2]{a}
-
-hello\rotatebox[origin=c]{180}{hello}hello
-
-\bye
diff --git a/Master/texmf-dist/doc/plain/plgraph/exmplpfg.tex b/Master/texmf-dist/doc/plain/plgraph/exmplpfg.tex
deleted file mode 100644
index 0026cd0ee68..00000000000
--- a/Master/texmf-dist/doc/plain/plgraph/exmplpfg.tex
+++ /dev/null
@@ -1,17 +0,0 @@
-
-\input psfrag
-
-First without psfrag:
-
- \includegraphics[width=3.5in]{example.eps}
-
-and now with:
-
- \psfragscanon
- \psfrag{p1}[][l]{$\ast$}
- \psfrag{p2}[][l]{$\ast$}
- \psfrag{p3}{$\cos(t)$}
- \includegraphics[width=3.5in]{example.eps}
-
-
-\bye
diff --git a/Master/texmf-dist/doc/plain/plgraph/exmplpic.tex b/Master/texmf-dist/doc/plain/plgraph/exmplpic.tex
deleted file mode 100644
index cb8852123be..00000000000
--- a/Master/texmf-dist/doc/plain/plgraph/exmplpic.tex
+++ /dev/null
@@ -1,15 +0,0 @@
-\input picture
-
-\picture(100,100)
-\put(0,0){\line(1,1){50}}
-\endpicture
-
-\LaTeXbegin
-
-\begin{picture}(40,40)
-\put(0,0){\vector(1,1){40}}
-\multiput(0,5)(10,10){4}{a}
-\end{picture}
-
-\bye
-