ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Compiling figures
@ 2000-05-08  0:05 David Arnold
  2000-05-08 19:05 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: David Arnold @ 2000-05-08  0:05 UTC (permalink / raw)


All,

Suppose I have Metapost files

pretest.1
pretest.2
pretest.3
.
.
.
pretest.31

and

pretest.tex
pretest.pdf
pretest.qsl

and other pretest.* in one directory. What wildcard characters will allow

texexec --pdf --fig=a pretest.*  <--- right here, what wildcards can I use?

to include only the metapost files?

-
David Arnold
College of the Redwoods
Mathematics Department
7351 Tompkins Hill Road
Eureka, CA 95501
(707) 476-4222

My Home Page
http://online.redwoods.cc.ca.us/instruct/darnold/index.htm

Ordinary Differential Equations Using Matlab
http://www.prenhall.com/books/esm_0130113816.html


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Compiling figures
  2000-05-08  0:05 Compiling figures David Arnold
@ 2000-05-08 19:05 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2000-05-08 19:05 UTC (permalink / raw)
  Cc: ntg-context

At 05:05 PM 5/7/2000 -0700, David Arnold wrote:

>pretest.1
>pretest.2
>pretest.3

>pretest.pdf

>texexec --pdf --fig=a pretest.*  <--- right here, what wildcards can I use?
>
>to include only the metapost files?

In principle pretest.* should work ok, but since the .pdf one is also a
figure, it will end up in the list too. So, I suggest you delete or rename
the pretest.pdf file. Alternatively, you can try: 

\starttext 

\startcolumns[n=3]

\dorecurse
  {32}
  {\externalfigure[pretest.\recurselevel][width=\hsize]}

\stopcolumns

\stoptext 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-05-08 19:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-08  0:05 Compiling figures David Arnold
2000-05-08 19:05 ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).