Re: [NTG-context] unknown library

2018-09-07 Thread Wolfgang Schuster

Do you have a minimal example?

Wolfgang


Hans van der Meer schrieb am 05.09.18 um 17:12:

Mij font setup is nothing more then \setupbodyfont[cambria,12pt]

An underfull hbox I can understand but wherefrom these messages about 
an “unknown library normal”?
I guess it is not the font, because substituting lmodern for cambria 
makes no difference.

Does this signify I should change something? If so, then what?

Underfull \hbox (badness 1014) in paragraph at lines 7--7
 []<15: cambria @ 10.0pt> adres[]
fonts > typescripts > unknown library 'normal'
fonts           > typescripts > unknown library 'normal'
pages           > flushing realpage 108, userpage 108

dr. Hans van der Meer




___
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
___

[NTG-context] tatoolbar

2018-09-07 Thread Procházka Lukáš Ing .

Hello,

due to great TextAdept (TA) [1] extendibility, I'd like to try to program a TA add-on 
which would provide a ConTeXt source "browser".

The idea is to create an independent window in the TA which will show the 
current document structure, or even the project structure, and provide some 
click-in-browser-go-to-source functionality.

Suppose having a source file with the following content (line numbers in (...) 
just for referring):

 a.tex
(1) \section{Sec}
(2)
(3) Hello
(4)
(5)  \subsection{Subsec}
(6)
(7)  Word


The "browser" should display this:


Sec (section)
Subsec (subsection)


After some investigation and some questioning in TA mailing list, it seem that 
"tatoolbar" [2] might bu useful for this purpose.

Unfortunately, there is an initial problem: the tatoolbar is not pre-compiled 
for Windows [3] and compilation under Windows is not so easy (I tried with 
GnuWin32 and MinGW installed on my WinX computer); getting Win bins is done by 
cross compiling under Linux.

Is there someone here - who is familiar with Linux - who could compile 
tatoolbar first - and provide it for trying to write the source browser?

Thank you in advance.

Best regards,

Lukas

[1] https://foicica.com/textadept/
[2] https://github.com/gabdub/ta-tweaks/wiki/tatoolbar
[3] https://foicica.com/textadept/manual.html#Compiling


--
Ing. Lukáš Procházka | mailto:l...@pontex.cz
Pontex s. r. o.  | mailto:pon...@pontex.cz | http://www.pontex.cz | 
IDDS:nrpt3sn
Bezová 1658
147 14 Praha 4

Mob.: +420 702 033 396

___
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] Modes in tables

2018-09-07 Thread Wolfgang Schuster



Jan Willem Flamma schrieb am 07.09.18 um 20:01:

Thank you Wolfgang.

When comparing the results between tabulate and TABLE, I noticed some different 
results in formatting.

1. When using TABLE the table text is slightly shifted to the right. My initial 
guess was that this is due to the frame thickness but setting rulethickness= 
0pt did not solve this.
How can I get the text in the table to align with the regular text?


In a natural table each cell acts like \framed where you have a offset 
value on each side, to get rid of it set offset to 0pt.


\setupTABLE [start] [frame=off,rulethickness=0pt,offset=0pt]


2. In both cases column widths of 6cm and 3 cm have been set. Yet, the results 
show a difference in column width (not sure which one is correct)


Tabulate adds extra space between the columns but it can be disabled.

\starttabulate[|lw(6cm)j0|i0lw(3cm)|p|]


3. The vertical space between the regular text and the start of the table 
varies. It is larger when using tabulate.


Tabulate add by default a \blank before and after the table which can be 
disabled.


\starttabulate [...] [before=,after=]

or

\setuptabulate [before=,after=]


4. The vertical space between the lines in the table text also varies. It is 
larger when using TABLE.


Setting offset to 0pt reduces the vertical space in natural table but 
there will always be differences between different table types.



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] Modes in tables

2018-09-07 Thread Jan Willem Flamma
Thank you Wolfgang.

When comparing the results between tabulate and TABLE, I noticed some different 
results in formatting.

1. When using TABLE the table text is slightly shifted to the right. My initial 
guess was that this is due to the frame thickness but setting rulethickness= 
0pt did not solve this. 
How can I get the text in the table to align with the regular text?

2. In both cases column widths of 6cm and 3 cm have been set. Yet, the results 
show a difference in column width (not sure which one is correct)

3. The vertical space between the regular text and the start of the table 
varies. It is larger when using tabulate.

4. The vertical space between the lines in the table text also varies. It is 
larger when using TABLE.

(I left out the modes in MWE below because I don’t think it is relevant here.)

\starttext

\setupwhitespace[big]

\startsetups [tablesetups]
\setupTABLE [start]  [frame=off, rulethickness=0pt]
\setupTABLE [column] [1] [width=6cm,align=flushleft]
\setupTABLE [column] [2] [width=3cm,align=flushleft]
\stopsetups

Calculate the hydrostatic pressure of the following fluid.
\par
\bTABLE [setups=tablesetups]
\bTR
\bTD Well depth \eTD
\bTD 10100 ft   \eTD
\bTD 3100 m \eTD
\eTR
\bTR
\bTD Fluid density  \eTD
\bTD 9.0 ppg\eTD
\bTD 1.08 kg/l  \eTD
\eTR
\eTABLE

Calculate the hydrostatic pressure of the following fluid.
\starttabulate[|lw(6cm)|lw(3cm)|p|]
\NC Well depth  \NC 10100 ft\NC 3100 m  \NC \NR
\NC Fluid density   \NC 9.0 ppg \NC 1.08 kg/l   \NC \NR
\stoptabulate

\stoptext



