From 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Jan 2006 00:49:07 +0000 Subject: doc/latex git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/subeqn/manifest.txt | 16 +++++ Master/texmf-dist/doc/latex/subeqn/subeqn.pdf | Bin 0 -> 91698 bytes Master/texmf-dist/doc/latex/subeqn/subeqn.tex | 84 ++++++++++++++++++++++++ 3 files changed, 100 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/subeqn/manifest.txt create mode 100644 Master/texmf-dist/doc/latex/subeqn/subeqn.pdf create mode 100644 Master/texmf-dist/doc/latex/subeqn/subeqn.tex (limited to 'Master/texmf-dist/doc/latex/subeqn') diff --git a/Master/texmf-dist/doc/latex/subeqn/manifest.txt b/Master/texmf-dist/doc/latex/subeqn/manifest.txt new file mode 100644 index 00000000000..58e7cdb2219 --- /dev/null +++ b/Master/texmf-dist/doc/latex/subeqn/manifest.txt @@ -0,0 +1,16 @@ +% +% CONTENTS OF THE SUBEQN PACKAGE +% ============================== +% +% manifest.txt -- This file +% +% subeqn.dtx -- A package to number subexpressions of an equation; +% originally by Stephen Gildea, +% rewritten by Donald Arsenau, +% updated for LaTeX2e by me +% subeqn.pdf -- A `printed´ version of subeqn.dtx +% +% Installation script for the various parts: +% ------------------------------------------- +% +% subeqn.ins -- produces subeqn.sty and subeqn.tex diff --git a/Master/texmf-dist/doc/latex/subeqn/subeqn.pdf b/Master/texmf-dist/doc/latex/subeqn/subeqn.pdf new file mode 100644 index 00000000000..e2247d3fdc1 Binary files /dev/null and b/Master/texmf-dist/doc/latex/subeqn/subeqn.pdf differ diff --git a/Master/texmf-dist/doc/latex/subeqn/subeqn.tex b/Master/texmf-dist/doc/latex/subeqn/subeqn.tex new file mode 100644 index 00000000000..6e2f67a639b --- /dev/null +++ b/Master/texmf-dist/doc/latex/subeqn/subeqn.tex @@ -0,0 +1,84 @@ +%% +%% This is file `subeqn.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% subeqn.dtx (with options: `sample') +%% +%% Copyright (C) 1999-2004 Johannes Braams. All rights reserved. +%% +%% This file was generated from file(s) of the subeqn 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 +%% subeqn package. You may however distribute the subeqn package +%% without such generated files. +%% +%% The list of all files belonging to the subeqn 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. +%% File: `subeqn.dtx' +%% Copyright (C) 1999-2004 +%% Donald Arsenau (asnd at reg.triumf.ca), +%% Johannes Braams (TeXniek at braams.cistron.nl) +%% +\ProvidesFile{subeqn.tex} + [2004/04/15 v2.0b subnumbering of equations] +\documentclass{article} +\usepackage{subeqn} + +\begin{document} +This is an example ot the use of the \texttt{subeqations} package. +\begin{equation} + \label{a} + a^2 + b^2 = c^2 +\end{equation} +Now we start sub-numbering. +\begin{subequations} + \label{b} + \begin{equation} + \label{b1} + d^2 + e^2 = f^2 + \end{equation} + We can refer to equation~\ref{a}, \ref{b} and~\ref{b1}. + \begin{equation} + \label{b2} + g^2 + h^2 = i^2 + \end{equation} + This was equation~\ref{b2}. + \begin{eqnarray} + \label{c} + x &=& y+z\label{c1}\\ + u &=& v+w\label{c2} + \end{eqnarray} + This was expression~\ref{c}, consisting of parts~\ref{c1} + and~\ref{c2}. +\end{subequations} + +Now lets start a \textsf{subeqnarray} environment. +\begin{subeqnarray} + \label{d} + x &=& y+z\label{d1}\\ + u &=& v+w\label{d2} +\end{subeqnarray} +This was equation~\ref{d}, with parts~\ref{d1} and~\ref{d2}. +\end{document} +\endinput +%% +%% End of file `subeqn.tex'. -- cgit v1.2.3