Modified InstallMIP.cmd to halt with error message if invalid data load requested.
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@16907 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
% This file was converted to LaTeX by Writer2LaTeX ver. 0.4
|
||||
% see http://www.hj-gym.dk/~hj/writer2latex for more info
|
||||
%\documentclass[a4paper,twoside]{article}
|
||||
\documentclass[a4paper,twoside]{scrartcl}
|
||||
\documentclass[a4paper,twoside,serif]{scrartcl}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{textcomp}
|
||||
\usepackage{lmodern}
|
||||
@@ -15,6 +15,9 @@
|
||||
\usepackage{typearea}
|
||||
\usepackage[nobib,twoside]{CoverPage}
|
||||
\usepackage {svn-multi}
|
||||
% \usepackage[scaled]{uarial}
|
||||
\usepackage[garamond]{mathdesign}
|
||||
% \renewcommand*\familydefault{\sfdefault} %% Only if the base font of the document is to be sans serif
|
||||
\svnidlong
|
||||
{$HeadURL$}
|
||||
{$LastChangedDate$}
|
||||
@@ -42,7 +45,7 @@ tel: +44 (0)1509 282496\\
|
||||
web: www.advanticagroup.com}
|
||||
,author={Prepared by: Jamie Priest, Andrew Hardy}
|
||||
,copyright={\copyright Advantica Ltd 2008}
|
||||
,title={\includegraphics[width=0.9\textwidth]{TitleImage}\\webMIP Functional Specification}
|
||||
,title={\includegraphics[totalheight=4.47cm]{TitleImage}\\webMIP Functional Specification}
|
||||
,insource={Prepared for: Martin Hansford\\National Grid Metering\\4 Abbotts Lane\\Coventry\\Warwickshire\\CV1 4AY}
|
||||
}
|
||||
\renewcommand{\CoverPageFooterInfo}{\parbox[b]{.5\textwidth}
|
||||
@@ -61,7 +64,7 @@ web: www.advanticagroup.com}
|
||||
\newcommand{\theversion}{Version 0.6}
|
||||
|
||||
\newsavebox{\pagelogo}
|
||||
\sbox{\pagelogo}{\includegraphics[totalheight=2.22cm]{AdvLogo}}
|
||||
\sbox{\pagelogo}{\includegraphics[totalheight=0.92cm]{PageLogo}}
|
||||
\pagestyle{fancyplain}
|
||||
|
||||
|
||||
|
||||
@@ -41,6 +41,14 @@ if "%6"=="live" goto :live
|
||||
if "%6"=="train" goto :train
|
||||
if "%6"=="dev" goto :bulkload
|
||||
|
||||
@echo *****************************
|
||||
@echo *****************************
|
||||
@echo ** Unexpected value: %6
|
||||
@echo ** Build is incomplete
|
||||
@echo *****************************
|
||||
@echo *****************************
|
||||
|
||||
goto :done
|
||||
|
||||
:demo
|
||||
@echo Demo
|
||||
|
||||
Reference in New Issue
Block a user