Skip to content
Snippets Groups Projects
  1. Dec 08, 2022
  2. Dec 07, 2022
  3. Dec 06, 2022
  4. Dec 05, 2022
  5. Nov 10, 2022
  6. Nov 07, 2022
  7. Nov 04, 2022
  8. Nov 03, 2022
  9. Sep 23, 2022
  10. Jul 13, 2022
  11. Jun 21, 2022
  12. May 30, 2022
    • Alexander Povel's avatar
      Move class file to root · 6334b0c8
      Alexander Povel authored
      Solves a nasty issue: previously, we relied on 'acp.cls'
      to be available in the image, at a tex-wide installation directory.
      This had the advantage of that class being available to any document
      using the image, but it had a core disadvantage: modifying the class file
      would require *rebuilding the image*, which is big no bueno.
      So even adjusting just the font weight on the title page, for example,
      would necessitate an image rebuild.
      
      Now, the class file is at the project root. Here, it can be found
      by latex *directly*.
      In order to still bake it into the image, the Docker build process
      needs to be changed slightly (the build context needs to be moved up
      to the root directory to find acp.cls, since the build context
      cannot move up directories).
      This gets us the best of both worlds with only a slightly more
      annoying Docker build process.
      
      Users can now change the class file freely, and changes will be
      reflected in their document immediately, no image rebuild
      necessary.
      6334b0c8
    • Alexander Povel's avatar
      Run formatter · be81b7b2
      Alexander Povel authored
      VSCode's Docker extension's formatter
      be81b7b2
Loading