Discussion:
figure after each figure...
prleuqar
2006-09-21 17:04:15 UTC
Permalink
Hi,
I am working with a document of class ieeetran.cls. But after each
inserted figure the text "figure" appears.

Does anyone have any idea how to overcome this?

Thanks in advance,

Raquel.

\documentclass[final]{IEEEtran}

\usepackage{graphicx}
\usepackage[dvips]{graphicx}
\usepackage{pstricks}
\usepackage{subfig}
\usepackage{float}

...

\begin{figure}[htbp]
\centering
\includegraphics[width=8.0cm]{./Exemplo1/MDPerformance.png}
\caption{MDPerformance.}
\label{fig:time}
\end{figure}







Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Alain Delmotte
2006-09-22 07:29:19 UTC
Permalink
Hi!

prleuqar a écrit :
> Hi,
> I am working with a document of class ieeetran.cls. But after each
> inserted figure the text "figure" appears.
>
I suppose it appears as "Figure xx: MDPerformance" in your example!
This is due to the "caption" command and is coming from the graphicx
package I suppose.

So if you want to avoid Figure, you'll have to modify a copy of
graphicx.sty(?)

Yours,

Alain Delmotte
> Does anyone have any idea how to overcome this?
>
> Thanks in advance,
>
> Raquel.
>
> \documentclass[final]{IEEEtran}
>
> \usepackage{graphicx}
> \usepackage[dvips]{graphicx}
> \usepackage{pstricks}
> \usepackage{subfig}
> \usepackage{float}
>
> ...
>
> \begin{figure}[htbp]
> \centering
> \includegraphics[width=8.0cm]{./Exemplo1/MDPerformance.png}
> \caption{MDPerformance.}
> \label{fig:time}
> \end{figure}
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
>
>





Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
John Trapp
2006-09-22 17:40:37 UTC
Permalink
TeXnicCenter-Users-***@public.gmane.org,Internet writes:
>So if you want to avoid Figure, you'll have to modify a copy of
>graphicx.sty(?)


or don't use \caption.

John




Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
prleuqar
2006-09-26 20:31:11 UTC
Permalink
Hi,

What really happens is:

Figure xx: MDPerformance.
figure

And I don't know how to exclude the last "figure".

Any help?

Raquel.


--- In TeXnicCenter-Users-***@public.gmane.org, Alain Delmotte
<***@...> wrote:
>
> Hi!
>
> prleuqar a écrit :
> > Hi,
> > I am working with a document of class ieeetran.cls. But after
each
> > inserted figure the text "figure" appears.
> >
> I suppose it appears as "Figure xx: MDPerformance" in your example!
> This is due to the "caption" command and is coming from the
graphicx
> package I suppose.
>
> So if you want to avoid Figure, you'll have to modify a copy of
> graphicx.sty(?)
>
> Yours,
>
> Alain Delmotte
> > Does anyone have any idea how to overcome this?
> >
> > Thanks in advance,
> >
> > Raquel.
> >
> > \documentclass[final]{IEEEtran}
> >
> > \usepackage{graphicx}
> > \usepackage[dvips]{graphicx}
> > \usepackage{pstricks}
> > \usepackage{subfig}
> > \usepackage{float}
> >
> > ...
> >
> > \begin{figure}[htbp]
> > \centering
> > \includegraphics[width=8.0cm]{./Exemplo1/MDPerformance.png}
> > \caption{MDPerformance.}
> > \label{fig:time}
> > \end{figure}
> >
> >
> >
> >
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
>







Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Alain Delmotte
2006-09-27 08:17:21 UTC
Permalink
Hi Raquel,

Could you include a CME (or MCE?) that is a Complete Minimal Example
you give the \documentclass, the preamble (well the part needed) and a
fraction of the document itself
all this should reproduce your problem.

Example: I do not get the legend of a picture, why???:
=====================
\documentclass[12pt]{article}

\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}

\begin{document}

some text here

\begin{figure}[ht]
\centering
\frame{This is the picture}
\end{figure}

some text here

\end{document}
===================

from this I, if I run, of course I do not get the Legend (I reproduced
the problem), but I can see that I forgot \caption !!!

If it is not possible, you could send me (out of the list) the file (and
picture or figure - if separate) and I'll have a look.

Do not hesitate,

Alain Delmotte

