Skip to content

Commit

Permalink
fix #2
Browse files Browse the repository at this point in the history
now the figures are displayed in draft mode, because we pass fianl option to the
graphicx package

adding a package to display dummy image

credit to xgao.
  • Loading branch information
Shanhe Yi committed May 8, 2018
1 parent bb2e900 commit 922e571
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 21 deletions.
4 changes: 4 additions & 0 deletions structure.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
Binary file modified thesis.pdf
Binary file not shown.
22 changes: 2 additions & 20 deletions thesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}



Expand Down
2 changes: 1 addition & 1 deletion wmthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
%%---------------------------------------------------
%%-- Required pacakges
%%---------------------------------------------------

\PassOptionsToPackage{final}{graphicx} % make sure draft not affecting graphicx
\RequirePackage{amsmath}
\RequirePackage{amssymb}
\RequirePackage{setspace}
Expand Down

0 comments on commit 922e571

Please sign in to comment.