ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: 土卜皿 <pengcz.nwpu@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: How to use module simpleslides' SideToc
Date: Wed, 9 Jan 2013 08:38:00 +0800	[thread overview]
Message-ID: <CADT5_1_hpAeCL01Mt1YEKJK-n0EH5GSKuepZz5WmJxYhetqfLA@mail.gmail.com> (raw)
In-Reply-To: <50ECA3F2.2080101@wxs.nl>


[-- Attachment #1.1: Type: text/plain, Size: 2881 bytes --]

hi,
 I compiled the following code,

\setuplayout [leftmargin=4cm,
              backspace=5cm]

\define[3]\FancyEntry {
    \ifnum\structurelistrealpagenumber=\realpageno\relax SAME \else OTHER
\fi PAGE
    \blank[medium]
    \doifelse \rawstructurelistfirst \MyMark

      {\color[red] {#1 = \MyMark}}
      {\color[blue]{#1 = \MyMark}}
    \blank[medium]
}

\definelist[MyTopics][criterium=all]

\def\MyMark{}

\def\Topic%
  {\dosingleargument\doTopic}

\def\doTopic[#1]{%
  \def\MyMark{#1}%
  \writetolist[MyTopics]{#1}{}%
}

\setuplist[MyTopics]
          [pagenumber=no,
           alternative=command,
           command=\FancyEntry]

\setuptexttexts[margin][\vbox{\placelist[MyTopics]}][]

\starttext

\Topic[First]

First Topic

\page

\Topic[Second]

Second Topic

\stoptext

but I can not get the right pdf, please check the attachment!

context  version: 2013.01.08 01:19
LuaTeX, Version beta-0.74.0-2012122510

  Thanks!

BEST REGARDS
PengCZ


2013/1/9 Hans Hagen <pragma@wxs.nl>

> On 1/8/2013 11:26 PM, Thomas A. Schmitz wrote:
>
>  \define[3]\FancyEntry
>>   {\doifelse{#1}{\MyMark}%
>>      {\color[red]{#1 = \MyMark}\blank[medium]}
>>      {\color[blue]{#1 = \MyMark}\blank[medium]}
>> }
>>
>
> When you're back in teaching mode I'll tell you how to do it properly, so
> here's a quick hack:
>
> \define[3]\FancyEntry {
>     \ifnum\**structurelistrealpagenumber=\**realpageno\relax SAME \else
> OTHER \fi PAGE
>     \blank[medium]
>     \doifelse \rawstructurelistfirst \MyMark
>
>       {\color[red] {#1 = \MyMark}}
>       {\color[blue]{#1 = \MyMark}}
>     \blank[medium]
> }
>
> In your case you compare an unexpandable macro with a regular one so that
> will always be false.
>
> Last year the list macros became more flexible and more properties are
> available as either unexpandable or expandable macro
>
> Hans
>
> ------------------------------**------------------------------**-----
>                                           Hans Hagen | PRAGMA ADE
>               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
>                                              | www.pragma-pod.nl
> ------------------------------**------------------------------**-----
>
> ______________________________**______________________________**
> _______________________
> 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 <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/<http://foundry.supelec.fr/projects/contextrev/>
> wiki     : http://contextgarden.net
> ______________________________**______________________________**
> _______________________
>

[-- Attachment #1.2: Type: text/html, Size: 4716 bytes --]

[-- Attachment #2: sidetuc.pdf --]
[-- Type: application/pdf, Size: 7582 bytes --]

[-- Attachment #3: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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-09  0:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-08  9:35 土卜皿
2013-01-08  9:56 ` Alan BRASLAU
     [not found]   ` <CADT5_1_B875ydrv39Cc9ROgB6HcHo5AJM3U24mkE5Cprrp7ZHg@mail.gmail.com>
2013-01-08 14:10     ` Alan BRASLAU
2013-01-08 22:26       ` Thomas A. Schmitz
2013-01-08 22:55         ` Hans Hagen
2013-01-09  0:38           ` 土卜皿 [this message]
2013-01-09 14:47             ` Sietse Brouwer

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=CADT5_1_hpAeCL01Mt1YEKJK-n0EH5GSKuepZz5WmJxYhetqfLA@mail.gmail.com \
    --to=pengcz.nwpu@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).