diff --git a/structure.tex b/structure.tex index c6d821d..2e34b50 100644 --- a/structure.tex +++ b/structure.tex @@ -3,6 +3,10 @@ \chapter{Introduction} Here I will make a citation: \cite{mobile_marketshare}. You must have at least one citation for ''\$make all'' to finish successfully! Also, please note the type of quotations used. + +\missingfigure[figwidth=6cm]{Testing a long text string} + + % Actual paper / chapter 1 %\input{chapter_one_content.tex} %\setcounter{equation}{0} diff --git a/thesis.pdf b/thesis.pdf index 735a9cf..cc50acf 100644 Binary files a/thesis.pdf and b/thesis.pdf differ diff --git a/thesis.tex b/thesis.tex index d0c4243..6f5075c 100644 --- a/thesis.tex +++ b/thesis.tex @@ -70,35 +70,17 @@ % Set packages %%---------------------------------------------------------------- \usepackage{lipsum} % for dummy text +\usepackage{todonotes} % for dummy image + % Some very useful LaTeX packages include: % (uncomment the ones you want to load) % \usepackage{graphicx} % \usepackage{color} % \usepackage{url} -% %\usepackage{amsmath} -% \usepackage{pstricks} % \usepackage{epsfig} % \usepackage{epstopdf} % \usepackage{verbatim} -% %\usepackage[subfigure]{tocloft} -% %\usepackage{amsfonts} -% %\usepackage{amssymb} -% \usepackage{latexsym} -% \usepackage{multirow} -% \usepackage[numbers]{natbib} -% \usepackage{mdwlist} -% %\usepackage[algochapter]{algorithm2e} -% \usepackage{algorithm} -% \usepackage{subfigure} -% %\usepackage{algorithmic} -% %\usepackage{algorithm} -% %\usepackage{algpseudocode} -% %\usepackage{pseudocode} -% \usepackage{amsmath} -% \usepackage{amssymb} -% \usepackage{listings} -% \usepackage{titletoc} diff --git a/wmthesis.cls b/wmthesis.cls index 27c9191..365dcf3 100644 --- a/wmthesis.cls +++ b/wmthesis.cls @@ -82,7 +82,7 @@ %%--------------------------------------------------- %%-- Required pacakges %%--------------------------------------------------- - +\PassOptionsToPackage{final}{graphicx} % make sure draft not affecting graphicx \RequirePackage{amsmath} \RequirePackage{amssymb} \RequirePackage{setspace}