How do I get a figure with text that is displayed like Figure Text Caption where we first have the figure, then a description of it below, and finally a caption? So far I've only managed to get the text to appear to the left or right of the figure. nikolai -- ::: name: Nikolai Weibull :: aliases: pcp / lone-star / aka ::: ::: born: Chicago, IL USA :: loc atm: Gothenburg, Sweden ::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}
Hi NIkolai, It might not be the only way, this should work: \placefigure [here] [fig:somelabel] {Caption} \placelegend{Figure} {Text} Nikolai Weibull wrote :
How do I get a figure with text that is displayed like
Figure Text Caption
where we first have the figure, then a description of it below, and finally a caption? So far I've only managed to get the text to appear to the left or right of the figure. nikolai
* David Munger
It might not be the only way, this should work:
\placefigure [here] [fig:somelabel] {Caption} \placelegend{Figure} {Text}
Hm, yeah, that works OK. I was hoping for something that made a little more sense, but this seems to be fine. I'm still hoping for a slightly more pleasant solution, but until then, is there a way to set the style of Text? There's bodyfont, but how do I get \it? nikolai -- ::: name: Nikolai Weibull :: aliases: pcp / lone-star / aka ::: ::: born: Chicago, IL USA :: loc atm: Gothenburg, Sweden ::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}
Nikolai Weibull wrote:
* David Munger
[Dec 09, 2004 17:10]: It might not be the only way, this should work:
\placefigure [here] [fig:somelabel] {Caption} \placelegend{Figure} {Text}
Hm, yeah, that works OK. I was hoping for something that made a little
ik, let's give you a cue: \placefigure {What a caption} {\placelegend {\externalfigure[cow.pdf]} {\input zapf \relax}} \placefigure {What a caption} {\placelegend[location=right] {\externalfigure[cow.pdf]} {\input zapf \relax}} using buffers makes sense here: \startbuffer lots of text \stopbuffer \placefigure {What a caption} {\placelegend {\externalfigure[cow.pdf]} {\getbuffer}} Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
* h h extern
It might not be the only way, this should work:
\placefigure [here] [fig:somelabel] {Caption} \placelegend{Figure} {Text}
Hm, yeah, that works OK. I was hoping for something that made a little
ik, let's give you a cue:
I don't understand...is that an "ik", as in "I disapprove"?
\placefigure {What a caption} {\placelegend {\externalfigure[cow.pdf]} {\input zapf \relax}}
\placefigure {What a caption} {\placelegend[location=right] {\externalfigure[cow.pdf]} {\input zapf \relax}}
using buffers makes sense here:
\startbuffer lots of text \stopbuffer
\placefigure {What a caption} {\placelegend {\externalfigure[cow.pdf]} {\getbuffer}}
Yeah, that's a good suggestion, nikolai -- ::: name: Nikolai Weibull :: aliases: pcp / lone-star / aka ::: ::: born: Chicago, IL USA :: loc atm: Gothenburg, Sweden ::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}
Nikolai Weibull wrote:
ik, let's give you a cue:
I don't understand...is that an "ik", as in "I disapprove"?
no, a typo: ik => ok Hans Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (4)
-
David Munger
-
h h extern
-
Hans Hagen
-
Nikolai Weibull