ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Frank Grieshaber <grieshaber@online-resourcen.de>
Subject: ConTeXt oddities
Date: Sun, 01 May 2005 17:57:30 +0200	[thread overview]
Message-ID: <4274FC6A.7060207@online-resourcen.de> (raw)

Dear fellow-ConTeXters,

working with Context I noticed some small, strange behaviours:

1. I arranged pages in the following way:

\definepapersize[myCustomLayout][width=12cm, height=19cm]
\setuppapersize[myCustomLayout][A4,landscape]
\setuparranging[2SIDE]

now, when I use \showsetups I get the following values:

paperhight: 18.9973cm
paperwidth: 11.99829cm
(happens with the rest of layout-definitions as well)

well, sure enough nobody will see the difference in print... but 
nevertheless a bit annoying if you wanted to show the result of 
\showsetups to your clients (maybe the values are converted from cm to 
pt and back again?)

2. for control of orphans and widows I use the following:

\clubpenalty=8000
\widowpenalty=8000

it seems, this has to be inserted after \starttext, which is - I think - 
not a too good place for such a global definition,  shouldn't it be in 
the setup area before \starttext? but there I cant't get it working. Or 
am I doing something wrong with the commands?

3. if a command has lots of options it's better to sort of 
"pretty-print" those like the following:

\setuplayout[
backspace=15mm,
cutspace=10mm,
...
grid=yes,
marking=on,
]

After some time (lots of time..) I figured out that the last "," is a 
must, without it, the last option is ignored - why is that?

4. I am well aware this has been asked before on this list, but no good 
solution came up: I need the footnote ref number to be beneath the main 
text, not in the small blank space between the text and the margin 
column. I managed to get it working with the hack by Paul Tremblay 
posted on this list some time ago and defined my own \myFootnote-command 
for it, but that is a "quick and dirty" solution, there has to be a 
better way, so I'd like to raise the question once again: How can this 
be done? Is it that difficult to change this kind of strange setting of 
footnotes?

Many thanks for your answers,

Frank

             reply	other threads:[~2005-05-01 15:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-01 15:57 Frank Grieshaber [this message]
2005-05-01 20:48 ` Adam Lindsay

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4274FC6A.7060207@online-resourcen.de \
    --to=grieshaber@online-resourcen.de \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).