> On 6 Sep 2018, at 18:53, Wolfgang Schuster 
>  wrote:
> 
> You can’t do this with tabulate but it’s possible with natural tables.
> 
> %\enablemode [BL]
> 
> \starttext
> 
> \startsetups [tablesetups]
> \setupTABLE [start]  [frame=off]
> \setupTABLE [column] [1] [width=6cm,align=flushleft]
> \setupTABLE [column] [2] [width=2cm,align=flushleft]
> \stopsetups
> 
> \bTABLE [setups=tablesetups]
> \bTR
> \bTD Well depth \eTD
> \bTD 10100 ft \eTD
> \startmode [BL] \bTD \unit{3100 meter} \eTD \stopmode
> \eTR
> \bTR
> \bTD Fluid density \eTD
> \bTD 9.0 ppg \eTD
> \startmode [BL] \bTD \unit{1.08 kilogram per liter} \eTD \stopmode
> \eTR
> \eTABLE
> 
> \stoptext
> 
> Wolfgang
> 
> 
> Jan Willem Flamma schrieb am 06.09.18 um 11:44:
>> Dear list members
>> 
>> I would like to disable to third column in the question when mode BL is not 
>> enabled.
>> 
>> When mode BL is enabled (using the toggle), the third column should of 
>> course appear again.
>> 
>> How can I achieve this?
>> 
>> Regards,
>> Jan Willem
>> 
>> 
>> MWE:
>> 
>> \starttext
>> 
>> %Toggles
>> %\enablemode[BL]
>> 
>> \defineblock[question]
>> \defineblock[answer]
>> 
>> \hideblocks[question]
>> \hideblocks[answer]
>>  
>> \defineenumeration
>> [question]
>> [text=Question,
>>  after={\blank[2*big]},
>>  inbetween={\blank[nowhite]},
>>  way=bychapter,
>>  prefixsegments=chapter,
>>  prefix=yes]
>> 
>>  \defineenumeration
>> [answer]
>> [counter=answer,
>>  text=,
>>  width=,
>>  before={\blank[nowhite]},
>>  after={\blank[nowhite]},
>>  indenting=no,
>>  titledistance=1cm,
>>  location=inmargin,
>>  alternative=left,
>>  headstyle=,
>>  way=bychapter,
>>  prefixsegments=chapter,
>>  prefix=yes]
>>\beginquestion
>> \startquestion
>> Calculate the hydrostatic pressure of the following fluid.
>> \starttabulate[|lw(6cm)|lw(3cm)|\doifmode{BL}{p|}]
>> \NC Well depth   \NC 10100 ft\doifmode{BL}{\NC 3100 m}   
>>  \NC \NR
>> \NC Fluid density\NC 9.0 ppg \doifmode{BL}{\NC 1.08 
>> kg/l}\NC \NR
>> \stoptabulate
>> \stopquestion
>> \endquestion
>> \beginanswer
>> \startanswer
>> 4726 psi\doifmode{BL}{ / 328 bar}
>> \stopanswer
>> \endanswer
>> 
>> 
>> \startsection[title=Questions]
>> \useblocks[question]
>> \startsubsubsection[title=Answers]
>> \useblocks[answer]
>> \stopsubsubsection
>> \stopsection
>> 
>> \stoptext
>> ___
>> 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/listi

Re: [NTG-context] contextbeta moved or server down?

2018-09-07 Thread Hans van der Meer
telnet is not present here on the system (for safety I presume)

> On 7 Sep 2018, at 17:45, Harald Koenig  
> wrote:
> 
> On Sep 07, Alan Braslau wrote:
> 
>> rsync uses port 873
>> 
>> This often gets blocked at many sites.
> 
> an easy and "naiive" test can be trying to connect to that port via rsync:
> 
> 
>   telnet 193.2.4.200 rsync
> or
>   telnet 193.2.4.200 873
> 
> 
> the output should look similar to this if that outgoing port is open (not 
> blocked):
> 
>   Trying 193.2.4.200...
>   Connected to 193.2.4.200.
>   Escape character is '^]'.
>   @RSYNCD: 31.0
> 
> 
> Harald
> -- 
> "I hope to die  ___   _
> before I *have* to use Microsoft Word.",   0--,|/OOO\
> Donald E. Knuth, 02-Oct-2001 in Tuebingen.<_/  /  /OOO\
>\  \/OOO\
>  \ O|//
>   \/\/\/\/\/\/\/\/\/
> Harald Koenig   //  / \\  \
> koe...@tat.physik.uni-tuebingen.de ^   ^
> ___
> 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
> ___

met vriendelijke groet
dr. Hans van der Meer


___
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] contextbeta moved or server down?

2018-09-07 Thread Harald Koenig
On Sep 07, Alan Braslau wrote:

> rsync uses port 873
> 
> This often gets blocked at many sites.

an easy and "naiive" test can be trying to connect to that port via rsync:


telnet 193.2.4.200 rsync
or
telnet 193.2.4.200 873


the output should look similar to this if that outgoing port is open (not 
blocked):

Trying 193.2.4.200...
Connected to 193.2.4.200.
Escape character is '^]'.
@RSYNCD: 31.0


Harald
-- 
"I hope to die  ___   _
before I *have* to use Microsoft Word.",   0--,|/OOO\
Donald E. Knuth, 02-Oct-2001 in Tuebingen.<_/  /  /OOO\
\  \/OOO\
  \ O|//
   \/\/\/\/\/\/\/\/\/
Harald Koenig   //  / \\  \
koe...@tat.physik.uni-tuebingen.de ^   ^
___
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] contextbeta moved or server down?

2018-09-07 Thread Hans van der Meer
I looked into the modem: no port filtering set up there.

> On 7 Sep 2018, at 17:25, Alan Braslau  wrote:
> 
> rsync uses port 873
> 
> This often gets blocked at many sites.
> 
> Alan
> 
>> On 7 Sep 2018, at 17:17, Hans van der Meer  wrote:
>> 
>> Tried it on a MacBook too, same problem. Could be my router then.
>> 
>>> On 7 Sep 2018, at 17:04, Mohammad Hossein Bateni  wrote:
>>> 
>>> works for me.  I have macbook pro (mid 2015) running High Sierra 10.13.6.  
>>> I guess, you should try to ping or traceroute to contextgarden.net from 
>>> terminal.  the IP is different for www.contextgarden.net, which is probably 
>>> what the browser looks for.
>> 
>> Ping gave this:
>> 
>> 33 context-47: ping contextgarden.net
>> PING contextgarden.net (193.2.4.200): 56 data bytes
>> ..
>> 64 bytes from 193.2.4.200: icmp_seq=27 ttl=49 time=39.023 ms
>> 64 bytes from 193.2.4.200: icmp_seq=28 ttl=49 time=38.522 ms
>> ^C
>> --- contextgarden.net ping statistics ---
>> 29 packets transmitted, 29 packets received, 0.0% packet loss
>> round-trip min/avg/max/stddev = 37.669/38.526/39.896/0.656 ms
>> 
>> What now. Any ideas perhaps?
>> 
>> dr. Hans van der Meer
>> 
>> 
>> ___
>> 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
> ___

