ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Some problems I experienced when using ConTeXt
Date: Fri, 18 Mar 2011 23:21:50 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LNX.2.01.1103182318240.29679@ybpnyubfg.ybpnyqbznva> (raw)
In-Reply-To: <AANLkTinBWgRh7zogEdXr_n-BmKcnBfh5iYfb1DbscAV-@mail.gmail.com>

On Sat, 19 Mar 2011, Cecil Westerhof wrote:

> In my explorary journey into ConTeXt I bumped into a few problems. Attached
> my tex file and the generated PDF.
>
> I found a few problems while using ConTeXt. I did my best to
> reproduce them (the table problem was difficult to reproduce) and
> make a small sample document.
>
> There is a problem with the formatting of paragraps. This
> manifests itself when I set lefthyphenmin and righthyphenmin.
> Then sometimes sentences are to long. Would it not be better to
> have a lot of whitespace between the words, but keep the
> formating?
>
> In the document the third line of the first paragraph is to long
> and the fifth and sixth line from the second paragraph are to
> long.

\setupalign[verytolerant,stretch]

> When I use a sentence like:
>    In de boxen van de stam vul je voor iedere dag (maandag t/m zondag)
>    een activiteit in die je op die dag afrond.
>
> I would prefer t/m kept together. It is, but the way it is
> displayed, it looks like there is (a) space between the '/' and
> the 'm'. Is there something that can be done about this, or have
> I to live with it?

I don't know.

> I found also an obscure problem with table. I had to dabble a bit
> to reproduce it. (For a moment I thought I had imagined it.)
>
> The table does not fit on the space that is left on the page, so
> it is moved to the next page. So far so good. But the text after
> the table is put on the current page and is now before the table.
>
> It is not that they can not be put on a page together, because
> when you uncomment the break, the table and text reside on the
> same page.

You are using \placetable which is a float. So, the table goes to the next 
page, but the material after that continues on the current page.

> Lastly a question about a long click-able email address. I would
> like it not to be broken up. But sometimes this can happen. See
> the end of the document.(Can of-course also happen with a short
> address, but will happen less often.) What is the best way to
> circumvent this? At the moment I just put it centered on its own
> line. At the moment I do not have a problem with this. But I do
> not know if this will be always the case.

\setupinteraction[state=start]
\useURL
   [email]
   [mailto:quitealongusernametowriteanemailt@dummy.nl]
   []
   [\goodbreak\hbox{quitealongusernametowriteanemailto@dummy.nl}]


Aditya
___________________________________________________________________________________
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
___________________________________________________________________________________


  reply	other threads:[~2011-03-19  3:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-19  2:41 Cecil Westerhof
2011-03-19  3:21 ` Aditya Mahajan [this message]
2011-03-19  3:46   ` Cecil Westerhof
2011-03-19  8:18 ` Mojca Miklavec
2011-03-19  8:54 ` Wolfgang Schuster
2011-03-19  8:57 ` Wolfgang Schuster
2011-03-19  9:09 ` Wolfgang Schuster

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=alpine.LNX.2.01.1103182318240.29679@ybpnyubfg.ybpnyqbznva \
    --to=adityam@umich.edu \
    --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).