ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Blank lines and \noindent
Date: Thu, 05 Aug 2010 14:26:46 +0200	[thread overview]
Message-ID: <4C5AAE06.10502@googlemail.com> (raw)
In-Reply-To: <427194.91198.qm@web56305.mail.re3.yahoo.com>

  Am 05.08.10 14:14, schrieb Martin Althoff:
> Just curious about the intented behaviour of \noindent.
>
> If I place it as shown in the example, the next paragraph will still be indented. However, if the blank line between \noindent and the following text is deleted or contains a comment, the following text will not be indented. Is this placement dependency intended? I thought I could use blank lines at liberty to "style" the sources.
No, you use it the wrong way, \noindent has to be used in front of text 
or a box but you in your case a paragraph is between \noindent and the text.

You should also use ConTeXt’s own commands \indentation and \noindentation.
> Secondly, is there any way of integrating the \noindent into the \textrule. Means: the paragraph following a textrule should not be indented. Not crucial, but would reduce the clutter in the sources. There are about 600 textrules... Not pretty, I know, but currently they are my indicator, that a page in the original book, from which the text comes, has changed.
\setuptextrules[inbetween=\noindentation]
> Thanks again, Martin
>
>
> \setupindenting[yes,small]
> \indenting[next]
\indenting is just a synonym for \setupindenting and deprecated, move 
'next' into \setupindenting
> \starttext
> \input{davis}
\input{...} is LaTeX style, to read files with spaces in ConTeXt you can 
use \input "..." or \ReadFile{...}

Wolfgang

___________________________________________________________________________________
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:[~2010-08-05 12:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-05 12:14 Martin Althoff
2010-08-05 12:26 ` Wolfgang Schuster [this message]
2010-08-06  5:51   ` Martin Althoff
2010-08-06  7:27     ` Hans Hagen
2010-08-06  8:06   ` Markus Finke
2010-08-06  9:35     ` Martin Althoff
2010-08-06 12:36     ` Wolfgang Schuster
2010-08-06 14:35       ` Markus Finke

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=4C5AAE06.10502@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --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).