name: Build a Latex Book content: | @@ ```latex \documentclass[12pt]{book} \usepackage{url} \begin{document} \title{@@} \author{@<Author name>@} % Author \date{\today} % Date \maketitle \tableofcontents \chapter{Introduction} @<generation_placeholder>@ \end{document} ``` snippets: - Import graphics(required to add graphics to the page) : \usepackage[demo]{graphic} - Add graph: | \includegraphics[width=4in]{@<Image name>@}% Replace with your own image path help: | Builds a latex code for a book