met vriendelijke groet
dr. Hans van der Meer


___
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] contextbeta moved or server down?

2018-09-07 Thread Hans van der Meer
Did this, see below, 

> On 7 Sep 2018, at 17:16, Mojca Miklavec  
> wrote:
> 
> On Fri, 7 Sep 2018 at 17:08, Hans van der Meer wrote:
>> 
>> If I connect in the browser to 
>> contextgarden.net/minimals/setup/$platform/bin (platform set to my osx-64) 
>> it gives an empty page with text as below. Shouldn’t there be something to 
>> download?
> 
> No, because that's the wrong URL. The correct URL would be
>http://minimals.contextgarden.net/setup/osx-64/bin/
> if talking about the browser. Apache's and rsync's URLs are not the same.
> 
> Can you please check if you can use rsync at all (behind the firewalls
> you currently reside)? Do you get any response from, say,
>rsync rsync://rsync.macports.org/
> ?
> 
35 context-47: rsync rsync://rsync.macports.org/

Willkommen auf dem RSYNC-server auf ftp.fau.de.
Nicht all unsere Mirror sind per rsync verfuegbar.

Welcome to the RSYNC daemon on ftp.fau.de.
Not all of our mirrors are available through rsync.


release MacPorts rsync release repository, providing the current 
MacPorts "released" sources and the ports tree.
trunk   MacPorts rsync "trunk" repository, providing experimental 
MacPorts sources in svn's trunk/base.
distfiles   Distfile mirror for MacPorts

And a lot more like this ..

> Mojca
> ___
> 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
> ___


dr. Hans van der Meer


___
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] contextbeta moved or server down?

2018-09-07 Thread Mojca Miklavec
On Fri, 7 Sep 2018 at 17:18, Hans van der Meer wrote:
>
> Ping gave this:

Ping gives you the correct address and a sign that you can reach the
server. I'm almost certain it's a firewall issue. Please check whether
you can reach, say,
 rsync rsync://rsync.macports.org/

Mojca
___
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] contextbeta moved or server down?

2018-09-07 Thread Alan Braslau
rsync uses port 873

This often gets blocked at many sites.

Alan

> On 7 Sep 2018, at 17:17, Hans van der Meer  wrote:
> 
> Tried it on a MacBook too, same problem. Could be my router then.
> 
>> On 7 Sep 2018, at 17:04, Mohammad Hossein Bateni  wrote:
>> 
>> works for me.  I have macbook pro (mid 2015) running High Sierra 10.13.6.  I 
>> guess, you should try to ping or traceroute to contextgarden.net from 
>> terminal.  the IP is different for www.contextgarden.net, which is probably 
>> what the browser looks for.
> 
> Ping gave this:
> 
> 33 context-47: ping contextgarden.net
> PING contextgarden.net (193.2.4.200): 56 data bytes
> ..
> 64 bytes from 193.2.4.200: icmp_seq=27 ttl=49 time=39.023 ms
> 64 bytes from 193.2.4.200: icmp_seq=28 ttl=49 time=38.522 ms
> ^C
> --- contextgarden.net ping statistics ---
> 29 packets transmitted, 29 packets received, 0.0% packet loss
> round-trip min/avg/max/stddev = 37.669/38.526/39.896/0.656 ms
> 
> What now. Any ideas perhaps?
> 
> dr. Hans van der Meer
> 
> 
> ___
> 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] contextbeta moved or server down?

2018-09-07 Thread Hans van der Meer
Tried it on a MacBook too, same problem. Could be my router then.

> On 7 Sep 2018, at 17:04, Mohammad Hossein Bateni  wrote:
> 
> works for me.  I have macbook pro (mid 2015) running High Sierra 10.13.6.  I 
> guess, you should try to ping or traceroute to contextgarden.net 
>  from terminal.  the IP is different for 
> www.contextgarden.net , which is probably what 
> the browser looks for.

Ping gave this:

33 context-47: ping contextgarden.net
PING contextgarden.net (193.2.4.200): 56 data bytes
..
64 bytes from 193.2.4.200: icmp_seq=27 ttl=49 time=39.023 ms
64 bytes from 193.2.4.200: icmp_seq=28 ttl=49 time=38.522 ms
^C
--- contextgarden.net ping statistics ---
29 packets transmitted, 29 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 37.669/38.526/39.896/0.656 ms

What now. Any ideas perhaps?

dr. Hans van der Meer


___
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] contextbeta moved or server down?

2018-09-07 Thread Mojca Miklavec
On Fri, 7 Sep 2018 at 17:08, Hans van der Meer wrote:
>
> If I connect in the browser to contextgarden.net/minimals/setup/$platform/bin 
> (platform set to my osx-64) it gives an empty page with text as below. 
> Shouldn’t there be something to download?

No, because that's the wrong URL. The correct URL would be
http://minimals.contextgarden.net/setup/osx-64/bin/
if talking about the browser. Apache's and rsync's URLs are not the same.

Can you please check if you can use rsync at all (behind the firewalls
you currently reside)? Do you get any response from, say,
rsync rsync://rsync.macports.org/
?

Mojca
___
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] contextbeta moved or server down?

2018-09-07 Thread Hans van der Meer
If I connect in the browser to contextgarden.net/minimals/setup/$platform/bin 
 (platform set to my 
osx-64) it gives an empty page with text as below. Shouldn’t there be something 
to download?
minimals/setup/osx-64/bin

There is currently no text in this page. You can search for this page title 
 in 
other pages, or search the related logs 

 


