Tech Girls
Forfatter:
Jenine Beekhuyzen
Sidst opdateret:
8 år siden
Licens:
Creative Commons CC BY 4.0
Resumé:
Tech Girls Business Plan
\begin
Opdag hvorfor 18 millioner mennesker verden rundt stoler på Overleaf med deres arbejde.
\begin
Opdag hvorfor 18 millioner mennesker verden rundt stoler på Overleaf med deres arbejde.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% My documentation report
% Objective: Explain what I did and how, so someone can continue with the investigation
%
% Important note:
% Chapter heading images should have a 2:1 width:height ratio,
% e.g. 920px width and 460px height.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[11pt,fleqn]{book} % Default font size and left-justified equations
\usepackage[top=3cm,bottom=3cm,left=3.2cm,right=3.2cm,headsep=10pt,letterpaper]{geometry} % Page margins
\usepackage{xcolor} % Required for specifying colors by name
\definecolor{ocre}{RGB}{52,177,201} % Define the orange color used for highlighting throughout the book
% Font Settings
\usepackage{avant} % Use the Avantgarde font for headings
%\usepackage{times} % Use the Times font for headings
\usepackage{mathptmx} % Use the Adobe Times Roman as the default text font together with math symbols from the Symbol, Chancery and Computer Modern fonts
\usepackage{microtype} % Slightly tweak font spacing for aesthetics
\usepackage[utf8]{inputenc} % Required for including letters with accents
\usepackage[T1]{fontenc} % Use 8-bit encoding that has 256 glyphs
% Bibliography
\usepackage[style=alphabetic,sorting=nyt,sortcites=true,autopunct=true,babel=hyphen,hyperref=true,abbreviate=false,backref=true,backend=biber]{biblatex}
\addbibresource{bibliography.bib} % BibTeX bibliography file
\defbibheading{bibempty}{}
\input{structure} % Insert the commands.tex file which contains the majority of the structure behind the template
\begin{document}
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\begingroup
\thispagestyle{empty}
\AddToShipoutPicture*{\put(0,0){\includegraphics[scale=1.25]{Competition_Flyer2}}} % Image background
\centering
\par\normalfont\fontsize{35}{35}\sffamily\selectfont
\color{white}
\vspace*{20.3cm}
{\Huge (\textbf{team name})}\par % Author name
\endgroup
%----------------------------------------------------------------------------------------
% TABLE OF CONTENTS
%----------------------------------------------------------------------------------------
\chapterimage{head.jpg} % Table of contents heading image
\pagestyle{empty} % No headers
\tableofcontents % Print the table of contents itself
%\cleardoublepage % Forces the first chapter to start on an odd page so it's on the right
\pagestyle{fancy} % Print headers again
%----------------------------------------------------------------------------------------
% CHAPTER 1
%----------------------------------------------------------------------------------------
\chapterimage{head1.jpg} % Chapter heading image
\chapter{100 Words App Description}
>>>>> Add your content <<<<<
%This statement requires citation \cite{book_key}; this one is more specific \cite[122]{article_key}.
%----------------------------------------------------------------------------------------
% CHAPTER 2
%----------------------------------------------------------------------------------------
\chapterimage{head2.jpg}
\chapter{Company Summary}
>>>>> Add your content <<<<<
%----------------------------------------------------------------------------------------
% CHAPTER 3
%----------------------------------------------------------------------------------------
\chapterimage{head3.jpg}
\chapter{Competitive Analysis}
>>>>> Add your content <<<<<
%----------------------------------------------------------------------------------------
% CHAPTER 4
%----------------------------------------------------------------------------------------
\chapterimage{head4.jpg} % Chapter heading image
\chapter{Potential Market Size}
>>>>> Add your content <<<<<
%----------------------------------------------------------------------------------------
% CHAPTER 5
%----------------------------------------------------------------------------------------
\chapterimage{head5.jpg} % Chapter heading image
\chapter{Competitive Analysis}
>>>>> Add your content <<<<<\\
\begin{tabular}{|c|c|c|c|}
\hline
Item 1 & Item 2 & Item 3 & Item 4\\
\hline
Content 1 & Content 2 & Content 3 & Content 4\\
\hline
\end{tabular}
%----------------------------------------------------------------------------------------
% CHAPTER 6
%----------------------------------------------------------------------------------------
\chapterimage{head6.jpg} % Chapter heading image
\chapter{Revenue Model}
>>>>> Add your content <<<<<
%----------------------------------------------------------------------------------------
% CHAPTER 7
%----------------------------------------------------------------------------------------
\chapterimage{head7.jpg} % Chapter heading image
\chapter{Estimated Profits}
>>>>> Add your content <<<<<
%----------------------------------------------------------------------------------------
% CHAPTER 8
%----------------------------------------------------------------------------------------
\chapterimage{head8.jpg} % Chapter heading image
\chapter{Branding and Promotion}
>>>>> Add your content <<<<<
%----------------------------------------------------------------------------------------
% CHAPTER 9
%----------------------------------------------------------------------------------------
\chapterimage{head9.jpg} % Chapter heading image
\chapter{Current Features}
>>>>> Add your content <<<<<
%----------------------------------------------------------------------------------------
% CHAPTER 10
%----------------------------------------------------------------------------------------
\chapterimage{head10.jpg} % Chapter heading image
\chapter{Future Features}
>>>>> Add your content <<<<<
%----------------------------------------------------------------------------------------
% CHAPTER 11
%----------------------------------------------------------------------------------------
\chapterimage{head11.jpg} % Chapter heading image
\chapter{Citations}
>>>>> Add your content <<<<<
\end{document}