Update of /cvsroot/bsdbook/bsdbook/src
In directory usw-pr-cvs1:/tmp/cvs-serv8109
Modified Files:
book.tex
Removed Files:
mylayout.sty
Log Message:
A BIG Oops; I had to remove the mylayout.sty file due to copyright
problems. And also, we can just do \usepackage{layout} for automatic
inclusion of this file (because it is a part of the LaTeX Tools Distribution).
Index: book.tex
===================================================================
RCS file: /cvsroot/bsdbook/bsdbook/src/book.tex,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- book.tex 28 Aug 2002 03:47:14 -0000 1.4
+++ book.tex 28 Aug 2002 03:57:45 -0000 1.5
@@ -48,7 +48,7 @@
\fi
\usepackage{bsdbook}
-\usepackage{mylayout}
+\usepackage{layout}
\usepackage{makeidx,shortvrb,latexsym}
\ifx\pdfoutput\undefined
--- mylayout.sty DELETED ---
|