diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
commit | 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch) | |
tree | 90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/subeqnarray | |
parent | 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff) |
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/subeqnarray')
-rw-r--r-- | Master/texmf-dist/doc/latex/subeqnarray/manifest.txt | 15 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/subeqnarray/subeqnarray.pdf | bin | 0 -> 126532 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/subeqnarray/subeqnarray.tex | 79 |
3 files changed, 94 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/subeqnarray/manifest.txt b/Master/texmf-dist/doc/latex/subeqnarray/manifest.txt new file mode 100644 index 00000000000..f54bba3c8a8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/subeqnarray/manifest.txt @@ -0,0 +1,15 @@ +% +% CONTENTS OF THE SUBEQNARRAY PACKAGE +% =================================== +% +% manifest.txt -- This file +% +% subeqnarray.dtx -- Numbering of individual lines of an eqnarray +% environment as subexpressions; not compatible +% with subeqn.dtx +% subeqnarray.pdf -- A `printed´ version of subeqnarray.dtx +% +% Installation script for the various parts: +% ------------------------------------------- +% +% subeqnarray.ins -- produces subeqnarray.sty and subeqnarray.tex diff --git a/Master/texmf-dist/doc/latex/subeqnarray/subeqnarray.pdf b/Master/texmf-dist/doc/latex/subeqnarray/subeqnarray.pdf Binary files differnew file mode 100644 index 00000000000..937120f21dc --- /dev/null +++ b/Master/texmf-dist/doc/latex/subeqnarray/subeqnarray.pdf diff --git a/Master/texmf-dist/doc/latex/subeqnarray/subeqnarray.tex b/Master/texmf-dist/doc/latex/subeqnarray/subeqnarray.tex new file mode 100644 index 00000000000..c119fe16b10 --- /dev/null +++ b/Master/texmf-dist/doc/latex/subeqnarray/subeqnarray.tex @@ -0,0 +1,79 @@ +%% +%% This is file `subeqnarray.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% subeqnarray.dtx (with options: `sample') +%% +%% Copyright (C) 1999-2004 Johannes Braams. All rights reserved. +%% +%% This file was generated from file(s) of the subeqnarray package. +%% ---------------------------------------------------------------- +%% +%% It may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2003/12/01 or later. +%% +%% This work has the LPPL maintenance status "maintained". +%% +%% The Current Maintainer of this work is Johannes Braams. +%% +%% This file may only be distributed together with a copy of the +%% subeqnarray package. You may however distribute the subeqnarray +%% package without such generated files. +%% +%% The list of all files belonging to the subeqnarray package is +%% given in the file `manifest.txt. +%% +%% The list of derived (unpacked) files belonging to the distribution +%% and covered by LPPL is defined by the unpacking scripts (with +%% extension .ins) which are part of the distribution. +%% Copyright (C) 1988--2004 by Johannes Braams, +%% all rights resserved +%% +%% Error reports please to: J. Braams +%% TeXniek +%% Kooienswater 62 +%% 2715 AJ Zoetermeer +%% The Netherlands +%% Email: texniek at braams.cistron.nl +\ProvidesFile{subeqnarray.tex} + [2004/04/15 v2.1c subeqnarray package] +\documentclass[fleqn]{article} +\usepackage{subeqnarray} +\begin{document} +This document shows an example of the use of the \emph{subeqnarray} +environment. Here is one: +\begin{subeqnarray} +\label{eqw} +\slabel{eq0} + x & = & a \times b \\ +\slabel{eq1} + & = & z + t\\ +\slabel{eq2} + & = & z + t +\end{subeqnarray} +The first equation is number~\ref{eq0}, the last is~\ref{eq2}. The +equation as a whole can be referred to as equation~\ref{eqw}. + +To show that equation numbers behave normally, here's an +\emph{eqnarray} environment. +\begin{eqnarray} +\label{eq10} + x & = & a \times b \\ +\label{eq11} + & = & z + t\\ +\label{eq12} + & = & z + t +\end{eqnarray} + +These are equations~\ref{eq10},~\ref{eq11} and~\ref{eq12}. +\end{document} +\endinput +%% +%% End of file `subeqnarray.tex'. |