BPA-CSIRO-Workshops / handout-template

Template files for creating a LaTeX-based handout document for hands-on training workshops
http://bpa-csiro-workshops.github.io/handout-template/
4 stars 6 forks source link

Refactor style into it's own repo #2

Closed nathanhaigh closed 9 years ago

nathanhaigh commented 9 years ago

As it stands, the style info will be cloned into each new handout repo. This means that if one wants to have a consistent styling across multiple handouts, they need to update the style info in each handout repo.

It would be better to have each handout repo point to a single style repo via submodules. This way the style info is maintained in a single location and will be consistent across multiple handout repos.

In doing this, the style info would become part of a subdirectory. Some LaTeX stuff might need to be rewritten so pdflatex can find the relevant files in that subdirectory. This might simply be addressed by setting TEXTINPUT before running pdflatex:

nathanhaigh commented 9 years ago

Done in a721e1eca7824bb1a0378e2b88d4a37f60cbbe23