diff options
author | Karl Berry <karl@freefriends.org> | 2023-07-22 20:20:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-07-22 20:20:15 +0000 |
commit | 7b3286582248062e5d914bca81463d69052924d8 (patch) | |
tree | b079446eb5659b316dd4703a14ffc9496fadfe44 /Master/texmf-dist/doc/latex | |
parent | f92f53d585a9446d79efb958d1bfaeab93ec744a (diff) |
mitthesis (22jul23)
git-svn-id: svn://tug.org/texlive/trunk@67708 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
39 files changed, 367 insertions, 409 deletions
diff --git a/Master/texmf-dist/doc/latex/mitthesis/MIT-Thesis.pdf b/Master/texmf-dist/doc/latex/mitthesis/MIT-Thesis.pdf Binary files differindex 51f4a873717..169e05b2e01 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/MIT-Thesis.pdf +++ b/Master/texmf-dist/doc/latex/mitthesis/MIT-Thesis.pdf diff --git a/Master/texmf-dist/doc/latex/mitthesis/MIT-thesis-template/MIT-Thesis.tex b/Master/texmf-dist/doc/latex/mitthesis/MIT-thesis-template/MIT-Thesis.tex index c0a22d37d78..66deabb5d0e 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/MIT-thesis-template/MIT-Thesis.tex +++ b/Master/texmf-dist/doc/latex/mitthesis/MIT-thesis-template/MIT-Thesis.tex @@ -3,15 +3,14 @@ % !BIB program = biber % This file is MIT-Thesis.tex, a template for producing MIT theses with the mitthesis class. -% Version: 1.04, 2023/07/03 +% Version: 1.05, 2023/07/21 % Author: John H. Lienhard (c) 2023. Reuse under the MIT license: https://ctan.org/license/mit % Documentation: https://ctan.org/pkg/mitthesis %% Don't modify the \DocumentMetadata command unless you know what it does. %% If this command throws an "undefined" error, your latex system is out of date: try commenting this command out. -\DocumentMetadata -{ +\DocumentMetadata{ pdfstandard = a-2b, pdfversion = 1.7, lang = en-US, @@ -19,7 +18,7 @@ } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\documentclass[twoside]{mitthesis} %,fontset=libertine ,fontset=newtx-sans-text, fontset=heros-stix2,fontset=stix2 +\documentclass[twoside]{mitthesis} %,fontset=libertine ,fontset=newtx-sans-text, fontset=heros-stix2, fontset=stix2 % % option [twoside] gives facing-page behavior for printing; omitting it will eliminate even-numbered blank pages. % option [lineno] provides line numbers, as for editing @@ -115,7 +114,6 @@ %%%%%%%%%%% Hyperref setting and metadata %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - \newcommand*\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! \hypersetup{% @@ -125,9 +123,9 @@ pdftitle={MIT thesis template}, pdfkeywords={\YourName, Massachusetts Institute of Technology, MIT}, pdfauthor={\YourName}, +% pdfauthor={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfauthortitle={Professor of Mechanical Engineering}, pdfcaptionwriter={\YourName}, -% pdfcaptionwriter={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfurl={https://lienhard.mit.edu}, pdfcontactemail={lienhard@mit.edu}, pdfcontactaddress={77 Massachusetts Avenue, Room 3-166}, @@ -155,9 +153,9 @@ pdfdisplaydoctitle=true, pdfstartview=Fit, pdfnewwindow=true, -% - pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},% definitions made by class file, don't change - pdflicenseurl={\CCurl},% definition made by class file, don't change +} +\AtEndDocument{ + \hypersetup{pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},}% 1st and 3rd commands are defined by class file. } %%%%%%%%%%%%%% End preamble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -187,14 +185,15 @@ % If there is more than one supervisor, use the \Supervisor command for each. \Supervisor{Edward C. Pickering}{Professor of Physics} -%\Supervisor{Secunda Castor}{Department of Mechanical Engineering} +%\Supervisor{Secunda Castor}{Professor of Research} %\Supervisor{Quintus Castor}{Professor of Log Dams} % Professor who formally accepts theses for your department (e.g., the Graduate Officer, Professor Sméagol,...) % If more than one department, use more than once % If you need to reduce vertical space, put the acceptor title in the second argument and leave the third blank {}. -\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Graduate Officer, First Degree Department} -%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Second Degree Department} +\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Undergraduate Officer, Department of Physics} +%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Department of Research} +%\Acceptor{Quarta Castor}{Professor of Lodge Building}{Graduate Officer, Department of Mechanical Engineering} % If your title page is overflowing (from too many names, degrees, etc.), you can scale % down the Signature block at the bottom with this command, or use another creative solution... @@ -245,21 +244,11 @@ \cleardoublepage -%%% Table of contents and lists of stuff (edit only if you want different lists) %%%%%%%%%%%%%%%% +%%% Table of contents and lists of stuff (delete lists you don't need, e.g., if no tables) %%%%%%%% - \pdfbookmark[0]{Table of Contents}{toc}% \tableofcontents - \cleardoublepage - - \phantomsection \listoffigures - \addcontentsline{toc}{chapter}{\protect\textbf{\listfigurename}}% - \cleardoublepage - - \phantomsection \listoftables - \addcontentsline{toc}{chapter}{\protect\textbf{\listtablename}}% - \cleardoublepage %%% Chapters of thesis %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/doc/latex/mitthesis/MIT-thesis-template/appendixa.tex b/Master/texmf-dist/doc/latex/mitthesis/MIT-thesis-template/appendixa.tex index 07a90bce084..a7914cb8511 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/MIT-thesis-template/appendixa.tex +++ b/Master/texmf-dist/doc/latex/mitthesis/MIT-thesis-template/appendixa.tex @@ -1,5 +1,5 @@ % From mitthesis package -% Version: 1.00, 2023/06/17 +% Version: 1.01, 2023/07/04 % Documentation: https://ctan.org/pkg/mitthesis @@ -35,27 +35,27 @@ function print_rate(kappa,xMin,xMax,npoints,option) psi0 = (1/c)*math.exp((kappa*arg0)^2)*(erfc(kappa*arg0)-erfc(arg0)) if option~=[[]] then - tex.sprint("\\addplot+["..option.."] coordinates{") - -- addplot+ for color cycle to work + tex.sprint("\\addplot+["..option.."] coordinates{") + -- addplot+ for color cycle to work else - tex.sprint("\\addplot+ coordinates{") + tex.sprint("\\addplot+ coordinates{") end tex.sprint("("..xMin..","..psi0..")") for i=1, (npoints-1) do - x = math.exp(logx + xstep) + x = math.exp(logx + xstep) arg = math.sqrt(x/c) - karg = kappa*arg - if karg<5 then + karg = kappa*arg + if karg<5 then -- this break compensates for exp(karg^2), which multiplies the error in the erf approximation... - logpsi = -math.log(croot) + karg^2 + math.log(erfc(karg)-erfc(arg)) - psi = math.exp(logpsi) - else - psi = (1/(karg) - 1/(2*(karg^3)) + 3/(4*(arg^5)) )/(1.77245385*croot) - -- this is the large x asymptote of the reaction rate - end - logx = math.log(x) - tex.sprint("("..x..","..psi..")") + logpsi = -math.log(croot) + karg^2 + math.log(erfc(karg)-erfc(arg)) + psi = math.exp(logpsi) + else + psi = (1/(karg) - 1/(2*(karg^3)) + 3/(4*(arg^5)) )/(1.77245385*croot) + -- this is the large x asymptote of the reaction rate + end + logx = math.log(x) + tex.sprint("("..x..","..psi..")") end tex.sprint("}") end diff --git a/Master/texmf-dist/doc/latex/mitthesis/MIT-thesis-template/chapter1.tex b/Master/texmf-dist/doc/latex/mitthesis/MIT-thesis-template/chapter1.tex index 7170486dac6..fda5b48ea24 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/MIT-thesis-template/chapter1.tex +++ b/Master/texmf-dist/doc/latex/mitthesis/MIT-thesis-template/chapter1.tex @@ -1,5 +1,5 @@ % From mitthesis package -% Version: 1.01, 2023/06/19 +% Version: 1.02, 2023/07/21 % Documentation: https://ctan.org/pkg/mitthesis @@ -70,7 +70,7 @@ We begin with some ideas from the literature \cite{Fong2015,sharpe1}. \centering\includegraphics[height=5cm]{example-image-b} %\includegraphics[scale=0.5]{example-image-c} %\includegraphics[width=3cm]{example-image} -\caption{Caption text\label{mantissa-format}} +\caption{Caption text\label{example-image-b}} \end{figure} @@ -160,3 +160,4 @@ Baroclinic generation of vorticity accounts for the sea breeze and various other \end{tabular*} }% \end{table*} + diff --git a/Master/texmf-dist/doc/latex/mitthesis/README.md b/Master/texmf-dist/doc/latex/mitthesis/README.md index be1ebfe2171..46bef906064 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/README.md +++ b/Master/texmf-dist/doc/latex/mitthesis/README.md @@ -1,7 +1,7 @@ #mitthesis --- A LaTeX template for MIT theses# - v1.04 dated 2023/07/03. + v1.05 dated 2023/07/21 ####Overview#### This class provides a LaTeX template for MIT theses formatted according to @@ -53,6 +53,12 @@ --- ####Change log#### + v1.05 (21 July 2023): + - Fix bug in toc page number affecting some lists of figures or tables (note: for backward compatibility, remove code in .tex file around \tableofcontents, \listoffigures, and \listoftables so that your code will match the present version) + - Include thesis submission date in abstract, remove previous degrees from abstract page, and allow May for degree month, per MIT Libraries + - Fill pdflicenseurl in class file; update a class warning message + - Clean-up documentation and code + v1.04 (3 July 2023): - Embed default fontset in class file, in case fontset directory is missing diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/No_cc_license.pdf b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/No_cc_license.pdf Binary files differindex 87814f209ee..340044523a8 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/No_cc_license.pdf +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/No_cc_license.pdf diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/One_author_one_degree.pdf b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/One_author_one_degree.pdf Binary files differindex dd5c7a11da8..1fd375e31a8 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/One_author_one_degree.pdf +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/One_author_one_degree.pdf diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/One_author_two_degrees.pdf b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/One_author_two_degrees.pdf Binary files differindex 9dd38df179a..aebc0eb3f34 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/One_author_two_degrees.pdf +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/One_author_two_degrees.pdf diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/One_author_two_degrees_from_one_department.pdf b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/One_author_two_degrees_from_one_department.pdf Binary files differindex 4e9832bb38d..601ef58e9c5 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/One_author_two_degrees_from_one_department.pdf +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/One_author_two_degrees_from_one_department.pdf diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/Two_authors_one_degree.pdf b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/Two_authors_one_degree.pdf Binary files differindex 32fdc98d14f..98db2f73061 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/Two_authors_one_degree.pdf +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/Two_authors_one_degree.pdf diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/Two_authors_two_degrees.pdf b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/Two_authors_two_degrees.pdf Binary files differindex 41053554ee3..509ca6bf176 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/Two_authors_two_degrees.pdf +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/Two_authors_two_degrees.pdf diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/No_cc_license.tex b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/No_cc_license.tex index 4d83fc7106d..90af70cb5dd 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/No_cc_license.tex +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/No_cc_license.tex @@ -33,8 +33,7 @@ %%%%%%%%%%% Hyperref setting and metadata %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\def\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! +\newcommand*\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! \hypersetup{% % @@ -43,9 +42,9 @@ pdftitle={MIT thesis template}, pdfkeywords={\YourName, Massachusetts Institute of Technology, MIT}, pdfauthor={\YourName}, +% pdfauthor={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfauthortitle={Professor of Mechanical Engineering}, pdfcaptionwriter={\YourName}, -% pdfcaptionwriter={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfurl={https://lienhard.mit.edu}, pdfcontactemail={lienhard@mit.edu}, pdfcontactaddress={77 Massachusetts Avenue, Room 3-166}, @@ -57,11 +56,11 @@ pdfsubject={Template for writing MIT theses with the mitthesis class},% briefly state what this document is about % colorlinks=true, - linkcolor=blue, - citecolor=blue, - urlcolor=blue, + linkcolor=Blue3,% from xcolor package + citecolor=Blue3,% from xcolor package + urlcolor=violet,% from xcolor package filecolor=red, -% anchorcolor=yellow,% not all pdf viewers recognize this field (Firefox does) +% anchorcolor=yellow,% not all pdf viewers recognize this field (although Firefox does) % colorscheme=phelype,% overrides link, cite, url, file colors with a preset scheme, through \DocumentMetadata % pdfborder={0 0 0}, @@ -73,13 +72,15 @@ pdfdisplaydoctitle=true, pdfstartview=Fit, pdfnewwindow=true, -% - pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},% definitions made by class file, don't change - pdflicenseurl={\CCurl},% definition made by class file, don't change +} +\AtEndDocument{ + \hypersetup{pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},}% 1st and 3rd commands are defined by class file. } %%%%%%%%%%%%%% End preamble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \begin{document} @@ -92,25 +93,30 @@ % note on names: most of the following names are made up; Silas Holman was a professor at MIT in the 19th century. -\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876] +\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876][MBA, Ferengi School of Management, 2022] %\Author{Luisa Hernández}{Department of Research}[B.S. Mechanical Engineering, UCLA, 2018][M.S. Stellar Interiors, Vulcan Science Academy, 2020][MBA, Ferengi School of Management, 2022] % Use once for each degree fulfilled by thesis +% For two degrees from one department, leave the department argument blank for the second degree {}. \Degree{Bachelor of Science in Physics}{Department of Physics} +%\Degree{Master of Science in Physics}{} %\Degree{Bachelor of Science in Mechanical Engineering}{Department of Mechanical Engineering} % If there is more than one supervisor, use the \Supervisor command for each. \Supervisor{Edward C. Pickering}{Professor of Physics} -%\Supervisor{Secunda Castor}{Department of Mechanical Engineering} +%\Supervisor{Secunda Castor}{Professor of Research} +%\Supervisor{Quintus Castor}{Professor of Log Dams} % Professor who formally accepts theses for your department (e.g., the Graduate Officer, Professor Sméagol,...) % If more than one department, use more than once -\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Graduate Officer, First Degree Department} -%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Second Degree Department} +% If you need to reduce vertical space, put the acceptor title in the second argument and leave the third blank {}. +\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Undergraduate Officer, Department of Physics} +%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Department of Research} +%\Acceptor{Quarta Castor}{Professor of Lodge Building}{Graduate Officer, Department of Mechanical Engineering} % If your title page is overflowing (from too many names, degrees, etc.), you can scale % down the Signature block at the bottom with this command, or use another creative solution... -%\SignatureBlockSize{\small} +%\SignatureBlockSize{\small} %\SignatureBlockSize{\footnotesize} % Usage: \DegreeDate{Month}{year} % Valid degree months are September, February, or June. diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/One_author_one_degree.tex b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/One_author_one_degree.tex index ec649b2c5fd..9b426eb0e38 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/One_author_one_degree.tex +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/One_author_one_degree.tex @@ -33,8 +33,7 @@ %%%%%%%%%%% Hyperref setting and metadata %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\def\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! +\newcommand*\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! \hypersetup{% % @@ -43,9 +42,9 @@ pdftitle={MIT thesis template}, pdfkeywords={\YourName, Massachusetts Institute of Technology, MIT}, pdfauthor={\YourName}, +% pdfauthor={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfauthortitle={Professor of Mechanical Engineering}, pdfcaptionwriter={\YourName}, -% pdfcaptionwriter={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfurl={https://lienhard.mit.edu}, pdfcontactemail={lienhard@mit.edu}, pdfcontactaddress={77 Massachusetts Avenue, Room 3-166}, @@ -57,11 +56,11 @@ pdfsubject={Template for writing MIT theses with the mitthesis class},% briefly state what this document is about % colorlinks=true, - linkcolor=blue, - citecolor=blue, - urlcolor=blue, + linkcolor=Blue3,% from xcolor package + citecolor=Blue3,% from xcolor package + urlcolor=violet,% from xcolor package filecolor=red, -% anchorcolor=yellow,% not all pdf viewers recognize this field (Firefox does) +% anchorcolor=yellow,% not all pdf viewers recognize this field (although Firefox does) % colorscheme=phelype,% overrides link, cite, url, file colors with a preset scheme, through \DocumentMetadata % pdfborder={0 0 0}, @@ -73,13 +72,15 @@ pdfdisplaydoctitle=true, pdfstartview=Fit, pdfnewwindow=true, -% - pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},% definitions made by class file, don't change - pdflicenseurl={\CCurl},% definition made by class file, don't change +} +\AtEndDocument{ + \hypersetup{pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},}% 1st and 3rd commands are defined by class file. } %%%%%%%%%%%%%% End preamble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \begin{document} @@ -92,25 +93,30 @@ % note on names: most of the following names are made up; Silas Holman was a professor at MIT in the 19th century. -\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876] +\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876][MBA, Ferengi School of Management, 2022] %\Author{Luisa Hernández}{Department of Research}[B.S. Mechanical Engineering, UCLA, 2018][M.S. Stellar Interiors, Vulcan Science Academy, 2020][MBA, Ferengi School of Management, 2022] % Use once for each degree fulfilled by thesis +% For two degrees from one department, leave the department argument blank for the second degree {}. \Degree{Bachelor of Science in Physics}{Department of Physics} +%\Degree{Master of Science in Physics}{} %\Degree{Bachelor of Science in Mechanical Engineering}{Department of Mechanical Engineering} % If there is more than one supervisor, use the \Supervisor command for each. \Supervisor{Edward C. Pickering}{Professor of Physics} -%\Supervisor{Secunda Castor}{Department of Mechanical Engineering} +%\Supervisor{Secunda Castor}{Professor of Research} +%\Supervisor{Quintus Castor}{Professor of Log Dams} % Professor who formally accepts theses for your department (e.g., the Graduate Officer, Professor Sméagol,...) % If more than one department, use more than once -\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Graduate Officer, First Degree Department} -%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Second Degree Department} +% If you need to reduce vertical space, put the acceptor title in the second argument and leave the third blank {}. +\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Undergraduate Officer, Department of Physics} +%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Department of Research} +%\Acceptor{Quarta Castor}{Professor of Lodge Building}{Graduate Officer, Department of Mechanical Engineering} % If your title page is overflowing (from too many names, degrees, etc.), you can scale % down the Signature block at the bottom with this command, or use another creative solution... -%\SignatureBlockSize{\small} +%\SignatureBlockSize{\small} %\SignatureBlockSize{\footnotesize} % Usage: \DegreeDate{Month}{year} % Valid degree months are September, February, or June. diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/One_author_two_degrees.tex b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/One_author_two_degrees.tex index 1d750578dbc..b03232b383c 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/One_author_two_degrees.tex +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/One_author_two_degrees.tex @@ -33,8 +33,7 @@ %%%%%%%%%%% Hyperref setting and metadata %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\def\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! +\newcommand*\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! \hypersetup{% % @@ -43,9 +42,9 @@ pdftitle={MIT thesis template}, pdfkeywords={\YourName, Massachusetts Institute of Technology, MIT}, pdfauthor={\YourName}, +% pdfauthor={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfauthortitle={Professor of Mechanical Engineering}, pdfcaptionwriter={\YourName}, -% pdfcaptionwriter={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfurl={https://lienhard.mit.edu}, pdfcontactemail={lienhard@mit.edu}, pdfcontactaddress={77 Massachusetts Avenue, Room 3-166}, @@ -57,11 +56,11 @@ pdfsubject={Template for writing MIT theses with the mitthesis class},% briefly state what this document is about % colorlinks=true, - linkcolor=blue, - citecolor=blue, - urlcolor=blue, + linkcolor=Blue3,% from xcolor package + citecolor=Blue3,% from xcolor package + urlcolor=violet,% from xcolor package filecolor=red, -% anchorcolor=yellow,% not all pdf viewers recognize this field (Firefox does) +% anchorcolor=yellow,% not all pdf viewers recognize this field (although Firefox does) % colorscheme=phelype,% overrides link, cite, url, file colors with a preset scheme, through \DocumentMetadata % pdfborder={0 0 0}, @@ -73,13 +72,15 @@ pdfdisplaydoctitle=true, pdfstartview=Fit, pdfnewwindow=true, -% - pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},% definitions made by class file, don't change - pdflicenseurl={\CCurl},% definition made by class file, don't change +} +\AtEndDocument{ + \hypersetup{pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},}% 1st and 3rd commands are defined by class file. } %%%%%%%%%%%%%% End preamble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \begin{document} @@ -92,25 +93,31 @@ % note on names: most of the following names are made up; Silas Holman was a professor at MIT in the 19th century. -\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876] +\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876][MBA, Ferengi School of Management, 2022] %\Author{Luisa Hernández}{Department of Research}[B.S. Mechanical Engineering, UCLA, 2018][M.S. Stellar Interiors, Vulcan Science Academy, 2020][MBA, Ferengi School of Management, 2022] % Use once for each degree fulfilled by thesis +% For two degrees from one department, leave the department argument blank for the second degree {}. \Degree{Bachelor of Science in Physics}{Department of Physics} +%\Degree{Master of Science in Physics}{} \Degree{Bachelor of Science in Mechanical Engineering}{Department of Mechanical Engineering} % If there is more than one supervisor, use the \Supervisor command for each. \Supervisor{Edward C. Pickering}{Professor of Physics} -\Supervisor{Secunda Castor}{Department of Mechanical Engineering} +\Supervisor{Secunda Castor}{Professor of Research} +%\Supervisor{Quintus Castor}{Professor of Log Dams} % Professor who formally accepts theses for your department (e.g., the Graduate Officer, Professor Sméagol,...) % If more than one department, use more than once -\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Graduate Officer, First Degree Department} -\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Second Degree Department} +% If you need to reduce vertical space, put the acceptor title in the second argument and leave the third blank {}. +%\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Graduate Officer, Department of Physics} +\Acceptor{Qunitus Castor}{Professor of Wetlands Engineering}{Undergraduate Officer, Department of Physics} +\Acceptor{Tertia Castor}{Professor of Log Dams}{Undergraduate Officer, of Mechanical Engineering} +%\Acceptor{Quarta Castor}{Professor of Lodge Building}{Graduate Officer, Department of Mechanical Engineering} % If your title page is overflowing (from too many names, degrees, etc.), you can scale % down the Signature block at the bottom with this command, or use another creative solution... -%\SignatureBlockSize{\small} +%\SignatureBlockSize{\small} %\SignatureBlockSize{\footnotesize} % Usage: \DegreeDate{Month}{year} % Valid degree months are September, February, or June. @@ -120,6 +127,7 @@ \ThesisDate{May 18, 1876} + %%%%%% Choose whether to have a CREATIVE COMMONS License %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % If you are using a cc license, put details of your cc license here. diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/One_author_two_degrees_from_one_department.tex b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/One_author_two_degrees_from_one_department.tex index 7158893a8ec..9589bc981fc 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/One_author_two_degrees_from_one_department.tex +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/One_author_two_degrees_from_one_department.tex @@ -33,8 +33,7 @@ %%%%%%%%%%% Hyperref setting and metadata %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\def\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! +\newcommand*\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! \hypersetup{% % @@ -43,9 +42,9 @@ pdftitle={MIT thesis template}, pdfkeywords={\YourName, Massachusetts Institute of Technology, MIT}, pdfauthor={\YourName}, +% pdfauthor={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfauthortitle={Professor of Mechanical Engineering}, pdfcaptionwriter={\YourName}, -% pdfcaptionwriter={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfurl={https://lienhard.mit.edu}, pdfcontactemail={lienhard@mit.edu}, pdfcontactaddress={77 Massachusetts Avenue, Room 3-166}, @@ -57,11 +56,11 @@ pdfsubject={Template for writing MIT theses with the mitthesis class},% briefly state what this document is about % colorlinks=true, - linkcolor=blue, - citecolor=blue, - urlcolor=blue, + linkcolor=Blue3,% from xcolor package + citecolor=Blue3,% from xcolor package + urlcolor=violet,% from xcolor package filecolor=red, -% anchorcolor=yellow,% not all pdf viewers recognize this field (Firefox does) +% anchorcolor=yellow,% not all pdf viewers recognize this field (although Firefox does) % colorscheme=phelype,% overrides link, cite, url, file colors with a preset scheme, through \DocumentMetadata % pdfborder={0 0 0}, @@ -73,13 +72,15 @@ pdfdisplaydoctitle=true, pdfstartview=Fit, pdfnewwindow=true, -% - pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},% definitions made by class file, don't change - pdflicenseurl={\CCurl},% definition made by class file, don't change +} +\AtEndDocument{ + \hypersetup{pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},}% 1st and 3rd commands are defined by class file. } %%%%%%%%%%%%%% End preamble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \begin{document} @@ -90,27 +91,32 @@ % \Author{Author full name}{Author department}[Author's first PREVIOUS degree][Author's second PREVIOUS degree][... % Note that third, fourth, fifth, and sixth arguments are optional [] and may be omitted -% note on names: most of the following names are made up; Joseph H. Keenan was a 20th century thermodynamicist at MIT. +% note on names: most of the following names are made up; Silas Holman was a professor at MIT in the 19th century. -\Author{Jinsoo Kim}{Department of Mechanical Engineering}%[B.S. Physics, MIT, 1876] +\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876][MBA, Ferengi School of Management, 2022] %\Author{Luisa Hernández}{Department of Research}[B.S. Mechanical Engineering, UCLA, 2018][M.S. Stellar Interiors, Vulcan Science Academy, 2020][MBA, Ferengi School of Management, 2022] % Use once for each degree fulfilled by thesis -\Degree{Bachelor of Science in Mechanical Engineering}{Department of Mechanical Engineering} -\Degree{Master of Science in Mechanical Engineering}{}% <=== NOTE BLANK ARGUMENT!! <======== !!!!! <========== !!!!! +% For two degrees from one department, leave the department argument blank for the second degree {}. +\Degree{Bachelor of Science in Physics}{Department of Physics} +\Degree{Master of Science in Physics}{} +%\Degree{Bachelor of Science in Mechanical Engineering}{Department of Mechanical Engineering} % If there is more than one supervisor, use the \Supervisor command for each. -\Supervisor{Joseph H. Keenan}{Professor of Mechanical Engineering} -%\Supervisor{Secunda Castor}{Department of Mechanical Engineering} +\Supervisor{Edward C. Pickering}{Professor of Physics} +%\Supervisor{Secunda Castor}{Professor of Research} +%\Supervisor{Quintus Castor}{Professor of Log Dams} % Professor who formally accepts theses for your department (e.g., the Graduate Officer, Professor Sméagol,...) % If more than one department, use more than once -\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Graduate Officer, Department of Mechanical Engineering} -%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Second Degree Department} +% If you need to reduce vertical space, put the acceptor title in the second argument and leave the third blank {}. +\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Undergraduate Officer, Department of Physics} +%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Department of Research} +\Acceptor{Quarta Castor}{Professor of Lodge Building}{Graduate Officer, Department of Physics} % If your title page is overflowing (from too many names, degrees, etc.), you can scale % down the Signature block at the bottom with this command, or use another creative solution... -%\SignatureBlockSize{\small} +%\SignatureBlockSize{\small} %\SignatureBlockSize{\footnotesize} % Usage: \DegreeDate{Month}{year} % Valid degree months are September, February, or June. diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/Two_authors_one_degree.tex b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/Two_authors_one_degree.tex index c1ed0817e15..711264986ec 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/Two_authors_one_degree.tex +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/Two_authors_one_degree.tex @@ -33,8 +33,7 @@ %%%%%%%%%%% Hyperref setting and metadata %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\def\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! +\newcommand*\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! \hypersetup{% % @@ -43,9 +42,9 @@ pdftitle={MIT thesis template}, pdfkeywords={\YourName, Massachusetts Institute of Technology, MIT}, pdfauthor={\YourName}, +% pdfauthor={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfauthortitle={Professor of Mechanical Engineering}, pdfcaptionwriter={\YourName}, -% pdfcaptionwriter={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfurl={https://lienhard.mit.edu}, pdfcontactemail={lienhard@mit.edu}, pdfcontactaddress={77 Massachusetts Avenue, Room 3-166}, @@ -57,11 +56,11 @@ pdfsubject={Template for writing MIT theses with the mitthesis class},% briefly state what this document is about % colorlinks=true, - linkcolor=blue, - citecolor=blue, - urlcolor=blue, + linkcolor=Blue3,% from xcolor package + citecolor=Blue3,% from xcolor package + urlcolor=violet,% from xcolor package filecolor=red, -% anchorcolor=yellow,% not all pdf viewers recognize this field (Firefox does) +% anchorcolor=yellow,% not all pdf viewers recognize this field (although Firefox does) % colorscheme=phelype,% overrides link, cite, url, file colors with a preset scheme, through \DocumentMetadata % pdfborder={0 0 0}, @@ -73,13 +72,15 @@ pdfdisplaydoctitle=true, pdfstartview=Fit, pdfnewwindow=true, -% - pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},% definitions made by class file, don't change - pdflicenseurl={\CCurl},% definition made by class file, don't change +} +\AtEndDocument{ + \hypersetup{pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},}% 1st and 3rd commands are defined by class file. } %%%%%%%%%%%%%% End preamble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \begin{document} @@ -92,25 +93,31 @@ % note on names: most of the following names are made up; Silas Holman was a professor at MIT in the 19th century. -\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876] +\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876][MBA, Ferengi School of Management, 2022] \Author{Luisa Hernández}{Department of Research}[B.S. Mechanical Engineering, UCLA, 2018][M.S. Stellar Interiors, Vulcan Science Academy, 2020][MBA, Ferengi School of Management, 2022] % Use once for each degree fulfilled by thesis +% For two degrees from one department, leave the department argument blank for the second degree {}. \Degree{Bachelor of Science in Physics}{Department of Physics} +%\Degree{Master of Science in Physics}{} %\Degree{Bachelor of Science in Mechanical Engineering}{Department of Mechanical Engineering} % If there is more than one supervisor, use the \Supervisor command for each. \Supervisor{Edward C. Pickering}{Professor of Physics} -%\Supervisor{Secunda Castor}{Department of Mechanical Engineering} +%\Supervisor{Secunda Castor}{Professor of Research} +%\Supervisor{Quintus Castor}{Professor of Log Dams} % Professor who formally accepts theses for your department (e.g., the Graduate Officer, Professor Sméagol,...) % If more than one department, use more than once -\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Graduate Officer, First Degree Department} -%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Second Degree Department} +% If you need to reduce vertical space, put the acceptor title in the second argument and leave the third blank {}. +%\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Graduate Officer, Department of Physics} +\Acceptor{Quintus Castor}{Professor of Wetlands Engineering}{Undergraduate Officer, Department of Physics} +%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Department of Research} +%\Acceptor{Quarta Castor}{Professor of Lodge Building}{Graduate Officer, Department of Mechanical Engineering} % If your title page is overflowing (from too many names, degrees, etc.), you can scale % down the Signature block at the bottom with this command, or use another creative solution... -%\SignatureBlockSize{\small} +%\SignatureBlockSize{\small} %\SignatureBlockSize{\footnotesize} % Usage: \DegreeDate{Month}{year} % Valid degree months are September, February, or June. diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/Two_authors_two_degrees.tex b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/Two_authors_two_degrees.tex index c967973f365..dc92f65998d 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/Two_authors_two_degrees.tex +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/cover_page_samples/latex_sources/Two_authors_two_degrees.tex @@ -33,8 +33,7 @@ %%%%%%%%%%% Hyperref setting and metadata %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\def\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! +\newcommand*\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! \hypersetup{% % @@ -43,9 +42,9 @@ pdftitle={MIT thesis template}, pdfkeywords={\YourName, Massachusetts Institute of Technology, MIT}, pdfauthor={\YourName}, +% pdfauthor={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfauthortitle={Professor of Mechanical Engineering}, pdfcaptionwriter={\YourName}, -% pdfcaptionwriter={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfurl={https://lienhard.mit.edu}, pdfcontactemail={lienhard@mit.edu}, pdfcontactaddress={77 Massachusetts Avenue, Room 3-166}, @@ -57,11 +56,11 @@ pdfsubject={Template for writing MIT theses with the mitthesis class},% briefly state what this document is about % colorlinks=true, - linkcolor=blue, - citecolor=blue, - urlcolor=blue, + linkcolor=Blue3,% from xcolor package + citecolor=Blue3,% from xcolor package + urlcolor=violet,% from xcolor package filecolor=red, -% anchorcolor=yellow,% not all pdf viewers recognize this field (Firefox does) +% anchorcolor=yellow,% not all pdf viewers recognize this field (although Firefox does) % colorscheme=phelype,% overrides link, cite, url, file colors with a preset scheme, through \DocumentMetadata % pdfborder={0 0 0}, @@ -73,13 +72,15 @@ pdfdisplaydoctitle=true, pdfstartview=Fit, pdfnewwindow=true, -% - pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},% definitions made by class file, don't change - pdflicenseurl={\CCurl},% definition made by class file, don't change +} +\AtEndDocument{ + \hypersetup{pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},}% 1st and 3rd commands are defined by class file. } %%%%%%%%%%%%%% End preamble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \begin{document} @@ -92,26 +93,30 @@ % note on names: most of the following names are made up; Silas Holman was a professor at MIT in the 19th century. -\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876] -\Author{Aadhya Acharya}{Department of Research}[B.S. Physics, Indian Institute of Science, 2018][M.S. Stellar Interiors, Vulcan Science Academy, 2020] +\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876][MBA, Ferengi School of Management, 2022] +\Author{Luisa Hernández}{Department of Research}%[B.S. Mechanical Engineering, UCLA, 2018][M.S. Stellar Interiors, Vulcan Science Academy, 2020][MBA, Ferengi School of Management, 2022] % Use once for each degree fulfilled by thesis -\Degree{Bachelor of Science in Physics}{Department of Physics} -\Degree{Bachelor of Science in Mechanical Engineering}{Department of Mechanical Engineering} +% For two degrees from one department, leave the department argument blank for the second degree {}. +\Degree{Master of Science in Physics}{Department of Physics} +%\Degree{Master of Science in Physics}{} +\Degree{Master of Science in Mechanical Engineering}{Department of Mechanical Engineering} % If there is more than one supervisor, use the \Supervisor command for each. \Supervisor{Edward C. Pickering}{Professor of Physics} -\Supervisor{Secunda Castor}{Department of Mechanical Engineering} +\Supervisor{Secunda Castor}{Professor of Research} +%\Supervisor{Quintus Castor}{Professor of Log Dams} % Professor who formally accepts theses for your department (e.g., the Graduate Officer, Professor Sméagol,...) % If more than one department, use more than once -\Acceptor{Primus Castor}{Graduate Officer, First Degree Department}{} -\Acceptor{Tertius Castor}{Graduate Officer, Second Degree Department}{} +% If you need to reduce vertical space, put the acceptor title in the second argument and leave the third blank {}. +\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Graduate Officer, Department of Physics} +\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Department of Mechanical Engineering} +%\Acceptor{Quarta Castor}{Professor of Lodge Building}{Undergraduate Officer, Department of Mechanical Engineering} % If your title page is overflowing (from too many names, degrees, etc.), you can scale % down the Signature block at the bottom with this command, or use another creative solution... - -\SignatureBlockSize{\small}% could do \footnotesize here if desired! +\SignatureBlockSize{\small} %\SignatureBlockSize{\footnotesize} % Usage: \DegreeDate{Month}{year} % Valid degree months are September, February, or June. @@ -121,6 +126,7 @@ \ThesisDate{May 18, 1876} + %%%%%% Choose whether to have a CREATIVE COMMONS License %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % If you are using a cc license, put details of your cc license here. diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Defaultfonts.pdf b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Defaultfonts.pdf Binary files differindex fef6586b084..5c080c9afdc 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Defaultfonts.pdf +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Defaultfonts.pdf diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Fira_Newtxsf.pdf b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Fira_Newtxsf.pdf Binary files differindex 4278312d942..4b95649c1c9 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Fira_Newtxsf.pdf +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Fira_Newtxsf.pdf diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Heros-Stix2.pdf b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Heros-Stix2.pdf Binary files differindex efb798a4180..5eb395eb5f9 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Heros-Stix2.pdf +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Heros-Stix2.pdf diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Libertine.pdf b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Libertine.pdf Binary files differindex 03f6191af5f..59314cd515a 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Libertine.pdf +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Libertine.pdf diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Lucida.pdf b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Lucida.pdf Binary files differindex 8401fc8eeea..54559429670 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Lucida.pdf +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Lucida.pdf diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Newtx-sans-text.pdf b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Newtx-sans-text.pdf Binary files differindex 8feac0397dd..ae8977d4dfd 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Newtx-sans-text.pdf +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Newtx-sans-text.pdf diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Newtx.pdf b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Newtx.pdf Binary files differindex 689846eaf64..4df38478823 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Newtx.pdf +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Newtx.pdf diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Stix2.pdf b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Stix2.pdf Binary files differindex 65ab2b2f1df..1fb37710cdd 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Stix2.pdf +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Stix2.pdf diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Termes-Stix2.pdf b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Termes-Stix2.pdf Binary files differindex b032e4e8e9b..ca04ea5d188 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Termes-Stix2.pdf +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Termes-Stix2.pdf diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Termes.pdf b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Termes.pdf Binary files differindex c772045a6df..792607b3512 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Termes.pdf +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/Termes.pdf diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Defaultfonts.tex b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Defaultfonts.tex index 42148dbcb31..f700e4ba804 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Defaultfonts.tex +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Defaultfonts.tex @@ -3,7 +3,7 @@ % !BIB program = biber % This file is MIT-Thesis.tex, a template for producing MIT theses with the mitthesis class. -% Version: 1.00, 2023/06/17 +% Version: 1.01, 2023/07/21 % Author: John H. Lienhard (c) 2023. Reuse under the MIT license: https://ctan.org/license/mit % Documentation: https://ctan.org/pkg/mitthesis @@ -115,8 +115,7 @@ %%%%%%%%%%% Hyperref setting and metadata %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\def\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! +\newcommand*\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! \hypersetup{% % @@ -125,9 +124,9 @@ pdftitle={MIT thesis template}, pdfkeywords={\YourName, Massachusetts Institute of Technology, MIT}, pdfauthor={\YourName}, +% pdfauthor={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfauthortitle={Professor of Mechanical Engineering}, pdfcaptionwriter={\YourName}, -% pdfcaptionwriter={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfurl={https://lienhard.mit.edu}, pdfcontactemail={lienhard@mit.edu}, pdfcontactaddress={77 Massachusetts Avenue, Room 3-166}, @@ -139,11 +138,11 @@ pdfsubject={Template for writing MIT theses with the mitthesis class},% briefly state what this document is about % colorlinks=true, - linkcolor=blue, - citecolor=blue, - urlcolor=violet, + linkcolor=Blue3,% from xcolor package + citecolor=Blue3,% from xcolor package + urlcolor=violet,% from xcolor package filecolor=red, -% anchorcolor=yellow,% not all pdf viewers recognize this field (Firefox does) +% anchorcolor=yellow,% not all pdf viewers recognize this field (although Firefox does) % colorscheme=phelype,% overrides link, cite, url, file colors with a preset scheme, through \DocumentMetadata % pdfborder={0 0 0}, @@ -155,9 +154,9 @@ pdfdisplaydoctitle=true, pdfstartview=Fit, pdfnewwindow=true, -% - pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},% definitions made by class file, don't change - pdflicenseurl={\CCurl},% definition made by class file, don't change +} +\AtEndDocument{ + \hypersetup{pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},}% 1st and 3rd commands are defined by class file. } %%%%%%%%%%%%%% End preamble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -190,7 +189,7 @@ % Professor who formally accepts theses for your department (e.g., the Graduate Officer, Professor Sméagol,...) % If more than one department, use more than once -\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Graduate Officer, First Degree Department} +\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Undergraduate Officer, Department of Physics} %\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Second Degree Department} % If your title page is overflowing (from too many names, degrees, etc.), you can scale @@ -244,19 +243,9 @@ %%% Table of contents and lists of stuff (edit only if you want different lists) %%%%%%%%%%%%%%%% - \pdfbookmark[0]{Table of Contents}{toc}% \tableofcontents - \cleardoublepage - - \phantomsection \listoffigures - \addcontentsline{toc}{chapter}{\protect\textbf{\listfigurename}}% - \cleardoublepage - - \phantomsection \listoftables - \addcontentsline{toc}{chapter}{\protect\textbf{\listtablename}}% - \cleardoublepage %%% Chapters of thesis %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Fira_Newtxsf.tex b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Fira_Newtxsf.tex index 21a58279135..69d491ff846 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Fira_Newtxsf.tex +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Fira_Newtxsf.tex @@ -3,7 +3,7 @@ % !BIB program = biber % This file is MIT-Thesis.tex, a template for producing MIT theses with the mitthesis class. -% Version: 1.00, 2023/06/17 +% Version: 1.01, 2023/07/21 % Author: John H. Lienhard (c) 2023. Reuse under the MIT license: https://ctan.org/license/mit % Documentation: https://ctan.org/pkg/mitthesis @@ -115,8 +115,7 @@ %%%%%%%%%%% Hyperref setting and metadata %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\def\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! +\newcommand*\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! \hypersetup{% % @@ -125,9 +124,9 @@ pdftitle={MIT thesis template}, pdfkeywords={\YourName, Massachusetts Institute of Technology, MIT}, pdfauthor={\YourName}, +% pdfauthor={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfauthortitle={Professor of Mechanical Engineering}, pdfcaptionwriter={\YourName}, -% pdfcaptionwriter={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfurl={https://lienhard.mit.edu}, pdfcontactemail={lienhard@mit.edu}, pdfcontactaddress={77 Massachusetts Avenue, Room 3-166}, @@ -139,11 +138,11 @@ pdfsubject={Template for writing MIT theses with the mitthesis class},% briefly state what this document is about % colorlinks=true, - linkcolor=blue, - citecolor=blue, - urlcolor=violet, + linkcolor=Blue3,% from xcolor package + citecolor=Blue3,% from xcolor package + urlcolor=violet,% from xcolor package filecolor=red, -% anchorcolor=yellow,% not all pdf viewers recognize this field (Firefox does) +% anchorcolor=yellow,% not all pdf viewers recognize this field (although Firefox does) % colorscheme=phelype,% overrides link, cite, url, file colors with a preset scheme, through \DocumentMetadata % pdfborder={0 0 0}, @@ -155,9 +154,9 @@ pdfdisplaydoctitle=true, pdfstartview=Fit, pdfnewwindow=true, -% - pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},% definitions made by class file, don't change - pdflicenseurl={\CCurl},% definition made by class file, don't change +} +\AtEndDocument{ + \hypersetup{pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},}% 1st and 3rd commands are defined by class file. } %%%%%%%%%%%%%% End preamble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -190,7 +189,7 @@ % Professor who formally accepts theses for your department (e.g., the Graduate Officer, Professor Sméagol,...) % If more than one department, use more than once -\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Graduate Officer, First Degree Department} +\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Undergraduate Officer, Department of Physics} %\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Second Degree Department} % If your title page is overflowing (from too many names, degrees, etc.), you can scale @@ -244,19 +243,9 @@ %%% Table of contents and lists of stuff (edit only if you want different lists) %%%%%%%%%%%%%%%% - \pdfbookmark[0]{Table of Contents}{toc}% \tableofcontents - \cleardoublepage - - \phantomsection \listoffigures - \addcontentsline{toc}{chapter}{\protect\textbf{\listfigurename}}% - \cleardoublepage - - \phantomsection \listoftables - \addcontentsline{toc}{chapter}{\protect\textbf{\listtablename}}% - \cleardoublepage %%% Chapters of thesis %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Heros-Stix2.tex b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Heros-Stix2.tex index d8b5ab1eeee..3985d9f5602 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Heros-Stix2.tex +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Heros-Stix2.tex @@ -3,7 +3,7 @@ % !BIB program = biber % This file is MIT-Thesis.tex, a template for producing MIT theses with the mitthesis class. -% Version: 1.00, 2023/06/17 +% Version: 1.01, 2023/07/21 % Author: John H. Lienhard (c) 2023. Reuse under the MIT license: https://ctan.org/license/mit % Documentation: https://ctan.org/pkg/mitthesis @@ -115,8 +115,7 @@ %%%%%%%%%%% Hyperref setting and metadata %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\def\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! +\newcommand*\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! \hypersetup{% % @@ -125,9 +124,9 @@ pdftitle={MIT thesis template}, pdfkeywords={\YourName, Massachusetts Institute of Technology, MIT}, pdfauthor={\YourName}, +% pdfauthor={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfauthortitle={Professor of Mechanical Engineering}, pdfcaptionwriter={\YourName}, -% pdfcaptionwriter={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfurl={https://lienhard.mit.edu}, pdfcontactemail={lienhard@mit.edu}, pdfcontactaddress={77 Massachusetts Avenue, Room 3-166}, @@ -139,11 +138,11 @@ pdfsubject={Template for writing MIT theses with the mitthesis class},% briefly state what this document is about % colorlinks=true, - linkcolor=blue, - citecolor=blue, - urlcolor=violet, + linkcolor=Blue3,% from xcolor package + citecolor=Blue3,% from xcolor package + urlcolor=violet,% from xcolor package filecolor=red, -% anchorcolor=yellow,% not all pdf viewers recognize this field (Firefox does) +% anchorcolor=yellow,% not all pdf viewers recognize this field (although Firefox does) % colorscheme=phelype,% overrides link, cite, url, file colors with a preset scheme, through \DocumentMetadata % pdfborder={0 0 0}, @@ -155,16 +154,15 @@ pdfdisplaydoctitle=true, pdfstartview=Fit, pdfnewwindow=true, -% - pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},% definitions made by class file, don't change - pdflicenseurl={\CCurl},% definition made by class file, don't change +} +\AtEndDocument{ + \hypersetup{pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},}% 1st and 3rd commands are defined by class file. } %%%%%%%%%%%%%% End preamble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - \begin{document} @@ -177,25 +175,30 @@ % note on names: most of the following names are made up; Silas Holman was a professor at MIT in the 19th century. -\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876] +\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876][MBA, Ferengi School of Management, 2022] %\Author{Luisa Hernández}{Department of Research}[B.S. Mechanical Engineering, UCLA, 2018][M.S. Stellar Interiors, Vulcan Science Academy, 2020][MBA, Ferengi School of Management, 2022] % Use once for each degree fulfilled by thesis +% For two degrees from one department, leave the department argument blank for the second degree {}. \Degree{Bachelor of Science in Physics}{Department of Physics} +%\Degree{Master of Science in Physics}{} %\Degree{Bachelor of Science in Mechanical Engineering}{Department of Mechanical Engineering} % If there is more than one supervisor, use the \Supervisor command for each. \Supervisor{Edward C. Pickering}{Professor of Physics} -%\Supervisor{Secunda Castor}{Department of Mechanical Engineering} +%\Supervisor{Secunda Castor}{Professor of Research} +%\Supervisor{Quintus Castor}{Professor of Log Dams} % Professor who formally accepts theses for your department (e.g., the Graduate Officer, Professor Sméagol,...) % If more than one department, use more than once -\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Graduate Officer, First Degree Department} -%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Second Degree Department} +% If you need to reduce vertical space, put the acceptor title in the second argument and leave the third blank {}. +\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Undergraduate Officer, Department of Physics} +%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Department of Research} +%\Acceptor{Quarta Castor}{Professor of Lodge Building}{Graduate Officer, Department of Mechanical Engineering} % If your title page is overflowing (from too many names, degrees, etc.), you can scale % down the Signature block at the bottom with this command, or use another creative solution... -%\SignatureBlockSize{\small} +%\SignatureBlockSize{\small} %\SignatureBlockSize{\footnotesize} % Usage: \DegreeDate{Month}{year} % Valid degree months are September, February, or June. @@ -242,21 +245,11 @@ \cleardoublepage -%%% Table of contents and lists of stuff (edit only if you want different lists) %%%%%%%%%%%%%%%% +%%% Table of contents and lists of stuff (delete lists you don't need, e.g., if no tables) %%%%%%%% - \pdfbookmark[0]{Table of Contents}{toc}% \tableofcontents - \cleardoublepage - - \phantomsection \listoffigures - \addcontentsline{toc}{chapter}{\protect\textbf{\listfigurename}}% - \cleardoublepage - - \phantomsection \listoftables - \addcontentsline{toc}{chapter}{\protect\textbf{\listtablename}}% - \cleardoublepage %%% Chapters of thesis %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Libertine.tex b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Libertine.tex index a238dca3466..a4c37ddedb4 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Libertine.tex +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Libertine.tex @@ -3,7 +3,7 @@ % !BIB program = biber % This file is MIT-Thesis.tex, a template for producing MIT theses with the mitthesis class. -% Version: 1.00, 2023/06/17 +% Version: 1.01, 2023/07/21 % Author: John H. Lienhard (c) 2023. Reuse under the MIT license: https://ctan.org/license/mit % Documentation: https://ctan.org/pkg/mitthesis @@ -115,8 +115,7 @@ %%%%%%%%%%% Hyperref setting and metadata %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\def\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! +\newcommand*\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! \hypersetup{% % @@ -125,9 +124,9 @@ pdftitle={MIT thesis template}, pdfkeywords={\YourName, Massachusetts Institute of Technology, MIT}, pdfauthor={\YourName}, +% pdfauthor={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfauthortitle={Professor of Mechanical Engineering}, pdfcaptionwriter={\YourName}, -% pdfcaptionwriter={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfurl={https://lienhard.mit.edu}, pdfcontactemail={lienhard@mit.edu}, pdfcontactaddress={77 Massachusetts Avenue, Room 3-166}, @@ -139,11 +138,11 @@ pdfsubject={Template for writing MIT theses with the mitthesis class},% briefly state what this document is about % colorlinks=true, - linkcolor=blue, - citecolor=blue, - urlcolor=violet, + linkcolor=Blue3,% from xcolor package + citecolor=Blue3,% from xcolor package + urlcolor=violet,% from xcolor package filecolor=red, -% anchorcolor=yellow,% not all pdf viewers recognize this field (Firefox does) +% anchorcolor=yellow,% not all pdf viewers recognize this field (although Firefox does) % colorscheme=phelype,% overrides link, cite, url, file colors with a preset scheme, through \DocumentMetadata % pdfborder={0 0 0}, @@ -155,16 +154,15 @@ pdfdisplaydoctitle=true, pdfstartview=Fit, pdfnewwindow=true, -% - pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},% definitions made by class file, don't change - pdflicenseurl={\CCurl},% definition made by class file, don't change +} +\AtEndDocument{ + \hypersetup{pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},}% 1st and 3rd commands are defined by class file. } %%%%%%%%%%%%%% End preamble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - \begin{document} @@ -177,25 +175,30 @@ % note on names: most of the following names are made up; Silas Holman was a professor at MIT in the 19th century. -\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876] +\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876][MBA, Ferengi School of Management, 2022] %\Author{Luisa Hernández}{Department of Research}[B.S. Mechanical Engineering, UCLA, 2018][M.S. Stellar Interiors, Vulcan Science Academy, 2020][MBA, Ferengi School of Management, 2022] % Use once for each degree fulfilled by thesis +% For two degrees from one department, leave the department argument blank for the second degree {}. \Degree{Bachelor of Science in Physics}{Department of Physics} +%\Degree{Master of Science in Physics}{} %\Degree{Bachelor of Science in Mechanical Engineering}{Department of Mechanical Engineering} % If there is more than one supervisor, use the \Supervisor command for each. \Supervisor{Edward C. Pickering}{Professor of Physics} -%\Supervisor{Secunda Castor}{Department of Mechanical Engineering} +%\Supervisor{Secunda Castor}{Professor of Research} +%\Supervisor{Quintus Castor}{Professor of Log Dams} % Professor who formally accepts theses for your department (e.g., the Graduate Officer, Professor Sméagol,...) % If more than one department, use more than once -\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Graduate Officer, First Degree Department} -%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Second Degree Department} +% If you need to reduce vertical space, put the acceptor title in the second argument and leave the third blank {}. +\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Undergraduate Officer, Department of Physics} +%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Department of Research} +%\Acceptor{Quarta Castor}{Professor of Lodge Building}{Graduate Officer, Department of Mechanical Engineering} % If your title page is overflowing (from too many names, degrees, etc.), you can scale % down the Signature block at the bottom with this command, or use another creative solution... -%\SignatureBlockSize{\small} +%\SignatureBlockSize{\small} %\SignatureBlockSize{\footnotesize} % Usage: \DegreeDate{Month}{year} % Valid degree months are September, February, or June. @@ -242,21 +245,11 @@ \cleardoublepage -%%% Table of contents and lists of stuff (edit only if you want different lists) %%%%%%%%%%%%%%%% +%%% Table of contents and lists of stuff (delete lists you don't need, e.g., if no tables) %%%%%%%% - \pdfbookmark[0]{Table of Contents}{toc}% \tableofcontents - \cleardoublepage - - \phantomsection \listoffigures - \addcontentsline{toc}{chapter}{\protect\textbf{\listfigurename}}% - \cleardoublepage - - \phantomsection \listoftables - \addcontentsline{toc}{chapter}{\protect\textbf{\listtablename}}% - \cleardoublepage %%% Chapters of thesis %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Lucida.tex b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Lucida.tex index 63f0ca4d01c..2c3a8e342c1 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Lucida.tex +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Lucida.tex @@ -3,7 +3,7 @@ % !BIB program = biber % This file is MIT-Thesis.tex, a template for producing MIT theses with the mitthesis class. -% Version: 1.00, 2023/06/17 +% Version: 1.01, 2023/07/21 % Author: John H. Lienhard (c) 2023. Reuse under the MIT license: https://ctan.org/license/mit % Documentation: https://ctan.org/pkg/mitthesis @@ -115,8 +115,7 @@ %%%%%%%%%%% Hyperref setting and metadata %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\def\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! +\newcommand*\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! \hypersetup{% % @@ -125,9 +124,9 @@ pdftitle={MIT thesis template}, pdfkeywords={\YourName, Massachusetts Institute of Technology, MIT}, pdfauthor={\YourName}, +% pdfauthor={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfauthortitle={Professor of Mechanical Engineering}, pdfcaptionwriter={\YourName}, -% pdfcaptionwriter={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfurl={https://lienhard.mit.edu}, pdfcontactemail={lienhard@mit.edu}, pdfcontactaddress={77 Massachusetts Avenue, Room 3-166}, @@ -139,11 +138,11 @@ pdfsubject={Template for writing MIT theses with the mitthesis class},% briefly state what this document is about % colorlinks=true, - linkcolor=blue, - citecolor=blue, - urlcolor=violet, + linkcolor=Blue3,% from xcolor package + citecolor=Blue3,% from xcolor package + urlcolor=violet,% from xcolor package filecolor=red, -% anchorcolor=yellow,% not all pdf viewers recognize this field (Firefox does) +% anchorcolor=yellow,% not all pdf viewers recognize this field (although Firefox does) % colorscheme=phelype,% overrides link, cite, url, file colors with a preset scheme, through \DocumentMetadata % pdfborder={0 0 0}, @@ -155,16 +154,15 @@ pdfdisplaydoctitle=true, pdfstartview=Fit, pdfnewwindow=true, -% - pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},% definitions made by class file, don't change - pdflicenseurl={\CCurl},% definition made by class file, don't change +} +\AtEndDocument{ + \hypersetup{pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},}% 1st and 3rd commands are defined by class file. } %%%%%%%%%%%%%% End preamble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - \begin{document} @@ -177,25 +175,30 @@ % note on names: most of the following names are made up; Silas Holman was a professor at MIT in the 19th century. -\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876] +\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876][MBA, Ferengi School of Management, 2022] %\Author{Luisa Hernández}{Department of Research}[B.S. Mechanical Engineering, UCLA, 2018][M.S. Stellar Interiors, Vulcan Science Academy, 2020][MBA, Ferengi School of Management, 2022] % Use once for each degree fulfilled by thesis +% For two degrees from one department, leave the department argument blank for the second degree {}. \Degree{Bachelor of Science in Physics}{Department of Physics} +%\Degree{Master of Science in Physics}{} %\Degree{Bachelor of Science in Mechanical Engineering}{Department of Mechanical Engineering} % If there is more than one supervisor, use the \Supervisor command for each. \Supervisor{Edward C. Pickering}{Professor of Physics} -%\Supervisor{Secunda Castor}{Department of Mechanical Engineering} +%\Supervisor{Secunda Castor}{Professor of Research} +%\Supervisor{Quintus Castor}{Professor of Log Dams} % Professor who formally accepts theses for your department (e.g., the Graduate Officer, Professor Sméagol,...) % If more than one department, use more than once -\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Graduate Officer, First Degree Department} -%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Second Degree Department} +% If you need to reduce vertical space, put the acceptor title in the second argument and leave the third blank {}. +\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Undergraduate Officer, Department of Physics} +%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Department of Research} +%\Acceptor{Quarta Castor}{Professor of Lodge Building}{Graduate Officer, Department of Mechanical Engineering} % If your title page is overflowing (from too many names, degrees, etc.), you can scale % down the Signature block at the bottom with this command, or use another creative solution... -%\SignatureBlockSize{\small} +%\SignatureBlockSize{\small} %\SignatureBlockSize{\footnotesize} % Usage: \DegreeDate{Month}{year} % Valid degree months are September, February, or June. @@ -242,21 +245,11 @@ \cleardoublepage -%%% Table of contents and lists of stuff (edit only if you want different lists) %%%%%%%%%%%%%%%% +%%% Table of contents and lists of stuff (delete lists you don't need, e.g., if no tables) %%%%%%%% - \pdfbookmark[0]{Table of Contents}{toc}% \tableofcontents - \cleardoublepage - - \phantomsection \listoffigures - \addcontentsline{toc}{chapter}{\protect\textbf{\listfigurename}}% - \cleardoublepage - - \phantomsection \listoftables - \addcontentsline{toc}{chapter}{\protect\textbf{\listtablename}}% - \cleardoublepage %%% Chapters of thesis %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Newtx-sans-text.tex b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Newtx-sans-text.tex index f4ef5fb7ebb..31832cc0ce4 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Newtx-sans-text.tex +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Newtx-sans-text.tex @@ -3,7 +3,7 @@ % !BIB program = biber % This file is MIT-Thesis.tex, a template for producing MIT theses with the mitthesis class. -% Version: 1.00, 2023/06/17 +% Version: 1.01, 2023/07/21 % Author: John H. Lienhard (c) 2023. Reuse under the MIT license: https://ctan.org/license/mit % Documentation: https://ctan.org/pkg/mitthesis @@ -115,8 +115,7 @@ %%%%%%%%%%% Hyperref setting and metadata %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\def\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! +\newcommand*\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! \hypersetup{% % @@ -125,9 +124,9 @@ pdftitle={MIT thesis template}, pdfkeywords={\YourName, Massachusetts Institute of Technology, MIT}, pdfauthor={\YourName}, +% pdfauthor={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfauthortitle={Professor of Mechanical Engineering}, pdfcaptionwriter={\YourName}, -% pdfcaptionwriter={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfurl={https://lienhard.mit.edu}, pdfcontactemail={lienhard@mit.edu}, pdfcontactaddress={77 Massachusetts Avenue, Room 3-166}, @@ -139,11 +138,11 @@ pdfsubject={Template for writing MIT theses with the mitthesis class},% briefly state what this document is about % colorlinks=true, - linkcolor=blue, - citecolor=blue, - urlcolor=violet, + linkcolor=Blue3,% from xcolor package + citecolor=Blue3,% from xcolor package + urlcolor=violet,% from xcolor package filecolor=red, -% anchorcolor=yellow,% not all pdf viewers recognize this field (Firefox does) +% anchorcolor=yellow,% not all pdf viewers recognize this field (although Firefox does) % colorscheme=phelype,% overrides link, cite, url, file colors with a preset scheme, through \DocumentMetadata % pdfborder={0 0 0}, @@ -155,16 +154,15 @@ pdfdisplaydoctitle=true, pdfstartview=Fit, pdfnewwindow=true, -% - pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},% definitions made by class file, don't change - pdflicenseurl={\CCurl},% definition made by class file, don't change +} +\AtEndDocument{ + \hypersetup{pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},}% 1st and 3rd commands are defined by class file. } %%%%%%%%%%%%%% End preamble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - \begin{document} @@ -177,25 +175,30 @@ % note on names: most of the following names are made up; Silas Holman was a professor at MIT in the 19th century. -\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876] +\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876][MBA, Ferengi School of Management, 2022] %\Author{Luisa Hernández}{Department of Research}[B.S. Mechanical Engineering, UCLA, 2018][M.S. Stellar Interiors, Vulcan Science Academy, 2020][MBA, Ferengi School of Management, 2022] % Use once for each degree fulfilled by thesis +% For two degrees from one department, leave the department argument blank for the second degree {}. \Degree{Bachelor of Science in Physics}{Department of Physics} +%\Degree{Master of Science in Physics}{} %\Degree{Bachelor of Science in Mechanical Engineering}{Department of Mechanical Engineering} % If there is more than one supervisor, use the \Supervisor command for each. \Supervisor{Edward C. Pickering}{Professor of Physics} -%\Supervisor{Secunda Castor}{Department of Mechanical Engineering} +%\Supervisor{Secunda Castor}{Professor of Research} +%\Supervisor{Quintus Castor}{Professor of Log Dams} % Professor who formally accepts theses for your department (e.g., the Graduate Officer, Professor Sméagol,...) % If more than one department, use more than once -\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Graduate Officer, First Degree Department} -%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Second Degree Department} +% If you need to reduce vertical space, put the acceptor title in the second argument and leave the third blank {}. +\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Undergraduate Officer, Department of Physics} +%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Department of Research} +%\Acceptor{Quarta Castor}{Professor of Lodge Building}{Graduate Officer, Department of Mechanical Engineering} % If your title page is overflowing (from too many names, degrees, etc.), you can scale % down the Signature block at the bottom with this command, or use another creative solution... -%\SignatureBlockSize{\small} +%\SignatureBlockSize{\small} %\SignatureBlockSize{\footnotesize} % Usage: \DegreeDate{Month}{year} % Valid degree months are September, February, or June. @@ -242,21 +245,11 @@ \cleardoublepage -%%% Table of contents and lists of stuff (edit only if you want different lists) %%%%%%%%%%%%%%%% +%%% Table of contents and lists of stuff (delete lists you don't need, e.g., if no tables) %%%%%%%% - \pdfbookmark[0]{Table of Contents}{toc}% \tableofcontents - \cleardoublepage - - \phantomsection \listoffigures - \addcontentsline{toc}{chapter}{\protect\textbf{\listfigurename}}% - \cleardoublepage - - \phantomsection \listoftables - \addcontentsline{toc}{chapter}{\protect\textbf{\listtablename}}% - \cleardoublepage %%% Chapters of thesis %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Newtx.tex b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Newtx.tex index f0007744742..fcc126e4406 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Newtx.tex +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Newtx.tex @@ -3,7 +3,7 @@ % !BIB program = biber % This file is MIT-Thesis.tex, a template for producing MIT theses with the mitthesis class. -% Version: 1.00, 2023/06/17 +% Version: 1.01, 2023/07/21 % Author: John H. Lienhard (c) 2023. Reuse under the MIT license: https://ctan.org/license/mit % Documentation: https://ctan.org/pkg/mitthesis @@ -115,8 +115,7 @@ %%%%%%%%%%% Hyperref setting and metadata %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\def\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! +\newcommand*\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! \hypersetup{% % @@ -125,9 +124,9 @@ pdftitle={MIT thesis template}, pdfkeywords={\YourName, Massachusetts Institute of Technology, MIT}, pdfauthor={\YourName}, +% pdfauthor={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfauthortitle={Professor of Mechanical Engineering}, pdfcaptionwriter={\YourName}, -% pdfcaptionwriter={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfurl={https://lienhard.mit.edu}, pdfcontactemail={lienhard@mit.edu}, pdfcontactaddress={77 Massachusetts Avenue, Room 3-166}, @@ -139,11 +138,11 @@ pdfsubject={Template for writing MIT theses with the mitthesis class},% briefly state what this document is about % colorlinks=true, - linkcolor=blue, - citecolor=blue, - urlcolor=violet, + linkcolor=Blue3,% from xcolor package + citecolor=Blue3,% from xcolor package + urlcolor=violet,% from xcolor package filecolor=red, -% anchorcolor=yellow,% not all pdf viewers recognize this field (Firefox does) +% anchorcolor=yellow,% not all pdf viewers recognize this field (although Firefox does) % colorscheme=phelype,% overrides link, cite, url, file colors with a preset scheme, through \DocumentMetadata % pdfborder={0 0 0}, @@ -155,16 +154,15 @@ pdfdisplaydoctitle=true, pdfstartview=Fit, pdfnewwindow=true, -% - pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},% definitions made by class file, don't change - pdflicenseurl={\CCurl},% definition made by class file, don't change +} +\AtEndDocument{ + \hypersetup{pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},}% 1st and 3rd commands are defined by class file. } %%%%%%%%%%%%%% End preamble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - \begin{document} @@ -177,25 +175,30 @@ % note on names: most of the following names are made up; Silas Holman was a professor at MIT in the 19th century. -\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876] +\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876][MBA, Ferengi School of Management, 2022] %\Author{Luisa Hernández}{Department of Research}[B.S. Mechanical Engineering, UCLA, 2018][M.S. Stellar Interiors, Vulcan Science Academy, 2020][MBA, Ferengi School of Management, 2022] % Use once for each degree fulfilled by thesis +% For two degrees from one department, leave the department argument blank for the second degree {}. \Degree{Bachelor of Science in Physics}{Department of Physics} +%\Degree{Master of Science in Physics}{} %\Degree{Bachelor of Science in Mechanical Engineering}{Department of Mechanical Engineering} % If there is more than one supervisor, use the \Supervisor command for each. \Supervisor{Edward C. Pickering}{Professor of Physics} -%\Supervisor{Secunda Castor}{Department of Mechanical Engineering} +%\Supervisor{Secunda Castor}{Professor of Research} +%\Supervisor{Quintus Castor}{Professor of Log Dams} % Professor who formally accepts theses for your department (e.g., the Graduate Officer, Professor Sméagol,...) % If more than one department, use more than once -\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Graduate Officer, First Degree Department} -%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Second Degree Department} +% If you need to reduce vertical space, put the acceptor title in the second argument and leave the third blank {}. +\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Undergraduate Officer, Department of Physics} +%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Department of Research} +%\Acceptor{Quarta Castor}{Professor of Lodge Building}{Graduate Officer, Department of Mechanical Engineering} % If your title page is overflowing (from too many names, degrees, etc.), you can scale % down the Signature block at the bottom with this command, or use another creative solution... -%\SignatureBlockSize{\small} +%\SignatureBlockSize{\small} %\SignatureBlockSize{\footnotesize} % Usage: \DegreeDate{Month}{year} % Valid degree months are September, February, or June. @@ -242,21 +245,11 @@ \cleardoublepage -%%% Table of contents and lists of stuff (edit only if you want different lists) %%%%%%%%%%%%%%%% +%%% Table of contents and lists of stuff (delete lists you don't need, e.g., if no tables) %%%%%%%% - \pdfbookmark[0]{Table of Contents}{toc}% \tableofcontents - \cleardoublepage - - \phantomsection \listoffigures - \addcontentsline{toc}{chapter}{\protect\textbf{\listfigurename}}% - \cleardoublepage - - \phantomsection \listoftables - \addcontentsline{toc}{chapter}{\protect\textbf{\listtablename}}% - \cleardoublepage %%% Chapters of thesis %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Stix2.tex b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Stix2.tex index 2226971f3f5..7ac63170726 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Stix2.tex +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Stix2.tex @@ -3,7 +3,7 @@ % !BIB program = biber % This file is MIT-Thesis.tex, a template for producing MIT theses with the mitthesis class. -% Version: 1.00, 2023/06/17 +% Version: 1.01, 2023/07/21 % Author: John H. Lienhard (c) 2023. Reuse under the MIT license: https://ctan.org/license/mit % Documentation: https://ctan.org/pkg/mitthesis @@ -115,8 +115,7 @@ %%%%%%%%%%% Hyperref setting and metadata %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\def\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! +\newcommand*\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! \hypersetup{% % @@ -125,9 +124,9 @@ pdftitle={MIT thesis template}, pdfkeywords={\YourName, Massachusetts Institute of Technology, MIT}, pdfauthor={\YourName}, +% pdfauthor={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfauthortitle={Professor of Mechanical Engineering}, pdfcaptionwriter={\YourName}, -% pdfcaptionwriter={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfurl={https://lienhard.mit.edu}, pdfcontactemail={lienhard@mit.edu}, pdfcontactaddress={77 Massachusetts Avenue, Room 3-166}, @@ -139,11 +138,11 @@ pdfsubject={Template for writing MIT theses with the mitthesis class},% briefly state what this document is about % colorlinks=true, - linkcolor=blue, - citecolor=blue, - urlcolor=violet, + linkcolor=Blue3,% from xcolor package + citecolor=Blue3,% from xcolor package + urlcolor=violet,% from xcolor package filecolor=red, -% anchorcolor=yellow,% not all pdf viewers recognize this field (Firefox does) +% anchorcolor=yellow,% not all pdf viewers recognize this field (although Firefox does) % colorscheme=phelype,% overrides link, cite, url, file colors with a preset scheme, through \DocumentMetadata % pdfborder={0 0 0}, @@ -155,16 +154,15 @@ pdfdisplaydoctitle=true, pdfstartview=Fit, pdfnewwindow=true, -% - pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},% definitions made by class file, don't change - pdflicenseurl={\CCurl},% definition made by class file, don't change +} +\AtEndDocument{ + \hypersetup{pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},}% 1st and 3rd commands are defined by class file. } %%%%%%%%%%%%%% End preamble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - \begin{document} @@ -177,25 +175,30 @@ % note on names: most of the following names are made up; Silas Holman was a professor at MIT in the 19th century. -\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876] +\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876][MBA, Ferengi School of Management, 2022] %\Author{Luisa Hernández}{Department of Research}[B.S. Mechanical Engineering, UCLA, 2018][M.S. Stellar Interiors, Vulcan Science Academy, 2020][MBA, Ferengi School of Management, 2022] % Use once for each degree fulfilled by thesis +% For two degrees from one department, leave the department argument blank for the second degree {}. \Degree{Bachelor of Science in Physics}{Department of Physics} +%\Degree{Master of Science in Physics}{} %\Degree{Bachelor of Science in Mechanical Engineering}{Department of Mechanical Engineering} % If there is more than one supervisor, use the \Supervisor command for each. \Supervisor{Edward C. Pickering}{Professor of Physics} -%\Supervisor{Secunda Castor}{Department of Mechanical Engineering} +%\Supervisor{Secunda Castor}{Professor of Research} +%\Supervisor{Quintus Castor}{Professor of Log Dams} % Professor who formally accepts theses for your department (e.g., the Graduate Officer, Professor Sméagol,...) % If more than one department, use more than once -\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Graduate Officer, First Degree Department} -%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Second Degree Department} +% If you need to reduce vertical space, put the acceptor title in the second argument and leave the third blank {}. +\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Undergraduate Officer, Department of Physics} +%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Department of Research} +%\Acceptor{Quarta Castor}{Professor of Lodge Building}{Graduate Officer, Department of Mechanical Engineering} % If your title page is overflowing (from too many names, degrees, etc.), you can scale % down the Signature block at the bottom with this command, or use another creative solution... -%\SignatureBlockSize{\small} +%\SignatureBlockSize{\small} %\SignatureBlockSize{\footnotesize} % Usage: \DegreeDate{Month}{year} % Valid degree months are September, February, or June. @@ -242,21 +245,11 @@ \cleardoublepage -%%% Table of contents and lists of stuff (edit only if you want different lists) %%%%%%%%%%%%%%%% +%%% Table of contents and lists of stuff (delete lists you don't need, e.g., if no tables) %%%%%%%% - \pdfbookmark[0]{Table of Contents}{toc}% \tableofcontents - \cleardoublepage - - \phantomsection \listoffigures - \addcontentsline{toc}{chapter}{\protect\textbf{\listfigurename}}% - \cleardoublepage - - \phantomsection \listoftables - \addcontentsline{toc}{chapter}{\protect\textbf{\listtablename}}% - \cleardoublepage %%% Chapters of thesis %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Termes-Stix2.tex b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Termes-Stix2.tex index 33e372943c1..5da99c4c83b 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Termes-Stix2.tex +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Termes-Stix2.tex @@ -3,7 +3,7 @@ % !BIB program = biber % This file is MIT-Thesis.tex, a template for producing MIT theses with the mitthesis class. -% Version: 1.00, 2023/06/17 +% Version: 1.01, 2023/07/21 % Author: John H. Lienhard (c) 2023. Reuse under the MIT license: https://ctan.org/license/mit % Documentation: https://ctan.org/pkg/mitthesis @@ -115,8 +115,7 @@ %%%%%%%%%%% Hyperref setting and metadata %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\def\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! +\newcommand*\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! \hypersetup{% % @@ -125,9 +124,9 @@ pdftitle={MIT thesis template}, pdfkeywords={\YourName, Massachusetts Institute of Technology, MIT}, pdfauthor={\YourName}, +% pdfauthor={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfauthortitle={Professor of Mechanical Engineering}, pdfcaptionwriter={\YourName}, -% pdfcaptionwriter={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfurl={https://lienhard.mit.edu}, pdfcontactemail={lienhard@mit.edu}, pdfcontactaddress={77 Massachusetts Avenue, Room 3-166}, @@ -139,11 +138,11 @@ pdfsubject={Template for writing MIT theses with the mitthesis class},% briefly state what this document is about % colorlinks=true, - linkcolor=blue, - citecolor=blue, - urlcolor=violet, + linkcolor=Blue3,% from xcolor package + citecolor=Blue3,% from xcolor package + urlcolor=violet,% from xcolor package filecolor=red, -% anchorcolor=yellow,% not all pdf viewers recognize this field (Firefox does) +% anchorcolor=yellow,% not all pdf viewers recognize this field (although Firefox does) % colorscheme=phelype,% overrides link, cite, url, file colors with a preset scheme, through \DocumentMetadata % pdfborder={0 0 0}, @@ -155,16 +154,15 @@ pdfdisplaydoctitle=true, pdfstartview=Fit, pdfnewwindow=true, -% - pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},% definitions made by class file, don't change - pdflicenseurl={\CCurl},% definition made by class file, don't change +} +\AtEndDocument{ + \hypersetup{pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},}% 1st and 3rd commands are defined by class file. } %%%%%%%%%%%%%% End preamble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - \begin{document} @@ -177,25 +175,30 @@ % note on names: most of the following names are made up; Silas Holman was a professor at MIT in the 19th century. -\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876] +\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876][MBA, Ferengi School of Management, 2022] %\Author{Luisa Hernández}{Department of Research}[B.S. Mechanical Engineering, UCLA, 2018][M.S. Stellar Interiors, Vulcan Science Academy, 2020][MBA, Ferengi School of Management, 2022] % Use once for each degree fulfilled by thesis +% For two degrees from one department, leave the department argument blank for the second degree {}. \Degree{Bachelor of Science in Physics}{Department of Physics} +%\Degree{Master of Science in Physics}{} %\Degree{Bachelor of Science in Mechanical Engineering}{Department of Mechanical Engineering} % If there is more than one supervisor, use the \Supervisor command for each. \Supervisor{Edward C. Pickering}{Professor of Physics} -%\Supervisor{Secunda Castor}{Department of Mechanical Engineering} +%\Supervisor{Secunda Castor}{Professor of Research} +%\Supervisor{Quintus Castor}{Professor of Log Dams} % Professor who formally accepts theses for your department (e.g., the Graduate Officer, Professor Sméagol,...) % If more than one department, use more than once -\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Graduate Officer, First Degree Department} -%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Second Degree Department} +% If you need to reduce vertical space, put the acceptor title in the second argument and leave the third blank {}. +\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Undergraduate Officer, Department of Physics} +%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Department of Research} +%\Acceptor{Quarta Castor}{Professor of Lodge Building}{Graduate Officer, Department of Mechanical Engineering} % If your title page is overflowing (from too many names, degrees, etc.), you can scale % down the Signature block at the bottom with this command, or use another creative solution... -%\SignatureBlockSize{\small} +%\SignatureBlockSize{\small} %\SignatureBlockSize{\footnotesize} % Usage: \DegreeDate{Month}{year} % Valid degree months are September, February, or June. @@ -242,21 +245,11 @@ \cleardoublepage -%%% Table of contents and lists of stuff (edit only if you want different lists) %%%%%%%%%%%%%%%% +%%% Table of contents and lists of stuff (delete lists you don't need, e.g., if no tables) %%%%%%%% - \pdfbookmark[0]{Table of Contents}{toc}% \tableofcontents - \cleardoublepage - - \phantomsection \listoffigures - \addcontentsline{toc}{chapter}{\protect\textbf{\listfigurename}}% - \cleardoublepage - - \phantomsection \listoftables - \addcontentsline{toc}{chapter}{\protect\textbf{\listtablename}}% - \cleardoublepage %%% Chapters of thesis %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Termes.tex b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Termes.tex index 3eed29fa3b5..586c7419a94 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Termes.tex +++ b/Master/texmf-dist/doc/latex/mitthesis/examples/font_samples/latex_sources/Termes.tex @@ -4,7 +4,7 @@ % !BIB program = biber % This file is MIT-Thesis.tex, a template for producing MIT theses with the mitthesis class. -% Version: 1.00, 2023/06/17 +% Version: 1.01, 2023/07/21 % Author: John H. Lienhard (c) 2023. Reuse under the MIT license: https://ctan.org/license/mit % Documentation: https://ctan.org/pkg/mitthesis @@ -116,8 +116,7 @@ %%%%%%%%%%% Hyperref setting and metadata %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\def\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! +\newcommand*\YourName{John H. Lienhard}% <====== CHANGE TO YOUR NAME !!! \hypersetup{% % @@ -126,9 +125,9 @@ pdftitle={MIT thesis template}, pdfkeywords={\YourName, Massachusetts Institute of Technology, MIT}, pdfauthor={\YourName}, +% pdfauthor={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfauthortitle={Professor of Mechanical Engineering}, pdfcaptionwriter={\YourName}, -% pdfcaptionwriter={{John H. Lienhard, V}},% if you have a comma in your name, surround by {..} pdfurl={https://lienhard.mit.edu}, pdfcontactemail={lienhard@mit.edu}, pdfcontactaddress={77 Massachusetts Avenue, Room 3-166}, @@ -140,11 +139,11 @@ pdfsubject={Template for writing MIT theses with the mitthesis class},% briefly state what this document is about % colorlinks=true, - linkcolor=blue, - citecolor=blue, - urlcolor=violet, + linkcolor=Blue3,% from xcolor package + citecolor=Blue3,% from xcolor package + urlcolor=violet,% from xcolor package filecolor=red, -% anchorcolor=yellow,% not all pdf viewers recognize this field (Firefox does) +% anchorcolor=yellow,% not all pdf viewers recognize this field (although Firefox does) % colorscheme=phelype,% overrides link, cite, url, file colors with a preset scheme, through \DocumentMetadata % pdfborder={0 0 0}, @@ -156,16 +155,15 @@ pdfdisplaydoctitle=true, pdfstartview=Fit, pdfnewwindow=true, -% - pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},% definitions made by class file, don't change - pdflicenseurl={\CCurl},% definition made by class file, don't change +} +\AtEndDocument{ + \hypersetup{pdfcopyright={Copyright © \DegreeYear\ by \YourName. \PDFRightsText},}% 1st and 3rd commands are defined by class file. } %%%%%%%%%%%%%% End preamble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - \begin{document} @@ -178,25 +176,30 @@ % note on names: most of the following names are made up; Silas Holman was a professor at MIT in the 19th century. -\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876] +\Author{Silas W. Holman}{Department of Physics}%[B.S. Physics, MIT, 1876][MBA, Ferengi School of Management, 2022] %\Author{Luisa Hernández}{Department of Research}[B.S. Mechanical Engineering, UCLA, 2018][M.S. Stellar Interiors, Vulcan Science Academy, 2020][MBA, Ferengi School of Management, 2022] % Use once for each degree fulfilled by thesis +% For two degrees from one department, leave the department argument blank for the second degree {}. \Degree{Bachelor of Science in Physics}{Department of Physics} +%\Degree{Master of Science in Physics}{} %\Degree{Bachelor of Science in Mechanical Engineering}{Department of Mechanical Engineering} % If there is more than one supervisor, use the \Supervisor command for each. \Supervisor{Edward C. Pickering}{Professor of Physics} -%\Supervisor{Secunda Castor}{Department of Mechanical Engineering} +%\Supervisor{Secunda Castor}{Professor of Research} +%\Supervisor{Quintus Castor}{Professor of Log Dams} % Professor who formally accepts theses for your department (e.g., the Graduate Officer, Professor Sméagol,...) % If more than one department, use more than once -\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Graduate Officer, First Degree Department} -%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Second Degree Department} +% If you need to reduce vertical space, put the acceptor title in the second argument and leave the third blank {}. +\Acceptor{Primus Castor}{Professor of Wetlands Engineering}{Undergraduate Officer, Department of Physics} +%\Acceptor{Tertius Castor}{Professor of Log Dams}{Graduate Officer, Department of Research} +%\Acceptor{Quarta Castor}{Professor of Lodge Building}{Graduate Officer, Department of Mechanical Engineering} % If your title page is overflowing (from too many names, degrees, etc.), you can scale % down the Signature block at the bottom with this command, or use another creative solution... -%\SignatureBlockSize{\small} +%\SignatureBlockSize{\small} %\SignatureBlockSize{\footnotesize} % Usage: \DegreeDate{Month}{year} % Valid degree months are September, February, or June. @@ -243,21 +246,11 @@ \cleardoublepage -%%% Table of contents and lists of stuff (edit only if you want different lists) %%%%%%%%%%%%%%%% +%%% Table of contents and lists of stuff (delete lists you don't need, e.g., if no tables) %%%%%%%% - \pdfbookmark[0]{Table of Contents}{toc}% \tableofcontents - \cleardoublepage - - \phantomsection \listoffigures - \addcontentsline{toc}{chapter}{\protect\textbf{\listfigurename}}% - \cleardoublepage - - \phantomsection \listoftables - \addcontentsline{toc}{chapter}{\protect\textbf{\listtablename}}% - \cleardoublepage %%% Chapters of thesis %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/doc/latex/mitthesis/mitthesis-doc/mitthesis-doc.pdf b/Master/texmf-dist/doc/latex/mitthesis/mitthesis-doc/mitthesis-doc.pdf Binary files differindex 9dd1f7d528f..ddc3fcfafec 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/mitthesis-doc/mitthesis-doc.pdf +++ b/Master/texmf-dist/doc/latex/mitthesis/mitthesis-doc/mitthesis-doc.pdf diff --git a/Master/texmf-dist/doc/latex/mitthesis/mitthesis-doc/mitthesis-doc.tex b/Master/texmf-dist/doc/latex/mitthesis/mitthesis-doc/mitthesis-doc.tex index 20f4b3ec352..a896751c372 100644 --- a/Master/texmf-dist/doc/latex/mitthesis/mitthesis-doc/mitthesis-doc.tex +++ b/Master/texmf-dist/doc/latex/mitthesis/mitthesis-doc/mitthesis-doc.tex @@ -266,7 +266,7 @@ Note that third, fourth, fifth, and sixth arguments are optional [..] and may be \item \verb|\Acceptor{acceptor name}{acceptor title}{thesis related position}|. Professor who accepts theses for your department (e.g., the Graduate Officer). Use once for each department. -\item \verb|\DegreeDate{Month}{year}|. Date degree is awarded (February, June, or September). +\item \verb|\DegreeDate{Month}{year}|. Date degree is awarded (February, May, June, or September). \item \verb|\ThesisDate{date}|. Date that your final thesis is submitted to the department. \end{itemize} @@ -361,6 +361,7 @@ The sample template uses the option \texttt{[twosided]}, which starts major sect \toprule Package & Class & User \\ \midrule +bm & defines commands to access bold math symbols (loaded for default fonts) & with \pdfTeX, the command \verb|\bm{..}| produces a bold math symbol \\ bookmarks& is loaded automatically under the new pdf-management system & --- \\ doi & support for hyperlinking DOIs & hyperlink a doi number: \verb|\doi{..}| \\ etoolbox & extend or modify other macros & can use in preamble if needed \\ @@ -374,7 +375,7 @@ kvoptions& key values for systems pre 2022/11/01 & ---\\ mathtools& loads and extends \texttt{amsmath} & \textbf{many useful math macros available}. See documentation for \texttt{amsmath} and \texttt{mathtools} \\ xparse & for systems older than 2020/10/01 & macros to define new commands\\[0.7em] \midrule -lineno & option for the class & keyvalue \texttt{lineno} will give line numbers; \texttt{lineno} package has additional commands that control line numbering\\[3em] +lineno & loaded if class option is given & keyvalue \texttt{lineno} will give line numbers; \texttt{lineno} package has additional commands that control line numbering\\[3em] \midrule caption & also loaded by \texttt{mydesign.tex} & support for caption styling \\ subcaption & also loaded by \texttt{mydesign.tex} & support for subfigures within figures \\ |