Software Design Document
作者:
dev_rubs
最近上传:
1 年前
许可:
Creative Commons CC BY 4.0
摘要:
Software Design Document for beginner projects
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
Software Design Document for beginner projects
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\documentclass{article}
\usepackage{rotating}
\usepackage{tikz}
\usepackage{graphicx}
\usepackage{fontspec}
\usepackage{tocloft}
\usepackage{titletoc}
\usepackage{lipsum}
\setmainfont{LEMONMILK-Bold.otf}[Path=Assets/Fonts/]
\begin{document}
%%%%%%%%%% COVER %%%%%%%%%%
\begin{titlepage}
\begin{tikzpicture}[remember picture,overlay]
\fill[color=black] (current page.north west) rectangle ++(5cm,-\paperheight);
\node[anchor=south west, text=white] at (current page.south west) {\hspace{1.5cm}\begin{turn}{90}
\resizebox{!}{35.5pt}{\hspace{0.17cm}Software Design Document}\end{turn}};
\end{tikzpicture}
\begin{flushright}
\vspace{7.5cm}
\Huge Title
\vspace{0.5cm}
\Large Subtitle (optional)
\vspace{8cm}
\normalsize Feb 30th, 2030
\end{flushright}
\end{titlepage}
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% LIST OF CONTENTS %%%%%%%%%%
\tableofcontents
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% CONTENT %%%%%%%%%%
\setmainfont{LEMONMILK-Bold.otf}[Path=Assets/Fonts/]
\section{Description}
\setmainfont{LEMONMILK-Regular.otf}[Path=Assets/Fonts/]
\lipsum[1-2]
\newpage
\setmainfont{LEMONMILK-Bold.otf}[Path=Assets/Fonts/]
\section{Development plan}
\setmainfont{LEMONMILK-Regular.otf}[Path=Assets/Fonts/]
\lipsum[2-4]
\newpage
\setmainfont{LEMONMILK-Bold.otf}[Path=Assets/Fonts/]
\section{Target Users}
\setmainfont{LEMONMILK-Regular.otf}[Path=Assets/Fonts/]
\lipsum[2-4]
\newpage
\setmainfont{LEMONMILK-Bold.otf}[Path=Assets/Fonts/]
\section{Features}
\setmainfont{LEMONMILK-Regular.otf}[Path=Assets/Fonts/]
\subsection{Feature 1}
\lipsum[2-4]
\subsection{Feature 2}
\lipsum[2-4]
\subsection{Feature 3}
\lipsum[2-4]
\newpage
\setmainfont{LEMONMILK-Bold.otf}[Path=Assets/Fonts/]
\section{Technologies}
\setmainfont{LEMONMILK-Regular.otf}[Path=Assets/Fonts/]
\subsection{Item 1}
\lipsum[2-4]
\subsection{Item 2}
\lipsum[2-4]
\subsection{Item 3}
\lipsum[2-4]
\newpage
\setmainfont{LEMONMILK-Bold.otf}[Path=Assets/Fonts/]
\section{Distribution Plan (optional)}
\setmainfont{LEMONMILK-Regular.otf}[Path=Assets/Fonts/]
\lipsum[2-4]
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}
\begin{comment}
\end{comment}