diff --git a/submission_thesis/thesis.tex b/submission_thesis/thesis.tex index 86e3e5f..ecf2a4a 100644 --- a/submission_thesis/thesis.tex +++ b/submission_thesis/thesis.tex @@ -1,7 +1,19 @@ -%\documentclass[a4paper,10pt,twoside,openright,BCOR=4cm]{book} -\documentclass[a4paper,10pt,twoside,openright]{book} -%\documentclass[a4paper,10pt,twoside]{book} + +%\newboolean{binding} +%\setboolean{binding}{true} + + +%\ifthenelse {\boolean{binding}} +%% PDF suitable for binding +\documentclass[a4paper,10pt,twoside]{book} +%%} +%{ +%% PDF suitable for reading on the web +%\documentclass[a4paper,10pt]{book} +%} + +\usepackage{ifthen} \usepackage{graphicx} \usepackage{fancyhdr} \usepackage{multirow} @@ -21,7 +33,6 @@ %% fix for hyperref bug in algorithm package \newcommand{\theHalgorithm}{\thechapter.\arabic{algorithm}} -\usepackage{ifthen} \newboolean{pld} \setboolean{pld}{false} % boolvar=true or false \newboolean{post_submission_myedit} @@ -33,10 +44,18 @@ %\begin{document} \pagestyle{fancy} \fancyhf{} -%\usepackage[left=4.0cm,right=1.5cm,top=1in,bottom=1in]{geometry} -%\setlength{\oddsidemargin}{10mm} -%\setlength{\evensidemargin}{10mm} -\usepackage[inner=2.0cm,outer=4.0cm,bottom=1in,top=1in]{geometry} + +%\ifthenelse {\boolean{binding}} +%% PDF suitable for binding +\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} +%} + + \newcommand{\chappap}{chapter}