Advertisement
Guest User

model

a guest
Dec 10th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. \documentclass{article}
  2. \usepackage[utf8]{inputenc}
  3. \usepackage{amsfonts}
  4. \usepackage{fancyhdr}
  5. \usepackage{comment}
  6. \usepackage[a4paper, top=2.5cm, bottom=2.5cm, left=2.2cm, right=2.2cm]%
  7. {geometry}
  8. \usepackage{times}
  9. \usepackage{amsmath}
  10. \usepackage{changepage}
  11. \usepackage{amssymb}
  12. \usepackage{pgf-umlsd}
  13. \usepackage{pgf-umlcd}
  14. \usepackage{graphicx}%
  15. \usepackage{pifont}
  16. \usepackage{tabto}
  17. \usepackage{graphicx}
  18. \graphicspath{ {./images/} }
  19. \setcounter{MaxMatrixCols}{30}
  20. \newtheorem{theorem}{Theorem}
  21. \newtheorem{acknowledgement}[theorem]{Acknowledgement}
  22. \newtheorem{algorithm}[theorem]{Algorithm}
  23. \newtheorem{axiom}{Axiom}
  24. \newtheorem{case}[theorem]{Case}
  25. \newtheorem{claim}[theorem]{Claim}
  26. \newtheorem{conclusion}[theorem]{Conclusion}
  27. \newtheorem{condition}[theorem]{Condition}
  28. \newtheorem{conjecture}[theorem]{Conjecture}
  29. \newtheorem{corollary}[theorem]{Corollary}
  30. \newtheorem{criterion}[theorem]{Criterion}
  31. \newtheorem{definition}[theorem]{Definition}
  32. \newtheorem{example}[theorem]{Example}
  33. \newtheorem{exercise}[theorem]{Exercise}
  34. \newtheorem{lemma}[theorem]{Lemma}
  35. \newtheorem{notation}[theorem]{Notation}
  36. \newtheorem{problem}[theorem]{Problem}
  37. \newtheorem{proposition}[theorem]{Proposition}
  38. \newtheorem{remark}[theorem]{Remark}
  39. \newtheorem{solution}[theorem]{Solution}
  40. \newtheorem{summary}[theorem]{Summary}
  41. \newenvironment{proof}[1][Proof]{\textbf{#1.} }{\ \rule{0.5em}{0.5em}}
  42.  
  43. \begin{document}
  44.  
  45. \begin{itemize}
  46. \item[(1)] \textbf{Staff member} \underline{*\qquad does \ding{228}\qquad 1} \textbf{Managing Activity}
  47. \item[(2)] \textbf{Staff member} \underline{*\qquad list of \ding{228}\qquad *} \textbf{Search Function}
  48. \item[(3)] \textbf{Managing Activity} \underline{1\qquad on \ding{228}\qquad *} \textbf{Auction}
  49. \item[(4)] \textbf{Managing Activity} \underline{1\qquad on \ding{228}\qquad *} \textbf{Book}
  50. \item[(5)] \textbf{Managing Activity} \underline{1\qquad on \ding{228}\qquad *} \textbf{Client}
  51. \item[(6)] \textbf{Managing Activity} \underline{1\qquad on \ding{228}\qquad *} \textbf{Goods}
  52. \item[(7)] \textbf{Client} \underline{*\qquad attends \ding{228}\qquad *} \textbf{Auction}
  53. \item[(8)] \textbf{Client} \underline{1\qquad owns \ding{228}\qquad *} \textbf{Goods}
  54. \item[(9)] \textbf{Client} \underline{*\qquad creates \ding{228}\qquad 1} \textbf{Request}
  55. \item[(10)] \textbf{Request} \underline{1\qquad reserve \ding{228}\qquad *} \textbf{Book}
  56. \item[(11)] \textbf{Request} \underline{1\qquad to \ding{228}\qquad *} \textbf{Search Function}
  57. \item[(12)] \textbf{Auction} \underline{1\qquad offers \ding{228}\qquad *} \textbf{Goods}
  58. \item[(13)] \textbf{Search Function} \underline{*\qquad searches for \ding{228}\qquad 1} \textbf{Searched Item}
  59. \end{itemize}
  60.  
  61. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement