To write your report in LaTeX, you need

- buIE47x.cls
- your own bib file (check report.bib for sample bib items)

in the same folder as your LaTeX report file (here
"latex report example.tex").

* If you have figures, it is a good idea to keep them in a subfolder
(here figures subfolder).

* Check or reuse the content of "latex report example.tex" as you
create your own LaTeX report. For your convenience, report.tex contains
the minimum number of elements to start with. When you successfully compile your
LaTeX report with pdflatex, the output will be in the pdf file with
the first name of your latex report file. Here
    - "latex report example.pdf" is obtained without nocoverpage option, and
    - "latex report example without cover page.pdf" with nocoverpage
option. So without options, you get report output with a cover page
containing project short code and team number by default. These outputs will have
colored links to references and citations. If you plan to print, then you can
disable colors and links with print class option.

15 Sep 2021 Savaş Dayanık
Modified 26 Sep 2022 Savaş Dayanık

