Latex example done during lecture 2022b
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
365 B

2 years ago
  1. # latex-example-2022b
  2. Latex example done during lecture 2022b
  3. # Reference examples
  4. ```
  5. \begin{thebibliography}{9}
  6. \bibitem{texbook}
  7. Donald E. Knuth (1986) \emph{The \TeX{} Book}, Addison-Wesley Professional.
  8. \bibitem{lamport94}
  9. Leslie Lamport (1994) \emph{\LaTeX: a document preparation system}, Addison
  10. Wesley, Massachusetts, 2nd ed.
  11. \end{thebibliography}
  12. ```