Skip to content

Commit 8a71eaa

Browse files
committed
Last pass?
1 parent 9d702f8 commit 8a71eaa

File tree

9 files changed

+26
-31
lines changed

9 files changed

+26
-31
lines changed

fonts.tex

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ \section{Changing fonts}
6363
The \verb|Ligatures=TeX| option lets you use the punctuation
6464
shortcuts from \chapref{punctuation} (\texttt{--} for en dashes,
6565
\texttt{``} and \texttt{''} for curly quotes, etc.)
66-
instead of forcing you to enter the the corresponding characters,
66+
instead of forcing you to enter the corresponding characters,
6767
which probably aren't on your keyboard.
6868
You usually don't want these substitutions with monospaced type, though.
6969
Text that uses it---such as code---is often meant to be printed
@@ -78,14 +78,14 @@ \section{Selecting font files}
7878
\textbf{bold}, and
7979
\textit{\textbf{bold italic}} fonts.
8080
But typefaces can have many more than that.
81-
The version of Futura used in this book, for example, comes in
81+
The version of Futura in this book, for example, comes in
8282
{\fontspec[Scale=MatchLowercase]{Futura-Lig}light},
8383
{\fontspec[Scale=MatchLowercase]{Futura-Boo}book},
8484
{\fontspec[Scale=MatchLowercase]{Futura-Med}medium},
8585
{\fontspec[Scale=MatchLowercase]{Futura-Dem}demi},
8686
{\fontspec[Scale=MatchLowercase]{Futura-Bol}bold}, and
8787
{\fontspec[Scale=MatchLowercase]{Futura-ExtBol}extra bold} weights.
88-
Each of these weights has an upright and an oblique font.
88+
Each of these weights has an oblique font, too.
8989
A typeface could have other variations,
9090
like {\fontspec[Scale=MatchLowercase]{FuturaSc-Boo}small capitals}\footnote{%
9191
OpenType allows some styles, like small caps, to be placed in the same file(s)
@@ -139,8 +139,7 @@ \section{Selecting font files}
139139
Note that instead of typing out \monobox{Futura-Boo},
140140
\monobox{Futura-BooObl}, and so on, we can use \texttt{*} to insert the base
141141
name.\punckern\footnote{This is
142-
a place where \XeLaTeX{} and \LuaLaTeX{}
143-
differ in a way that's noticeable to the casual user.
142+
a place where \XeLaTeX{} and \LuaLaTeX{} differ.
144143
The former uses system libraries---such as FontConfig on Linux---to
145144
find font files.
146145
The latter has its own font loader,
@@ -168,7 +167,7 @@ \section{Scaling}
168167
\section{OpenType features}
169168
170169
As mentioned at the start of the chapter,
171-
OpenType fonts provide various features that can be switched on and off.
170+
OpenType fonts provide many features that can be switched on and off.
172171
In \LaTeX{}, we do this with optional arguments to
173172
\verb|\setmainfont| and friends.
174173
Features can also be set for the current group with
@@ -229,8 +228,8 @@ \subsection{Ligatures}
229228
\subsection{Figures}
230229
231230
When setting figures,\punckern\footnote{%
232-
We use the term \introduce{figures} when talking typography for the symbols
233-
we might otherwise call \introduce{digits} (0, 1, 2, 3, 4, 5, 6, 7, 8, 9).}
231+
\introduce{Figures} is typography-speak for what we might also call
232+
\introduce{digits} (0, 1, 2, 3, 4, 5, 6, 7, 8, 9).}
234233
you have two
235234
choices to make: lining versus text,
236235
and proportional versus tabular.

hello.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ \chapter{Hello, \texorpdfstring{\LaTeX}{LaTeX}!}
2727
to select the engine you would like to use,
2828
along with a button to generate your document.
2929
Otherwise, run the following from your terminal:\footnote{%
30-
How to work a terminal emulator,
30+
How to work a terminal,
3131
make sure the newly-installed \LaTeX{} programs are in your \texttt{PATH},
3232
and so on are all outside the scope of this book.
3333
As is tradition, the leading dollar sign in this example just denotes a console
@@ -255,7 +255,7 @@ \section{Environments}
255255
\end{quote}
256256
\end{leftfigure}
257257

258-
\section{Groups and command scope}
258+
\section{Groups and scopes}
259259
Some commands change how \LaTeX{} sets the text that follows them.
260260
\verb|\itshape|, for example, \textit{italicizes} everything that comes after it.
261261
To limit a command's influence to a certain area, surround it with braces.

history.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ \chapter{A Brief History of \texorpdfstring{\LaTeX}{LaTeX}}
4747
especially looking back from today, where anybody with a web browser
4848
can be their own desktop publisher.
4949
Adobe's \acronym{pdf} wouldn't exist for another decade, so Knuth
50-
and his graduate students devised their own device-independent (document) format,
50+
and his graduate students devised their own device-independent document format,
5151
\acronym{dvi}.
5252
Scalable fonts were uncommon, so he created \MF{} to rasterize glyphs
5353
into dots on the page.

installation.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ \chapter{Installation}
55
\introduce{distribution} that contains:
66
\begin{enumerate}
77
\item \LaTeX, the program---the thing that turns markup into
8-
typeset documents.\footnote{Well, actually, multiple \LaTeX{} programs,
8+
typeset documents.\punckern\footnote{Well, actually, multiple \LaTeX{} programs,
99
but we're getting to that.}
1010
\item A common set of \LaTeX{} \introduce{packages}.
1111
Packages are bundles of code that do all sorts of things,
1212
like provide new commands or change a document's style.
1313
We'll see lots of them in action throughout this book.
14-
\item Miscellaneous tools, like editors.
14+
\item Editors and other helpful tools.
1515
\end{enumerate}
1616
Each major operating system has its own \LaTeX{} distribution:
1717
\begin{description}
@@ -49,8 +49,8 @@ \section{Editors}
4949
They're popular with programmers and other folks who shuffle text around
5050
screens all day. Just don't use Notepad. Life is too short.}
5151
There are also editors designed specifically for \LaTeX{},
52-
which often come with their own built-in \acronym{pdf} viewer.
53-
(You can find a fairly comprehensive list on the \LaTeX{} Wikibook,
52+
which often come with a built-in \acronym{pdf} viewer.
53+
(You can find a good list on the \LaTeX{} Wikibook,
5454
in its installation chapter. See Appendix~\ref{resources}.)
5555

5656
\section{Online options}

international.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ \section{Unicode}
3838
Make sure that the fonts you select contain the glyphs you need---many
3939
only support Latin languages.
4040

41-
\section{The polyglossia package}
41+
\section{Polyglossia}
4242

4343
When your document contains languages besides English,
4444
consider using the \texttt{polyglossia} package.

modern-latex.tex

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
\newcommand{\http}[1]{\href{http://#1}{\texttt{#1}}}
293293
\newcommand{\https}[1]{\href{https://#1}{\texttt{#1}}}
294294

295-
\newcommand{\edition}{Second edition \acronym{(wip)}}
295+
\newcommand{\edition}{Second edition}
296296

297297
\newcommand{\exercises}{\section{On your own}}
298298

@@ -353,9 +353,6 @@
353353
the same license. \\
354354
The license's full text is available at \\
355355
\https{creativecommons.org/licenses/by-sa/4.0/legalcode}
356-
\vspace{\baselineskip}
357-
358-
ISBN 978-1-387-80513-6
359356
}
360357
\vfill
361358

@@ -372,8 +369,7 @@
372369

373370
\vspace{\baselineskip}
374371
The author does not have a checking account with the Bank of San Serriffe,
375-
but will happily pay for your contributions with a beverage of your choice
376-
next time we meet.
372+
but he will happily buy you a drink when we meet as thanks for your help.
377373

378374
\vspace{0.5in}
379375
\edition, typeset \today.

punctuation.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ \section{Hyphens and dashes}
6767

6868
\item[En dashes] are for ranges such as ``pages 4--12''\quotekern,
6969
and connected words, like ``the \mbox{US--Canada} border''\quotekern.
70-
\LaTeX{} places one wherever it sees two adjacent hyphens
70+
\LaTeX{} places one wherever you enter two adjacent hyphens
7171
(\,\texttt{--}\,).
7272

7373
\item[Em dashes] separate clauses of a sentence.

structure.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ \chapter{Document Structure}
44
Every \LaTeX{} document is different,
55
but all share a few common elements.
66

7-
\section{The preamble and packages}
7+
\section{Preambles and packages}
88
In the last chapter, you built your first document with:
99
\begin{leftfigure}
1010
\begin{lstlisting}
@@ -106,7 +106,7 @@ \section{Yes!}
106106

107107
\exercises{}
108108

109-
As promised, this book isn't meant as a comprehensive reference,
109+
As promised, this book won't try to be a comprehensive reference,
110110
but it \emph{will} point you to places where you can learn more.
111111
We'll wrap up most chapters with some related topics that you can
112112
explore yourself.

why.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ \chapter{Typography and You}
22
\label{typography}
33

44
Life is a parade of written language.
5-
Ads, apps, articles, essays, emails, menus, messages, and more
5+
Ads, apps, articles, emails, essays, menus, messages, and more
66
constantly shove text in your face.
77
And when you read that text, you see so much more than the author's
88
verbiage.
@@ -36,7 +36,7 @@ \chapter{Typography and You}
3636
it's also about their look and layout.
3737
Good typography isn't just art---it's a tool to help people understand you
3838
better, faster.
39-
And if you would like to leverage that tool, you should try \LaTeX!
39+
And if you want to leverage that tool, you should try \LaTeX!
4040
\clearpage
4141

4242
\section{What is \texorpdfstring{\LaTeX}{LaTeX}?}
@@ -117,8 +117,8 @@ \section{What is \texorpdfstring{\LaTeX}{LaTeX}?}
117117
and simple to replicate.\punckern\footnote{Compare this to
118118
\acronym{wysiwyg} systems, where it's not always obvious
119119
how certain formatting was produced or how to match it.}
120-
\item You can easily create content using scripts and programs.
121-
\item You can track your changes with standard version control software,
120+
\item You can automate content creation using scripts and programs.
121+
\item You can track your changes with version control software, \\
122122
like Git or Mercurial.
123123
\end{itemize}
124124
\end{enumerate}
@@ -141,8 +141,8 @@ \section{Another guide?}
141141
This shows---badly---in many \LaTeX{} guides.
142142
If you look for instructions to change your document's font,
143143
you get swamped with bespoke nonsense.\punckern\footnote{%
144-
Take criticisms here with a grain of
145-
salt. The fact that \LaTeX{} is still here after of the technology around it became
144+
Take these criticisms with a grain of
145+
salt. The fact that \LaTeX{} is still here after all of the technology around it became
146146
obsolete---multiple times---is a testament to its staying power.}
147147
\clearpage
148148

0 commit comments

Comments
 (0)