ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Howto ... reference of sources
@ 2002-04-10 20:16 Jan Hon
  2002-04-11  8:40 ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Hon @ 2002-04-10 20:16 UTC (permalink / raw)


Ahoi,
a few Context newbie questions.
1. I have table and few lines of text below, or figure and few textlines 
, simply float and text. The text is reference to source of this 
float(table or whatever) and I need keep this togather. It does not 
matter where it is printed, but must be togather.
Earlier I tryed to put this reference into captions, but  after 
generatin list of floats, this references appeared and the list was too 
long. Is there any way to state text in caption but not in list of 
float?
Any idea how to type reference to souces?

2. Setting width of all tables in document to \textwidth?
I tryed \setuptables[width=\textwidth] does not work.

3. How to generete register in format like this:
factoring        45
   ~export     56,58
   ~import     61,74

The question is about ~, or there can be -.
I do not know how to define register with this tilda.

Thank you for any answer
honza hon

-- 
(:c) honza hon  <honzahon(at)centrum.cz>


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

* Re: Howto ... reference of sources
  2002-04-10 20:16 Howto ... reference of sources Jan Hon
@ 2002-04-11  8:40 ` Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2002-04-11  8:40 UTC (permalink / raw)
  Cc: ntg-context

At 10:16 PM 4/10/2002 +0200, Jan Hon wrote:
>Ahoi,
>a few Context newbie questions.
>1. I have table and few lines of text below, or figure and few textlines
>, simply float and text. The text is reference to source of this
>float(table or whatever) and I need keep this togather. It does not
>matter where it is printed, but must be togather.

see core-mis.tex and search for "legend":

%D \placefigure
%D   {whow}
%D   {\placelegend
%D      {\externalfigure[cow]}
%D      {\starttabulation
%D       \NC 1 \NC head \NC \NR
%D       \NC 2 \NC legs \NC \NR
%D       \NC 3 \NC tail \NC \NR
%D       \stoptabulation}}

you can place then left,right,bottom etc and set the dimensions (yet 
undocumented but in use)

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                                   fall-back web server: 
www.pragma-ade.nl
-------------------------------------------------------------------------


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

* Re: Howto ... reference of sources
  2002-04-11  7:52 ` Peter Jander
@ 2002-04-14 21:06   ` Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2002-04-14 21:06 UTC (permalink / raw)
  Cc: honzahon, ntg-context

At 07:52 AM 4/11/2002 +0000, Peter Jander wrote:

>You can redefine \nolist in the setup of your document:
>\def\nolist#1{}

or: \let\nolist\gobbleoneargument

>if you have spare time on your hands :-), I think a \setupnolist
>command to avoid this low-level stuff would be helpful.

ah, spare time, where can i buy that, anyway, cleaning up lists is on my 
todo list (this nolist stuff is pretty old)

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------


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

* Re: Howto ... reference of sources
  2002-04-11  7:18 Peter Jander
  2002-04-11  7:50 ` Jan Hon
@ 2002-04-11  7:52 ` Peter Jander
  2002-04-14 21:06   ` Hans Hagen
  1 sibling, 1 reply; 6+ messages in thread
From: Peter Jander @ 2002-04-11  7:52 UTC (permalink / raw)


From:           	Jan Hon <jan.hon@hon.cz>
Send reply to:  	honzahon@centrum.cz
To: 	"Peter Jander" <pj@orc.soton.ac.uk>,
  	"ntg-context@ntg.nl" <ntg-context@ntg.nl>
Subject:        	Re: Howto ... reference of sources
Date sent:      	Thu, 11 Apr 2002 09:50:11 +0200

> Dne  t 11. duben 2002 09:18 Peter Jander napsal(a):
> > > Earlier I tryed to put this reference into captions, but  after
> > > generatin list of floats, this references appeared and the list was too
> > > long. Is there any way to state text in caption but not in list of
> > > float?
> >
> > \nolist{ This text will only show in the caption, but not in the list of
> > figures.}
> This is fine but in the list are dots, they normaly shows that captions 
> continue. But the reference is not a part of the name of float. Is there 
> any way to force this dots not to appear.
You can redefine \nolist in the setup of your document:
\def\nolist#1{}

Peter

NB 
Hans, 
if you have spare time on your hands :-), I think a \setupnolist 
command to avoid this low-level stuff would be helpful.


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

* Re: Howto ... reference of sources
  2002-04-11  7:18 Peter Jander
@ 2002-04-11  7:50 ` Jan Hon
  2002-04-11  7:52 ` Peter Jander
  1 sibling, 0 replies; 6+ messages in thread
From: Jan Hon @ 2002-04-11  7:50 UTC (permalink / raw)


Dne čt 11. duben 2002 09:18 Peter Jander napsal(a):
> > Earlier I tryed to put this reference into captions, but  after
> > generatin list of floats, this references appeared and the list was too
> > long. Is there any way to state text in caption but not in list of
> > float?
>
> \nolist{ This text will only show in the caption, but not in the list of
> figures.}
This is fine but in the list are dots, they normaly shows that captions 
continue. But the reference is not a part of the name of float. Is there 
any way to force this dots not to appear.

I have one more question. How to write in Context this charecter § , I gues 
it is called single sign. I tryed \S like in TeX but it does not work. Any 
idea?
-- 
(:c) honza hon  <honzahon(at)centrum.cz>


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

* Re: Howto ... reference of sources
@ 2002-04-11  7:18 Peter Jander
  2002-04-11  7:50 ` Jan Hon
  2002-04-11  7:52 ` Peter Jander
  0 siblings, 2 replies; 6+ messages in thread
From: Peter Jander @ 2002-04-11  7:18 UTC (permalink / raw)


> Earlier I tryed to put this reference into captions, but  after 
> generatin list of floats, this references appeared and the list was too 
> long. Is there any way to state text in caption but not in list of 
> float?
\nolist{ This text will only show in the caption, but not in the list of 
figures.}

Hope this helps,
Peter


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

end of thread, other threads:[~2002-04-14 21:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-10 20:16 Howto ... reference of sources Jan Hon
2002-04-11  8:40 ` Hans Hagen
2002-04-11  7:18 Peter Jander
2002-04-11  7:50 ` Jan Hon
2002-04-11  7:52 ` Peter Jander
2002-04-14 21:06   ` 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).