3
votes
2answers
92 views

Interrupting and resuming subequations

As the title states I would like to interrupt and resume a block of equations that is inside a subequations regime. My problem arises when the interrupting stuff shall contain equations on its own: ...
1
vote
1answer
94 views

Typeset a number in hexdecimal format (preferably math mode)

Is there a macro for formatting numbers in programming style 0x hex notation, e.g. instead of -1155484576 have 0xbb20b460. I would like to embed these numbers in a math mode context. E.g. if I just ...
10
votes
1answer
214 views

Bad position equation number Lualatex

If a math display is too wide, then the \eqno appears on the next line on the left instead of on the right as it should. Does anyone know how to solve this problem? This is an example: ...
3
votes
1answer
281 views

Tag placement in split equation within alignment block

Whenever I have an equation that does not fit on a single line, I am using \begin{equation}\begin{split}...\end{split}\end{equation} as recommended in the AMS math guide. This gives me an equation ...
5
votes
2answers
165 views

How to number a set of equations separately from another set?

How can I number a set of equations separately from another set? For example, if we have a file with this contents: \documentclass{report} \usepackage{amsmath} \begin{document} \begin{equation} ...
1
vote
0answers
190 views

Custom Equation Numbering [duplicate]

Possible Duplicate: Label equation with a symbol I wanted to know if there a way to create your own custom markings for equation numbering instead of the automatic numbering. Preferably, I ...
10
votes
1answer
786 views

How can I position equation numbers always to the left side?

Equations and amsmath environments put equation numbers to the right side by default, the output of \begin{multline} some equation \end{multline} is: equation (number) How can I change it this ...
9
votes
2answers
295 views

Automatically number inequalities

I have a long chain of inequalities and I would like to add some explanation for some of the steps under those inequalities. I have seen people do this like \stackrel{(i)}{\leq}. This is what I would ...
2
votes
1answer
304 views

Selective equation numbering in LaTeX [duplicate]

Possible Duplicate: How do I number equations only if they are referred to in the text? I would like to number only the equations I actually refer in a manuscript. I know plenty of ways to ...
1
vote
2answers
181 views

How to add a sequential number on the right hand of a mathematical formula?

I often use $$...$$ to write mathematical formulae. I would like to know how to add a sequential number on the right hand of the formulae. I want them to be right adjusted at the right edge of the ...
14
votes
4answers
385 views

Giving an equation between \[ \]'s a number

I usually use \[ ... \] to typeset equations in latex and sometimes I come back and realize that I want to have an equation number and label. I have been coming back and editing it to \begin{equation} ...
7
votes
2answers
982 views

Override default equation numbering in Beamer?

I need to override the default equation numbering behavior. I want the numbers next to equations in my Beamer slide presentation to match with the numbers of the same equations in my paper. so ...
11
votes
2answers
10k views

1st, 2nd and i-th?

Assume I wish to refer to the i-th object, or the n-th function out of some set, where i and n are letters and not numbers (as in "Multiply the $j$th row with the $i$th column and store the result in ...
12
votes
1answer
2k views

How to reference equations using letters and numbers

Sometimes it is convenient to refer to a group of equations by a letter and a number. For example: 2+1 (A1) 2+4 (A2) x^4 (B3) x^e (B4) Placing ...