texlive[68360] Master/texmf-dist: mitthesis (24sep23)

commits+karl at tug.org commits+karl at tug.org
Sun Sep 24 22:23:28 CEST 2023


Revision: 68360
          https://tug.org/svn/texlive?view=revision&revision=68360
Author:   karl
Date:     2023-09-24 22:23:28 +0200 (Sun, 24 Sep 2023)
Log Message:
-----------
mitthesis (24sep23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/mitthesis/README.md
    trunk/Master/texmf-dist/doc/latex/mitthesis/mitthesis-doc/mitthesis-doc.pdf
    trunk/Master/texmf-dist/doc/latex/mitthesis/mitthesis-doc/mitthesis-doc.tex
    trunk/Master/texmf-dist/tex/latex/mitthesis/mitthesis.cls

Modified: trunk/Master/texmf-dist/doc/latex/mitthesis/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/mitthesis/README.md	2023-09-24 20:23:14 UTC (rev 68359)
+++ trunk/Master/texmf-dist/doc/latex/mitthesis/README.md	2023-09-24 20:23:28 UTC (rev 68360)
@@ -1,7 +1,7 @@
   
   #mitthesis --- A LaTeX template for an MIT thesis#
 
-  v1.09 dated 2023/09/22
+  v1.10 dated 2023/09/23
 
   ####Overview####
   This class provides a LaTeX template to format an MIT thesis according to
@@ -53,6 +53,9 @@
  ---
  
  ####Change log####
+ v1.10 (23 September 2023)
+ - Minor edit of documentation
+
  v1.09 (22 September 2023)
  - Revise documentation
  - Minor code clean-up

Modified: trunk/Master/texmf-dist/doc/latex/mitthesis/mitthesis-doc/mitthesis-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/mitthesis/mitthesis-doc/mitthesis-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/mitthesis/mitthesis-doc/mitthesis-doc.tex	2023-09-24 20:23:14 UTC (rev 68359)
+++ trunk/Master/texmf-dist/doc/latex/mitthesis/mitthesis-doc/mitthesis-doc.tex	2023-09-24 20:23:28 UTC (rev 68360)
@@ -1,7 +1,7 @@
 % !TEX TS-program = lualatex
 % !TEX encoding = UTF-8 Unicode
 
-% Version date: 22 September 2023
+% Version date: 23 September 2023
 
 \DocumentMetadata 
 {
@@ -222,7 +222,7 @@
 
 \section*{THE MIT THESIS TEMPLATE}
 
-This template is suitable for MIT theses of all types and at all levels. The title and abstract pages are automatically laid out from information provided by the user. The template includes options to use a variety of fonts, and it is compatible with either pdfTeX or unicode engines such as luaLaTeX. When using LaTeX formats dated November 2022 or later, the resulting pdf file meets the PDF/A-2b archivability standard. A standard \href{\TeX\ Live}{https://www.tug.org/texlive/} installation includes all other packages required by the template.
+This template is suitable for MIT theses of all types and at all levels. The title and abstract pages are automatically laid out from information provided by the user. The template includes options to use a variety of fonts, and it is compatible with either pdfTeX or unicode engines such as luaLaTeX. When using LaTeX formats dated November 2022 or later, the resulting pdf file meets the PDF/A-2b archivability standard. A standard \href{https://www.tug.org/texlive/}{\TeX\ Live} installation includes all other packages required by the template.
 
 \subsection*{Background}
 
@@ -313,11 +313,11 @@
 \end{table}
 
 \subsection*{Font loading}
-By default, \texttt{mitthesis.cls} will load the traditional \LaTeX\ fonts, computer modern (\pdfTeX) or latin modern  (unicode engines).  By using the key value \texttt{fontset=$\cdots$} in the \verb|\documentclass| command, you can select a different set of fonts.  
+By default, \texttt{mitthesis.cls} will load the traditional \LaTeX\ fonts, Computer Modern (for \pdfTeX) or Latin Modern (for unicode engines).  By using the key value \texttt{fontset=$\cdots$} in the \verb|\documentclass| command, you can select a different set of fonts.  
 
 Ten fontsets are predefined, including the default set (see Table~\ref{tab:2}).  Three work only with \pdfTeX, four work only with unicode engines, and three work with either.  These options include a mixture of serif or sans serif text and math fonts, as shown in the table. To access the predefined font sets, you \textit{must} have the directory \texttt{fontsets} as a subdirectory of your working directory, including its files as named.
 
-Among the predefined fonts, Termes and NewTX are serifed fonts similar to the digital font Times New Roman.  STIX Two is more similar to the original metal-type Times font. Linux Libertine is a serif font inspired by 19\textsuperscript{th} century book type. Lucida is a serifed font designed for high legibility at small size or on low resolution devices. This font is excellent for mathematics and includes a complete bold-face math font, but it is not free. Heros and NewTX-sans are sans-serif text fonts similar to Helvetica. NewTXsf is a sans-serif math font which draws upon glyphs from the STIX font. Fira is a humanist sans-serif text font designed in association with the Firefox browser. Finally, Computer Modern (and its extension Latin Modern)---the traditional ``\LaTeX\ font''---is a Didone font, with high contrast between thick and thin elements.
+Among the predefined fonts, Termes and NewTX are serifed fonts similar to the digital font Times New Roman.  STIX Two is more similar to the original metal-type Times font. Linux Libertine is a serif font inspired by 19\textsuperscript{th} century book type. Lucida is a serifed font designed for high legibility at small size or on low resolution devices. This font is excellent for mathematics and includes a complete bold-face math font, but it is not free. Heros and NewTX-sans are sans-serif text fonts similar to Helvetica. NewTXsf is a sans-serif math font which draws upon glyphs from the STIX font. Fira is a humanist sans-serif text font designed in association with the Firefox browser. Finally, Computer Modern (and its extension Latin Modern)---the traditional \LaTeX\ font---is a Didone font, with high contrast between thick and thin elements.
 
 You may also place your own fontset file, say \texttt{Myfontset.tex}, in your working directory, and load it with
 

Modified: trunk/Master/texmf-dist/tex/latex/mitthesis/mitthesis.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/mitthesis/mitthesis.cls	2023-09-24 20:23:14 UTC (rev 68359)
+++ trunk/Master/texmf-dist/tex/latex/mitthesis/mitthesis.cls	2023-09-24 20:23:28 UTC (rev 68360)
@@ -7,8 +7,8 @@
 %%  MIT Libraries' requirements as of 2023.
 %%
 %%  This file's version and date:
-	\def\versionno{1.09}
-	\def\versiondate{2023/09/22\space}
+	\def\versionno{1.10}
+	\def\versiondate{2023/09/23\space}
 %%
 %%  Author: John H. Lienhard, V
 %%          Department of Mechanical Engineering



More information about the tex-live-commits mailing list.