diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap8/exer8-1.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap8/exer8-1.tex | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap8/exer8-1.tex b/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap8/exer8-1.tex new file mode 100644 index 00000000000..218de1ba564 --- /dev/null +++ b/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap8/exer8-1.tex @@ -0,0 +1,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} |