summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/guide-to-latex/exercises/chap8/exer8-1.tex
blob: 218de1ba5647e52bb9d3353fda6d6b67408240ec (plain)
1
2
3
4
5
6
7
8
9
10
11
\documentclass{article}
\usepackage[dvips]{graphics}
\begin{document}
This is some sample text together with an include graphic given as an 
\texttt{.eps}-File. The beginning text stands above the graphic that
follows now

\includegraphics{demo}

Below the graphic some additional follows as shown here.
\end{document}