[NTG-context] Metapost graphic in setupbackground

2019-02-08 Thread Jan U. Hasecke
Hi all, I make my first steps with Metapost. I would like to set the background of all pages to a Metapost graphic. But only the first page has the defined background. I also tried with \startuseMPgraphic with no success --- mwe --- \startreusableMPgraphic{kreis} draw fullcircle scaled

Re: [NTG-context] Metapost graphic in setupbackground

2019-02-08 Thread Wolfgang Schuster
Jan U. Hasecke schrieb am 08.02.19 um 12:36: Hi all, I make my first steps with Metapost. I would like to set the background of all pages to a Metapost graphic. But only the first page has the defined background. I also tried with \startuseMPgraphic with no success --- mwe ---

Re: [NTG-context] Metapost graphic in setupbackground

2019-02-08 Thread Jan U. Hasecke
Thanks a lot Wolfgang and Marco. :-) juh Am 08.02.19 um 12:57 schrieb Wolfgang Schuster: > > > Jan U. Hasecke schrieb am 08.02.19 um 12:36: >> Hi all, >> >> I make my first steps with Metapost. >> >> I would like to set the background of all pages to a Metapost graphic. >> >> But only the

Re: [NTG-context] Metapost graphic in setupbackground

2019-02-08 Thread Marco Patzer
On Fri, 8 Feb 2019 12:36:16 +0100 "Jan U. Hasecke" wrote: > \definelayer[kreisbackground][width=70mm,height=70mm] \definelayer[kreisbackground][width=70mm,height=70mm, state=repeat] start: layer appears only on the current page stop : layer doesn't show up repeat : layer prints on

[NTG-context] context --ansi creates empty log file

2019-02-08 Thread Marco Patzer
Hi! Is it expected behaviour that --ansi creates an empty log file? Example: %% foo.tex \startext\null\stoptext # context foo # wc -c foo.log 7501 foo.log # context --ansi foo # wc -c foo.log 1 foo.log ctx 2019.01.28 16:58 Marco

[NTG-context] outlined font using MetaFun

2019-02-08 Thread Jeong Dal
Dear all, The following code which is borrowed from MetaFun manual is working nicely. %% \setupMPvariables[outlineT][tt="Hello"] \startuseMPgraphic{outlineT} draw outlinetext.b (\MPvar{tt}) (withcolor .5white) (withcolor .625blue withpen pencircle scaled .2pt) scaled 3 ;

Re: [NTG-context] 404 error: Not found for first-setup.sh

2019-02-08 Thread Marcus Vinicius Mesquita
Hi, Taco I tried again, but the server still answers with a 404 error. Marcus Vinicius On Fri, Feb 8, 2019, 15:41 Taco Hoekwater wrote: > Dear Marcus, > > That was my fault, I messed something up in the webserver settings. It > should be ok now. > > With my best apologies, > > Taco > > > > >

Re: [NTG-context] outlined font using MetaFun