> On 7 Sep 2018, at 16:42, Hans van der Meer  wrote:
> 
> Not here. I copied your call into Terminal and it gave the same timeout as 
> before. 
> 
> My system is a MacPro (2017), could it have a special setting in the tailored 
> software? Anywhere someone with the same machine who can test this?
> 
> Otherwise, can I download ‘manually’ a package and then install (howto?).
> 
>> On 7 Sep 2018, at 16:34, Wolfgang Schuster 
>> > > wrote:
>> 
>> Hi Hans,
>> 
>> I can download first-setup.sh without problems.
>> 
>> 
>> $ rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh 
>>  .
>> first-setup.sh
>> 
>> sent 38 bytes  received 4826 bytes  3242.67 bytes/sec
>> total size is 4715  speedup is 0.97
>> 
>> 
>> Wolfgang
>> 
>> 
>> Hans van der Meer schrieb am 07.09.18 um 16:25:
>>> Clicking on  contextgarden.net  brings up the 
>>> garden in the browser. The site therefore is reachable from here.
>>> 
>>> I guess then, the problem is in the rsync. I am afraid I known next to 
>>> nothing about rsync. 
>>> 
>>> It would be nice if someone with an Apple Macintosh will try the same. 
>>> Maybe it is something in the system here (running MacOSX High Sierra 
>>> 10.13.6) and I would be glad/unhappy to know if that is the case.
>>> 
 On 7 Sep 2018, at 15:37, Taco Hoekwater >>> > wrote:
 
 Hi Hans,
 
 The garden server is working for me as well, but I am on the same IP as 
 Mojca 
 at the moment, so that is probably to be expected.
 
 Can you connect to contextgarden.net  in *any* 
 way from where you are?
 There could be some issue with the internet routing from your machine
 to contextgarden.net , or it could be a 
 firewall blockade somewhere
 in between. The machine itself is definitely running.
 
 Best wishes,
 Taco
 
> On 7 Sep 2018, at 13:13, Hans van der Meer  > wrote:
> 
> Still not working. this is the full script, I didn’t change the rsync 
> line since last time it ran ok:
> 
> echo "start download and install of contextbeta"
> rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh 
>  .
> chmod a+x first-setup.sh
> mkdir tex
> sh ./first-setup.sh --engine=luatex --context=beta >first-setup.log
> #sh ./first-setup.sh --context=current >first-setup.log
> #sh ./first-setup.sh --context=date >first-setup.log
> 
> # link to command reference
> cp -p -v 
> tex/texmf-context/doc/context/documents/general/qrcs/setup-en.pdf 
> ~/Desktop/Context\ Commands.pdf
> rm ~/Desktop/Context\ Manuals
> ln -s -v /tex/texmf-context/doc/context/documents/general/manuals 
> Context\ Manuals
> mv Context\ Manuals ..
> 
> # link to mkiv source
> rm mkiv_base
> ln -s -v tex/texmf-context/tex/context/base/mkiv mkiv_base
> 
> exit
> 
> And this is the full output of a run, put the rsync data in red:
> 
> 4 context-47: contextbeta
> start download and install of contextbeta
> rsync: failed to connect to contextgarden.net 
> : Operation timed out (60)
> rsync error: error in socket IO (code 10) at 
> /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-52/rsync/clientserver.c(106)
>  [receiver=2.6.9]
> chmod: first-setup.sh: No such file or directory
> mkdir: tex: File exists
> sh: ./first-setup.sh: No such file or directory
> cp: tex/texmf-context/doc/context/documents/general/qrcs/setup-en.pdf: No 
> such file or directory
> rm: /Users/hansm/Desktop/Context Manuals: No such file or directory
> Context Manuals -> 
> /tex/texmf-context/doc/context/documents/general/manuals
> mkiv_base -> tex/texmf-context/tex/context/base/mkiv
> 4 context-47: 
> 
> 
>> On 7 Sep 2018, at 11:50, Mojca Miklavec > > wrote:
>> 
>> On Fri, 7 Sep 2018 at 11:11, Hans van der Meer > > wrote:
>>> 
>>> This used to give me the latest contextbeta:
>>> rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh 
>>>  .
>>> 
>>> Today I get this error
>>> start download and iinstall of conte

Re: [NTG-context] contextbeta moved or server down?

2018-09-07 Thread Mohammad Hossein Bateni
works for me.  I have macbook pro (mid 2015) running High Sierra 10.13.6.
I guess, you should try to ping or traceroute to contextgarden.net from
terminal.  the IP is different for www.contextgarden.net, which is probably
what the browser looks for.

On Fri, Sep 7, 2018 at 10:43 AM Hans van der Meer  wrote:

> Not here. I copied your call into Terminal and it gave the same timeout as
> before.
>
> My system is a MacPro (2017), could it have a special setting in the
> tailored software? Anywhere someone with the same machine who can test this?
>
> Otherwise, can I download ‘manually’ a package and then install (howto?).
>
> On 7 Sep 2018, at 16:34, Wolfgang Schuster <
> wolfgang.schuster.li...@gmail.com> wrote:
>
> Hi Hans,
>
> I can download first-setup.sh without problems.
>
>
> $ rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh .
> first-setup.sh
>
> sent 38 bytes  received 4826 bytes  3242.67 bytes/sec
> total size is 4715  speedup is 0.97
>
>
> Wolfgang
>
>
> Hans van der Meer schrieb am 07.09.18 um 16:25:
>
> Clicking on  contextgarden.net brings up the garden in the browser. The
> site therefore is reachable from here.
>
> I guess then, the problem is in the rsync. I am afraid I known next to
> nothing about rsync.
>
> It would be nice if someone with an Apple Macintosh will try the same.
> Maybe it is something in the system here (running MacOSX High Sierra
> 10.13.6) and I would be glad/unhappy to know if that is the case.
>
> On 7 Sep 2018, at 15:37, Taco Hoekwater  wrote:
>
> Hi Hans,
>
> The garden server is working for me as well, but I am on the same IP as
> Mojca
> at the moment, so that is probably to be expected.
>
> Can you connect to contextgarden.net in *any* way from where you are?
> There could be some issue with the internet routing from your machine
> to contextgarden.net, or it could be a firewall blockade somewhere
> in between. The machine itself is definitely running.
>
> Best wishes,
> Taco
>
> On 7 Sep 2018, at 13:13, Hans van der Meer  wrote:
>
> Still not working. this is the full script, I didn’t change the rsync line
> since last time it ran ok:
>
> echo "start download and install of contextbeta"
> rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh .
> chmod a+x first-setup.sh
> mkdir tex
> sh ./first-setup.sh --engine=luatex --context=beta >first-setup.log
> #sh ./first-setup.sh --context=current >first-setup.log
> #sh ./first-setup.sh --context=date >first-setup.log
>
> # link to command reference
> cp -p -v tex/texmf-context/doc/context/documents/general/qrcs/setup-en.pdf
> ~/Desktop/Context\ Commands.pdf
> rm ~/Desktop/Context\ Manuals
> ln -s -v /tex/texmf-context/doc/context/documents/general/manuals Context\
> Manuals
> mv Context\ Manuals ..
>
> # link to mkiv source
> rm mkiv_base
> ln -s -v tex/texmf-context/tex/context/base/mkiv mkiv_base
>
> exit
>
> And this is the full output of a run, put the rsync data in red:
>
> 4 context-47: contextbeta
> start download and install of contextbeta
> rsync: failed to connect to contextgarden.net: Operation timed out (60)
> rsync error: error in socket IO (code 10) at
> /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-52/rsync/clientserver.c(106)
> [receiver=2.6.9]
> chmod: first-setup.sh: No such file or directory
> mkdir: tex: File exists
> sh: ./first-setup.sh: No such file or directory
> cp: tex/texmf-context/doc/context/documents/general/qrcs/setup-en.pdf: No
> such file or directory
> rm: /Users/hansm/Desktop/Context Manuals: No such file or directory
> Context Manuals -> /tex/texmf-context/doc/context/documents/general/manuals
> mkiv_base -> tex/texmf-context/tex/context/base/mkiv
> 4 context-47:
>
>
> On 7 Sep 2018, at 11:50, Mojca Miklavec 
> wrote:
>
> On Fri, 7 Sep 2018 at 11:11, Hans van der Meer  wrote:
>
>
> This used to give me the latest contextbeta:
> rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh .
>
> Today I get this error
> start download and iinstall of contextbeta
> rsync: failed to connect to contextgarden.net: Operation timed out (60)
>
> Is the garden down or have the sources been moved since my last access
> this June?
> At least this link is still active at the moment:
> http://wiki.contextgarden.net
>
>
> While wiki.contextgarden.net is running on a different server than the
> distribution, there hasn't been any change recently and the
> installation works for me.
>
> Mojca
>
> ___
> 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
>
> ___
>
>
> met vriendelijke groet
> dr. Hans van der Meer

