ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: first line indents
Date: Tue, 14 Oct 2014 00:33:49 +0200	[thread overview]
Message-ID: <F31647CF-9E2C-44D5-80A0-C6C6FF6E6469@gmail.com> (raw)
In-Reply-To: <DDC7E2C5-59BC-40B9-B349-D9732CC38D11@di.unito.it>


Am 14.10.2014 um 00:14 schrieb Andrea Valle <valle@di.unito.it>:

> Thanks, that’s what I was thinking but I’m missing something. If I replace  the double white line in knuth.tex with \crlf
> indentation is not applied anymore to the first block.

1. This part is missing in your example below.

2. To end a paragraph insert a blank line or use \par.

> In my source I have this:
> 
> %%%% TYPESET with Mark IV %%%
> 
> \enableregime[utf]

Can be omitted because MkIV expects UTF-8 as default encoding.

> \mainlanguage[it] 
> \language[it]

You don’t need \language here because \mainlanguage already loads the italian hyphenation patterns, the \language
command is only used in the content of your document when you want to load different hyphenation patterns.

> \setupcolors[state=start]

Can be omitted because colors are enabled by default.

> \definepapersize[ZaffiriBook][width=130mm,height=205mm]
> \setuppapersize[ZaffiriBook, portrait][ZaffiriBook, portrait]
> \setuppagenumber[state=stop]
> \setuppagenumbering[location={footer, margin}]
> 
> \setupindenting[yes, medium]
> \setupheads[indentnext=yes]
> 
> \setuptyping
>    [before={\setupbodyfont[6pt]},
>     after={\setupbodyfont[9pt]}]

Use \setuptyping[bodyfont=6pt].

> \usetypescript[palatino]

Can be omitted because the following line load the typescript.

> \setupbodyfont[palatino,9pt]

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:[~2014-10-13 22:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-13 21:03 Andrea Valle
2014-10-13 21:12 ` Wolfgang Schuster
2014-10-13 21:42   ` Andrea Valle
2014-10-13 21:48     ` Wolfgang Schuster
2014-10-13 22:14       ` Andrea Valle
2014-10-13 22:33         ` Wolfgang Schuster [this message]
2014-10-13 22:45           ` Andrea Valle
2014-10-13 22:57             ` 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=F31647CF-9E2C-44D5-80A0-C6C6FF6E6469@gmail.com \
    --to=schuster.wolfgang@gmail.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).