Search found 7 matches

by mischuin
Sun Oct 14, 2012 6:48 pm
Forum: Graphics, Figures & Tables
Topic: Image not appearing
Replies: 3
Views: 6695

Image not appearing

I got it!

I've used the following: \usepackage{graphicx,epstopdf} , as showed in the code below.
Executing like your suggestion, the following error comes out
!LaTeX Error:Unknown graphics extension:.eps

See the LaTeX manual or LaTeX Companion for explanation.
Type H<return> for immediate help ...
by mischuin
Sun Oct 14, 2012 4:10 am
Forum: Graphics, Figures & Tables
Topic: Image not appearing
Replies: 3
Views: 6695

Image not appearing

Actually, one warning, that I didn't realize before is being shown:
epstopdf-base.sty
Package epstopdf Warning: Drivers other than `pdftex.def' are not supported.

Here's the full code executed:
\documentclass[12pt,a4paper]{abnt}
\usepackage{amsmath,amsthm,amsfonts,amssymb}

\usepackage ...
by mischuin
Sat Oct 13, 2012 7:41 pm
Forum: Graphics, Figures & Tables
Topic: Image not appearing
Replies: 3
Views: 6695

Image not appearing

Hello everyone!
I'm trying to put a picture in my article, but the image just has not being shown. The compiler runs without errors or warnings, but the text is generated with the space of figure (even the legend is showed), but without the figure. What might be happening? Look below the packages ...
by mischuin
Fri Oct 12, 2012 3:45 am
Forum: Page Layout
Topic: Footnotes in Headings
Replies: 2
Views: 6838

Re: Footnotes in Headings

Dear Stefan,

I'll try be more creative and/or funny next time. I promise. hehe...

Thanks for the tips. They completely solved my problem.
Cheers!
by mischuin
Thu Oct 11, 2012 6:24 am
Forum: Page Layout
Topic: Footnotes in Headings
Replies: 2
Views: 6838

Footnotes in Headings

Dear all,

how can I put a footnote into a heading of a section so that the number of note indicator sticks to the title? I'm doing like that (imagine that this is my second section and my first footnote):

\section{Bla Bla}\footnote{Kkkkkkkkkkkkk}

And the result is like:

2 Bla Bla
1

Instead of ...
by mischuin
Wed Oct 10, 2012 6:39 pm
Forum: General
Topic: ldots not working
Replies: 3
Views: 3753

ldots not working

Hi, Stefan! Thanks for the welcome.
No, I was not using it inside the verbatim environment, I was doing something else, as stupid as the other .. hehe ... I was using a forward slash( / ) instead of backslash ( \ )

\ldots (correct)
/ldots (incorrect)

Anyway, thank so much for your help ...
by mischuin
Wed Oct 10, 2012 7:13 am
Forum: General
Topic: ldots not working
Replies: 3
Views: 3753

ldots not working

Hey everyone,
I am new user of latex and came across a problem seemingly silly, but I could not solve. The case is that the command \ldots is not being compiled. I compile and what results is "\ldots" instead of "...". Do I need a specific package to use this command? Has anyone experienced this ...