I tried to add curly brackate using
\left{,\begin{array}{@{}ll}but no help. What is the way to add large brackate to cover as in image?Is is possible to create black strip as in image behind
Users-schema?
Source code DEMO : https://www.sharelatex.com/project/5374a2ebeb2b8d651828ef64f
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{hyperref}
\usepackage[a4paper, total={6in, 8in}]{geometry}
\setlength\parindent{0pt}
\usepackage{xcolor}
\usepackage{setspace}
\begin{document}
\begin{center}
\textbf {User schema}
\end{center}
\setstretch{1.5}
\textbf {ID : } \textcolor{red}{ObjectId }- Id do registro \\
\textbf {Name: } \textcolor{red}{ String } - Name co usuario \\
\textbf {date: } \textcolor{red}{ Date } - Date de Cadastro \\
\textbf {ren\_date: } \textcolor{red}{ Date } - Data de
\textbf {email: } \textcolor{red}{ String } - Lorem ipsum dolorsitamet, consecteturadipisicingelit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minimveniam, exercitationullamcolaborisnisi ut aliquipexeacommodoconsequat. Duisautereprehenderit in voluptatevelit esse cillumdolore eu fugiatnullapariatur. Occaecatcupidatat non proident, sunt in culpa quiofficiadeseruntmollit.
\[
\text{accesslog: \textcolor{red}{ Array }}
\left(
\begin{array}{@{}ll}
\left\{\begin{tabular}{l}
\textbf{date}: \textcolor{red}{string} Data -- da ocorrncia.\\
\textbf{ObjectId}: \textcolor{red}{Usuário} -- que executou.\\
\textbf{action}: \textcolor{red}{String} -- Aço Executada.\\
\end{tabular}\right.\\
~\\
\left\{
\begin{tabular}{l}
\textbf{date}: \textcolor{red}{string} Data -- da ocorrncia.\\
\textbf{ObjectId}: \textcolor{red}{Usuário} -- que executou.\\
\textbf{action}: \textcolor{red}{String} -- Aço Executada.\\
\end{tabular}\right.
\end{array}
\right.
\]
\hyperlink{page.2}{\textbf {group\_id : }} \textcolor{red}{ ObjectId } - Id do grupo.
\pagebreak
\begin{center}
\textbf {Group schema}
\end{center}
\setstretch{1.5}
\textbf {ID : } \textcolor{red}{ObjectId }- Id do registro \\
\textbf {Name: } \textcolor{red}{ String } - Name co usuario \\
\textbf {date: } \textcolor{red}{ Date } - Date de Cadastro \\
\textbf {ren\_date: } \textcolor{red}{ Date } - Data de
\textbf {email: } \textcolor{red}{ String } - Lorem ipsum dolorsitamet, consecteturadipisicingelit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minimveniam, exercitationullamcolaborisnisi ut aliquipexeacommodoconsequat. Duisautereprehenderit in voluptatevelit esse cillumdolore eu fugiatnullapariatur. Occaecatcupidatat non proident, sunt in culpa quiofficiadeseruntmollit.
\[
\text{accesslog: \textcolor{red}{ Array }}
\left(
\begin{array}{@{}ll}
\left\{\begin{tabular}{l}
\textbf{date}: \textcolor{red}{string} Data -- da ocorrncia.\\
\textbf{ObjectId}: \textcolor{red}{Usuário} -- que executou.\\
\textbf{action}: \textcolor{red}{String} -- Aço Executada.\\
\end{tabular}\right.\\
~\\
\left\{
\begin{tabular}{l}
\textbf{date}: \textcolor{red}{string} Data -- da ocorrncia.\\
\textbf{ObjectId}: \textcolor{red}{Usuário} -- que executou.\\
\textbf{action}: \textcolor{red}{String} -- Aço Executada.\\
\end{tabular}\right.
\end{array}
\right.
\]
\textcolor{blue} { \textbf {group\_id : }} \textcolor{red}{ ObjectId } - Id do grupo.
\end{document}
result should be like :


\left\{and ended with}\right.. But it shows just small brackage. Not convering entire content. please see https://www.sharelatex.com/project/5374a2ebeb2b8d651828ef64 – cyclic Jun 11 '14 at 19:10