Search found 6 matches

by beth87
Sat Jul 02, 2011 11:10 pm
Forum: Graphics, Figures & Tables
Topic: Position of Graphs
Replies: 4
Views: 2429

Re: Position of Graphs

I have no idea what I should look for, and if it is so obvious couldn't you please tell me what I should actually do?
I am learning to use latex on my own and I have to hand in an important paper by next week.
by beth87
Fri Jul 01, 2011 10:11 am
Forum: Graphics, Figures & Tables
Topic: Position of Graphs
Replies: 4
Views: 2429

Position of Graphs

I am using Texniccenter and Mitex as a compiler.
I want to add some .pdf files

The graph should be so...

Text
\begin{figure}
\includegraphics [scale= 0.12]{C:/TEX/imgs/Table.eps}
\caption{Production}
\label{fg:Null}
\end{figure}
Text

but compiling it the result is that the graph is above all ...
by beth87
Fri Jul 01, 2011 10:09 am
Forum: Math & Science
Topic: Problem with Equation Reference
Replies: 1
Views: 6156

Problem with Equation Reference

I tried to use the following commands

\begin{equation}\label{xx} 3+4=7 \end{equation}

Referring to the equation \eqref{xx}
or

\begin{equation}3+4=7 \label{xx}\end{equation}

Referring to the equation \eqref{xx}

but it did not work...
it worked just if instead of \eqref{xx} I wrote \ref{xx ...
by beth87
Mon Jun 13, 2011 6:06 pm
Forum: Graphics, Figures & Tables
Topic: Problems with Graphs
Replies: 4
Views: 2502

Re: Problems with Graphs

Now I have problems creating a bounding box in a pdf file for a pdf image...
by beth87
Sun Jun 12, 2011 4:55 pm
Forum: Graphics, Figures & Tables
Topic: Problems with Graphs
Replies: 4
Views: 2502

Re: Problems with Graphs

Thanks,I had already changed the folder name but it did not work.
I solved the problem writing the the path as follows ( NOTE THAT THE SLASH ARE IN A DIFFERENT DIRECTION - Slash instead of back slash)

C:/TEX/img/Graph2.png



Is this normal?
by beth87
Sat Jun 11, 2011 6:01 pm
Forum: Graphics, Figures & Tables
Topic: Problems with Graphs
Replies: 4
Views: 2502

Problems with Graphs

I have serious problems with the graphs in whatever format .pdf .eps or .png
I am using Texnic Center and Miktex as a compiler and I am having problems because it generates a frame with written the directory of the image but I can not see the image.
I have uploaded the graphic package... my code is ...