linXiv frontend (TS/JS)
    Preparing search index...

    Interface PdfPosition

    interface PdfPosition {
        offset: number;
        page: number;
    }
    Index
    offset: number

    Fractional distance from the top of the page (0–1).

    page: number