[NTG-context] Problem with textstyle

2023-11-17 Thread Rik Kabel

Hello list,

The following example does not compile, complaining “Missing number, 
treated as zero

needed to see a number, look up 'weird error' in the index to The TeXbook”:

   \setuphead   [chapter]
 [
  textstyle=cap,
 ]
   \starttext
   \startchapter    [title={Oops!}]
   \input knuth-gpt \par
   \stopchapter
   \stoptext

Replacing the textstyle /cap/ by any of /bold/, /slanted/, /smallcaps/, 
and /italic/ results in a clean compilation but the indicated style is 
not applied. Using a style description like /em/, /\em/, /bf/, /\bf/, 
/\sc,/ does produce the suggested result. The wiki and mail repository 
are full of examples with the former style names.


Using /style=cap/ (which would change the number as well) also results 
in a failed compilation, while using /style=bolditalic/ works as it should.


ConTeXt  ver: 2023.09.26 18:19 LMTX  fmt: 2023.10.9  int: english/english

--
Rik

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: It works after a few changes but ..

2023-11-17 Thread Ursula Hermann
Dear Aditya,


yes, thank you so much, this works.


Uschi


Von: Aditya Mahajan 
Gesendet: Freitag, 17. November 2023 15:47:40
An: mailing list for ConTeXt users
Betreff: [NTG-context] Re: It works after a few changes but ..

On Fri, 17 Nov 2023, Ursula Hermann wrote:

> Dear List,
> After a few changes i have here an example:
> It works, but what I wanted to know is why are there
>
> round brackets after writing \starttheroem if i compile it.
> Should be without round brackets.

Are you looking for something like this?

\defineenumeration
  [theorem]
  [
text=Theorem,
title=yes,
width=fit,
distance=0.5em,
alternative=serried,
  ]

\starttext
  \starttheorem
The square on the hypotenuse is equal to the sum of the squares on the
other two sides. Ach is das schön, dass du da bist
  \stoptheorem
\stoptext

Aditya
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] wrong destination types?

2023-11-17 Thread Pablo Rodriguez via ntg-context
Dear list,

I have the following sample:

  \setupinteraction[state=start, page=name, focus=standard]
  \starttext
  a\footnote{b}
  \stoptext

In \setupinteraction, "focus=standard" is ignored when I use "page=name".

I mean, link destinations are to the full page and they alter the page
view (when the document is not viewed as full page).

Sorry, I don’t have other way to say it. I should get (only named
destination value):

  7 0 obj
  <<
/D [ 6 0 R /XYZ 76.84458 722.7349 null ]
  >>
  endobj

And I’m getting:

  4 0 obj
  <<
/D [ 1 0 R /Fit ]
/S /GoTo
  >>
  endobj

Could anyone confirm the issue or explain me what I’m doing wrong?

BTW, "page=name" is required for references to named destinations in
external documents.

I get the same results with both LMTX and MkIV from current latest
(2023.09.26 18:19).

Many thanks for your help,

Pablo
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: It works after a few changes but ..

2023-11-17 Thread Aditya Mahajan
On Fri, 17 Nov 2023, Ursula Hermann wrote:

> Dear List,
> After a few changes i have here an example:
> It works, but what I wanted to know is why are there
> 
> round brackets after writing \starttheroem if i compile it.
> Should be without round brackets.

Are you looking for something like this?

\defineenumeration
  [theorem]
  [
text=Theorem,
title=yes,
width=fit,
distance=0.5em,
alternative=serried,
  ]

\starttext
  \starttheorem 
The square on the hypotenuse is equal to the sum of the squares on the
other two sides. Ach is das schön, dass du da bist
  \stoptheorem
\stoptext

Aditya___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] It works after a few changes but ..

2023-11-17 Thread Ursula Hermann
Dear List,
After a few changes i have here an example:
It works, but what I wanted to know is why are there

round brackets after writing \starttheroem if i compile it.
Should be without round brackets.

I have the following example, the text was in a PDF from 2008, called: Theorems 
in ConTeXt, and also my text with the margin:


\definemargindata  [MyInMargin][inright]
\definemarginframed[MyInMargin][topframe=on,bottomframe=on,rulethickness=1pt,width=1cm]
\margintext{\blackrule[color=black, height=0.25ex, 
width=1cm]\\}\blackrule[color=black, height=0.25ex, width=7cm]
\setupenumerations
  [ before={\blank[big]},
after={\blank[big]},
location=serried,
width=broad,
distance=0.5em,
headstyle=bold,
titlestyle=normal,
way=bytext,
conversion=numbers]
\defineenumeration
  [theorem]
  [text=Theorem,
  title=yes,
  style=italic,
   list=all,
   listtext={Theorem }]
\starttext
\margintext{2.1.1}{\starttheorem {The square on the hypotenuse is equal
to the sum of the squares on the other two sides. Ach is das schön, dass du da 
bist}
\stoptheorem
\stoptext

Maybe someone can help me.
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: Text and Remark

2023-11-17 Thread Ursula Hermann

Dear Bruce


Yes, it was better. But i show you how it should loook:

\definemargindata  [MyInMargin][inright]
\definemarginframed[MyInMargin][topframe=on,bottomframe=on,rulethickness=1pt,width=1cm]

\margintext{\blackrule[color=black, height=0.25ex, 
width=1cm]\\}\blackrule[color=black, height=0.25ex, width=7cm]

\starttext

\margintext{2.1.1}\remark{Remark 1 Ach ist das schön, dass du da bist}
\stoptext


But Remark should be a number as you wrote  in your example.


Thank you

Uschi



Von: Bruce Horrocks 
Gesendet: Donnerstag, 16. November 2023 15:58:50
An: ntg-context mailing list
Betreff: [NTG-context] Re: Text and Remark

On 16 Nov 2023, at 12:52, Ursula Hermann  wrote:
>
> \defineenumeration
> [remark]
> [location=top,text=Remark,inbetween={\blank[nowhite]},after=\blank,headstyle=bold,margin=1in]

Does

[alternative=left,text=Remark,inbetween={\blank[nowhite]},after=\blank,headstyle=bold,margin=1in]

give what you want?

—
Bruce Horrocks
Hampshire, UK

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___