Skip to content

Commit e998c52

Browse files
authoredJul 23, 2024··
Fix spelling of bachelor and master thesis (#18)
1 parent 827ceb6 commit e998c52

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- The spelling bachelor thesis and master thesis are widely used but seem to be
13+
wrong. According to the Oxford English Dictionary, the spelling shall be
14+
bachelor's thesis and master's thesis.
15+
1016
## [v4.2.0] – 2024–06–25
1117

1218
### Fixed
6 Bytes
Binary file not shown.

‎se2thesis.dtx

+11-11
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
% internet, causing each thesis looking differently.
6363
%
6464
% The author of this package provided a template,
65-
% which he initially created for his bachelor and master thesis,
65+
% which he initially created for his bachelor's and master's thesis,
6666
% that was recommended and used by many students.
6767
% The implementation of that template, however, was very hacky and required
6868
% some changes over time.
@@ -243,9 +243,9 @@
243243
% \end{syntax}
244244
% Defines the type of the thesis.
245245
% Possible values are:
246-
% |bachelor| for a bachelor thesis, |bachelorproposal| for a proposal to
247-
% a bachelor thesis, |master| for a master thesis, |masterproposal| for
248-
% a proposal to a master thesis, |phdproposal| for a proposal to a PhD thesis,
246+
% |bachelor| for a bachelor's thesis, |bachelorproposal| for a proposal to
247+
% a bachelor's thesis, |master| for a master's thesis, |masterproposal| for
248+
% a proposal to a master's thesis, |phdproposal| for a proposal to a PhD thesis,
249249
% |phd| for a PhD thesis in the natural sciences, |phdeng| for a PhD thesis
250250
% in engineering, and |phdphil| for a PhD thesis in natural philosophy.
251251
% \end{function}
@@ -307,7 +307,7 @@
307307
% \cmd{\matrnumber} \marg{matriculation-number}
308308
% \end{syntax}
309309
% Specify the matriculation number of the student writing the thesis.
310-
% This is required for Bachelor and Master theses.
310+
% This is required for bachelor's and master's theses.
311311
% \end{function}
312312
%
313313
% \begin{function}{\supervisor, \cosupervisor}
@@ -437,7 +437,7 @@
437437
% We provide the \env{acknowledgements} environment to typeset acknowledgements
438438
% for your thesis.
439439
% Using this environment is optional.
440-
% Usually, bachelor and master thesis do not contain such an acknowledgements
440+
% Usually, bachelor's and master's thesis do not contain such an acknowledgements
441441
% section, however, there is no general rule to this.
442442
% \begin{verbatim}
443443
% \begin{acknowledgements}[language]
@@ -1246,7 +1246,7 @@
12461246
% \end{macrocode}
12471247
% The next block generates the text that describes the thesis.
12481248
% In case of a PhD thesis, this text is predefined to match the requirements.
1249-
% In case of a bachelor or master thesis, or a proposal thereof, we generate
1249+
% In case of a bachelor's or master's thesis, or a proposal thereof, we generate
12501250
% a text based on the values of the |thesistype| load-time option and the
12511251
% values of the \cmd{\degreeprogramme}, \cmd{\department}, and
12521252
% \cmd{\institute} variables.
@@ -1703,10 +1703,10 @@
17031703
\ProvideDictTranslation{External}{External Examiner}
17041704
\ProvideDictTranslation{degreeprogramme}{programme}
17051705
\ProvideDictTranslation{Degreeprogramme}{Programme}
1706-
\ProvideDictTranslation{Bachelor-thesis}{Bachelor Thesis}
1707-
\ProvideDictTranslation{Bachelor-thesis-proposal}{Bachelor Thesis Proposal}
1708-
\ProvideDictTranslation{Master-thesis}{Master Thesis}
1709-
\ProvideDictTranslation{Master-thesis-proposal}{Master Thesis Proposal}
1706+
\ProvideDictTranslation{Bachelor-thesis}{Bachelor's Thesis}
1707+
\ProvideDictTranslation{Bachelor-thesis-proposal}{Bachelor's Thesis Proposal}
1708+
\ProvideDictTranslation{Master-thesis}{Master's Thesis}
1709+
\ProvideDictTranslation{Master-thesis-proposal}{Master's Thesis Proposal}
17101710
\ProvideDictTranslation{PhD-thesis}{PhD Thesis}
17111711
\ProvideDictTranslation{PhD-thesis-proposal}{PhD Thesis Proposal}
17121712
\ProvideDictTranslation{date}{date}

0 commit comments

Comments
 (0)
Please sign in to comment.