Including graphical images in your report
If you produce your report using LaTeX (recommended!) the following example shows how
to include graphical images:
The main point here is that you need to use the graphicx package
\usepackage{graphicx, color}and that the command
\includegraphics[scale=.5]{graph-example}displays the graphic found in the file named graph-example.png (or graph-example.jpg or…)
The [pdf] link shows the output. To use this yourself, you’ll need
to save the latex file as well as the png graphic file. You can
read a bit more
here about
how to use this in overleaf. You’ll need to upload the file
graph-example.png to Overleaf…
Video recommendations
The simplest way to make the required video for the final project is to film yourself speaking while writing on a whiteboard or chalkboard.
A better method is to use video-editing software which will allow you to narrate your talk while displaying slides which you might produce in
LaTeXusing the packagebeamer.Try googling (or searching on
youtube) for something like:presentations using latex and beamerExample of video-editing software:
openshotdiscussion of
beamerat theoverleafsite:beamerusing these tools will make it easier to visually demonstrate some aspect of mathematics involved in your report
here is an example of some beamer slides:
This example includes an illustration of how to include images in a latex file. In order to use this example, you’ll need to save both the
LaTeXfile and the graphicalpngfile.The
[pdf]link shows the output. To use this yourself, you’ll need to save thelatexfile as well as thepnggraphic file. You can read a bit more here about how to use this in overleaf. You’ll need to upload the filegraph-example.pngto Overleaf…