Search found 6 matches

by Drako
Mon Jul 22, 2013 7:55 pm
Forum: Graphics, Figures & Tables
Topic: Vertical Alignment for in-text Graphics
Replies: 1
Views: 4843

Vertical Alignment for in-text Graphics

found my answer, seems like \raisebox works fine with \includegraphics =)
by Drako
Mon Jul 22, 2013 6:42 pm
Forum: Graphics, Figures & Tables
Topic: Vertical Alignment for in-text Graphics
Replies: 1
Views: 4843

Vertical Alignment for in-text Graphics

How do I align the pictures with the text? Align isn't even the right word, I just don't want it to be aligned to bottom of the line (in this case I want it to be just a little lower, like subscript).

\includegraphics[scale = 0.7]{images/f1.PNG}
\includegraphics[scale = 0.7]{images/f2.PNG ...
by Drako
Thu Jun 30, 2011 7:37 pm
Forum: Graphics, Figures & Tables
Topic: Figures in Middle of the Text
Replies: 2
Views: 3488

Re: Figures in Middle of the Text

thanks a lot!!

i did not know i could use includegraphics without figure..

thanks!!
by Drako
Thu Jun 30, 2011 4:30 pm
Forum: Graphics, Figures & Tables
Topic: Figures in Middle of the Text
Replies: 2
Views: 3488

Figures in Middle of the Text

When i try to add figures in middle of text (icons for example) if i use like this

text text text text \begin{figure}
\includegraphics[scale = 0.2]{images/icon.png}
\end{figure} text text text

it doesnt work at all..

i looked for packages that could do this and tried wrapfig but i forgot to add ...
by Drako
Tue Oct 19, 2010 9:41 pm
Forum: Graphics, Figures & Tables
Topic: Graphicspath question
Replies: 3
Views: 2806

Re: Graphicspath question

Just tried to use the grffile package, doesnt seem to work.

I not actually able to test other directories because all network folders that im allowed to access are under this one with an underscore.

The tex files are a few directories above the one with the images, on the same drive. Trying to ...
by Drako
Fri Oct 15, 2010 9:08 pm
Forum: Graphics, Figures & Tables
Topic: Graphicspath question
Replies: 3
Views: 2806

Graphicspath question

Hi, im having a problem with the directories in which my images are being stored.

I have several .tex files on different folders but i want to maintain only 1 folder for the images and it should be bellow the .tex folders. Everything would work fine if the images and tex files werent on another ...