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

update sn template to 12/2023 and support csl or natbib #2

Merged
merged 34 commits into from
May 15, 2024

Commits on Mar 3, 2024

  1. chore: update bibliography styles

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    d4060b9 View commit details
    Browse the repository at this point in the history
  2. chore(sn-jnl): update documentclass

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    b7dbe19 View commit details
    Browse the repository at this point in the history
  3. chore(extension): update format-resources

    sn-mathphys -> { sn-mathphys-ay , sn-mathphys-num }
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    f846689 View commit details
    Browse the repository at this point in the history
  4. nit: make default cite-method explicit

    in case it is unclear to users where to set citeproc, natbib, etc
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    cddf2e7 View commit details
    Browse the repository at this point in the history
  5. docs: note caveats of natbib styles

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    c9b2206 View commit details
    Browse the repository at this point in the history
  6. chore: update example build output

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    a0e5887 View commit details
    Browse the repository at this point in the history
  7. docs: update README

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    04b0644 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    30d9b0f View commit details
    Browse the repository at this point in the history
  2. feat(template): illustrate use of classoption

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    22281b4 View commit details
    Browse the repository at this point in the history
  3. chore: update example build output

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8214cbd View commit details
    Browse the repository at this point in the history
  4. docs: nit classoption

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    066ed3d View commit details
    Browse the repository at this point in the history
  5. docs: nit remove reference to removed bib style

    - sn-mathphys no longer exists
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d37cb16 View commit details
    Browse the repository at this point in the history
  6. feat: add Makefile

    - vendor csl files for citeproc compatibility
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    43ae1f4 View commit details
    Browse the repository at this point in the history
  7. fix: update gitignore

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b21c2e1 View commit details
    Browse the repository at this point in the history
  8. feat: vendor a set of csl files

    - see `make -n download-csl-files`
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8bb0150 View commit details
    Browse the repository at this point in the history
  9. feat(template): use vendored csl to mirror natbib styles

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ff74ecd View commit details
    Browse the repository at this point in the history
  10. chore: update example build output

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8657c43 View commit details
    Browse the repository at this point in the history
  11. docs: update README

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    08012d0 View commit details
    Browse the repository at this point in the history
  12. chore: update make help

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    45a38f9 View commit details
    Browse the repository at this point in the history
  13. chore(make): add clean targets

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d03a9df View commit details
    Browse the repository at this point in the history
  14. fix(doc-class): rename journal to natbibstyle

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    16461eb View commit details
    Browse the repository at this point in the history
  15. fix(template): rename journal to natbibstyle

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2427327 View commit details
    Browse the repository at this point in the history
  16. chore: update example build output

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    661642d View commit details
    Browse the repository at this point in the history
  17. nit: remove unnecessary rm force

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    14e1ca7 View commit details
    Browse the repository at this point in the history
  18. feat(make): add target to extract pdf image preview

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1aa8fb7 View commit details
    Browse the repository at this point in the history
  19. chore: update image preview

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9580ab1 View commit details
    Browse the repository at this point in the history
  20. chore: update readme

    - use natbibstyle rather than journal
    - update image preview to set size independent of native image size
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b94de9a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ea663d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. chore(quartoignore): add Makefile

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    442bec4 View commit details
    Browse the repository at this point in the history
  2. docs(readme): note CSL CC BY-SA 3.0

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4a4e19f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    38b4098 View commit details
    Browse the repository at this point in the history
  2. chore: render

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    6e68534 View commit details
    Browse the repository at this point in the history
  3. chore(_extension): update authors

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f1a05ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d18b5ea View commit details
    Browse the repository at this point in the history