Re: [NTG-context] contextbeta moved or server down?

2018-09-07 Thread Hans van der Meer
Not here. I copied your call into Terminal and it gave the same timeout as 
before. 

My system is a MacPro (2017), could it have a special setting in the tailored 
software? Anywhere someone with the same machine who can test this?

Otherwise, can I download ‘manually’ a package and then install (howto?).

> On 7 Sep 2018, at 16:34, Wolfgang Schuster 
>  wrote:
> 
> Hi Hans,
> 
> I can download first-setup.sh without problems.
> 
> 
> $ rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh .
> first-setup.sh
> 
> sent 38 bytes  received 4826 bytes  3242.67 bytes/sec
> total size is 4715  speedup is 0.97
> 
> 
> Wolfgang
> 
> 
> Hans van der Meer schrieb am 07.09.18 um 16:25:
>> Clicking on  contextgarden.net  brings up the 
>> garden in the browser. The site therefore is reachable from here.
>> 
>> I guess then, the problem is in the rsync. I am afraid I known next to 
>> nothing about rsync. 
>> 
>> It would be nice if someone with an Apple Macintosh will try the same. Maybe 
>> it is something in the system here (running MacOSX High Sierra 10.13.6) and 
>> I would be glad/unhappy to know if that is the case.
>> 
>>> On 7 Sep 2018, at 15:37, Taco Hoekwater >> > wrote:
>>> 
>>> Hi Hans,
>>> 
>>> The garden server is working for me as well, but I am on the same IP as 
>>> Mojca 
>>> at the moment, so that is probably to be expected.
>>> 
>>> Can you connect to contextgarden.net  in *any* 
>>> way from where you are?
>>> There could be some issue with the internet routing from your machine
>>> to contextgarden.net , or it could be a firewall 
>>> blockade somewhere
>>> in between. The machine itself is definitely running.
>>> 
>>> Best wishes,
>>> Taco
>>> 
 On 7 Sep 2018, at 13:13, Hans van der Meer >>> > wrote:
 
 Still not working. this is the full script, I didn’t change the rsync line 
 since last time it ran ok:
 
 echo "start download and install of contextbeta"
 rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh 
  .
 chmod a+x first-setup.sh
 mkdir tex
 sh ./first-setup.sh --engine=luatex --context=beta >first-setup.log
 #sh ./first-setup.sh --context=current >first-setup.log
 #sh ./first-setup.sh --context=date >first-setup.log
 
 # link to command reference
 cp -p -v tex/texmf-context/doc/context/documents/general/qrcs/setup-en.pdf 
 ~/Desktop/Context\ Commands.pdf
 rm ~/Desktop/Context\ Manuals
 ln -s -v /tex/texmf-context/doc/context/documents/general/manuals Context\ 
 Manuals
 mv Context\ Manuals ..
 
 # link to mkiv source
 rm mkiv_base
 ln -s -v tex/texmf-context/tex/context/base/mkiv mkiv_base
 
 exit
 
 And this is the full output of a run, put the rsync data in red:
 
 4 context-47: contextbeta
 start download and install of contextbeta
 rsync: failed to connect to contextgarden.net : 
 Operation timed out (60)
 rsync error: error in socket IO (code 10) at 
 /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-52/rsync/clientserver.c(106)
  [receiver=2.6.9]
 chmod: first-setup.sh: No such file or directory
 mkdir: tex: File exists
 sh: ./first-setup.sh: No such file or directory
 cp: tex/texmf-context/doc/context/documents/general/qrcs/setup-en.pdf: No 
 such file or directory
 rm: /Users/hansm/Desktop/Context Manuals: No such file or directory
 Context Manuals -> /tex/texmf-context/doc/context/documents/general/manuals
 mkiv_base -> tex/texmf-context/tex/context/base/mkiv
 4 context-47: 
 
 
