ryankeleti / ega

amateur translation project of Grothendieck's EGA.
https://ryankeleti.com/ega
322 stars 34 forks source link

page numbering #91

Closed thosgood closed 5 years ago

thosgood commented 5 years ago

looking at the later EGAs (e.g. EGA IV, 1), there are two numbering systems going on. i think that one is continuous throughout the EGA 0 sections, and the other is relative just to the printed version of EGA IV, 1. which one are we using in the \oldpage commands? i'm mildly confused

ryankeleti commented 5 years ago

I'm not sure what you mean, I'm using \oldpage to refer to the page number that appears in the corresponding volume. are you saying that EGA 0 numbering should be consistent?

thosgood commented 5 years ago

in my copy of EGA IV, part 1 (the only pdf that exists, I think), each page has two numbers: one at the top (from 1 through to 258), and one at the bottom (starting at around p. 100)

ryankeleti commented 5 years ago

hmmm I don't know, I think maybe we should stick with the 1--258 one

thosgood commented 5 years ago

sure sure, just wanted to make sure we were all on the same page (ha!)

thosgood commented 5 years ago

should we be writing \oldpage[0\textsubscript{III.1}]{20} instead of \oldpage[0\textsubscript{III}]{20} then? one numbering system is continuous across III, part 1 and III, part 2, but this one (1–258) isn't.

thosgood commented 5 years ago

oh sorry, we already addressed this issue in https://github.com/ryankeleti/ega/issues/85