diff options
author | Karl Berry <karl@freefriends.org> | 2014-12-02 16:58:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-12-02 16:58:58 +0000 |
commit | cefa8c2a1ee0c21624530a06e0d59af8e16e4a92 (patch) | |
tree | 571eb49267c1c45366493147dc68f449a14deeee /Master/texmf-dist/doc | |
parent | 4745714e751cdaaaf25911db917ea20b34c072ef (diff) |
startex in tlpkg-ctan-check
git-svn-id: svn://tug.org/texlive/trunk@35718 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/otherformats/startex/INSTALL | 75 | ||||
-rw-r--r-- | Master/texmf-dist/doc/otherformats/startex/README | 54 | ||||
-rw-r--r-- | Master/texmf-dist/doc/otherformats/startex/README.TEXLIVE | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/otherformats/startex/guide.pdf (renamed from Master/texmf-dist/doc/otherformats/startex/base/guide.pdf) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/doc/otherformats/startex/ideas.pdf (renamed from Master/texmf-dist/doc/otherformats/startex/base/ideas.pdf) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/doc/otherformats/startex/startex.bib | 70 | ||||
-rw-r--r-- | Master/texmf-dist/doc/otherformats/startex/startex.pdf (renamed from Master/texmf-dist/doc/otherformats/startex/base/startex.pdf) | 0 |
7 files changed, 206 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/otherformats/startex/INSTALL b/Master/texmf-dist/doc/otherformats/startex/INSTALL new file mode 100644 index 00000000000..97dce6e8dbe --- /dev/null +++ b/Master/texmf-dist/doc/otherformats/startex/INSTALL @@ -0,0 +1,75 @@ +Installing StarTeX +================== + +To install StarTeX on your system, you must do the following: + +1) Extract the various source files from the distribution file: + + tex startex.ins + +(This command reads the file startex.dtx and extracts startex.tex, +startex.lan, article.stx, a4-article.stx, ifi-article.stx and +ifi-artikkel.stx. It assumes you have the file docstrip.tex available; +this file is part of the standard LaTeX distribution.) + +2) Modify startex.lan to load the hyphenation patterns for the +languages you intend to use. (The standard patterns are American +English and Norwegian which may not be your ideal choice.) American +English should always be present as language no 0. You add language +patterns by adding lines like + + \DefLang{1}{norsk}{nohyph2.tex}% + +The three parameters are: (1) a unique number in the range 1-255, +(2) the name of the language, and (3) the file from which the +hyphenation patterns can be read. + +3) Make a StarTeX format: + + initex plain '\input startex' '<make-new-format>' + mv plain.fmt startex.fmt + +This produces the format file plain.fmt which is then renamed to +startex.fmt. (The commands given here are for Unix; your system might +use a different notation.) + +4) Place the format file where `virtex' can find it, for instance in +/usr/local/texmf/ini. + + cp startex.fmt /usr/local/texmf/ini + +5) Define the command `startex' as a link to `virtex': + + cd /usr/local/texmf/bin + ln -s virtex startex + +(Again: this is Unix notation; your system might differ.) + +6) Put the .stx files where `virtex' can find them, for instance in +/usr/local/texmf/tex/startex: + + cp *.stx /usr/local/texmf/tex/startex + +And that should be it. + + +Documentation +------------- + +If you want a commented listing of the StarTeX source code, you can +make that from the startex.dtx source file. That requires three passes +by LaTeX and use of `bibtex' and `makeindex': + + latex startex.dtx + bibtex startex + latex startex.dtx + makeindex -s stxind.ist startex.idx + makeindex -s stxglo.ist -o startex.gls startex.glo + latex startex.dtx + + +Note +---- + +Some operating systems have a limit of 8+3 characters in file names. +Users of such systems may have to make some small modifications. diff --git a/Master/texmf-dist/doc/otherformats/startex/README b/Master/texmf-dist/doc/otherformats/startex/README new file mode 100644 index 00000000000..ee7cd68c818 --- /dev/null +++ b/Master/texmf-dist/doc/otherformats/startex/README @@ -0,0 +1,54 @@ +StarTeX +------- + +This is the StarTeX package, a TeX format designed to help students +write short reports and essays. It provides the user with a suitable +set of commands for such a task. It is also more robust than plain TeX +and LaTeX. + +For more information, see the documentation files mentioned below. + + +Files +----- + +The following files are included in the package: + +README This file + +INSTALL How to install StarTeX + +startex.bib The bibliography necessary for typesetting startex.dtx + +startex.dtx The StarTeX source file + +startex.ins The StarTeX installation file (see INSTALL) + +startex.pdf The typeset source code of StarTeX + +stxglo.ist Glossary definition used by `makeindex' (see INSTALL) +stxind.ist Index definition used by `makeindex' (see INSTALL) + +guide.pdf A beginner's guide to StarTeX + +ideas.pdf StarTeX -- a TeX for beginners + The talk at TUG'96 describing the ideas behind StarTeX + + +Copyright +--------- + +These files are in the public domain. This means that you can do what +you like with them, but I ask that if you redistribute modified files, +you clearly indicate the alterations made. + +These files are provided in the hope that they will be useful, but no +guarantee is made. I will, however, strive to correct any errors +reported. + + +Oslo, 11th March 1999 +Dag Langmyhr +Dept of Informatics +University of Oslo +dag@ifi.uio.no diff --git a/Master/texmf-dist/doc/otherformats/startex/README.TEXLIVE b/Master/texmf-dist/doc/otherformats/startex/README.TEXLIVE new file mode 100644 index 00000000000..08e112668bb --- /dev/null +++ b/Master/texmf-dist/doc/otherformats/startex/README.TEXLIVE @@ -0,0 +1,7 @@ +The following files have been removed in the TeX Live installation of +the current package, typically due to duplication, lack of space, or +missing source code. You can find these files on CTAN at + http://mirror.ctan.org/macros/startex +If questions or concerns, email tex-live@tug.org. + + epsf.tex diff --git a/Master/texmf-dist/doc/otherformats/startex/base/guide.pdf b/Master/texmf-dist/doc/otherformats/startex/guide.pdf index 04ffd5ac1c4..04ffd5ac1c4 100644 --- a/Master/texmf-dist/doc/otherformats/startex/base/guide.pdf +++ b/Master/texmf-dist/doc/otherformats/startex/guide.pdf diff --git a/Master/texmf-dist/doc/otherformats/startex/base/ideas.pdf b/Master/texmf-dist/doc/otherformats/startex/ideas.pdf index 86fab0f3332..86fab0f3332 100644 --- a/Master/texmf-dist/doc/otherformats/startex/base/ideas.pdf +++ b/Master/texmf-dist/doc/otherformats/startex/ideas.pdf diff --git a/Master/texmf-dist/doc/otherformats/startex/startex.bib b/Master/texmf-dist/doc/otherformats/startex/startex.bib new file mode 100644 index 00000000000..48593d20c05 --- /dev/null +++ b/Master/texmf-dist/doc/otherformats/startex/startex.bib @@ -0,0 +1,70 @@ +@string{AW=Addison-Wesley} + +@unpublished{varioref, + author = "Frank Mittelbach", + title = "The \texttt{varioref} package", + note = "Part of the \LaTeXe{} distribution.", + month = may, + year = 1995} + +@unpublished{taylor, + author = "Philip Taylor", + title = "{\TeX}: an unsuitable language for document markup?", + note = "Talk given at the Euro\TeX{} 1995 conference; does not + appear in the proceedings.", + date = sep, + year = 1995} + + + +@InProceedings{etex, + author = {Philip Taylor}, + title = {{\(\varepsilon\)-\TeX}: + a 100\%-compatible successor to {\TeX}}, + booktitle = {Euro\TeX'95}, + year = 1995, + month = sep, + pages = {359-370} +} + +@Unpublished{fontname, + author = {Karl Berry}, + title = {Fontname}, + note = {Available from \textsc{ctan} in \textsf{info/fontname}}, + year = 1998, + month = jul +} + +@unpublished{auc, + author = "Kresten Krab Thorup", + title = "{AUC} \TeX", + note = "An Emacs mode for editing \AllTeX{} code; available from + \textsf{http: //www.iesd.auc.dk/\textasciitilde{}amanda/auctex/}.", + year = 1996} + +@book{latex, + author = "Leslie Lamport", + title = "\LaTeX{} user's guide and reference manual", + publisher = AW, + year = 1994} + +@book{joy, + author = "Michael Spivak", + title = "The joy of \TeX", + publisher = "\AMS", + year = 1986, + note = "The guide to \AmSTeX."} + +@unpublished{html30, + title = "HyperText markup language specification version 3.0 draft", + author = "Dave Raggett", + note = "Available at + \textsf{http: //www.w3.org/pub/WWW/MarkUp/html3/}.", + year = 1995, + month = mar} + +@book{texbook, + author = "Donald E. Knuth", + title = "The \TeX{}book", + publisher = AW, + year = 1991} diff --git a/Master/texmf-dist/doc/otherformats/startex/base/startex.pdf b/Master/texmf-dist/doc/otherformats/startex/startex.pdf index 555ba3dd0b2..555ba3dd0b2 100644 --- a/Master/texmf-dist/doc/otherformats/startex/base/startex.pdf +++ b/Master/texmf-dist/doc/otherformats/startex/startex.pdf |