ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: footnote disappeared when used in background text
Date: Mon, 12 Dec 2005 18:30:28 +0100	[thread overview]
Message-ID: <439DB3B4.7010103@wxs.nl> (raw)
In-Reply-To: <439D2734.7060202@gmail.com>

Xiao Jianfeng wrote:

>Hello,
>
>I found that \footnote cannot work correctly as I expected.
>Here is my source file:
>%--------------------------------------------------------------------------
>%\loadmapfile[gbk]
>%\usemodule[chinese]
>\setuppagenumbering[location=inright]
>\setupbodyfont[lbr,12pt]
>\setupindenting[big,yes]
>\setupcolors[state=start]
>\setupbackground[state=start,background=screen,cornor=round]
>\setupinterlinespace[line=20pt]
>
>\starttext
>
>\startbackground
>some words \footnote{ some words some words some words some words some
>words some words some words some words some words}
>\stopbackground
>
>\stoptex
>%--------------------------------------------------------------------------
>This file can compile successfully and produce a pdf file, but if you try to
>compile this file on your system you will find that the footnote
>disappeared.
>
>I'm using the latest version(2005.12.01).
>
>Is this a bug ?
>  
>
no, a side effect, (no inserts in boxes)

best use textbackgrounds (or some wrapper like:

\unprotect

\definetextbackground
  [\??ag]
  [\c!location=\v!text,
   \c!corner=\v!round,
   \c!state=\v!stop,
   \c!framecolor=black]

\def\setupbackground{\setuptextbackground[\??ag]}
\def\startbackground{\starttextbackground[\??ag]}
\def\stopbackground {\stoptextbackground}

\protect

\setupbackground[state=start,background=color,cornor=round]

  reply	other threads:[~2005-12-12 17:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-12  7:31 Xiao Jianfeng
2005-12-12 17:30 ` Hans Hagen [this message]
2005-12-13  6:08   ` Xiao Jianfeng

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=439DB3B4.7010103@wxs.nl \
    --to=pragma@wxs.nl \
    --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).