Skip to content

Commit e57b475

Browse files
lechtenMax-Hailperin
authored andcommitted
release 1.3 (#126)
closes #125
1 parent afa3d26 commit e57b475

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This directory contains the LaTeX source files for the textbook
22
Operating Systems and Middleware: Supporting Controlled Interaction
3-
Revised Edition 1.2.1, Copyright 2011-2016 by Max Hailperin.
3+
Revised Edition 1.3, Copyright 2011-2017 by Max Hailperin.
44

55
These files are intended for those who want to modify the book,
66
whether by changing its contents or by porting it to some other

os-book.tex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
\title{Operating Systems and Middleware:\\Supporting Controlled Interaction}
5959
\author{Max Hailperin\\Gustavus Adolphus College}
6060
%% For version numbering convention, see https://gustavus.edu/+max/os-book/version-numbering.html
61-
\date{Revised Edition 1.2.1\\\today}
61+
\date{Revised Edition 1.3\\\today}
6262
\makeindex
6363
\begin{document}
6464
\bibliographystyle{plain}
@@ -86,7 +86,7 @@
8686
\fi
8787

8888
\clearpage\thispagestyle{empty}
89-
\noindent Copyright \copyright\ 2011--2016 by Max Hailperin.
89+
\noindent Copyright \copyright\ 2011--2017 by Max Hailperin.
9090
\[\includegraphics{by-sa}\]
9191
This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this
9292
license, visit
@@ -153,6 +153,9 @@ \subsection*{About the Cover}
153153
%\pagenumbering[Bib]{bychapter}
154154
\bibliography{os-book}
155155
\cleardoublepage
156+
% Following \phantomsection is necessary for hyperref to produce
157+
% correct page number for Index in PDF TOC.
158+
\phantomsection
156159
%\pagenumbering[Idx]{bychapter}
157160
\printindex
158161
\end{document}

web-site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ <h2>An Important Note About the Future of This Book</h2>
1414
<p>The original author of this book is retiring from teaching 2016-05-31. Since he will no longer be teaching out of the book himself, he will have no motivation to update it. Those who wish to keep using it will need to accept this responsibility. GitHub "pull requests" will be gratefully accepted!</p>
1515

1616
<h2>Revised Edition</h2>
17-
<p>The information here is for version 1.2.1, released on 2016-01-24 as an update to the original 1.1 from 2011-07-27.
17+
<p>The information here is for version 1.3, released on 2017-06-08 as an update to the original 1.1 from 2011-07-27.
1818
<ul>
19-
<li><p><a href="osm-rev1.2.1.pdf">PDF file version of the book.</a>
19+
<li><p><a href="osm-rev1.3.pdf">PDF file version of the book.</a>
2020
<!-- I commented out the link to a directory of separate PDF files for individual chapters because I haven't found
2121
any way to preserve the hyperref cross-reference links when splitting the PDF file up.
2222
Also, with those cross-reference links and bookmarks, one can easily get to individual

web-site/osm-rev1.3.pdf

7.55 MB
Binary file not shown.

0 commit comments

Comments
 (0)