Timeline for How to diagnose unclosed (incomplete) \iftrue or \ifnum?
Current License: CC BY-SA 3.0
Post Revisions
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 19, 2022 at 0:33 | answer | added | user202729 | timeline score: 2 | |
| Aug 7, 2016 at 23:00 | answer | added | Abd | timeline score: 2 | |
| Dec 30, 2015 at 15:59 | vote | accept | Norman Ramsey | ||
| Dec 29, 2015 at 23:23 | answer | added | David Carlisle | timeline score: 9 | |
| Dec 29, 2015 at 22:50 | history | edited | Alenanno | CC BY-SA 3.0 |
edited title
|
| Dec 29, 2015 at 22:46 | comment | added | Alenanno |
Even if the error tells you that the problem occurred in a certain line, it doesn't mean it necessarily occurred at that line. For example: if you define a \newcommand in your preamble (and it has a mistake), and then you use that same command in line 300, then your error will appear on line 300, but it's actually originating in your \newcommand definition in the preamble.
|
|
| Dec 29, 2015 at 22:36 | history | asked | Norman Ramsey | CC BY-SA 3.0 |