Search found 2 matches

by veks
Mon Jun 11, 2012 11:34 am
Forum: Math & Science
Topic: Numbering subequations within cases-like format
Replies: 2
Views: 5353

Re: Numbering subequations within cases-like format

Thanks very much for your reply Stefan. Unfortunately, this does not solve my problem.

The code you sent adds (1a) next to the first line (min f(x)) and (1b) next to the second part (list of constraints). What I would like to have is a number next to EACH constraint that is inside the "cases-like ...
by veks
Wed Jun 06, 2012 12:31 pm
Forum: Math & Science
Topic: Numbering subequations within cases-like format
Replies: 2
Views: 5353

Numbering subequations within cases-like format

Hello!
This is my first post here, I hope I will be clear and follow the rules.

This is an example of the type of equations I would like to put in my document:

\documentclass{article}
\begin{document}
\begin{equation}
\begin{array}{cl}
\displaystyle{\min_{x}} & f(x) \\
\textrm{subject to ...