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

Support for Linux and cross-platform git settings #17

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

Conversation

jaccokrijnen
Copy link

Here are some changes to get everything running smoothly on linux (well, on my Ubuntu installation :) ).

  • Line endings: I've added a .gitattributes file, to let git properly manage the newline symbols of different operating systems (CRLF on Windows and LF on Linux/Mac). Whenever git checks out the files, it will choose the newline symbols to the platform-appropriate ones (but internally it commits files in a consistent way, using LF).
  • I've renormalized all files because line-endings were not consistent (some were CRLF, others LF)
  • Filesystem paths on linux are case-sensitive, so I've modified a few \includes (changed "Backmatter" -> "BackMatter")
  • I've added a simple Makefile for people that like to use make. It just runs pdflatex and biber as instructed in the README

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant