0
votes
0answers
47 views

Is it possible to remove chapter number from align environment? [duplicate]

Basically I have written a proof using the align environment in a new .tex file and the numbers in the proof came like this (how I want them): Line1 (1) Line2 (2) Line3 (3) Now I've ...
8
votes
3answers
112 views

Numbering a set of horizontally distributed equations

Having different horizontally distributed equations inside an align environment, only lines are numbered, but not individual equations. How can the left equations be numbered using subequations? ...
2
votes
2answers
43 views

Unnumbered line inside align

Basically, I have two equations that I wanted to use align to number, but I also wanted to put the word 'and' in between the lines. Here's what I have so far \begin{document} \usepackage{amsmath} ...
0
votes
1answer
54 views

tabbing numbering and alignat numbering

Is there a way for the tabbing environment \begin{tabbing} to number equations and sync up with the align or alignat environments? If I use align or alignat, each successive use is numbered ...
6
votes
2answers
92 views

Equations and defining equation variables

I have a main equation that should be numbered and now I want to define the variables of the equations which may contain another set of equations. For example please have a look; code: \begin{align} ...
1
vote
1answer
162 views

Equation numbering problem, `alignat`

When using the alignat environment I encounter a strange equation numbering problem. It's rather hard to describe, but here is an MWE. I describe the output below. \documentclass[]{memoir} ...
5
votes
3answers
133 views

Equation numbering

Suppose that when we write an equation in the align environment and we break the equation in two lines. There is only one equation number. How can I place this number not in the last equation line, ...
6
votes
3answers
240 views

Labeled linear program with labeled equations and wide objective function

Can anybody help me stating a linear program in latex with the following requirements? The LP itself shall be numbered on the left-hand side (although in the remaining document the equations' labels ...
0
votes
0answers
68 views

get rid of the number of nonreferred equations [duplicate]

Possible Duplicate: How to organize labels when there are too many equations? How do I number equations only if they are referred to in the text? I have a lot of equations in my documents ...
3
votes
2answers
92 views

In the align environment, how to number only one of the lines? [duplicate]

Possible Duplicate: Selective numbering of equations with align I would like to know, how to number only one specific line among many, in the align environment. For instance, I don't want ...
11
votes
4answers
354 views

Make align* number the last equation

I am using the align* environment to write equations expanding several lines. I would like to define a command sequence in the preamble, such that the last equation of this block will always be ...
6
votes
1answer
147 views

Selective numbering of equations with align

I have an align environment with 5 equations. I want 3 of them numbered, and the other 2 not numbered. I understand that there's other posts on the issue of selective numbering of those equations that ...
7
votes
1answer
250 views

Adding multiple paragraphs between aligned equations

Some people have asked about how to add multiple paragraphs (when \intertext and \shortintertext no longer work), a fix was proposed by Peter Grill here: He wrote: My first thought was to hack ...
5
votes
1answer
1k views

Automatic equation numbering in LyX

I would like to create automatic numbering of equations in LyX. when I entered \renewcommand\[{\begin{equation}} \renewcommand\]{\end{equation}} for the "equation" environment it worked. However, ...
0
votes
2answers
115 views

How to number an entire array environment with only a single number [duplicate]

Possible Duplicate: numbering few equations together I am currently using an align environment to write a system of equations. The code has the form: \begin{align*}\label{myEnv} %equation ...
15
votes
2answers
5k views

align* but show one equation number at the end

I am using align*, but I still need an equation number. I know one solution is to use align and add \nonumber to all lines but the last. Is there a 'lazy' way to do it? I searched a little and found ...
9
votes
3answers
310 views

How can I number a few equations together

i would like to write few equations, but all the equations will get only once numbered and in the middle (right side) of the equations. e.q. if i write 3 equations, the number will be to the right of ...
1
vote
2answers
687 views

How can I use alignedat in subequations?

I have a set of equations inside a subequations environment. Update: I use a macro to generate long subsubscripts in \rm. \newcommand{\foobar}{\rm foobar} \begin{subequations} \begin{alignat}{5} ...
4
votes
1answer
754 views

Hyperref and nonumber/notag in equations:

When compiling my text document, I get the following warning: [5] [6] [7pdfTeX warning (ext4): destination with the same identifier (name{equ ation.2.0.10}) has been already used, duplicate ignored ...
20
votes
3answers
4k views

How to get only one vertically centered equation number in align environment with two equations

sorry if this has been answered before, I couldn't find anything through search. I'm sure its a common problem though. What I have are two equations with align and I want one single equation number ...