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

Organizing the project folder and adding Makefile #52

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

its-fonsy
Copy link

@its-fonsy its-fonsy commented Jan 17, 2025

This pull request aims to organize the folder structure of the project, and replace the compilation of PDF from pdflatex to latexmk.

My fork shows the final result.

For the folder structure the following changes has been made:

  • moved all ".tex" files into "chapters" folder;
  • moved all ".sty" files into "styles" folder;
  • moved "contribute" and "gitHelp" into "doc" folder;
  • renamed folder "pics" to "images";
  • updated master.tex to reflect all folder changes;

The compile and clean script has been removed and the generation of the PDF has been moved into a Makefile. Inside the Makefile the compilation is done with latexmk which automatically recompile the PDF if needed (for example when generating the TOC).

The README.md has been updated accordingly to the new compiling procedure.

Finally, looking at the last commit, the "*.pdf" has been added to the .gitignore.

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