Advertisement
wfaulkn6

latex Source code

Jan 26th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.38 KB | None | 0 0
  1. \documentclass{article}
  2. \usepackage[utf8]{inputenc}
  3. \usepackage{titletoc,tocloft}
  4. \renewcommand{\contentsname}{Table of Contents}
  5.  
  6. \setlength{\cftsubsecindent}{1cm}
  7. \setlength{\cftsubsubsecindent}{3cm}
  8. \dottedcontents{section}[1.5em]{}{1.3em}{.6em}
  9.  
  10.  
  11.  
  12. \title{Exploring the Deep Web}
  13. \author{Will Faulkner}
  14. \date{January 2020}
  15. \
  16.  
  17. \begin{document}
  18. \maketitle
  19. \newpage
  20. \tableofcontents
  21. \newpage
  22. \section{Introduction}
  23.  
  24. This is the section where i will cover how and when the deep web was created and a brief summary of both it's legal and illegal use cases
  25.  
  26.  
  27. \section{History and Access}
  28. \subsection{History}
  29.    how and when the deep web was created
  30. \subsection{How to Access}
  31.    How to access it and the risks associated with that access
  32. \section{Legal Use Cases - Deep Web}
  33.    Legal use cases
  34.        \subsection{Whistle blowing}
  35.        \subsection{Anonymous Journalism}
  36.        \subsection{Governmental Use}
  37.  
  38. \section{Illegal Use Cases - Dark Web}
  39.    Illegal use cases
  40.        \subsection{Illegal Markets}
  41.        \subsection{Prohibited Materials}
  42.        \subsection{Cyber Warfare}
  43.  
  44. \section{Should it continue? }
  45.    Whether or not I believe that it should continue in its current form
  46. \section{How could it be changed? }
  47.    How we could change it to enhance the pros and reduce the cons.
  48. \section{It impact on society}
  49.  
  50. \section{Conclusion}
  51. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement