Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gmcninch-tufts
GitHub Repository: gmcninch-tufts/2024-Sp-Math190
Path: blob/main/docs/course-assets/latex-examples/graphic-example.tex
903 views
1
\documentclass{article}
2
3
\usepackage{graphicx, color}
4
5
6
\begin{document}
7
8
Let's include a graphical image, for example a \emph{png} file.
9
10
\begin{center}
11
\includegraphics[scale=.5]{graph-example}
12
\end{center}
13
14
15
\end{document}
16
17