2019-02-08 Thread Wolfgang Schuster
Jeong Dal schrieb am 08.02.19 um 17:18: Dear all, The following code which is borrowed from MetaFun manual is working nicely. %% \setupMPvariables[outlineT][tt="Hello"] \startuseMPgraphic{outlineT} draw outlinetext.b (\MPvar{tt}) (withcolor .5white) (withcolor .625blue withpen

Re: [NTG-context] Background color with \showgrid and columns

2019-02-08 Thread Wolfgang Schuster
Marcus Vinicius Mesquita schrieb am 08.02.19 um 17:47: Dear list, When processing the attached mwe: \setuplayout[grid=yes] \showgrid \setupcolumns[n=2] \starttext \startcolumns \input knuth \column \input knuth \stopcolumns \stoptext in the final result there is a background color. How do

Re: [NTG-context] Background color with \showgrid and columns

2019-02-08 Thread Marcus Vinicius Mesquita
Thank you, Wolfgang. Marcus Vinicius On Fri, Feb 8, 2019, 14:53 Wolfgang Schuster < wolfgang.schuster.li...@gmail.com> wrote: > Marcus Vinicius Mesquita schrieb am 08.02.19 um 17:47: > > Dear list, > > > > When processing the attached mwe: > > > > \setuplayout[grid=yes] > > \showgrid > >

[NTG-context] 404 error: Not found for first-setup.sh

2019-02-08 Thread Marcus Vinicius Mesquita
Dear list, When I try to fetch the file first-setup.sh with wget http://minimals.contextgarden.net/setup/first-setup.sh the server answers with: 404 error: Not found. Marcus Vinicius ___ If your question is of

[NTG-context] Background color with \showgrid and columns

2019-02-08 Thread Marcus Vinicius Mesquita
Dear list, When processing the attached mwe: \setuplayout[grid=yes] \showgrid \setupcolumns[n=2] \starttext \startcolumns \input knuth \column \input knuth \stopcolumns \stoptext in the final result there is a background color. How do I get rid of it? Marcus Vinicius mwe.tex Description:

Re: [NTG-context] 404 error: Not found for first-setup.sh

2019-02-08 Thread Taco Hoekwater
Dear Marcus, That was my fault, I messed something up in the webserver settings. It should be ok now. With my best apologies, Taco > On 8 Feb 2019, at 17:25, Marcus Vinicius Mesquita > wrote: > > Dear list, > > When I try to fetch the file first-setup.sh with > > wget

Re: [NTG-context] Creating business cards with CSV

2019-02-08 Thread Pablo Rodriguez
On 2/7/19 2:27 PM, Jan U. Hasecke wrote: > Hi all, > > I found some hints to CSV in the wiki, but they all refer to tables. > > What are the building block to create business cards from a csv file? Hi Jan Ulrich, there is a module that does it (handlecsv, which comes with the ConTeXt Suite [I

Re: [NTG-context] 404 error: Not found for first-setup.sh

2019-02-08 Thread Mohammad Hossein Bateni
I ran into the same issue two days ago, where "curl -O" worked while "wget" did not. On Fri, Feb 8, 2019 at 1:51 PM Marcus Vinicius Mesquita < marcusvinicius.mesqu...@gmail.com> wrote: > Hi, Pablo > > Indeed, with curl I was able to download the file. Thank you. > > In the wiki page about

Re: [NTG-context] 404 error: Not found for first-setup.sh

2019-02-08 Thread Taco Hoekwater
Hi, That is helpful knowledge. I am quietly confident I can fix wget tomorrow, now. I’ll report back. Taco > Op 8 feb. 2019 om 19:59 heeft Mohammad Hossein Bateni het > volgende geschreven: > > I ran into the same issue two days ago, where "curl -O" worked while "wget" > did not. > >> On

Re: [NTG-context] 404 error: Not found for first-setup.sh

2019-02-08 Thread Mojca Miklavec
On Fri, 8 Feb 2019 at 21:21, Taco Hoekwater wrote: > > After some more tweaking on my side, Marcus now reported that it works for > him, finally. Thank you, it seems fixed for me as well. Mojca ___ If your question

[NTG-context] Bad names

2019-02-08 Thread Marco Patzer
Hi! I was wondering what context considers a “bad” file name and what consequences that might have. From workflows-mkiv.pdf: “Bad names are reported and suitable action can be taken” Indeed, every run context tells me how many files are badly named: mkiv lua stats > graphics processing

Re: [NTG-context] 404 error: Not found for first-setup.sh

2019-02-08 Thread Marcus Vinicius Mesquita
Hi, Pablo Indeed, with curl I was able to download the file. Thank you. In the wiki page about ConTeXt standalone ( https://wiki.contextgarden.net/ConTeXt_Standalone), the section about single user installation suggests only the wget program, so I got stuck, and perhaps we could avoid that for

Re: [NTG-context] 404 error: Not found for first-setup.sh

2019-02-08 Thread Alan Braslau
fetch http://minimals.contextgarden.net/setup/first-setup.sh works as well - why do we suggest wget, a gnuism? Alan On Fri, 8 Feb 2019 20:24:45 +0100 Taco Hoekwater wrote: > Hi, > > That is helpful knowledge. I am quietly confident I can fix wget tomorrow, > now. > > I’ll report back. > >

Re: [NTG-context] 404 error: Not found for first-setup.sh

2019-02-08 Thread Pablo Rodriguez
On 2/8/19 7:02 PM, Marcus Vinicius Mesquita wrote: > Hi, Taco > > I tried again, but the server still answers with a 404 error.  Hi Marcus, I have just updated my ConTeXt Suite to its latest beta. And the following command downloads the file (I don’t have wget installed): $ curl -O

Re: [NTG-context] 404 error: Not found for first-setup.sh

2019-02-08 Thread Taco Hoekwater
Hi, After some more tweaking on my side, Marcus now reported that it works for him, finally. Best wishes, Taco > On 8 Feb 2019, at 20:24, Taco Hoekwater wrote: > > Hi, > > That is helpful knowledge. I am quietly confident I can fix wget tomorrow, > now. > > I’ll report back. > > Taco

Re: [NTG-context] 404 error: Not found for first-setup.sh

2019-02-08 Thread Mojca Miklavec
Hi, On Fri, 8 Feb 2019 at 19:03, Marcus Vinicius Mesquita wrote: > > Hi, Taco > > I tried again, but the server still answers with a 404 error. There seems to be some misconfiguration for http vs. https introduced earlier today. For me it works on http, while it tries to access the mailman page

Re: [NTG-context] Bad names

2019-02-08 Thread Alan Braslau
On Fri, 8 Feb 2019 23:26:21 +0100 Hans Hagen wrote: > On 2/8/2019 10:22 PM, Marco Patzer wrote: > > > What is a bad name for context? Does it have any consequences if badly named > > files are used? Just being curious. > Bad names are names that can result i a miss when looked up on a case >

Re: [NTG-context] Bad names

2019-02-08 Thread Hans Hagen
On 2/8/2019 10:22 PM, Marco Patzer wrote: What is a bad name for context? Does it have any consequences if badly named files are used? Just being curious. Bad names are names that can result i a miss when looked up on a case sensitive system. When you have a workflow where images come from

[NTG-context] about vertical alignment

2019-02-08 Thread Jeong Dal
Dear all, I used \itemtag in \starttabulate to make columns in itemization for some reasons. Actually, it works fine. For more detailed alignment, I’d like to ask about the fine tuning of vertical alignment. Here is an MWS. %%% \showframe \starttext \startitemize[n] \item Prove the