ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: bookmark linebreak and indentation
Date: Fri, 4 Jan 2013 11:12:03 +0100	[thread overview]
Message-ID: <CE7A1316-FA8E-4A2C-A2AE-6EC6EAC38B30@gmail.com> (raw)
In-Reply-To: <CACHMvrwsU74qfjxm9SosUdEQ+P+O8JS1VLcoHtjA065ebHgv8Q@mail.gmail.com>


Am 04.01.2013 um 10:56 schrieb ShcO <nightmaretroubadour@gmail.com>:

> dear list,
> 
> i have two problem need your help
> 1. if use \\, there will show a '\' in bookmark, how to ignore it.
> 2. if use \midaligned, the next pargraph's indentation will not work properly. there is no problem with using \startalignment[middle].
> 
> ex:
> \setupinteraction[state=start]
> \placebookmarks[chapter]
> \setupinteractionscreen[option=bookmark]
> \setupindenting[yes, big, first]
> \setupheads[indentnext=yes]
> \starttext
> \chapter{Long\\ title}
> \midaligned{knuth}
> \input knuth
> \stoptext

1. Separate your paragraphs with blank lines in the input.

2. Use \startchapter to set a different text for the bookmark.

3. Remove the space after \\ because it adds a unwanted space in the table of contents.

\starttext

\startchapter[title={Long\\title},bookmark={Short title}]

\midaligned{knuth}

\input knuth

\stopchapter

\stoptext

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:[~2013-01-04 10:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-04  9:56 ShcO
2013-01-04 10:12 ` Wolfgang Schuster [this message]

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=CE7A1316-FA8E-4A2C-A2AE-6EC6EAC38B30@gmail.com \
    --to=wolfgang.schuster@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).