Search found 3 matches

by Santeri
Sat Oct 01, 2011 6:06 am
Forum: Math & Science
Topic: Multiple-lined Equations each with (a,b) Tag
Replies: 3
Views: 21098

Multiple-lined Equations each with (a,b) Tag

Aha - I sound a solution to my question.

The style file subeqnarray.sty

(Copyright (C) 1988 by Johannes Braams, Dr Neher Laboratories)

has the \subeqnarray environment, which provides the required result according to


\gdef\thesubequation{\theequation \textit{a,b}}
\begin{subeqnarray}
\label ...
by Santeri
Wed Sep 28, 2011 10:50 am
Forum: Math & Science
Topic: Multiple-lined Equations each with (a,b) Tag
Replies: 3
Views: 21098

Re: multiple line equations each with (a, b) tag

Thank you very much for the suggestion.

I had tried using the \subequation environment - However, this environment seems to tag each equation with ascending letters (1a), (1b), etc. but does not provide a tag, such as (1a,b), appropriate for two equations on one line.

To clarify my original post ...
by Santeri
Wed Sep 28, 2011 6:04 am
Forum: Math & Science
Topic: Multiple-lined Equations each with (a,b) Tag
Replies: 3
Views: 21098

Multiple-lined Equations each with (a,b) Tag

I would very much appreciate any help towards solving the following problem. I am trying display multiline equations, each of which is split into two separate equations on the same line, each with an (a,b) appear in front of the equation number in the equation tag, but which can be cross-refenced to ...