From b4ea17c6626de9d974dadde8bc596d1eb1bebe91 Mon Sep 17 00:00:00 2001 From: "Robin P. Clark" Date: Tue, 4 Mar 2014 13:04:32 +0000 Subject: [PATCH] copy.tex placed in all directories --- embedded_c_book/Binary_Scaling/copy.tex | 31 +++++++++++++++++++ embedded_c_book/CH1_introduction/copy.tex | 1 + embedded_c_book/Filtering/copy.tex | 31 +++++++++++++++++++ .../Inpterrupt_contention/copy.tex | 31 +++++++++++++++++++ embedded_c_book/PWM/copy.tex | 31 +++++++++++++++++++ embedded_c_book/Self_Checking/copy.tex | 31 +++++++++++++++++++ embedded_c_book/SensiblePointers/copy.tex | 31 +++++++++++++++++++ embedded_c_book/book.tex | 21 ++++++------- submission_thesis/thesis.tex | 4 +-- 9 files changed, 199 insertions(+), 13 deletions(-) create mode 100644 embedded_c_book/Binary_Scaling/copy.tex create mode 100644 embedded_c_book/CH1_introduction/copy.tex create mode 100644 embedded_c_book/Filtering/copy.tex create mode 100644 embedded_c_book/Inpterrupt_contention/copy.tex create mode 100644 embedded_c_book/PWM/copy.tex create mode 100644 embedded_c_book/Self_Checking/copy.tex create mode 100644 embedded_c_book/SensiblePointers/copy.tex diff --git a/embedded_c_book/Binary_Scaling/copy.tex b/embedded_c_book/Binary_Scaling/copy.tex new file mode 100644 index 0000000..b5a9937 --- /dev/null +++ b/embedded_c_book/Binary_Scaling/copy.tex @@ -0,0 +1,31 @@ + + + +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex + diff --git a/embedded_c_book/CH1_introduction/copy.tex b/embedded_c_book/CH1_introduction/copy.tex new file mode 100644 index 0000000..e73deba --- /dev/null +++ b/embedded_c_book/CH1_introduction/copy.tex @@ -0,0 +1 @@ +Introduction diff --git a/embedded_c_book/Filtering/copy.tex b/embedded_c_book/Filtering/copy.tex new file mode 100644 index 0000000..b5a9937 --- /dev/null +++ b/embedded_c_book/Filtering/copy.tex @@ -0,0 +1,31 @@ + + + +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex + diff --git a/embedded_c_book/Inpterrupt_contention/copy.tex b/embedded_c_book/Inpterrupt_contention/copy.tex new file mode 100644 index 0000000..b5a9937 --- /dev/null +++ b/embedded_c_book/Inpterrupt_contention/copy.tex @@ -0,0 +1,31 @@ + + + +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex + diff --git a/embedded_c_book/PWM/copy.tex b/embedded_c_book/PWM/copy.tex new file mode 100644 index 0000000..b5a9937 --- /dev/null +++ b/embedded_c_book/PWM/copy.tex @@ -0,0 +1,31 @@ + + + +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex + diff --git a/embedded_c_book/Self_Checking/copy.tex b/embedded_c_book/Self_Checking/copy.tex new file mode 100644 index 0000000..b5a9937 --- /dev/null +++ b/embedded_c_book/Self_Checking/copy.tex @@ -0,0 +1,31 @@ + + + +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex + diff --git a/embedded_c_book/SensiblePointers/copy.tex b/embedded_c_book/SensiblePointers/copy.tex new file mode 100644 index 0000000..b5a9937 --- /dev/null +++ b/embedded_c_book/SensiblePointers/copy.tex @@ -0,0 +1,31 @@ + + + +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex +copy.tex + diff --git a/embedded_c_book/book.tex b/embedded_c_book/book.tex index d0a17c7..bad09bc 100644 --- a/embedded_c_book/book.tex +++ b/embedded_c_book/book.tex @@ -64,7 +64,7 @@ % numbers at outer edges \pagenumbering{arabic} % Arabic page numbers hereafter \cfoot{Page \thepage\ of \pageref{LastPage}} -\lfoot{University of Bluuugghhhhhhh} %% Year keeps fucking incrementing +\lfoot{} %% Year keeps fucking incrementing \rfoot{R.P.Clark \today} \lhead{Left Header} \rhead{Right Header} @@ -73,23 +73,22 @@ %\typeout{>>--------------------->> introduction} \chapter{Introduction} \input{CH1_introduction/copy} - \chapter{Self Checking} - +\input{Self_Checking/copy} \chapter{Monitors and instrument loops} - +\input{Monitors_intrument_loops/copy} \chapter{Binary Scaling} - +\input{Binary_Scaling/copy} \chapter{Filtering/smoothing} - +\input{Filtering/copy} \chapter{Reading Voltages} - +\input{Stddev/copy} \chapter{PWM} - +\input{PWM/copy} \chapter{Interrupt Contention} - -\chapter{Sensible ue of Pointers} - +\input{Inpterrupt_contention/copy} +\chapter{Sensible use of Pointers} +\input{SensiblePointers/copy} diff --git a/submission_thesis/thesis.tex b/submission_thesis/thesis.tex index ecf2a4a..6e2e451 100644 --- a/submission_thesis/thesis.tex +++ b/submission_thesis/thesis.tex @@ -47,12 +47,12 @@ %\ifthenelse {\boolean{binding}} %% PDF suitable for binding -\usepackage[left=1.5cm,right=4.0cm,top=1in,bottom=1in]{geometry} +%\usepackage[left=1.5cm,right=4.0cm,top=1in,bottom=1in]{geometry} %\usepackage[left=4.0cm,right=1.5cm,top=1in,bottom=1in]{geometry} % THIS ONE IS WRONG 07FEB2014 %} %{ %% PDF suitable for reding on the web/ebook reader -%\usepackage[inner=2.0cm,outer=2.0cm,bottom=1in,top=1in]{geometry} +\usepackage[inner=2.0cm,outer=2.0cm,bottom=1in,top=1in]{geometry} %}