stephensekula / Dedman-Thesis-Latex-Template

Fork of the SMU Dedman College Ph.D. Thesis LaTeX template
https://stephensekula.github.io/Dedman-Thesis-Latex-Template/
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

Clean custom_commands.tex and make user_commands.tex #5

Open matthewfeickert opened 6 years ago

matthewfeickert commented 6 years ago

customcommands.tex is almost entirely unnecessary and very ugly to read. The name is also a bit misleading, as it suggests that this is an area for the user to create their own commands. This is not the case though, as customcommands.tex is part of the base template, and so could be updated underneath the user. Instead, something like an empty usercommands.tex should be added with commented out instructions to the user that this is a safe space to write their own commands, while customcommands.tex is an area for approved commands to influence the style of the thesis to match SMU standards. customcommands.tex would be commented out in the template in the user_thesis.tex file by default.

So, user_commands.tex:

% Place your own personal commands here. This is not a part of the base template and so will never be overwritten during updates.

user_thesis.tex:

% \input{latex/user_commands.tex} % Uncomment to use your own personal commands
matthewfeickert commented 6 years ago

As of commit 9822915d4a40f704fa21fa045b60577db545d654 customcommands.tex is renamed custom_commands.tex