summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-06-27 20:11:21 +0000
committerKarl Berry <karl@freefriends.org>2023-06-27 20:11:21 +0000
commit1d91c0943fdcbb9a9ad4c9ca4ce7143b634b2af9 (patch)
tree5b55da5ae0aca9ee455503d96391dc26e3852d3a /Master/texmf-dist/tex/latex
parent864e85293737bb20a499ac03561d3d5c7f93e90e (diff)
mitthesis (27jun23)
git-svn-id: svn://tug.org/texlive/trunk@67497 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/mitthesis/mitthesis.cls21
1 files changed, 14 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/mitthesis/mitthesis.cls b/Master/texmf-dist/tex/latex/mitthesis/mitthesis.cls
index 1a59a39d14d..92e237e18d6 100644
--- a/Master/texmf-dist/tex/latex/mitthesis/mitthesis.cls
+++ b/Master/texmf-dist/tex/latex/mitthesis/mitthesis.cls
@@ -7,8 +7,8 @@
%% MIT Libraries' requirements as of 2023.
%%
%% This file's version and date:
- \def\versionno{1.02}
- \def\versiondate{2023/06/23\space}
+ \def\versionno{1.03}
+ \def\versiondate{2023/06/26\space}
%%
%% Author: John H. Lienhard, V
%% Department of Mechanical Engineering
@@ -108,8 +108,15 @@
}{\mit@pdfmanagementfalse}
\ExplSyntaxOff
-%% Old installations may want textcomp load, but we only require this character:
-\ifdefined\textcopyright\else\def\textcopyright{©}\fi
+%% Old installations may want textcomp load, but we only require copyright character:
+\ifdefined\textcopyright\else %\def\textcopyright{©}\fi. % 2023/06/26
+ \ifpdftex
+ \DeclareTextSymbol{\textcopyright}{TS1}{'251}
+ \DeclareTextSymbolDefault{\textcopyright}{TS1}
+ \else
+ \newcommand*\textcopyright{\Uchar"00A9}
+ \fi
+\fi
%%%%%%%%%%%%%% Options for the class %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -134,7 +141,7 @@
setkeys=\kvsetkeys,
}
% set key [fontset] for font selection
- \DeclareStringOption[\ClassName-defaultfonts]{fontset}[]
+ \DeclareStringOption[defaultfonts]{fontset}[]% fixed 2023/06/26
%
\ProcessKeyvalOptions{\ClassName}
%
@@ -551,7 +558,7 @@
\def\MIT{MASSACHUSETTS INSTITUTE OF TECHNOLOGY}
-\RenewDocumentCommand\maketitle{}{%
+\RenewDocumentCommand\maketitle{s}{%
%
\ifdefined\@DegreeMonth\else\ClassError{\ClassName}{Missing degree date!}{%
You must issue the \DegreeDate{month}{year} command between \begin{document} and \maketitle}%
@@ -569,7 +576,7 @@
\def\CRWords{The authors hereby grant}\else\def\CRWords{The author hereby grants}
\fi
\def\MITpermissionLast{to MIT a nonexclusive, worldwide, irrevocable, royalty-free license to exercise any and all rights under copyright, including to reproduce, preserve, distribute and publicly display copies of the thesis, or release the thesis under an open-access license.}%
- \def\MITpermission{\CRWords\space\MITpermissionLast}%
+ \IfBooleanTF{#1}{\def\MITpermission{\relax}}{\def\MITpermission{\CRWords\space\MITpermissionLast}}%
%
\clearpage
\thispagestyle{empty}%