()
| 148 | // whether this row should have an equation number. Simulate this with |
| 149 | // a \@eqnsw macro set to 1 or 0. |
| 150 | function beginRow() { |
| 151 | if (autoTag) { |
| 152 | parser.gullet.macros.set("\\@eqnsw", "1", true); |
| 153 | } |
| 154 | } |
| 155 | function endRow() { |
| 156 | if (tags) { |
| 157 | if (parser.gullet.macros.get("\\df@tag")) { |