Re: [NTG-context] how to set figure label ?

2015-04-17 Thread Harald Koenig
On Apr 16, Alan BRASLAU wrote:

 I much prefer the syntax
 
 \startplacefigure [reference=fig:,location={here,force},title={}]
\externalfigure[]...
 \stopplacefigure
 
 Depending on the strange macros that you want to use,
 this should generally work. I find that this gives one many more
 options.

ACK!  works even for my strange macros ;-)


thanks a lot,

Harald
-- 
I hope to die  ___   _
before I *have* to use Microsoft Word.,   0--,|/OOO\
Donald E. Knuth, 02-Oct-2001 in Tuebingen._/  /  /OOO\
\  \/OOO\
  \ O|//
   \/\/\/\/\/\/\/\/\/
Harald Koenig   //  / \\  \
koe...@tat.physik.uni-tuebingen.de ^   ^
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] how to set figure label ?

2015-04-16 Thread Alan BRASLAU
On Thu, 16 Apr 2015 17:27:17 +0200
Harald Koenig koe...@tat.physik.uni-tuebingen.de wrote:

 how can I set a label for a figure without 
 
 \placefigure[][fig:...]{} 
 
 for some figures I use strange macros -- and at those places I get
 errors when calling \placefigure BUT I'd like to check the page
 numbers of those places using
 
   \doifreferencefoundelse{fig:bild\the\bildnr}%
 
 and right now I get 
 
   references   unknown reference '[][fig:bild5]'
 
 for those pictures...

I much prefer the syntax

\startplacefigure [reference=fig:,location={here,force},title={}]
   \externalfigure[]...
\stopplacefigure

Depending on the strange macros that you want to use,
this should generally work. I find that this gives one many more
options.

Alan
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___