Re: [NTG-context] label, caption and eps in figures?

2009-06-25 Thread Willi Egger
This is then the approach \setupcaptions[number=no] \starttext \placefigure [here] [fig:foto] {Hacker} {\externalfigure[hacker][width=5cm]} \stoptext Willi On Jun 25, 2009, at 5:06 PM, Pau wrote: hello, No, sorry, probably I was obscure and explained bad I wan

Re: [NTG-context] label, caption and eps in figures?

2009-06-25 Thread Pau
hello, No, sorry, probably I was obscure and explained bad I want the caption but neither "Fig" nor the number of the figure I want a text below the figure without Fig.1 on it thanks 2009/6/25 Willi Egger : > You mean no caption at all: > > \placefigure >        [here,none] >        []fig:foto

Re: [NTG-context] label, caption and eps in figures?

2009-06-25 Thread Willi Egger
You mean no caption at all: \placefigure [here,none] []fig:foto] {} {\externalfigure...} Willi On Jun 25, 2009, at 1:25 PM, Pau wrote: Hello, was this question too silly, or did it just fall in a bottomless pit? thanks in any case Pau 2009/6/24 Pau : Hello,

Re: [NTG-context] label, caption and eps in figures?

2009-06-25 Thread Pau
Hello, was this question too silly, or did it just fall in a bottomless pit? thanks in any case Pau 2009/6/24 Pau : > Hello, > > some weeks ago I asked how to have a caption under a figure. I got a > detailed answer: > > > \placefigure >   [here]           % location >   [fig.MyCaption]  % refe

Re: [NTG-context] label, caption and eps in figures?

2009-06-24 Thread Pau
Hello, some weeks ago I asked how to have a caption under a figure. I got a detailed answer: \placefigure [here] % location [fig.MyCaption] % reference {My Caption} % caption {\externalfigure[MyFigure.eps][factor=broad]} Now I am preparing a presentation and I would l

Re: [NTG-context] label, caption and eps in figures?

2009-06-13 Thread Pau
Thanks again! pstopdf is accomplishing what neither convert, nor ps2pdf, nor etc etc was able to do Thank you very much for the hint Pau 2009/6/13 Hans Hagen : > Pau wrote: >> >> Hello, >> >> thanks a _lot_ >> >> Now I have converted all eps figures into pdf, but I am running yet >> into anothe

Re: [NTG-context] label, caption and eps in figures?

2009-06-13 Thread Hans Hagen
Pau wrote: Hello, thanks a _lot_ Now I have converted all eps figures into pdf, but I am running yet into another snag... the conversion seems to ruin the bounding box of the eps figures, so that the pdf figures are taking a full a4 site; when I then use them in the main tex file, they are fill

Re: [NTG-context] label, caption and eps in figures?

2009-06-13 Thread Wolfgang Schuster
Am 13.06.2009 um 14:15 schrieb Pau: Hello, thanks a _lot_ Now I have converted all eps figures into pdf, but I am running yet into another snag... the conversion seems to ruin the bounding box of the eps figures, so that the pdf figures are taking a full a4 site; when I then use them in the m

Re: [NTG-context] label, caption and eps in figures?

2009-06-13 Thread Pau
Hello, thanks a _lot_ Now I have converted all eps figures into pdf, but I am running yet into another snag... the conversion seems to ruin the bounding box of the eps figures, so that the pdf figures are taking a full a4 site; when I then use them in the main tex file, they are filling a whole p

Re: [NTG-context] label, caption and eps in figures?

2009-06-12 Thread Hans Hagen
Pau wrote: Hello, thanks for the hint. The legend worked very well. Nevertheless, I still have not understood what the equivalent in ConTeXt of LaTeX \ref{} <---> \label{} is label is always an optional arg refs go like: \in{figure}[label] or \at{page}[label] -

Re: [NTG-context] label, caption and eps in figures?

2009-06-12 Thread Pau
Hello, thanks for the hint. The legend worked very well. Nevertheless, I still have not understood what the equivalent in ConTeXt of LaTeX \ref{} <---> \label{} is --- \begin{equation} 1 + 1 = 2 \label{eq.1} \end{equation}

Re: [NTG-context] label, caption and eps in figures?

2009-06-12 Thread Hans Hagen
Pau wrote: Hello, I am struggling to get something equivalent to this in ConTeXt: - \begin{figure} \resizebox{\hsize}{!}{\includegraphics[scale=1,bb=0 0 0 0,clip] {MyFigure.eps}} \caption{My Caption \label{fig.mylabel} } \end{f