Search found 2 matches

by kal
Sun Jun 14, 2009 11:33 pm
Forum: Math & Science
Topic: subequation numbering
Replies: 1
Views: 35089

subequation numbering

till now i wasn't able to solve my problem. But maybe a piece of code is helpful for understanding my problem

\documentclass[fleqn]{article}
\usepackage{amsmath}

\begin{document}

\begin{subequations}\label{eq:1}
\begin{minipage}{0.45\textwidth}
\begin{align}
\label{eq:1a}
X&=\frac{X}{X+X}
\end ...
by kal
Sun Jun 14, 2009 11:51 am
Forum: Math & Science
Topic: subequation numbering
Replies: 1
Views: 35089

subequation numbering

hi,

I have to write my thesis and there are a lot of equations which are grouped into blocks.
some of them are getting their own numbers, some of them are pairs, so they are "subequationed", but i want these blocks to look like a block -> so the amsmath align would be nice. my problem is, that i ...