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

Initial template release #8

Merged
merged 39 commits into from
Sep 13, 2024
Merged

Initial template release #8

merged 39 commits into from
Sep 13, 2024

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    73f8713 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7568d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57b5372 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3a1b84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34b2cb4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a730c4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef5825b View commit details
    Browse the repository at this point in the history
  8. Added rewrap settings. Fixes #4.

    This enables auto wrap, and sets the wrap column to 80.
    NathanielJS1541 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    75390f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3f7489a View commit details
    Browse the repository at this point in the history
  10. Added Code Spell Checker extension as workspace recommendation. Fixes #3

    .
    
    Also set spelling language to en-GB.
    NathanielJS1541 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    b180c94 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    37128ea View commit details
    Browse the repository at this point in the history
  12. Added basic main.tex. Fixes #1.

    Also added vc_placeholder.tex before adding vc bundle.
    NathanielJS1541 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    50ef487 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5da8821 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5bed22e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a3eb94a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    22afd35 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    feb2462 View commit details
    Browse the repository at this point in the history
  2. Added vc bundle files. Fixes #5.

    These files are taken from a pull request I recently opened
    (rohieb/ctan-support-vc#4) which fixes a couple
    of issues with the vc bundles specific to git on windows.
    NathanielJS1541 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e5193eb View commit details
    Browse the repository at this point in the history
  3. Added unix vc script from the vc bundle. Fixes #5.

    This should work with the same vc-git.awk file as Windows, and adds more
    flexibility to the template.
    NathanielJS1541 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    9b34edb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08f561c View commit details
    Browse the repository at this point in the history
  5. Patched vc bundle scripts for repo folder structure.

    Fixes #7. This does however mean that they won't work when run directly
    from the preamble folder. If this is an issue they'll need a more robust
    patch.
    NathanielJS1541 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    690755d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b91eb4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67d418a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0765c3f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa50ef9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    be4c02c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9a28846 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7e8f698 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f8f3e45 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    6386e22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2652de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0817d7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b55dea View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    e93aee1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4eca9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40f92eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce90403 View commit details
    Browse the repository at this point in the history
  5. Updated vc.bat to perform parameter expansion using %~1.

    This is required when run from a LaTeX Workshop recipe, as it seems to
    escape all arguments with quotation mark. This was not compatible with
    the original script.
    NathanielJS1541 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    95339e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b87c2c View commit details
    Browse the repository at this point in the history