-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDigitalStrategyNI.tex
130 lines (103 loc) · 3.29 KB
/
DigitalStrategyNI.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
\documentclass[10pt,fleqn]{book}
\usepackage{shorttoc}
\usepackage{makeidx,natbib,vmargin,setspace}
\usepackage{tabu}
\usepackage{color}
\usepackage{framed}
\usepackage{amsfonts}
\usepackage{amssymb, amsthm}
\usepackage[T1]{fontenc}
\usepackage[colorlinks=true, pdfstartview=FitV, citecolor=blue!50!black, linkcolor=red!30!black]{hyperref}
\usepackage{graphicx,graphics,tikz}
\usepackage{microtype}
\usepackage{eqnarray}
\usepackage{rotating}
\usepackage{booktabs}
\usepackage{setspace}
\usepackage{dcolumn}
\usepackage{mathtools}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{float}
\usepackage{thmtools}
\usepackage[section]{placeins}
\usepackage[symbol]{footmisc}
\restylefloat{table}
\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\fancyhf{}
\fancyhead[LE,RO]{\bfseries\thepage}
\fancyhead[LO]{\bfseries\rightmark}
\fancyhead[RE]{\bfseries\leftmark}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0pt}
\addtolength{\headheight}{0.5pt}
\setlength{\footskip}{0in}
\renewcommand{\footruleskip}{0pt}
\fancypagestyle{plain}{%
\fancyhead{}
\renewcommand{\headrulewidth}{0pt}
}
\parskip 0.05in
\usepackage{appendix}
\usepackage{chngcntr}
\usepackage{etoolbox}
\AtBeginEnvironment{subappendices}{%
\chapter*{Appendix for Chapter~\thechapter}
\addcontentsline{toc}{chapter}{Appendices}
\counterwithin{figure}{section}
\counterwithin{table}{section}
}
\DeclarePairedDelimiter\abs{\lvert}{\rvert}
\DeclarePairedDelimiter\norm{\lVert}{\rVert}
\makeatletter
\let\oldabs\abs
\def\abs{\@ifstar{\oldabs}{\oldabs*}}
\let\oldnorm\norm
\def\norm{\@ifstar{\oldnorm}{\oldnorm*}}
\makeatother
\newcounter{llst}
\newenvironment{abet}{\begin{list}{\rm (\alph{llst})}{\usecounter{llst}
\setlength{\itemindent}{0em} \setlength{\leftmargin}{3em}
\setlength{\labelwidth}{2em} \setlength{\labelsep}{1em}}}{\end{list}}
\newenvironment{numm}{\begin{list}{\rm (\roman{llst})}{\usecounter{llst}
\setlength{\itemindent}{0em} \setlength{\leftmargin}{3.5em}
\setlength{\labelwidth}{2.5em} \setlength{\labelsep}{1em}}}{\end{list}}
\renewcommand{\baselinestretch}{1.25}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\newenvironment{example}{\begin{expl} \rm}{\hfill $\blacklozenge$ \end{expl}}{}
\newenvironment{remark}{\begin{rmrk} \rm}{\hfill $\blacklozenge$ \end{rmrk}}{}
\counterwithin{figure}{section}
\counterwithin{table}{section}
\makeindex
\begin{document}
\pagenumbering{gobble}
\begin{titlepage}
\begin{center}
\vspace*{1cm}
\huge
\textbf{Toward a Digital Strategy\\for Northern Ireland \footnote[2]{This is a preliminary version and some sections may be incomplete.}}
\large
\textbf{Owen Sims}
\vfill
\includegraphics[width=0.25\textwidth]{images/cbi-logo.png}
\large
CBI Northern Ireland
\today
\end{center}
\end{titlepage}
\setcounter{tocdepth}{2}
\tableofcontents
\include{chapters/00ExecutiveSummary}
\include{chapters/01Introduction}
\include{chapters/02DigitalSkills}
\include{chapters/03ActionPlan}
\appendix
\include{appendices/0AIndustrialCodes}
\singlespace
\addcontentsline{toc}{chapter}{Bibliography}
\bibliographystyle{bibliography/agsm}
\bibliography{bibliography/OSDB}
\end{document}