Advertisement
Guest User

Untitled

a guest
May 24th, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. \documentclass[a4paper, 11pt]{article}
  2. \usepackage{comment} % enables the use of multi-line comments (\ifx \fi)
  3. \usepackage{lipsum} %This package just generates Lorem Ipsum filler text.
  4. \usepackage{fullpage} % changes the margin
  5.  
  6. \begin{document}
  7. %Header-Make sure you update this information!!!!
  8. \noindent
  9. \large\textbf{Post/Pre-Lab X Report} \hfill \textbf{FirstName LastName} \\
  10. \normalsize ECE 100-003 \hfill Teammates: Student1, Student2 \\
  11. Prof. Oruklu \hfill Lab Date: XX/XX/XX \\
  12. TA: Adam Sumner \hfill Due Date: XX/XX/XX
  13.  
  14. \section*{Problem Statement}
  15. Put your Problem statement here! Example of a Citation\cite[p.219]{Robotics}. Here's Another Citation\cite{Flueck}
  16.  
  17. \section*{Investigation/Research}
  18. \lipsum[2]
  19.  
  20. \section*{Alternative Solutions}
  21. \lipsum[3]
  22.  
  23. \section*{Optimum Solution}
  24. \lipsum[4]
  25. % to comment sections out, use the command \ifx and \fi. Use this technique when writing your pre lab. For example, to comment something out I would do:
  26. % \ifx
  27. % \begin{itemize}
  28. % \item item1
  29. % \item item2
  30. % \end{itemize}
  31. % \fi
  32.  
  33. \section*{Construction/Implementation}
  34. \lipsum[5]
  35.  
  36. \section*{Analysis \& Testing}
  37. \lipsum[6]
  38.  
  39. \section*{Final Evaluation}
  40. \lipsum[7]
  41.  
  42. \section*{Attachments}
  43. %Make sure to change these
  44. Lab Notes, HelloWorld.ic, FooBar.ic
  45. %\fi %comment me out
  46.  
  47. \begin{thebibliography}{9}
  48. \bibitem{Robotics} Fred G. Martin \emph{Robotics Explorations: A Hands-On Introduction to Engineering}. New Jersey: Prentice Hall.
  49. \bibitem{Flueck} Flueck, Alexander J. 2005. \emph{ECE 100}[online]. Chicago: Illinois Institute of Technology, Electrical and Computer Engineering Department, 2005 [cited 30
  50. August 2005]. Available from World Wide Web: (http://www.ece.iit.edu/~flueck/ece100).
  51. \end{thebibliography}
  52.  
  53. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement