Re: [NTG-context] xtable as list item (again)

2021-06-16 Thread Pablo Rodriguez
On 6/16/21 9:56 PM, Wolfgang Schuster wrote:
> Pablo Rodriguez schrieb am 15.06.2021 um 19:57:
>>[...]
>>\showframe\showstruts
>>\starttext
>>\startitemize[n][margin=yes]
>>\item a
>>\item
>>  \startembeddedxtable[option={stretch, width}]
>>  \dorecurse{25}{\startxrow
>>\startxcell \Characters{\recurselevel}\stopxcell
>>\startxcell \characters{\recurselevel}\stopxcell
>>  \stopxrow}
>>\stopembeddedxtable
>
> \item
>\startfixed
>  % put your table here
>\stopfixed

Many thanks for your help, Wolfgang.

This worked like a charm.

First time I’m aware of this command.

Many thanks for your help again,

Pablo
--
http://www.ousia.tk
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Natural tables | 2 tables in a page seem to interfere with each other?

2021-06-16 Thread Ramkumar KB
Wolfgang,

Thank you very much for the information. Yes, this was the trick I was
looking for.

I haved added this information in the Wiki -
https://wiki.contextgarden.net/TABLE#Settings_for_multiple_TABLEs_in_a_single_page


Hope it is accurate enough.

Thank you once again!

-Ramkumar

On Wed, Jun 16, 2021 at 11:41 PM Wolfgang Schuster <
wolfgang.schuster.li...@gmail.com> wrote:

> Ramkumar KB schrieb am 16.06.2021 um 17:33:
>
> Hi,
>
> I have 2 "natural tables" in one page and it appears that I have to
> (manually) reset the columns in the second table, for those columns that I
> had set specific width. See the example below -
>
> Maybe I am missing a trick or two - or this indeed is the desired
> behavior? Thank you very much.
>
> \setupTABLE[r][each][height=0.5cm,frame=on]
> \setupTABLE[c][each][width=0.6cm]
> \setupTABLE[r][1][height=0cm,topframe=off] \setupTABLE[c][1][width=5cm]
> \setupTABLE[c][4,7][width=3cm] \bTABLE ... \eTABLE
> \setupTABLE[r][each][height=1.3cm,topframe=on]
> \setupTABLE[c][each][width=1.7cm]
> \setupTABLE[c][1,4,7][width=1.7cm] %This is to reset from the previous Table
> \setupTABLE[r][1][height=0cm,topframe=off]
> \setupTABLE[c][2][width=0.3cm,frame=off] \bTABLE ... \eTABLE
>
>
> When you need a certain setup for multiple tables you can put all
> \setupTABLE commands in a setups-environment and load these settings at the
> start of the table, e.g.
>
>
> \startsetups [tablesettings]
> \setupTABLE [r] [1] [..,..=..,..]
> \setupTABLE [c] [2] [..,..=..,..]
> \stopsetups
>
> \bTABLE[setups=tablesettings]
> ...
> \eTABLE
>
>
> When you need individual settings for each table add \start before the
> setup-commands and \stop after the table, this keeps all setups local to
> the current table, e.g.
>
> \start
>
> \setupTABLE [r] [1] [..,..=..,..]
> \setupTABLE [c] [2] [..,..=..,..]
>
> \bTABLE
> ...
> \eTABLE
>
> \stop
>
>
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
>
> ___
>
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] A not so short introduction to ConTeXt - French version - progress report.

2021-06-16 Thread Aditya Mahajan
On Wed, 16 Jun 2021, Garulfo wrote:

> Hi all, Joaquín
> 
> I hope your are doing well.
> 
> To keep you informed of my progress on the French version of "a not so 
> short introduction to ConTeXt", I am done for part I, and II, and I am 
> starting with Part III...

Thanks. The visual style does look nice.

One question about the translation. Does it make sense to introduce the French 
interface as well (\demarretexte ... \stoppetexte, etc.)?

Aditya___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] A not so short introduction to ConTeXt - French version - progress report.

2021-06-16 Thread Garulfo

Hi all, Joaquín

I hope your are doing well.

To keep you informed of my progress on the French version of "a not so 
short introduction to ConTeXt", I am done for part I, and II, and I am 
starting with Part III...


I really appreciate Joaquín's Introduction, its structure, the sequence 
of steps. Thanks again for that.


The latest french pdf can be found here :

https://raw.githubusercontent.com/contextgarden/not-so-short-introduction-to-context/main/fr/introCTX_fra.pdf

The GitHub directory is here :
https://github.com/contextgarden/not-so-short-introduction-to-context/tree/main/


I added some content :
- 6.7 :  how to use fonts from the operating system
- 7.4.3.D :  tweaks with sectionconversionset
- p.6 :  kind of "visual Table of Content"
- 9.6 :  attachements


I added some "features" :
- use of ~10 environnement files for typesetting configuration
- colors :   to provide a somewhat attractive document
 inspired by Hans Hagen "Typographic Programming"
 https://www.pragma-ade.com/general/manuals/style.pdf
- commands to typeset Demos (showing code and results side by side)
- some attachments to provide "ready to go .tex for beginners"

Some thoughs:
- to move "page break section" from Part I section 5.5
  to something like Part III 11.x
- Once the translation finished, to simplify some explanations.


Garulfo
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


ntg-context@ntg.nl

2021-06-16 Thread Alan Braslau
On Wed, 16 Jun 2021 17:14:22 +0200
luigi scarso  wrote:

> > Did you try this one?
> >
> > http://www.xpdfreader.com/download.html  
> 
> 
> I doesn't workunder ubuntu 20.04
> libicudata.so.56 => not found
> I have libicudata.so.66

The ubuntu package must be built incorrectly, for I have
/usr/local/lib/libicudata.so.69
and xpdf works fine (freebsd).

Alan
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] xtable as list item (again)

2021-06-16 Thread Wolfgang Schuster

Pablo Rodriguez schrieb am 15.06.2021 um 19:57:

Dear list,

I already posted a similar question some time ago
(https://mailman.ntg.nl/pipermail/ntg-context/2021/101021.html), but I
got no reply.

I have the following sample:

   \showframe\showstruts
   \starttext
   \startitemize[n][margin=yes]
   \item a
   \item
 \startembeddedxtable[option={stretch, width}]
 \dorecurse{25}{\startxrow
   \startxcell \Characters{\recurselevel}\stopxcell
   \startxcell \characters{\recurselevel}\stopxcell
 \stopxrow}
   \stopembeddedxtable



\item
  \startfixed
% put your table here
  \stopfixed

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] *keep-pdf.pdf files included in latest

2021-06-16 Thread Hans Hagen

On 6/16/2021 7:09 PM, Pablo Rodriguez wrote:

Hans,

current latest from 2021.06.14 17:16 includes both s-inf-01-pdf-keep.pdf
and s-inf-03-pdf-keep.pdf.

I wonder whether these files are part of the distribution.

no .. thanks for noticing .. i'll remove them

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | 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
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] *keep-pdf.pdf files included in latest

2021-06-16 Thread Pablo Rodriguez
Hans,

current latest from 2021.06.14 17:16 includes both s-inf-01-pdf-keep.pdf
and s-inf-03-pdf-keep.pdf.

I wonder whether these files are part of the distribution.

Many thanks for your help,

Pablo
--
http://www.ousia.tk
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Natural tables | 2 tables in a page seem to interfere with each other?

2021-06-16 Thread Wolfgang Schuster

Ramkumar KB schrieb am 16.06.2021 um 17:33:

Hi,

I have 2 "natural tables" in one page and it appears that I have to 
(manually) reset the columns in the second table, for those columns 
that I had set specific width. See the example below -


Maybe I am missing a trick or two - or this indeed is the desired 
behavior? Thank you very much.


\setupTABLE[r][each][height=0.5cm,frame=on] 
\setupTABLE[c][each][width=0.6cm] 
\setupTABLE[r][1][height=0cm,topframe=off] 
\setupTABLE[c][1][width=5cm] \setupTABLE[c][4,7][width=3cm] \bTABLE 
... \eTABLE \setupTABLE[r][each][height=1.3cm,topframe=on] 
\setupTABLE[c][each][width=1.7cm] 
\setupTABLE[c][1,4,7][width=1.7cm] %This is to reset from the previous Table\setupTABLE[r][1][height=0cm,topframe=off] 
\setupTABLE[c][2][width=0.3cm,frame=off] \bTABLE ... \eTABLE


When you need a certain setup for multiple tables you can put all 
\setupTABLE commands in a setups-environment and load these settings at 
the start of the table, e.g.



\startsetups [tablesettings]
    \setupTABLE [r] [1] [..,..=..,..]
    \setupTABLE [c] [2] [..,..=..,..]
\stopsetups

\bTABLE[setups=tablesettings]
    ...
\eTABLE


When you need individual settings for each table add \start before the 
setup-commands and \stop after the table, this keeps all setups local to 
the current table, e.g.


\start

\setupTABLE [r] [1] [..,..=..,..]
\setupTABLE [c] [2] [..,..=..,..]

\bTABLE
    ...
\eTABLE

\stop


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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] Natural tables | 2 tables in a page seem to interfere with each other?

2021-06-16 Thread Ramkumar KB
Hi,

I have 2 "natural tables" in one page and it appears that I have to
(manually) reset the columns in the second table, for those columns that I
had set specific width. See the example below -

Maybe I am missing a trick or two - or this indeed is the desired behavior?
Thank you very much.

\setupTABLE[r][each][height=0.5cm,frame=on]
\setupTABLE[c][each][width=0.6cm]
\setupTABLE[r][1][height=0cm,topframe=off] \setupTABLE[c][1][width=5cm]
\setupTABLE[c][4,7][width=3cm] \bTABLE ... \eTABLE
\setupTABLE[r][each][height=1.3cm,topframe=on]
\setupTABLE[c][each][width=1.7cm]
\setupTABLE[c][1,4,7][width=1.7cm] %This is to reset from the previous Table
\setupTABLE[r][1][height=0cm,topframe=off]
\setupTABLE[c][2][width=0.3cm,frame=off] \bTABLE ... \eTABLE

- Ramkumar
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


ntg-context@ntg.nl

2021-06-16 Thread luigi scarso
On Tue, Jun 15, 2021 at 9:00 PM Hans Hagen  wrote:

> On 6/15/2021 8:47 PM, luigi scarso wrote:
> >
> >
> > On Tue, Jun 15, 2021 at 8:29 PM Hans Hagen  > > wrote:
> >
> > On 6/15/2021 7:53 PM, Alan Braslau wrote:
> >  > On Tue, 15 Jun 2021 13:07:04 +0200
> >  > Hans Hagen mailto:j.ha...@xs4all.nl>> wrote:
> >  >
> >  >> the windows mupdf viewer is somewhat crippled (no selection) but
> >  >> searching for something shows the right bbox
> >  >
> >  > I do not know about Windows ports, but mupdf and mupdf-gl differ,
> not
> >  > only in their rendering but also in their keystrokes and mouse
> > bindings.
> >
> >
> > mupdf-gl (the advanced one) uses opengl,  but unfortunately it breaks
> > when the drivers are updated;
> > mupdf uses x11, and it's much more stable.
> > To be honest, under ubuntu okular and evince are still better than mupdf.
> Did you try this one?
>
> http://www.xpdfreader.com/download.html


I doesn't workunder ubuntu 20.04
libicudata.so.56 => not found
I have libicudata.so.66

-- 
luigi
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Project structure: Specifying environment in component

2021-06-16 Thread denis.maier
I’ll look into this, and post to the list once I’ve made the changes so others 
can comment.

Denis

Von: ntg-context  Im Auftrag von jethro Reuel
Gesendet: Mittwoch, 9. Juni 2021 14:49
An: mailing list for ConTeXt users 
Betreff: Re: [NTG-context] Project structure: Specifying environment in 
component

Thanks. Maybe a change of how the wiki is worded is needed.


On 9 Jun 2021, at 12:07 PM, denis.ma...@unibe.ch 
wrote:

I’ve also struggled with this before as you can see if you search the mailing 
list.
My question: https://www.mail-archive.com/ntg-context@ntg.nl/msg97763.html
Wolfgang’s answer : 
https://www.mail-archive.com/ntg-context@ntg.nl/msg97775.html

We should probably change the wiki to make it clear that no inheritance of 
environments happens here.

Denis

Von: ntg-context 
mailto:ntg-context-boun...@ntg.nl>> Im Auftrag von 
mastermind_ x
Gesendet: Mittwoch, 9. Juni 2021 13:36
An: ntg-context@ntg.nl
Betreff: [NTG-context] Project structure: Specifying environment in component

Hello everyone,

I am creating a project of notes across different areas of mathematics I am 
studying and the structure looks like this:

env_notes.tex
project_notes.tex
geogroups/groups-prd_geometry-groups.tex
geogroups/groups-c_chapter1.tex



I am following this wiki: https://wiki.contextgarden.net/Project_structure



My question is: Why do I need to specify
\environment env_notes
before It works at the component level? The wiki didn’t say that. Plus it is 
already specified at the product level. Thanks.



~Jethro
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___