> On 7 Sep 2018, at 11:50, Mojca Miklavec  > wrote:
> 
> On Fri, 7 Sep 2018 at 11:11, Hans van der Meer  > wrote:
>> 
>> This used to give me the latest contextbeta:
>> rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh 
>>  .
>> 
>> Today I get this error
>> start download and iinstall of contextbeta
>> rsync: failed to connect to contextgarden.net 
>> : Operation timed out (60)
>> 
>> Is the garden down or have the sources been moved since my last access 
>> this June?
>> At least this link is still active at the moment: 
>> http://wiki.contextgarden.net 
> 
> While wiki.contextgarden.net  is running 
> on a different server than the
> distribution, there hasn't been any change recently and the
> installation works for me.
> 
> Mojca
> ___
> If your question is of interest to others as well, please add an entry to 
> the Wiki!
> 
> maillist : ntg-

Re: [NTG-context] contextbeta moved or server down?

2018-09-07 Thread Wolfgang Schuster

Hi Hans,

I can download first-setup.sh without problems.


$ rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh .
first-setup.sh

sent 38 bytes  received 4826 bytes  3242.67 bytes/sec
total size is 4715  speedup is 0.97


Wolfgang


Hans van der Meer schrieb am 07.09.18 um 16:25:
Clicking on contextgarden.net  brings up the 
garden in the browser. The site therefore is reachable from here.


I guess then, the problem is in the rsync. I am afraid I known next to 
nothing about rsync.


It would be nice if someone with an Apple Macintosh will try the same. 
Maybe it is something in the system here (running MacOSX High Sierra 
10.13.6) and I would be glad/unhappy to know if that is the case.


On 7 Sep 2018, at 15:37, Taco Hoekwater > wrote:


Hi Hans,

The garden server is working for me as well, but I am on the same IP 
as Mojca

at the moment, so that is probably to be expected.

Can you connect to contextgarden.net  in 
*any* way from where you are?

There could be some issue with the internet routing from your machine
to contextgarden.net , or it could be a 
firewall blockade somewhere

in between. The machine itself is definitely running.

Best wishes,
Taco

On 7 Sep 2018, at 13:13, Hans van der Meer > wrote:


Still not working. this is the full script, I didn’t change the 
rsync line since last time it ran ok:


echo "start download and install of contextbeta"
rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh .
chmod a+x first-setup.sh
mkdir tex
sh ./first-setup.sh --engine=luatex --context=beta >first-setup.log
#sh ./first-setup.sh --context=current >first-setup.log
#sh ./first-setup.sh --context=date >first-setup.log

# link to command reference
cp -p -v 
tex/texmf-context/doc/context/documents/general/qrcs/setup-en.pdf 
~/Desktop/Context\ Commands.pdf

rm ~/Desktop/Context\ Manuals
ln -s -v /tex/texmf-context/doc/context/documents/general/manuals 
Context\ Manuals

mv Context\ Manuals ..

# link to mkiv source
rm mkiv_base
ln -s -v tex/texmf-context/tex/context/base/mkiv mkiv_base

exit

And this is the full output of a run, put the rsync data in red:

4 context-47: contextbeta
start download and install of contextbeta
rsync: failed to connect to contextgarden.net 
: Operation timed out (60)
rsync error: error in socket IO (code 10) at 
/BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-52/rsync/clientserver.c(106) 
[receiver=2.6.9]

chmod: first-setup.sh: No such file or directory
mkdir: tex: File exists
sh: ./first-setup.sh: No such file or directory
cp: 
tex/texmf-context/doc/context/documents/general/qrcs/setup-en.pdf: 
No such file or directory

rm: /Users/hansm/Desktop/Context Manuals: No such file or directory
Context Manuals -> 
/tex/texmf-context/doc/context/documents/general/manuals

mkiv_base -> tex/texmf-context/tex/context/base/mkiv
4 context-47:


On 7 Sep 2018, at 11:50, Mojca Miklavec 
> wrote:


On Fri, 7 Sep 2018 at 11:11, Hans van der Meer > wrote:


This used to give me the latest contextbeta:
rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh .

Today I get this error
start download and iinstall of contextbeta
rsync: failed to connect to contextgarden.net 
: Operation timed out (60)


Is the garden down or have the sources been moved since my last 
access this June?
At least this link is still active at the moment: 
http://wiki.contextgarden.net


While wiki.contextgarden.net  is 
running on a different server than the

distribution, there hasn't been any change recently and the
installation works for me.

Mojca
___
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
___


met vriendelijke groet
dr. Hans van der Meer


___
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
___


Taco Hoekwater
Elvenkind BV




__

Re: [NTG-context] contextbeta moved or server down?

2018-09-07 Thread Hans van der Meer
Clicking on  contextgarden.net  brings up the garden 
in the browser. The site therefore is reachable from here.

I guess then, the problem is in the rsync. I am afraid I known next to nothing 
about rsync. 

It would be nice if someone with an Apple Macintosh will try the same. Maybe it 
is something in the system here (running MacOSX High Sierra 10.13.6) and I 
would be glad/unhappy to know if that is the case.

> On 7 Sep 2018, at 15:37, Taco Hoekwater  wrote:
> 
> Hi Hans,
> 
> The garden server is working for me as well, but I am on the same IP as Mojca 
> at the moment, so that is probably to be expected.
> 
> Can you connect to contextgarden.net in *any* way from where you are?
> There could be some issue with the internet routing from your machine
> to contextgarden.net, or it could be a firewall blockade somewhere
> in between. The machine itself is definitely running.
> 
> Best wishes,
> Taco
> 
>> On 7 Sep 2018, at 13:13, Hans van der Meer  wrote:
>> 
>> Still not working. this is the full script, I didn’t change the rsync line 
>> since last time it ran ok:
>> 
>> echo "start download and install of contextbeta"
>> rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh .
>> chmod a+x first-setup.sh
>> mkdir tex
>> sh ./first-setup.sh --engine=luatex --context=beta >first-setup.log
>> #sh ./first-setup.sh --context=current >first-setup.log
>> #sh ./first-setup.sh --context=date >first-setup.log
>> 
>> # link to command reference
>> cp -p -v tex/texmf-context/doc/context/documents/general/qrcs/setup-en.pdf 
>> ~/Desktop/Context\ Commands.pdf
>> rm ~/Desktop/Context\ Manuals
>> ln -s -v /tex/texmf-context/doc/context/documents/general/manuals Context\ 
>> Manuals
>> mv Context\ Manuals ..
>> 
>> # link to mkiv source
>> rm mkiv_base
>> ln -s -v tex/texmf-context/tex/context/base/mkiv mkiv_base
>> 
>> exit
>> 
>> And this is the full output of a run, put the rsync data in red:
>> 
>> 4 context-47: contextbeta
>> start download and install of contextbeta
>> rsync: failed to connect to contextgarden.net: Operation timed out (60)
>> rsync error: error in socket IO (code 10) at 
>> /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-52/rsync/clientserver.c(106)
>>  [receiver=2.6.9]
>> chmod: first-setup.sh: No such file or directory
>> mkdir: tex: File exists
>> sh: ./first-setup.sh: No such file or directory
>> cp: tex/texmf-context/doc/context/documents/general/qrcs/setup-en.pdf: No 
>> such file or directory
>> rm: /Users/hansm/Desktop/Context Manuals: No such file or directory
>> Context Manuals -> /tex/texmf-context/doc/context/documents/general/manuals
>> mkiv_base -> tex/texmf-context/tex/context/base/mkiv
>> 4 context-47: 
>> 
>> 
>>> On 7 Sep 2018, at 11:50, Mojca Miklavec  
>>> wrote:
>>> 
>>> On Fri, 7 Sep 2018 at 11:11, Hans van der Meer  wrote:
 
 This used to give me the latest contextbeta:
 rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh .
 
 Today I get this error
 start download and iinstall of contextbeta
 rsync: failed to connect to contextgarden.net: Operation timed out (60)
 
 Is the garden down or have the sources been moved since my last access 
 this June?
 At least this link is still active at the moment: 
 http://wiki.contextgarden.net
