diff --git a/book_toc.html b/book_toc.html index 44904d8f60..35ef650b21 100644 --- a/book_toc.html +++ b/book_toc.html @@ -1,339 +1,356 @@ +
  • Contents ix +
  • Preamble i + -
  • The Circuit Abstraction -
  • A1 Maxwell's Equations and the LMD 927 +
  • B Trigonometric Functions & Identities 941 +
  • C Complex Numbers 947 +
  • D Solving Simultaneous Linear Equations 957 + + +
  • Answers to Selected Problems 959 +
  • Figure Acknowledgments 971 +
  • Index 973 diff --git a/staticbook.html b/staticbook.html index a9afbede22..6e080f5165 100644 --- a/staticbook.html +++ b/staticbook.html @@ -16,19 +16,19 @@ function goto_page(n) { if(n<10) { prefix="00"; } - $("#bookpage").attr("src","${ settings.BOOK_URL }p"+prefix+n+".jpg"); + $("#bookpage").attr("src","${ settings.BOOK_URL }p"+prefix+n+".png"); }; function prev_page() { var newpage=page-1; - if(newpage<1) newpage=1; + if(newpage<0) newpage=0; goto_page(newpage); log_event("book", {"type":"prevpage","new":page}); } function next_page() { var newpage=page+1; - if(newpage>1764) newpage=1764; + if(newpage>1008) newpage=1008; goto_page(newpage); log_event("book", {"type":"nextpage","new":page}); } @@ -56,7 +56,7 @@ function next_page() { - +