|
|
Topic review (newest first)
- anonimnystefy
- 2013-04-29 22:28:23
- mathgogocart
- 2013-02-24 02:44:50
\hspace{1000mm}\mbox{This text is indented 1090 millimetres from the left margin.}
- mathgogocart
- 2013-02-04 06:31:37
- mathgogocart
- 2013-02-04 06:27:49
- anonimnystefy
- 2012-04-29 08:17:24
Hello hi2
Welcome to the forum!
What is cool? LaTeX? I agree.It is a very powerful tool for helping someone understand mathematics.
Do you know how to use LaTeX?
- anonimnystefy
- 2012-04-11 03:11:30
- bobbym
- 2011-12-09 08:44:48
- djsakds
- 2011-12-09 07:16:57
- bobbym
- 2011-10-31 04:20:43
Hi sassygirl;
Welcome to the forum. What is the problem?
- sassygirl
- 2011-10-31 04:15:06
UH this is confusing this site is just wow like going down and down to comment and then when i comment i forget what to say or what the topic is about
- loida
- 2011-10-10 21:33:52
awesome!!! thank you! i've converted it to .jpg
- Au101
- 2011-10-10 21:15:49
Hi Ioida 
In your preamble write
\usepackage{graphicx}
Graphicx will probably look for the picture in whichever directory the .tex file is in, but it's best to specify the graphicspath - especially if your picture is somewhere else on the system, in which case it won't find it, so write underneath that (yes, two braces, it works better, apparently):
\graphicspath{{filepath}}
Then, wherever you want the picture:
\includegraphics{filename}
It should not be necessary to include the extension. You can also scale the picture using
\includegraphics[scale=x]{filename}
Give x as a decimal, e.g. 0.5 or 1.8.
You can also use the figure environment if you want captions. There is a lot of information about this in the LaTeX manual (http://en.wikibooks.org/wiki/LaTeX). There are also dedicated forums for LaTeX queries, and - indeed - TeX queries in general, and I suggest that for general TeX questions you go there. Not that I'm not completely happy to help, but you're much more likely to find your answer. Also, please remember that this won't work for .gif, I don't think. You should be using .jpg, .png or .pdf.
- loida
- 2011-10-10 19:53:33
thank you Au.. I need it at home.. can you give me the code?
|