>>> 
>>> While wiki.contextgarden.net is running on a different server than the
>>> distribution, there hasn't been any change recently and the
>>> installation works for me.
>>> 
>>> Mojca
>>> ___
>>> 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
>>> ___
>> 
>> met vriendelijke groet
>> dr. Hans van der Meer
>> 
>> 
>> ___
>> 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
>> ___
> 
> Taco Hoekwater
> Elvenkind BV
> 
> 
> 
> 
> ___
> 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 / ht

Re: [NTG-context] labeling in meta post

2018-09-07 Thread Jeong Dal
Dear Henri Menke,

I always use “btex etex” for labeling math.
But “…..” is simpler and it works fine.

Thank you.

Best regards,

Dalyoung

>> 
>> \startbuffer[delta]
>> label.bot(btex ${\delta}$ etex, (1cm,0));%
>> %label.bot(btex $\delta$ etex, (3cm,0));
> 
> Why not just
> 
> label.bot("$\delta$", (3cm,0));

___
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] contextbeta moved or server down?

2018-09-07 Thread Taco Hoekwater
Hi Hans,

The garden server is working for me as well, but I am on the same IP as Mojca 
at the moment, so that is probably to be expected.

Can you connect to contextgarden.net in *any* way from where you are?
There could be some issue with the internet routing from your machine
to contextgarden.net, or it could be a firewall blockade somewhere
in between. The machine itself is definitely running.

Best wishes,
Taco

> On 7 Sep 2018, at 13:13, Hans van der Meer  wrote:
> 
> Still not working. this is the full script, I didn’t change the rsync line 
> since last time it ran ok:
> 
> echo "start download and install of contextbeta"
> rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh .
> chmod a+x first-setup.sh
> mkdir tex
> sh ./first-setup.sh --engine=luatex --context=beta >first-setup.log
> #sh ./first-setup.sh --context=current >first-setup.log
> #sh ./first-setup.sh --context=date >first-setup.log
> 
> # link to command reference
> cp -p -v tex/texmf-context/doc/context/documents/general/qrcs/setup-en.pdf 
> ~/Desktop/Context\ Commands.pdf
> rm ~/Desktop/Context\ Manuals
> ln -s -v /tex/texmf-context/doc/context/documents/general/manuals Context\ 
> Manuals
> mv Context\ Manuals ..
> 
> # link to mkiv source
> rm mkiv_base
> ln -s -v tex/texmf-context/tex/context/base/mkiv mkiv_base
> 
> exit
> 
> And this is the full output of a run, put the rsync data in red:
> 
> 4 context-47: contextbeta
> start download and install of contextbeta
> rsync: failed to connect to contextgarden.net: Operation timed out (60)
> rsync error: error in socket IO (code 10) at 
> /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-52/rsync/clientserver.c(106)
>  [receiver=2.6.9]
> chmod: first-setup.sh: No such file or directory
> mkdir: tex: File exists
> sh: ./first-setup.sh: No such file or directory
> cp: tex/texmf-context/doc/context/documents/general/qrcs/setup-en.pdf: No 
> such file or directory
> rm: /Users/hansm/Desktop/Context Manuals: No such file or directory
> Context Manuals -> /tex/texmf-context/doc/context/documents/general/manuals
> mkiv_base -> tex/texmf-context/tex/context/base/mkiv
> 4 context-47: 
> 
> 
>> On 7 Sep 2018, at 11:50, Mojca Miklavec  
>> wrote:
>> 
>> On Fri, 7 Sep 2018 at 11:11, Hans van der Meer  wrote:
>>> 
>>> This used to give me the latest contextbeta:
>>> rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh .
>>> 
>>> Today I get this error
>>> start download and iinstall of contextbeta
>>> rsync: failed to connect to contextgarden.net: Operation timed out (60)
>>> 
>>> Is the garden down or have the sources been moved since my last access this 
>>> June?
>>> At least this link is still active at the moment: 
>>> http://wiki.contextgarden.net
>> 
>> While wiki.contextgarden.net is running on a different server than the
>> distribution, there hasn't been any change recently and the
>> installation works for me.
>> 
>> Mojca
>> ___
>> 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
>> ___
> 
> met vriendelijke groet
> dr. Hans van der Meer
> 
> 
> ___
> 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
> ___

Taco Hoekwater
Elvenkind BV




___
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] inmargin produces underfull hbox

2018-09-07 Thread Wolfgang Schuster
You can get of the warning by changing the alignment for the \margindata 
entries.


\setupmarginframed
  [inmargin]
  [align={flushright,broad}]

\starttext

Overfull\inmargin{abc}

\stoptext


You can produce the same message with the following example.

\starttext

\vbox
  {\hsize\leftmarginwidth
   \setupalign[flushright]
   \bf abc}

\stoptext


