summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/guide-to-latex/exercises/chap8/exer8-2.tex
blob: cf45720ae5e14aabcfbb4fad9f05b47cf1d61c91 (plain)
1
2
3
4
5
6
7
8
9
10
11
\documentclass{article}
\usepackage[dvips]{graphicx}
\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[scale=2.0, angle=45, origin=c]{demo}

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