Re: [NTG-context] Listing of typical beginner-questions

2007-03-30 Thread Luuk Beurskens
Thank you all for the answers provided to my list of beginner-questions, 
and also for the suggestions made of using the questions for further 
documentation.

Best regards,

Luuk Beurskens
The Netherlands
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Force all floats on opposite even pages

2007-03-30 Thread Luuk Beurskens
Thank you Sanjoy, Hans and Taco for the suggestions made.

My interpretation of Taco's remark is that Sanjoy's solution might not 
work as expected, is that correct?

My document is rather long, so manual page breaking is not my preferred 
way of doing it.

Myself I was thinking that the floats belonging to odd page n could be 
put on even page n+1, and then try to renumber the pages (i.e. PDF page 
n+1 gets page number n-1 printed) and then reshuffle the PDF pages. 
Would that work?

Kind regards,

Luuk Beurskens
The Netherlands


Taco Hoekwater wrote:
 
 Hans Hagen wrote:
 Sanjoy Mahajan wrote:
 What I would like is that all text is put on the odd pages (n), and
 that all floats are put on the opposite even pages (n-1).
 
 
 It would be nice if this was supported by the output routine,
 but it is not all that easy. I remember I had a document that had
 the same requirement years ago, but I do not recall anoymore how
 I solved it. Since it was short, possible I just did it all by
 hand. The idea of that approach is that you do a test run to see
 where TeX breaks the page, then force a page break at that point,
 by breaking the input:
 
  bla bla bla bla
 
 into
 
   bla bla{\parfillskip0pt\par\page}
 
  \noindent bla bla
 
 Inbetween those two lines, you can now do anything you like.
 
 Taco
 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context
 
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Listing of typical beginner-questions

2007-03-29 Thread Luuk Beurskens
Dear all,

Last weekend I had my first hands-on experience with Context. I was told
that a listing of the type of problems that I encountered would have a
certain value to the Context project. That's why below you'll find an 
overview of my beginner-questions, to some of which I already found answers.

My aim is not to have all questions answered via the list, but rather to
document them for later use in some kind of manual. For I know that
finding the answers is mostly a matter of searching the documentation.

Kind regards,

Luuk Beurskens
The Netherlands

PS: I have been using Latex for some years. The questions below came up
using a stand-alone Context environment in MS Windows.



Q: Starting with Context, the use of which language is to be preferred
for the commands?
A: The English version is most commonly applied, even in the Netherlands

Q: If one starts in a Context document in one language, can it be easily
converted to another language (form English to Dutch or German, for
example)?
A: This is possible, but no ready-available tool exists.

Q: Why does background=color not work inside \bTABLE ... \eTABLE?
A: Put \setupcolors[state=start] in the beginning of the document

Q: How to apply a background colour for the margin space?
A: This is possible but not easy to explain. See info by Patrick
Gundlach and the section Crossing Borders in the Metafun manual in
chapter Pagebackgrounds by Hans Hagen.

Q: Where to put the commands that apply to the whole document? Is there
a 'preferred sectioning' of a Context source?
A:

Q: What is the equivalent of the Latex \begin{thebibliography} environment?
A:

Q: The command \setupwhitespace[big] doesn't have an impact on the
paragraph spacing. What am I doing wrong?
A:

Q: Using \startcombination[*] it is possible to display several pictures
into one figure. How could one achieve that several figures are treated
as one picture, i.e. that they are all forced to be placed on one page?
A:

Q: One cell in a table (\bTABLE ... e\TABLE) should contain a unit (EJ
for example) in square brackets: [EJ]. The result is that the respective
row is not displayed at all. What is wrong? Could I possibly use the
Latex equivalent \symbol{code}?
A:

Q: How can I change the fontsize inside a table?
A:

Q: How can I change the fontsize of an \inmargin?
A:

Q: How can I make a line in the header or footer of a document?
A:

Q: How can I define a fancy page numbering (i.e. large and coloured
number)?
A:

Q: How to make sure that numbers in a colomn align correctly, for example:
9400
   60
  100
3
Inserting ~ works fine when using a proportional font. An extra
difficulty occurs when the figures should be centered below the heading
of the column.
A:

Q: a question related to the use of SciTE: changing the file
scite.properties for a proportional fontsize doesn't work, although it
is very well explained in the SciTE helpfile. What's the trick?
A:

Q: Installing the minimal context distribution on a Windows 98 machine
gives problems when copying on harddisk E:. Running the batch-file
cscite.bat results in the following message: cscite root, e.g. cscite
d:\copyofcdrom (more info: C: exists but D: is a non-writable linux
partition). On a different computer the same directory structure on C:
didn't give this message and worked well.
A:




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


[NTG-context] Force all floats on opposite even pages

2007-03-29 Thread Luuk Beurskens
Dear all,

For the document I am currently working on I would like to have some
control on the placing of the floats.

What I would like is that all text is put on the odd pages (n), and that
all floats are put on the opposite even pages (n-1).

This can result in sub-optimal breaking of pages, but that depends on
the ratio of the amount of floats versus the amount of text.

Does anyone have an idea how to tackle this? Has something similar been
done already?

Thanks in advance for suggestions.

Best regards,

Luuk Beurskens
The Netherlands

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