Closed shaomeng closed 7 years ago
@shaomeng, thank you for your contribution!
I've merged this PR with one small change (following my comment), have added your explanatory text to the Readme here, and have added you to the list of contributors.
Also, would you or any of your cohort in CS be interested in taking over administration of this repo? I graduated in December, and think that the repo's longevity will be extended if there's a current, conscientious, grad student administrating it. If so, let me know!
Hi Jacob,
I truly appreciate your work, and also understand the dilemma here: only students approaching graduation start to make use of this thesis template... At the same time, may I ask why a graduate administrator might hinder its longevity?
Thanks, Samuel
Hi Samuel,
There are a few reasons in my mind that a current grad student could be better for the project than me (a graduate):
If no one in your cohort is available or willing, that's totally fine; I just thought to ask. And I'll certainly keep merging Pull Requests for the foreseeable future. But I would like to pass off administration of the repo.
My very best, Jacob
Hello,
I've added a few files to this template so it could be used with "make" in command line. Using this workflow, one just needs to "cd" into the latex_files directory, and type "make" to generate a pdf file named "main.pdf." Alternatively, "make short" skips the step of re-generating the bibliography database. "make clean" cleans every intermediate file.
This workflow only works in command line of Linux/Mac systems.
The functionalities of each of my touched file: -- Makefile: that's where gnu make goes to execute commands. -- main.tex: this is a starting point to compile everything. -- main.bib: this is a symbolic link to the Bibliography.bib file in the upper level. It should work fine under Linux and Mac systems.
I also changed the Bibliography.bib file to remove a duplicate entry.
Please feel free to let me know if there's any confusion.
Thanks, Samuel