Skip to content

Commit 2d455d9

Browse files
committed
update for texlive 2025
1 parent 52e0725 commit 2d455d9

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

book.tex

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
\documentclass[7x10]{TimesAPriori_MIT}%%7x10
22

3-
% TODO:
4-
%
5-
63
\usepackage[utf8]{inputenc}
74
%% \usepackage{setspace}
85
%% \doublespacing
@@ -107,14 +104,6 @@
107104
%% \lipsum[1]
108105
%% \endgroup
109106

110-
\newbox\oiintbox
111-
\setbox\oiintbox=\hbox{$\lower2pt\hbox{\huge$\displaystyle\circ$}
112-
\hskip-13pt\displaystyle\int\hskip-7pt\int_{S}\ $}
113-
\def\oiint{\copy\oiintbox}
114-
115-
\def\boldnabla{\hbox{\boldmath$\displaystyle\nabla$}}
116-
117-
%\usepackage{showframe}
118107
\def\ShowFrameLinethickness{0.125pt}
119108

120109
\addbibresource{book.bib}
@@ -320,15 +309,10 @@ \chapter*{Preface}
320309
scoping, that is, \emph{lambda} expressions. The reader learns about
321310
\emph{closure conversion}, in which lambdas are translated into a
322311
combination of functions and tuples.
323-
% Chapter about classes and objects?
324312
\item Chapter~\ref{ch:Ldyn} adds \emph{dynamic typing}. Prior to this
325313
point the input languages are statically typed. The reader extends
326314
the statically typed language with an \code{Any} type that serves
327315
as a target for compiling the dynamically typed language.
328-
%% {\if\edition\pythonEd\pythonColor
329-
%% \item Chapter~\ref{ch:Lobject} adds support for \emph{objects} and
330-
%% \emph{classes}.
331-
%% \fi}
332316
\item Chapter~\ref{ch:Lgrad} uses the \code{Any} type introduced in
333317
chapter~\ref{ch:Ldyn} to implement a \emph{gradually typed language}
334318
in which different regions of a program may be static or dynamically
@@ -378,9 +362,6 @@ \chapter*{Preface}
378362
skipping chapter~\ref{ch:Lwhile} (loops) and including
379363
chapter~\ref{ch:Llambda} (lambda). The course can be adapted to
380364
dynamically typed languages by including chapter~\ref{ch:Ldyn}.
381-
%
382-
%% \python{A course that emphasizes object-oriented languages would
383-
%% include Chapter~\ref{ch:Lobject}.}
384365

385366
This book has been used in compiler courses at California Polytechnic
386367
State University, Portland State University, Rose–Hulman Institute of
@@ -23892,7 +23873,6 @@ \section{x86 Instruction Set Quick Reference}
2389223873
\end{tabular}
2389323874
\end{table}
2389423875

23895-
2389623876
\backmatter
2389723877
\addtocontents{toc}{\vspace{11pt}}
2389823878

0 commit comments

Comments
 (0)