prleuqar a écrit :
> Hi,
>
> What really happens is:
>
> Figure xx: MDPerformance.
> figure
>
> And I don't know how to exclude the last "figure".
>
> Any help?
>
> Raquel.
>
>
> --- In TeXnicCenter-Users-***@public.gmane.org, Alain Delmotte
> <***@...> wrote:
>
>> Hi!
>>
>> prleuqar a écrit :
>>
>>> Hi,
>>> I am working with a document of class ieeetran.cls. But after
>>>
> each
>
>>> inserted figure the text "figure" appears.
>>>
>>>
>> I suppose it appears as "Figure xx: MDPerformance" in your example!
>> This is due to the "caption" command and is coming from the
>>
> graphicx
>
>> package I suppose.
>>
>> So if you want to avoid Figure, you'll have to modify a copy of
>> graphicx.sty(?)
>>
>> Yours,
>>
>> Alain Delmotte
>>
>>> Does anyone have any idea how to overcome this?
>>>
>>> Thanks in advance,
>>>
>>> Raquel.
>>>
>>> \documentclass[final]{IEEEtran}
>>>
>>> \usepackage{graphicx}
>>> \usepackage[dvips]{graphicx}
>>> \usepackage{pstricks}
>>> \usepackage{subfig}
>>> \usepackage{float}
>>>
>>> ...
>>>
>>> \begin{figure}[htbp]
>>> \centering
>>> \includegraphics[width=8.0cm]{./Exemplo1/MDPerformance.png}
>>> \caption{MDPerformance.}
>>> \label{fig:time}
>>> \end{figure}
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Yahoo! Groups Links
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
>
>
>





Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Polina Minkovski
2006-09-27 10:22:00 UTC
Permalink
Hi all,

quick question about formatting - how would one go about changing the placement and style of section headings and subsection headings....

\renewcommand{{\section}{\@startsection}{\section}{level}{baselineskip}{baselineskip}{style}} --- this doesn't work - the level is unreadable, if placed in the center, the entire text under the heading will be centered as well...the font/size of heading doesn't even change...and the @startsection command somehow conflicts with the amsmath package.


any ideas?

thanks

Polina


---------------------------------
All-new Yahoo! Mail - Fire up a more powerful email and get things done faster.
LUK ShunTim
2006-09-27 10:59:36 UTC
Permalink
Polina Minkovski wrote:
>
>
> Hi all,
>
> quick question about formatting - how would one go about changing the
> placement and style of section headings and subsection headings....
>
> \renewcommand{ {\section} {\@startsection} {\section} {level}{baseline
> skip}{baselinesk ip}{style} } --- this doesn't work - the level is
> unreadable, if placed in the center, the entire text under the heading
> will be centered as well...the font/size of heading doesn't even
> change...and the @startsection command somehow conflicts with the
> amsmath package.
>
>
> any ideas?
>
> thanks
>
> Polina
>

Hello Polina,

It may be easier (and the results are better) by looking for some
package than rolling your own. :-)

See if this is of help
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=secthead

Regards,
ST
--




Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Ruediger Stuible
2006-09-27 11:50:41 UTC
Permalink
On 27 Sep 2006 at 3:22, Polina Minkovski wrote:

> any ideas?

For an in depth discussion of solutions to your problem see

http://www.tex.ac.uk/cgi-bin/texfaq2html?label=secthead

I highly recommend using the "UK List of TeX Frequently Asked
Questions on the Web" if you or any other User of TXC encounter any
problem related to the use of LaTeX (as opposed to problems connected

to TXC). Usually the advice given there is much better than any given

in TeXnicCenter-Users mailings.

http://www.tex.ac.uk/cgi-bin/texfaq2html

Greetings
Ruedi








Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
John Trapp
2006-09-27 12:32:36 UTC
Permalink
Are you sure that the braces are in the right position

\renewcommand{{\section}{\@startsection}{\section}{level}{baselineskip}{baselineskip}{style}}

You have enclosed the whole as one argument, whereas you need two
arguments for \renewcommand.

John




Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
francesca.tatasciore
2006-10-01 08:45:13 UTC
Permalink
Hello,

I would like to know how to insert parts of other texts in a TeX document.

In the way it is shown in the example file.

http://www.geocities.com/francesca.tatasciore/example2.pdf

You can download it, it is only 27k





Can you see it? The quoted text has different margins and it is
written with different characters...



Thank you very much


Francy







Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
yannick_okonek
2006-10-31 20:57:11 UTC
Permalink
--- In TeXnicCenter-Users-***@public.gmane.org, "francesca.tatasciore"
<***@...> wrote:
>
> Hello,
>
> I would like to know how to insert parts of other texts in a TeX
document.
>
Did you try to use the environment 'quote'? You could write your
document like this:

normal text
\begin{quote}
formating commands
other text

\end{quote}
normal text

This way you get the qoute and can do any formating you want. Since it
is in the quote, the commands won't affect the rest of the document

If you want to know some commands to change the layout (like margins)
use the package 'layout' and give the command '\laout' in the
document. This will print the current laout, where the command appears.

I hope I could help you,

Yannick






Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Loading...