conditional compilation ! use package ifthen
This commit is contained in:
parent
31b4422e9d
commit
f26d9336a1
@ -1,5 +1,9 @@
|
||||
\abstract{
|
||||
This paper discusses a two stage algorithm designed to greatly
|
||||
This
|
||||
\ifthenelse {\boolean{paper}}
|
||||
{paper}
|
||||
{chapter}
|
||||
discusses a two stage algorithm designed to greatly
|
||||
reduce the number of Area compare operations required to determine which zones are `available' in an Euler
|
||||
diagram.
|
||||
|
||||
|
@ -6,7 +6,9 @@
|
||||
\usepackage{amsfonts,amsmath,amsthm}
|
||||
\usepackage{algorithm}
|
||||
\usepackage{algorithmic}
|
||||
%\input{../style}
|
||||
\usepackage{ifthen}
|
||||
\newboolean{paper}
|
||||
\setboolean{paper}{true} % boolvar=true or false
|
||||
|
||||
%\newtheorem{definition}{Definition:}
|
||||
|
||||
|
@ -6,7 +6,9 @@
|
||||
\usepackage{amsfonts,amsmath,amsthm}
|
||||
\usepackage{algorithm}
|
||||
\usepackage{algorithmic}
|
||||
|
||||
\usepackage{ifthen}
|
||||
\newboolean{paper}
|
||||
\setboolean{paper}{false} % boolvar=true or false
|
||||
\input{style}
|
||||
|
||||
%\usepackage{hyperref}
|
||||
|
Loading…
Reference in New Issue
Block a user