Re: [NTG-context] Floats Method

2006-08-13 Thread Taco Hoekwater
[EMAIL PROTECTED] wrote:
 Hallo!
 
 In \setupfloats[] what exactly is the difference between textmethod 
 and sidemethod?

textmethod is used for floats inside the text flow, sidemethod for
sidefloats.

 Compared with the gridsize, why does a 1 point window (method=2) help 
 when typesetting on grids?

I assume it corrects for the \lineskip glue.

 Isn't 1% (method=1) much more in the most cases than 1 point?

Yes it would be. Perhaps that one is because of \maxdepth,
but I am only guessing. The fact that there are two methods
could be simply a trial-and-error left over.

Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Snapping sectionhead

2006-08-13 Thread Taco Hoekwater
[EMAIL PROTECTED] wrote:
 Hallo!
 
 While I was reading 'In the Details' to learn more about grid-
 typesetting, I could not comprehend the examples with 
 grid={broad,...}. 
 
 Then in section 1.8 I read that grid=line should be a shortcut for 
 grid={broad,high,depth}.

Section 1.8 deals \exclusively with \externalfigure. Apparently
the grid option for sectioning commands is handled differently.

Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] unanswered questions

2006-08-13 Thread Taco Hoekwater
[EMAIL PROTECTED] wrote:
 Hallo!
 
 I had some questions a few days ago and there was not any reply.
 
 Date: Wed, 02 Aug 2006 10:39:47 +0200
 Subject: [NTG-context] Floats Method
 
 Date: Wed, 02 Aug 2006 10:39:47 +0200
 Subject: [NTG-context] Snapping sectionhead
 
 May be the questions where not clear enough.
 
 What can I do?

I had missed them.

(I've tried to answer now, but my understanding
of how this works is not the final word.)

Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] the closing bracket (structuring syntax)

2006-08-13 Thread Steffen Wolfrum

Am 10.08.2006 um 22:47 schrieb Aditya Mahajan:

 You can always define your own startstop.

 \definestartstop[italic][before={\bgroup \it},after={\egroup}]

 and then do

 \startitalic
   This is italic
 \stopitalic

 When a command takes an optional agrument, you can do use something  
 like
 this

 \def\startfootnote%
 {\unskip\dosingleempty\dostartfootnote}

 \def\dostartfootnote[#1]#2\stopfootnote%
{\footnote[#1]{#2}}


And what would be the opposite?

For example \startquote ... \stopquote
to something like {MyQuote ... }

Steffen
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] compiling project files

2006-08-13 Thread Mojca Miklavec
On 8/13/06, Derek Schmidt wrote:
 Aditya,

 Sorry it took so long to get back to you. I've only just had a chance
 to try this now.

 The .tuo file for the _product_ file shows the files being loaded.
 Compiling the _project_ file yields no .tuo. My product file does
 indeed look like what you wrote.

 Shall I jump out the window or not? :)

It depends on which floor you live in ;)

It might help if you create a *minimal* example first (just a few
files with no more than the structure itself and a couple of
words/sections in it), write the commands that you use and attach a
zip with those files and probably logs.

Mojca

PS: try to update ConTeXt to the latest version if you intend to send
log files and try to use the ruby version of texexec (texmfstart
texexec) if possible. None should be necessary (it should work with
the ancient version as well), but it often helps, esp. because tetex
still uses the 2002 version of ConTeXt for example.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] some questions

2006-08-13 Thread wwl
  \setupcolors[state=start]
  \starttext
  How can I use the brace-key right?
  \starttable[| \{ |]
 
 the wiki entry is not that clear (enclose the column in braces).
 \{ is a just a grouping command (which directly gives a solution
 for
 your second answer)
 
 Use
   [| a{\{}b{\}} |]
 
 to add braces
 
  \NC no braces \SR
  \stoptable
  
  What I am doing wrong here?
  \starttable[ o1 | C{red} |]
 
 \{C{red}

Ahh! I see!
So '\{' is a table command NOT a FormatKey? 

But why is '\{' introduced in 'thrd-tab.tex' with 
\NewFormatKey \{{..} as a primitive key?

The wikiwriter has obviously used this source too.


  Should'nt \arg{bla} be \type{{bla}}?

\arg{bla} gives me 'argbla'!

Wolfgang



___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Snapping sectionhead

2006-08-13 Thread Taco Hoekwater
[EMAIL PROTECTED] wrote:
 Hallo!
 
 While I was reading 'In the Details' to learn more about grid-
 typesetting, I could not comprehend the examples with 
 grid={broad,...}. 

 Then in section 1.8 I read that grid=line should be a shortcut for
 grid={broad,high,depth}.
 Section 1.8 deals \exclusively with \externalfigure. Apparently
 the grid option for sectioning commands is handled differently.
 
 In my version of 'In the Details', dated 2002 chapter 1 deals with 
 'Snapping section heads' and section 1.8 is titled 'Snapping around 
 (broad,high,depth).' 
 Is there a newer variant of that manual?

Must be, I read mine online from

   http://www.pragma-ade.com/general/manuals/details.pdf

while I was keying in this answer.

Greetings,
Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Snapping sectionhead

2006-08-13 Thread wwl
Hallo!

  While I was reading 'In the Details' to learn more about grid-
  typesetting, I could not comprehend the examples with 
  grid={broad,...}. 
  
  Then in section 1.8 I read that grid=line should be a shortcut for
  grid={broad,high,depth}.
 
 Section 1.8 deals \exclusively with \externalfigure. Apparently
 the grid option for sectioning commands is handled differently.

In my version of 'In the Details', dated 2002 chapter 1 deals with 
'Snapping section heads' and section 1.8 is titled 'Snapping around 
(broad,high,depth).' 
Is there a newer variant of that manual?

Wolfgang
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] where is this wikified stuff?

2006-08-13 Thread Mojca Miklavec
On 8/13/06, [EMAIL PROTECTED] wrote:
 ...
   it's david's turn to wikify this

 Hallo!

 I can not find the place where this and other solutions are saved.
 I searched in contextgarden, but with no success.

http://wiki.contextgarden.net is a general place to store all kinds of
tricks. Where exactly? Well, that's mostly up to you. Wiki needs two
kinds of people:
- those who write the content
- those who organize the stuff

It's fine to find a proper place already at the beginning, but even if
you're not sure where to put something - put it somewhere. If someone
will find a better place, it's no problem to move the content
somewhere else.

Mojca
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context