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

Fix support for an appendix part (and more) #102

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

Fix support for an appendix part (and more) #102

wants to merge 9 commits into from

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    d6d1ac6 View commit details
    Browse the repository at this point in the history
  2. pdf_report(): fix support for appendix part *

    If the \part{\appendixname} is inserted, this causes a second match with
    regex "\appendix", leading to an error in the head() function in R.
    florisvdh committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4c475e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d144af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a71daa View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    b2b27d0 View commit details
    Browse the repository at this point in the history
  2. flanders_report_generic.sty: use higher tolerance *

    This value protects better against overfull lines.
    florisvdh committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    516bde3 View commit details
    Browse the repository at this point in the history
  3. flanders_report_generic.sty: add caption package *

    This lets table captions in landscape mode make use of the full width.
    florisvdh committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    54098e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70444d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. flanders_report_generic.sty: use still higher tolerance *

    This value protects even better against overfull lines; this solved an extra case of
    overfull line in bibliography with long URL in reference.
    florisvdh committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    49dce9c View commit details
    Browse the repository at this point in the history