Skip to content

Rename \degree command to \academicdegree in thesis class#33

Open
mclosa8 wants to merge 1 commit into
umasscs:masterfrom
mclosa8:master
Open

Rename \degree command to \academicdegree in thesis class#33
mclosa8 wants to merge 1 commit into
umasscs:masterfrom
mclosa8:master

Conversation

@mclosa8
Copy link
Copy Markdown

@mclosa8 mclosa8 commented Mar 26, 2026

The umassthesis.cls template defines a \degree command for specifying the academic degree on the title page. This conflicts with the \degree macro provided by the gensymb package, which is used throughout the document for the angular degree symbol (°).

This PR renames the user-facing command from \degree to \academicdegree in the class file. The internal macros \@degree and \@degreeabbrv remain unchanged, so no other modifications to the template are required.

Usage:

% Before
\degree{Doctor of Philosophy}{Ph.D.}

% After
\academicdegree{Doctor of Philosophy}{Ph.D.}

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