ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Xiao Jianfeng <fdu.xiaojf@gmail.com>
Subject: Re: footnote disappeared when used in background text
Date: Tue, 13 Dec 2005 14:08:25 +0800	[thread overview]
Message-ID: <439E6559.7000705@gmail.com> (raw)
In-Reply-To: <439DB3B4.7010103@wxs.nl>

Hans Hagen wrote:

> 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]
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>
Thanks, I use \startframedtext instead, and it works well :-)

      reply	other threads:[~2005-12-13  6:08 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
2005-12-13  6:08   ` Xiao Jianfeng [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=439E6559.7000705@gmail.com \
    --to=fdu.xiaojf@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).