5
votes
1answer
95 views

How do I make future equations renumber as extensions of previous equations?

I'm looking to do the following automatically rather than manually \documentclass{article} \usepackage{amsmath} \begin{document} These equations are pretty important. \begin{align} ...
14
votes
1answer
110 views

Floats shortly after they have been \ref-erenced; Warn otherwise

In my thesis I have a many floating figures which I then reference using \ref. I use flafter to ensure that they do not appear before they are defined in the source code (See Force floats to be ...
7
votes
2answers
223 views

How can I determine what a label is labeling (a-la \autoref)?

I want to have a command which gets a label and returns the environment (or the last sectionining command etc.) after which I had the \label. I mean, like \autoref, but no need to convert from the TeX ...
16
votes
2answers
359 views

Automatically numbering constants

I would like to somehow use LaTeX to automatically number constants. Some background As a mathematician, in my daily work there are a lot of throw-away constants which are not extremely important ...