Search found 4 matches

by dvd1975
Tue Oct 21, 2014 8:04 pm
Forum: Text Formatting
Topic: help with a graphic
Replies: 8
Views: 3674

Re: help with a graphic

Sorry i wrote before i posted in the forum your last code but it doesnt work too.
The text is written at the end of the document, not below the image.
it appears

0000
0000
0000




text


thank you for your help
by dvd1975
Tue Oct 21, 2014 7:31 pm
Forum: Text Formatting
Topic: help with a graphic
Replies: 8
Views: 3674

Re: help with a graphic

Sorry it doesnt work.
I wrote your code.
And the program TexnicCenter created two pages, one with the text and another one with the image.
I want only a page, with the image first, and below the text
Like this


0000
0000
0000

Text

Thank you for your help
by dvd1975
Tue Oct 21, 2014 7:04 pm
Forum: Text Formatting
Topic: help with a graphic
Replies: 8
Views: 3674

Re: help with a graphic

Thank you for your answer.
But it doesnt work.
When i built and see the outpout there's a black image(not my image) in the center of page. And the image is very big.
by dvd1975
Tue Oct 21, 2014 6:42 pm
Forum: Text Formatting
Topic: help with a graphic
Replies: 8
Views: 3674

help with a graphic

I want an image and down i want a sentence.
I write this

\documentclass[a4paper,12pt]{article}
\usepackage[activeacute,spanish]{babel}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}
\usepackage{wrapfig}

\begin{document}
\begin{figure}
\centering
\includegraphics{image.jpg}
\end{figure ...