Richard Heck wrote: > Pavel Sanda wrote: >> +def revert_backref_options(document): >> + ' Remove pageref additional options ' >> + i = find_token(document.header, "\\pdf_pageref", 0) >> + if i != -1: >> + del document.header[i] >> + >> + >> +def convert_backref_options(document): >> + ' We have lost pagebackref option in favor of pageref ' >> + i = find_token(document.header, "\\pdf_pagebackref", 0) >> + if i != -1: >> + del document.header[i] >> + >> >> > Is it possible to convert between pageref and pagebackref? Or is this just > lost data?
to me hyperref support is a new feature and there is no correct way how to put it back into 1.5. i know Uwe has different opinion about this so if he or anybody else wants feel free to change it :) > This looks fine to me, if we're sure about the LaTeX part. of course i wait for nod from Uwe. pavel