Wolfgang


Hans van der Meer schrieb am 07.09.18 um 13:02:

This minimal example:
\starttext
\currentdate-\currenttime\quad\ConTeXt-version=\contextversion\blank
Testing \ConTeXt macro\ \tex{inmargin}
\blank
Some text to fill the body of the text.\par
\inmargin{\hbox{abc}}
Some text to fill the body of the text\par
\stoptext

produces an underfull hbox:

Underfull \hbox (badness 1210) in paragraph at lines 6--6
 [][][]

the same happens with the line: \inmargin{abc}
Underfull \hbox (badness 1210) in paragraph at lines 6--6
 []<9: lmroman12-bold @ 12.0pt> abc[]

addition of \hfil or \hss doesn’t help.

My conclusion: this is somewhere located in \inmargin. It would be 
nice if this can be resolved, because in procession some 500 
\inmargin’s the log is cluttered with all these messages.


dr. Hans van der Meer




___
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] contextbeta moved or server down?

2018-09-07 Thread Hans van der Meer
Still not working. this is the full script, I didn’t change the rsync line 
since last time it ran ok:

echo "start download and install of contextbeta"
rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh .
chmod a+x first-setup.sh
mkdir tex
sh ./first-setup.sh --engine=luatex --context=beta >first-setup.log
#sh ./first-setup.sh --context=current >first-setup.log
#sh ./first-setup.sh --context=date >first-setup.log

# link to command reference
cp -p -v tex/texmf-context/doc/context/documents/general/qrcs/setup-en.pdf 
~/Desktop/Context\ Commands.pdf
rm ~/Desktop/Context\ Manuals
ln -s -v /tex/texmf-context/doc/context/documents/general/manuals Context\ 
Manuals
mv Context\ Manuals ..

# link to mkiv source
rm mkiv_base
ln -s -v tex/texmf-context/tex/context/base/mkiv mkiv_base

exit

And this is the full output of a run, put the rsync data in red:

4 context-47: contextbeta
start download and install of contextbeta
rsync: failed to connect to contextgarden.net: Operation timed out (60)
rsync error: error in socket IO (code 10) at 
/BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-52/rsync/clientserver.c(106)
 [receiver=2.6.9]
chmod: first-setup.sh: No such file or directory
mkdir: tex: File exists
sh: ./first-setup.sh: No such file or directory
cp: tex/texmf-context/doc/context/documents/general/qrcs/setup-en.pdf: No such 
file or directory
rm: /Users/hansm/Desktop/Context Manuals: No such file or directory
Context Manuals -> /tex/texmf-context/doc/context/documents/general/manuals
mkiv_base -> tex/texmf-context/tex/context/base/mkiv
4 context-47: 


> On 7 Sep 2018, at 11:50, Mojca Miklavec  
> wrote:
> 
> On Fri, 7 Sep 2018 at 11:11, Hans van der Meer  wrote:
>> 
>> This used to give me the latest contextbeta:
>> rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh .
>> 
>> Today I get this error
>> start download and iinstall of contextbeta
>> rsync: failed to connect to contextgarden.net: Operation timed out (60)
>> 
>> Is the garden down or have the sources been moved since my last access this 
>> June?
>> At least this link is still active at the moment: 
>> http://wiki.contextgarden.net
> 
> While wiki.contextgarden.net is running on a different server than the
> distribution, there hasn't been any change recently and the
> installation works for me.
> 
> Mojca
> ___
> 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
> ___

met vriendelijke groet
dr. Hans van der Meer


___
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] inmargin produces underfull hbox

2018-09-07 Thread Hans van der Meer
This minimal example:
\starttext
\currentdate-\currenttime\quad\ConTeXt-version=\contextversion\blank
Testing \ConTeXt macro\ \tex{inmargin}
\blank
Some text to fill the body of the text.\par
\inmargin{\hbox{abc}}
Some text to fill the body of the text\par
\stoptext

produces an underfull hbox:

Underfull \hbox (badness 1210) in paragraph at lines 6--6
 [][][]

the same happens with the line: \inmargin{abc}
Underfull \hbox (badness 1210) in paragraph at lines 6--6
 []<9: lmroman12-bold @ 12.0pt> abc[]

addition of \hfil or \hss doesn’t help.

My conclusion: this is somewhere located in \inmargin. It would be nice if this 
can be resolved, because in procession some 500 \inmargin’s the log is 
cluttered with all these messages.

dr. Hans van der Meer


___
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] contextbeta moved or server down?

2018-09-07 Thread Mojca Miklavec
On Fri, 7 Sep 2018 at 11:11, Hans van der Meer  wrote:
>
> This used to give me the latest contextbeta:
> rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh .
>
> Today I get this error
> start download and iinstall of contextbeta
> rsync: failed to connect to contextgarden.net: Operation timed out (60)
>
> Is the garden down or have the sources been moved since my last access this 
> June?
> At least this link is still active at the moment: 
> http://wiki.contextgarden.net

While wiki.contextgarden.net is running on a different server than the
distribution, there hasn't been any change recently and the
installation works for me.

Mojca
___
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] labeling in meta post

2018-09-07 Thread Alan Braslau


> On 7 Sep 2018, at 01:02, Henri Menke  wrote:
> 
>> label.bot(btex ${\delta}$ etex, (1cm,0));%
>> %label.bot(btex $\delta$ etex, (3cm,0));
> 
> Why not just
> 
> label.bot("$\delta$", (3cm,0));

Sometimes, one might want to use btex ... etex to produce a picture object, for 
example:

label.lft(btex $\delta$ etex rotated 90, frame) ;



A few notes:

1) Hans has recently rewritten btex ... etex so there may be a bug

2) I recently rewrote label to accept a closed path or a picture in addition to 
a location (a pair), in which case it places the label relative to the bounding 
box (by default, at the center). I illustrate this above above.

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
___

[NTG-context] contextbeta moved or server down?

2018-09-07 Thread Hans van der Meer
This used to give me the latest contextbeta:
rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh .

Today I get this error
start download and iinstall of contextbeta
rsync: failed to connect to contextgarden.net: Operation timed out (60)

Is the garden down or have the sources been moved since my last access this 
June?
At least this link is still active at the moment: http://wiki.contextgarden.net

dr. Hans van der Meer


___
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
___