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

2018-09-07 Thread Mohammad Hossein Bateni
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-set

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

2018-09-07 Thread Hans van der Meer
;> Taco >>> >>>> On 7 Sep 2018, at 13:13, Hans van der Meer >>> <mailto:havdm...@ziggo.nl>> wrote: >>>> >>>> Still not working. this is the full script, I didn’t change the rsync line >>>> since last time it ran ok:

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

2018-09-07 Thread Wolfgang Schuster
t >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

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

2018-09-07 Thread Hans van der Meer
>> >> 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 ./

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

2018-09-07 Thread Taco Hoekwater
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 /te

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

2018-09-07 Thread Hans van der Meer
ine=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 r

Re: [NTG-context] How to cite online websites (reloaded)

2018-09-02 Thread Alan Braslau
get aren't what I expect. I hope that you can help me. > > I'd love to do short BibTeX entries like > > @Misc{lnkGGL, > note = "zuletzt abgerufen am \date[d=05, m=06, y=2018]", > url = "http://www.google.com; > } > > becau

[NTG-context] Fwd: How to cite online websites (reloaded)

2018-09-02 Thread Lars
on the wiki as well as the publications manual, but the results I get aren't what I expect. I hope that you can help me. I'd love to do short BibTeX entries like @Misc{lnkGGL,   note = "zuletzt abgerufen am \date[d=05, m=06, y=2018]",   url = "http://www.google.com; } because someti

[NTG-context] How to cite online websites (reloaded)

2018-09-02 Thread Lars
Hello guys, I've checked some articles on the wiki as well as the publications manual, but the results I get aren't what I expect. I hope that you can help me. I'd love to do short BibTeX entries like @Misc{lnkGGL,   note = "zuletzt abgerufen am \date[d=05, m=06, y=2018]",   u

Re: [NTG-context] XML to ConTeXt: converting date attribute from ISO date

2018-08-15 Thread Hans Hagen
on converting an ISO format date (eg. 1908-01-10) into something more readable (eg. 10 January 1908) in the output.  I presume I should create a function (?luacode) that can take any ISO value and output the readable form.  The following works but seems to me inefficient. Grateful for any pointers. Mike

[NTG-context] XML to ConTeXt: converting date attribute from ISO date

2018-08-15 Thread Mike O'Connor
stuck on converting an ISO format date (eg. 1908-01-10) into something more readable (eg. 10 January 1908) in the output. I presume I should create a function (?luacode) that can take any ISO value and output the readable form. The following works but seems to me inefficient. Grateful f

[NTG-context] Use of context in lua (was: date calculated with currentdate plus n days)

2018-08-14 Thread Jan U. Hasecke
On 14.08.2018 16:58, Pablo Rodriguez wrote: > I rewrote your sample as (xtables are the only tables I know in ConTeXt): > > \starttext > \startlua > context.startxtable() > context.startxrow() > context.startxcell() > context("Note 1") >

Re: [NTG-context] date calculated with currentdate plus n days

2018-08-14 Thread Pablo Rodriguez
On 08/14/2018 09:24 AM, Henri Menke wrote: > On 14/08/18 17:29, Pablo Rodriguez wrote: >> [...] >> Where are those context.* Lua commands documented? >> >> I want to generate an xtable using Lua code, but I don’t know where to read. > > They aren't documented because they are just the context

Re: [NTG-context] date calculated with currentdate plus n days

2018-08-14 Thread Henri Menke
context.startxtable{frame = "off"} context.NC() context("Note") context.NC() context("Date") context.NR() context.NC() context("Hand in before") context.NC() duedate() context.NR() context.stopxtable() \stopluacode \stopt

Re: [NTG-context] date calculated with currentdate plus n days

2018-08-13 Thread Pablo Rodriguez
On 08/14/2018 01:46 AM, Henri Menke wrote: > On top of that I recommend to use context.date to get the correct > formatting according to the current language options: > > \def\duedate{\ctxlua{ >local t = os.date('*t', os.time()+ 10 * 24 * 3600) >context.date{ d = t.day, m = t.month, y =

Re: [NTG-context] date calculated with currentdate plus n days

2018-08-13 Thread Henri Menke
On top of that I recommend to use context.date to get the correct formatting according to the current language options: \starttext \def\duedate{\ctxlua{ local t = os.date('*t', os.time()+ 10 * 24 * 3600) context.date{ d = t.day, m = t.month, y = t.year } }} \duedate \stoptext On

Re: [NTG-context] date calculated with currentdate plus n days

2018-08-13 Thread Jan U. Hasecke
On 13.08.2018 17:57, Pablo Rodriguez wrote: > if you don’t mind using Lua, here you have it: > > \starttext > \def\duedate{\cldcontext{os.date('\letterpercent d/\letterpercent > m/\letterpercent Y', os.time()+ 10 * 24 * 3600)}} > > \duedate > \stoptext > > Just in case

Re: [NTG-context] date calculated with currentdate plus n days

2018-08-13 Thread Pablo Rodriguez
On 08/13/2018 05:19 PM, Jan U. Hasecke wrote: > Hi all, > > I want to insert a due date for payments in my invoice and I would like > to calculate it from \currentdate. Something like > > define \duedate = \currentdate plus 10 days > > Is this possible? Hi Jan-Ulrich,

[NTG-context] date calculated with currentdate plus n days

2018-08-13 Thread Jan U. Hasecke
Hi all, I want to insert a due date for payments in my invoice and I would like to calculate it from \currentdate. Something like define \duedate = \currentdate plus 10 days Is this possible? juh ___ If your

[NTG-context] Fwd: Problem of compiling a file with Emacs

2018-08-01 Thread Fabrice Couvreur
-- Forwarded message -- From: Fabrice Couvreur Date: 2018-08-02 0:07 GMT+02:00 Subject: Re: [NTG-context] Problem of compiling a file with Emacs To: Lizardo Reyna Hello, I tried this : \starttext \startMPcode draw outlinetext.f ("\bf 1")

Re: [NTG-context] TABLE setups

2018-07-30 Thread kaddour kardio
}] \setupTABLE[column][5][align=right] \setupTABLE[column][3][align=center] \stopsetups \starttext . {\bTABLE[setups={table:style, table:width}] \bTR \bTD nom \& prénoms \eTD \bTD date de naissance \eTD \bTD Adresse \eTD \eTR \bTR \bTD patient.name

Re: [NTG-context] TABLE setups

2018-07-29 Thread Hans Hagen
has changed in TABLE in years so once you're up to date in that domain you're probbably ok for years to come (typically a mechanism that cannot change much as it's used in xml processing a lot which means fully unattended usage) Hans

Re: [NTG-context] future versions

2018-07-25 Thread Richard Mahoney | Indica et Buddhica
- From: Robert Zydenbos Reply-to: mailing list for ConTeXt users To: mailing list for ConTeXt users Subject: Re: [NTG-context] future versions Date: Wed, 25 Jul 2018 09:45:47 +0200 Mailer: Apple Mail (2.3445.8.2) On 24. Jul 2018, at 20:43, Hans Hagen wrote: > Hi, > > […] > That sai

Re: [NTG-context] Scale image in MetaPost, maintaining aspect ratio

2018-07-08 Thread Alan Braslau
extensive and complicated MP graphics, this yields a huge gain. Hans is at present working out all side-effects (such as recursive MP/TeX/lua calls) and is cleaning up some old ways of doing things that date from mkii. This might seem somewhat minor but is really exciting for those who use a lot of g

Re: [NTG-context] letter: How to customize reference line?

2018-06-25 Thread Wolfgang Schuster
Hi Paul, you have to use the \setupletterlayer command to change the entries in the reference line. \usemodule[letter] \setupletter [name={Joe User}] \setupletterlayer [reference] [list={name,date}] \startletter ... \stopletter If you don’t get a title for your entry you can add

[NTG-context] letter: How to customize reference line?

2018-06-25 Thread Paul Menzel
: 2017.05.15 21:48 ``` The example from Wolfgang’s `correspondence.pdf` [1] doesn’t work for me. ``` \setupletter [name={Joe User}, date=\currentdate] \setupletter [list={name,date}] ``` Only the date is shown in the reference line. The solution from chapter 9 also does not work. Still

Re: [NTG-context] \nopdfcompression and no date information

2018-06-24 Thread Pablo Rodriguez
On 06/24/2018 09:54 PM, Hans Hagen wrote: > On 6/23/2018 6:07 PM, Pablo Rodriguez wrote: >> [...] >> Is there a command (similar to \nopdfcompression) that has the same >> effect than compiling the document with "context --nodates"? > no, and there won't be either because this is a feature creep

Re: [NTG-context] \nopdfcompression and no date information

2018-06-24 Thread Hans Hagen
On 6/23/2018 6:07 PM, Pablo Rodriguez wrote: Dear list, I would like to avoid adding date info in certain PDF documents to be able to regenerate them having the same SHA512s. Is there a command (similar to \nopdfcompression) that has the same effect than compiling the document with "co

[NTG-context] \nopdfcompression and no date information

2018-06-23 Thread Pablo Rodriguez
Dear list, I would like to avoid adding date info in certain PDF documents to be able to regenerate them having the same SHA512s. Is there a command (similar to \nopdfcompression) that has the same effect than compiling the document with "context --nodates"? Many thanks for your he

Re: [NTG-context] TeXLive and ConTeXt

2018-06-07 Thread Hans Åberg
this program, and also regularly for updates. Even though the distribution is only released once a year, it is possible to keep packages up-to-date. ___ If your question is of interest to others as well, please add an entry

Re: [NTG-context] Defining command with optional and mandatory arguments

2018-05-24 Thread Christoph Reller
On Wed, 23 May 2018 17:54:39 +0200, Henning Hraban Ramm <te...@fiee.net> wrote: > Date: Wed, 23 May 2018 17:54:39 +0200 > From: Henning Hraban Ramm <te...@fiee.net> > To: mailing list for ConTeXt users <ntg-context@ntg.nl> > Subject: Re: [NTG-context]

Re: [NTG-context] Fonts and equations

2018-05-18 Thread Lance Larsen
. There must be some difference in the font that is used even if I don't specify a math font. Any other thoughts about why the math font changes or how to get a math font that is searchable, or get back to the default math font? -Lance -- > > Message: 4 > Date: Fr

[NTG-context] Fwd: Re: roadmap

2018-05-16 Thread Hans Hagen
Forwarded Message Subject: Re: [NTG-context] roadmap Date: Wed, 16 May 2018 17:37:30 +0200 From: Hans Hagen <j.ha...@xs4all.nl> To: Pablo Rodriguez <oi...@gmx.es> On 5/16/2018 5:18 PM, Pablo Rodriguez wrote: On 05/15/2018 11:26 PM, Hans Hagen wrote: On 5/15/

Re: [NTG-context] roadmap

2018-05-15 Thread MF
rry the information about the parameters' meaning and usage. Some of those texts could be "recycled" from the current wiki pages. Then we could generate some automatic, up to date wiki pages directly from the combination of those files. I'm not going to work on that before the meeting and i'v

Re: [NTG-context] roadmap

2018-05-15 Thread Hans Hagen
On 5/15/2018 8:15 AM, Christoph Reller wrote: On Tue, May 15, 2018 at 12:53 AM, <ntg-context-requ...@ntg.nl> wrote: Message: 3 Date: Mon, 14 May 2018 23:26:28 +0200 From: Hans Hagen <j.ha...@xs4all.nl> To: Henning Hraban Ramm <te...@fiee.net>, mailing list for ConTeXt

Re: [NTG-context] roadmap

2018-05-15 Thread Christoph Reller
On Tue, May 15, 2018 at 12:53 AM, <ntg-context-requ...@ntg.nl> wrote: > > > Message: 3 > Date: Mon, 14 May 2018 23:26:28 +0200 > From: Hans Hagen <j.ha...@xs4all.nl> > To: Henning Hraban Ramm <te...@fiee.net>, mailing list for ConTeXt > users &

Re: [NTG-context] Installing a specific version of context

2018-04-24 Thread N. Raghavendra
At 2018-04-24T08:44:24-04:00, Mohammad Hossein Bateni wrote: > I don't think it's possible to do off-the-shelf. The Wiki http://wiki.contextgarden.net/ConTeXt_Standalone#Reverting_to_an_older_installation says that it is possible with sh ./first-setup.sh --context=date Also, mtx-update.

Re: [NTG-context] Installing a specific version of context

2018-04-24 Thread Mohammad Hossein Bateni
I don't think it's possible to do off-the-shelf. The following is what I used to do to run some tests: 1) Install the latest beta. 2) Clone to the mirror on Github [ https://github.com/contextgarden/context-mirror] 3) Sync the cloned repository to an older date 4) Replace the tex folder

Re: [NTG-context] Reproducible PDF output not working

2018-04-24 Thread N. Raghavendra
At 2018-04-24T10:03:16+02:00, Arthur Reutenauer wrote: >> PS: Incidentally, what is the "-19:00" in date in the first identifier? >> In my time zone, IST, I would have expected 2018-04-24T01:49:47+05:30. > > I remember noticing something strange in the date format when

Re: [NTG-context] Reproducible PDF output not working

2018-04-24 Thread Arthur Reutenauer
> On the other hand, with the 2017.11.14 version, the identifier in the > output of `context --nodates' is just > > foo The longer identifier is definitely better, but it should be possible to make it predictable over successive runs. > PS: Incidentally, what is the &

Re: [NTG-context] Reproducible PDF output not working

2018-04-24 Thread Hans Hagen
this function lpdf.id(date) local banner = environment.jobname or tex.jobname or "unknown" if not date then return banner else return format("%s | %s",banner,timestamp) end end and then run

Re: [NTG-context] Reproducible PDF output not working

2018-04-23 Thread N. Raghavendra
cludes the compilation time, as in foo.2018-04-24T01:49:47-19:00. On the other hand, with the 2017.11.14 version, the identifier in the output of `context --nodates' is just foo Raghu. PS: Incidentally, what is the "-19:00" in date in the first identifier? In my time zone, IST, I would have

[NTG-context] Fwd: Re: Math kerning broken in latest beta

2018-04-11 Thread Hans Hagen
Forwarded Message Subject: Re: [NTG-context] Math kerning broken in latest beta Date: Wed, 11 Apr 2018 17:23:18 +0200 From: Hans Hagen <j.ha...@xs4all.nl> To: Ulrike Fischer <ne...@nililand.de> On 4/11/2018 4:27 PM, Ulrike Fischer wrote: Am Wed, 11 Apr 2018 15

[NTG-context] BachoTeX 2018 reminder

2018-04-06 Thread Taco Hoekwater
Dear prospect BachoTeX 2018 participants and authors, this is to remind you that the "normal" BachoTeX 2018 registrations were until March 31st. Trying to be good to you, we've extended the non-penalty date until April 10th, so hurry to save! I also remind and urge you to offer

Re: [NTG-context] \basegrid ignores color

2018-03-22 Thread Henri Menke
r=red] > > \color[red]{\basegrid} > > \stoptext > %D \module %D [ file=meta-grd, %Dversion=2012.06.28, %D title=\METAPOST\ Graphics, %D subtitle=grids, %D author=Hans Hagen, %D date=\currentdate, %D copyright={PRAGMA ADE \&am

Re: [NTG-context] Fwd: Macro to write a vector (Metafun) is broken

2018-03-22 Thread Fabrice Couvreur
ntrol sequences: 46427 of 65536 + 10 mkiv lua stats > lua properties: engine: lua 5.3, used memory: 83 MB (ctx: 83 MB), hash type: lua, hash chars: min(64,40), symbol mask: utf (τεχ) mkiv lua stats > runtime: 0.457 seconds, 1 processed pages, 1 shipped pages, 2.188 pages/second mtx

Re: [NTG-context] Fwd: Custom sorting of "pseudo-language" in a register

2018-03-22 Thread Hans Hagen
On 3/22/2018 9:25 AM, luigi scarso wrote: -- Forwarded message -- From: John Grasty <johnpgra...@gmail.com> Date: Fri, Mar 16, 2018 at 4:15 PM Subject: [NTG-context] Custom sorting of "pseudo-language" in a register To: mailing list for ConTeXt users <ntg-cont

Re: [NTG-context] Fwd: Adding a parameter to a module

2018-03-22 Thread Hans Hagen
On 3/22/2018 9:37 AM, luigi scarso wrote: -- Forwarded message -- From: John Grasty <johnpgra...@gmail.com> Date: Tue, Mar 20, 2018 at 11:56 AM Subject: [NTG-context] Adding a parameter to a module To: mailing list for ConTeXt users <ntg-context@ntg.nl> Hello lis

[NTG-context] Fwd: Re: Fwd: (again) issue with lpath and conditional

2018-03-22 Thread Hans Hagen
Forwarded Message Subject: Re: Fwd: [NTG-context] (again) issue with lpath and conditional Date: Thu, 22 Mar 2018 17:56:54 +0100 From: Hans Hagen <j.ha...@xs4all.nl> To: luigi scarso <luigi.sca...@gmail.com> On 3/22/2018 9:40 AM, luigi scarso wrote:

[NTG-context] Fwd: Re: Fwd: decomposed u umlaut

2018-03-22 Thread Hans Hagen
Forwarded Message Subject: Re: Fwd: [NTG-context] decomposed u umlaut Date: Thu, 22 Mar 2018 09:58:00 +0100 From: Hans Hagen <j.ha...@xs4all.nl> To: luigi scarso <luigi.sca...@gmail.com> On 3/22/2018 9:36 AM, luigi scarso wrote: -- Forwarded message ---

Re: [NTG-context] Fwd: Macro to write a vector (Metafun) is broken

2018-03-22 Thread Hans Hagen
-- Forwarded message -- From: Fabrice Couvreur <fabrice1.couvr...@gmail.com> Date: Tue, Mar 20, 2018 at 4:29 PM Subject: [NTG-context] Macro to write a vector (Metafun) is broken To: mailing list for ConTeXt users <ntg-context@ntg.nl> Hello Hans, The macro you w

Re: [NTG-context] Fwd: Questions about creation of PDF's

2018-03-22 Thread Hans Hagen
; whereas TL2017 and current ConTeXt contains very short information "Creator: LuaTeX + ConTeXt MkIV" Is possible to extend this information adding the date of the ConTeXt, similarly to the older ones? Many thanks in advance, Tomáš use something like: \setupbackend [format=pdf/x-

[NTG-context] Questions about creation of PDF's

2018-03-20 Thread Tomas Hala
; whereas TL2017 and current ConTeXt contains very short information "Creator: LuaTeX + ConTeXt MkIV" Is possible to extend this information adding the date of the ConTeXt, similarly to the older ones? Many thank

[NTG-context] Title example from the Wiki is broken

2018-03-19 Thread John Grasty
uptitle [\v!content ] [\c!title ] ... l.46\c!color=] 36\blank[2*\v!medium] 37\doattributes{\??dt\c!date}\c!style\c!color\@@dtcontentdate 38\blank[3*\v!medium] 39\stopalignment} 40 41 42 43 \setuptitle 44 [\c!title]

Re: [NTG-context] \setvariables and database module

2018-01-31 Thread Wolfgang Schuster
s fine: \startseplisttalk Hacker;Up to date hacking;hacker.jpg Hacker;Up to date hacking;hacker.jpg \stopseplisttalk while the following does not (as far as the filename is concerned): \startseplisttalk {Hacker};{Up to date hacking};{hacker.jpg} Hacker ; Up to date hacking ; hacker.jpg \stopseplisttalk

Re: [NTG-context] \setvariables and database module

2018-01-30 Thread Wolfgang Schuster
s fine: \startseplisttalk Hacker;Up to date hacking;hacker.jpg Hacker;Up to date hacking;hacker.jpg \stopseplisttalk while the following does not (as far as the filename is concerned): \startseplisttalk {Hacker};{Up to date hacking};{hacker.jpg} Hacker ; Up to date hacking ; hacker.jpg \stopsepli

Re: [NTG-context] \setvariables and database module

2018-01-30 Thread Otared Kavian
Hi again Wolfgang, I think I understood what is going wrong with my example after your hint: I have to remove all spaces around the separator and remove also the braces around each entry. That is the following works fine: \startseplisttalk Hacker;Up to date hacking;hacker.jpg Hacker;Up to date

Re: [NTG-context] \setvariables and database module

2018-01-30 Thread Otared Kavian
title={#2}, picture={#3}, ]} \defineseparatedlist[seplisttalk] [separator={;}, command=\maketalk] \startseplisttalk {Hacker} ; {Up to date hacking} ; {hacker.jpg} Hacker ; Up to date hacking ; hacker.jpg \

[NTG-context] \setvariables and database module

2018-01-30 Thread Otared Kavian
]\maketalk{% \setvariables[talk]% [speakername={#1}, title={#2}, picture={#3}, ]} \defineseparatedlist[seplisttalk] [separator={;}, first=\maketalk ] \startseplisttalk {Hacker} ; {Up to date hacking

Re: [NTG-context] Placing a figure with a command for the file in mkiv

2018-01-27 Thread Wolfgang Schuster
figure[location=here] \externalfigure[\getvariable{talk}{picture}] \stopplacefigure \page \stopbuffer \setvariable{talk}{set}{\getbuffer[pagetalk]} \setvariables[talk]% [speakername={Hacker}, title={Up to date hacking}, picture=hacker.jpg ] You’re missing a coma after “picture=hacker.jpg” which r

Re: [NTG-context] Placing a figure with a command for the file in mkiv

2018-01-27 Thread Otared Kavian
able{talk}{picture}} \placefigure[here][]{} {\externalfigure[\authorpicture]} \page \stopbuffer \setvariable{talk}{set}{\getbuffer[pagetalk]} \setvariables[talk]% [speakername={Hacker}, title={Up to date hacking}, picture=hacker.jpg ]

Re: [NTG-context] Problem with \definemathmatrix

2018-01-17 Thread Aditya Mahajan
author=Aditya Mahajan, %D date=\currentdate, %Dcopyright=Aditya Mahajan, %Demail=adityam ieee org, %D license=Simplified BSD License] \writestatus{loading}{Simple matrix (ver: 2014.02.18)} \startmodule[simplematrix] \unprotect \definenamespace [simplematrix] [ \c

Re: [NTG-context] xtables: rowwise, columnwise, and cellwise opera

2018-01-07 Thread Alan Braslau
o unknown keywords and key=value keys are ignored. When one tries to use an "instance" that was not declared, or incorrectly declared, than this usually leads to no effect. Wolfgang made a HUGE effort in combing through ALL of the sources to create the "interface" xml files. He

Re: [NTG-context] setting row height?

2017-12-29 Thread Floris van Manen
/thankyou F > On 29 Dec 2017, at 14:14, Lars <axteff...@gmail.com> wrote: > > Hey there, > > I suggest you use the extreme tables mechanism instead. AFAIK it is the most > consistent way to-date. A simple table would look like (also see attached > output jp

Re: [NTG-context] setting row height?

2017-12-29 Thread Lars
Hey there, I suggest you use the *extreme tables* mechanism instead. AFAIK it is the most consistent way to-date. A simple table would look like (also see attached output jpg at the bottom of the mail): \starttext \startxtable[height=3cm] % Use it globally... \startxrow

Re: [NTG-context] Fwd: Re: Stray blank page with part

2017-12-20 Thread Hans Hagen
On 12/20/2017 6:40 PM, Aditya Mahajan wrote: On Wed, 20 Dec 2017, Hans Hagen wrote: Forwarded Message Subject: Re: [NTG-context] Stray blank page with part Date: Wed, 20 Dec 2017 11:50:11 +0100 From: Hans Hagen <pra...@wxs.nl> To: Henri <henrime...@gmail.com> On

Re: [NTG-context] Fwd: Re: Stray blank page with part

2017-12-20 Thread Aditya Mahajan
On Wed, 20 Dec 2017, Hans Hagen wrote: Forwarded Message Subject: Re: [NTG-context] Stray blank page with part Date: Wed, 20 Dec 2017 11:50:11 +0100 From: Hans Hagen <pra...@wxs.nl> To: Henri <henrime...@gmail.com> On 12/19/2017 9:15 PM, Henri wrote: Dear list,

[NTG-context] Fwd: Re: Stray blank page with part

2017-12-20 Thread Hans Hagen
Forwarded Message Subject: Re: [NTG-context] Stray blank page with part Date: Wed, 20 Dec 2017 11:50:11 +0100 From: Hans Hagen <pra...@wxs.nl> To: Henri <henrime...@gmail.com> On 12/19/2017 9:15 PM, Henri wrote: Dear list, Motivated by https://tex.stack

Re: [NTG-context] org-mode & ConTeXt

2017-11-16 Thread Jörg Hagmann
myself. Cheers, Jörg - Prof. Jörg Hagmann-Zanolari MD Luftmattstrasse 25 CH-4052 Basel Switzerland Phone (private) +41 (061) 312 6031 www.repetitorium-biochemie.ch > Date: Tue, 14 Nov 2017 08:49:53 + > From: Gour <g...@atmarama.com> > To: "ntg-context@ntg.nl" <n

Re: [NTG-context] hvdm-plc module

2017-10-27 Thread Procházka Lukáš Ing .
-context@ntg.nl>, "Procházka Lukáš Ing." <l...@pontex.cz> Cc: Subject: Re: [NTG-context] hvdm-plc module Date: Wed, 02 Aug 2017 11:24:08 +0200 On 8/1/2017 6:05 PM, Procházka Lukáš Ing. wrote: Hello, just to check: is https://www.google.cz/search?q=hvdm-plc+context=utf-8=ut

[NTG-context] Fwd: Re: ligature exceptions

2017-10-08 Thread Hans Hagen
(btw, gmx addresses reject our mails as they interpret mail headers in a weird way which makes it impossible to use an internal mail server so those with gmx addresses never get replies) Forwarded Message Subject: Re: [NTG-context] ligature exceptions Date: Sun, 8 Oct 2017

[NTG-context] Who is maintaining the modules website?

2017-09-13 Thread Christoph Reller
point to the maintainer of the modules.contextgarden.net website. Who can I contact if I have a problem with this website? Cheers, Christoph -- Forwarded message - From: Mail Delivery System <mailer-dae...@mail.ijs.si> Date: Wed, Sep 13, 2017 at 2:13 PM Subject: Undelivere

Re: [NTG-context] Fwd: Re: The binomial coefficients do not look optimal

2017-09-05 Thread Mikael P. Sundqvist
On Sat, Sep 2, 2017 at 6:36 PM, Hans Hagen <pra...@wxs.nl> wrote: > > > > Forwarded Message > Subject: Re: [NTG-context] The binomial coefficients do not look optimal > Date: Sat, 2 Sep 2017 18:35:53 +0200 > From: Hans Hagen <pra...@wxs.nl&g

[NTG-context] Fwd: Re: The binomial coefficients do not look optimal

2017-09-02 Thread Hans Hagen
Forwarded Message Subject: Re: [NTG-context] The binomial coefficients do not look optimal Date: Sat, 2 Sep 2017 18:35:53 +0200 From: Hans Hagen <pra...@wxs.nl> To: Mikael P. Sundqvist <mic...@gmail.com> On 9/2/2017 4:58 PM, Mikael P. Sundqvist wrote: On Fri,

Re: [NTG-context] MS Office Chinese fonts in ConTeXt

2017-08-27 Thread Hans Hagen
\module %D [ file=type-imp-mscore, %Dversion=2007.07.30, %D title=\CONTEXT\ Typescript Macros, %D subtitle=Microsoft Core Fonts, %D author=Hans Hagen, %D date=\currentdate, %D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}] %C %C This mo

Re: [NTG-context] About \setupheadertexts : simplify a code

2017-08-19 Thread Jeong Dal
ber}}] 57 58\setupheadertexts 59 [{\headerframed[align=flushleft, foregroundstyle=\ssx] 60 {Lycée JANSON DE SAILLY \\ \date[d=#day,m=#month,y=#year]}}] 61 [{\headerframed[align=flushright, foregroundstyle=\ssx] 62 {#where \\ {#time}}}] 63

Re: [NTG-context] About \setupheadertexts : simplify a code

2017-08-19 Thread Fabrice Couvreur
=bold, foregroundcolor=red] {#title n\high{o}\,#number}}] \setupheadertexts [{\headerframed[align=flushleft, foregroundstyle=\ssx] {Lycée JANSON DE SAILLY \\ \date[d=#day,m=#month,y=#year]}}] [{\headerframed[align=flushright, foregroundstyle=\ssx

Re: [NTG-context] About \setupheadertexts : simplify a code

2017-08-18 Thread Fabrice Couvreur
amed] >>> [ >>>frame=off, % For visualization set this to on >>>height=fit, >>>width=fit, >>> location=bottom, >>>boffset=\lineheight, >>>

Re: [NTG-context] About \setupheadertexts : simplify a code

2017-08-18 Thread Rik
le #number #time     \setupheadertexts [{\headerframed[align=middle, foregroundstyle=bold, foregroundcolor=red]     {#title n\high{o}\,#number}}]     \setupheadertexts [{\headerframed[align=flushleft, foregroundstyle=\ssx]   {Lycée JANSON DE S

Re: [NTG-context] About \setupheadertexts : simplify a code

2017-08-18 Thread Fabrice Couvreur
[ >>>frame=off, % For visualization set this to on >>>height=fit, >>>width=fit, >>>location=bottom, >>>boffset=\lineheight, >>> ] >>> >>> \

Re: [NTG-context] About \setupheadertexts : simplify a code

2017-08-18 Thread Fabrice Couvreur
set this to on >>height=fit, >>width=fit, >>location=bottom, >>boffset=\lineheight, >> ] >> >> \starttexdefinition MyHeader #where #day #month #year #title #number #time >> >>

Re: [NTG-context] About \setupheadertexts : simplify a code

2017-08-18 Thread Rik Kabel
ndstyle=\ssx]   {Lycée JANSON DE SAILLY \\ \date[d=#day,m=#month,y=#year]}}]   [{\headerframed[align=flushright, foregroundstyle=\ssx]   {#where \\ {#time}}}] \stoptexdefinition \stopenvironment ## dm-1.tex ## \startcomponent dm-1  

Re: [NTG-context] About \setupheadertexts : simplify a code

2017-08-18 Thread Fabrice Couvreur
ear #title #number #time > > \setupheadertexts > [{\headerframed[align=middle, foregroundstyle=bold, > foregroundcolor=red] > {#title n\high{o}\,#number}}] > > \setupheadertexts > [{\headerframed[align=flushleft, foregroundstyle=\ssx] >

Re: [NTG-context] About \setupheadertexts : simplify a code

2017-08-18 Thread Rik Kabel
    \setupheadertexts   [{\headerframed[align=middle, foregroundstyle=bold, foregroundcolor=red]     {#title n\high{o}\,#number}}]     \setupheadertexts   [{\headerframed[align=flushleft, foregroundstyle=\ssx]   {Lycée JANSON DE SAILLY \\ \date[d=#day,m=#month,y=#year

Re: [NTG-context] About \setupheadertexts : simplify a code

2017-08-18 Thread Fabrice Couvreur
, foregroundstyle=bold, foregroundcolor=red] {#title n\high{o}\,#number}}] \setupheadertexts [{\headerframed[align=flushleft, foregroundstyle=\ssx] {Lycée JANSON DE SAILLY \\ \date[d=#day,m=#month,y=#year]}}] [{\headerframed[align=flushright, foregroundstyle=\ssx

Re: [NTG-context] About \setupheadertexts : simplify a code

2017-08-18 Thread Fabrice Couvreur
gt; width=fit, > > location=bottom, > > boffset=\lineheight, > > ] > > > > \starttexdefinition MyHeader #where #day #month #year #title #number > #time > > > >\setupheadertexts > > [{\headerf

Re: [NTG-context] About \setupheadertexts : simplify a code

2017-08-18 Thread Fabrice Couvreur
location=bottom, > > boffset=\lineheight, > > ] > > > > \starttexdefinition MyHeader #where #day #month #year #title #number > #time > > > >\setupheadertexts > > [{\headerframed[align=middle, foreground

Re: [NTG-context] About \setupheadertexts : simplify a code

2017-08-18 Thread Jean-Pierre Delange
finition MyHeader #where #day #month #year #title #number #time > >\setupheadertexts > [{\headerframed[align=middle, foregroundstyle=bold, foregroundcolor=red] >{#title n\high{o}\,#number}}] > >\setupheadertexts > [{\headerframed[align=flushleft, foregr

Re: [NTG-context] About \setupheadertexts : simplify a code

2017-08-18 Thread Fabrice Couvreur
width=fit, > > location=bottom, > > boffset=\lineheight, > > ] > > > > \starttexdefinition MyHeader #where #day #month #year #title #number > #time > > > >\setupheadertexts > > [{\headerframed[align=middle

Re: [NTG-context] About \setupheadertexts : simplify a code

2017-08-18 Thread Otared Kavian
] > > \starttexdefinition MyHeader #where #day #month #year #title #number #time > >\setupheadertexts > [{\headerframed[align=middle, foregroundstyle=bold, foregroundcolor=red] >{#title n\high{o}\,#number}}] > >\setupheadertexts >

Re: [NTG-context] About \setupheadertexts : simplify a code

2017-08-17 Thread Aditya Mahajan
#title #number #time \setupheadertexts [{\headerframed[align=middle, foregroundstyle=bold, foregroundcolor=red] {#title n\high{o}\,#number}}] \setupheadertexts [{\headerframed[align=flushleft, foregroundstyle=\ssx] {Lycée JANSON DE SAILLY \\ \date[d=#day,m

Re: [NTG-context] About \setupheadertexts : simplify a code

2017-08-17 Thread Henri
e #number #time    \setupheadertexts [{\headerframed[align=middle]{\\ \ss\sc\bf\red #title n\high{o}\,#number \\ }}]       \setupheadertexts [{\headerframed[align=right]{\tfx \ss Lycée JANSON DE SAILLY \\ \date[d=#day,m=#month,y=#year]}}] [{\headerframed[align=left]{\tfx\ss #

[NTG-context] About \setupheadertexts : simplify a code

2017-08-17 Thread Fabrice Couvreur
#title n\high{o}\,#number \\ }] \setupheadertexts [\headerframedright{\tfx \ss Lycée JANSON DE SAILLY \\ \date[d=#day,m=#month,y=#year]}] [\headerframedleft{\tfx\ss #where \\ {#time}}] \stoptexdefinition \MyHeader{Seconde}{17}{08}{2017}{Devoir surveillé}{1}{1h\,30m} \starttext \input

Re: [NTG-context] Bibliography in MKIV, custom rendering

2017-08-12 Thread Rik Kabel
to bibtex. But it is clearly impossible to provide an APA-compliant system under such a constraint—for example, for some works APA requires an original publication date and bibtex does not support that. It is similarly difficult to see how one can comply with other requirements of APA, such as square brack

Re: [NTG-context] Bibliography in MKIV, custom rendering

2017-08-12 Thread Rik Kabel
de an APA-compliant system under such a constraint—for example, for some works APA requires an original publication date and bibtex does not support that. It is similarly difficult to see how one can comply with other requirements of APA, such as square brackets around estimated dates for archiv

[NTG-context] Bibliography in MKIV, custom rendering

2017-08-11 Thread Alan Braslau
for MacOS~\cite[objective-c]. \placelistofpublications \showbtxdatasetcompleteness \stoptext Forwarded Message Subject: [NTG-context] Bibliography in MKIV, custom rendering Date: Mon, 31 Jul 2017 04:23:16 +0200 From: Gerion Entrup <gerion.entrup-c...@flump.de> Reply-To

[NTG-context] Fwd: Re: Using legacy math fonts

2017-08-09 Thread Hans Hagen
Forwarded Message Subject: Re: [NTG-context] Using legacy math fonts Date: Wed, 9 Aug 2017 10:52:34 +0200 From: Hans Hagen <pra...@wxs.nl> To: Henri <henrime...@gmail.com> On 8/9/2017 7:01 AM, Henri wrote: Furthermore the example only works in TeXlive 2017 but

Re: [NTG-context] letters in context mkiv

2017-07-31 Thread r . ermers
}\setuplettersection[content][alternative=setups]\startsetups[letter:layer:address]    \correspondenceparameter{toname}\\    \correspondenceparameter{toaddress}\stopsetups\setuplettertext[en][date=]\setuplettertext[nl][date=]\startxmlsetups xml:contacts\xmlflush{#1}\stopxmlsetups\startxmlsetups xml:p

Re: [NTG-context] letters in context mkiv

2017-07-31 Thread r . ermers
ss and > the subject, etc.? I’m guessing that it would be easier to do this with > simple setup commands rather than using the correspondence module, but we > have no idea what you need to accomplish. Once you find out what’s missing, > you can modify the example and ask additional question

Re: [NTG-context] letters in context mkiv

2017-07-30 Thread Schmitz Thomas A.
you can modify the example and ask additional questions. But, to take your analogy: don’t start with irregular verbs and special cases that will complicate the picture. How is this line \setuplanguage[nl][date={year, –, mm, –, dd}] % ISO 8601 date from your original example relevant to your probl

<    2   3   4   5   6   7   8   9   10   11   >