Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ePrint: add support for non-PDF attachments #3337

Merged
merged 2 commits into from
Jul 22, 2024

Commits on Jul 14, 2024

  1. ePrint: add support for non-PDF attachments

    Signed-off-by: Alex T. <frozen.and.blue@gmail.com>
    alex-ter committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    63a29a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. ePrint: fix for MathJax lazy typesetting affecting tests

    Running tests for the PS format addition change revealed that ePrint pages
    seem to have switched to using MathJax lazy typesetting. That leads to
    differences in expected vs scraped abstract text when run under Scaffold,
    but not when running manually from browser. Fix by pulling the abstract
    from the OG tag if MathJax elements are not typeset yet.
    
    Kudos to @AbeJellinek who found the root cause and suggested the workaround.
    
    Signed-off-by: Alex T. <frozen.and.blue@gmail.com>
    Co-authored-by: Abe Jellinek <jellinek@berkeley.edu>
    alex-ter and AbeJellinek committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    34e9cf1 View commit details
    Browse the repository at this point in the history