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

Allow custom documentclass for pgf backend #28167

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    3a92187 View commit details
    Browse the repository at this point in the history
  2. Extract geometry options

    voidstarstar committed May 12, 2024
    Configuration menu
    Copy the full SHA
    a501539 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    521d5ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30e1e35 View commit details
    Browse the repository at this point in the history
  5. Update spacing

    voidstarstar committed May 12, 2024
    Configuration menu
    Copy the full SHA
    ef4f849 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce67c78 View commit details
    Browse the repository at this point in the history
  7. Remove the now unnecessary scrextend package

    Users should set the document font size in their documentclass instead.
    voidstarstar committed May 12, 2024
    Configuration menu
    Copy the full SHA
    f9ee0b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8283a90 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f0596b9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c2e0e29 View commit details
    Browse the repository at this point in the history
  11. Move documentclass to _get_preamble()

    All user defined LaTeX code is now in one place.
    voidstarstar committed May 12, 2024
    Configuration menu
    Copy the full SHA
    44d00b2 View commit details
    Browse the repository at this point in the history
  12. Pass extra commands as an arg to _get_preamble

    These commands are run before using the underscore package.
    voidstarstar committed May 12, 2024
    Configuration menu
    Copy the full SHA
    b999328 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3f7bb13 View commit details
    Browse the repository at this point in the history
  14. Test empty documentclass

    voidstarstar committed May 12, 2024
    Configuration menu
    Copy the full SHA
    447379b View commit details
    Browse the repository at this point in the history