dynamique de l'{Occident}},
year = {2010},
address= {Paris},
edition= {Flammarion},
isbn = {978-2-08-123750-6},
month = sep,
language = {Français},
shorttitle = {Les métamorphoses de la cité},
}
@Book{manent-loi2018,
author= {Manent, Pierre},
is what we focus on, that is the (small but
appreciating) audience we have.
Just watch the youtube videos about the voyager and how they fix things
on a distance, or the appollo lander computers .. much we brag about
today was (conceptually) invented then. It's the time I picked up on
on MathML is probably the best way
forwards.
> You need to keep in mind that when we started with all this there were
> no programs that did anything useful with tagging,
Viewer support is still very weak---MathML only works with Foxit and a
version of NVDA released less than a month ago.
ing (or breaking) it first.
> [...]
> Did you test it with ua 1 replaced by ua 2 ?
No, it works fine. Sorry, but with lines such as:
description= { pua = "ua1", pdf = "Note" },
`pua = "ua1"` made me think that it was UA-1 only.
> If needed we can
can pick up on it next month or so unless there are clean
and easy additions to make (we're currently not in that mode and it's
not the most interesting stuff to play with so we like to concentrate
it, and the more it rains the better).
Thanks for looking into it (I have
end
context.type(os.date("%X", os.time(datetable)))
end
\stopluacode
\def\mytime#1#2{\ctxlua{userdata.mytime([==[#1]==], [==[#2]==])}}
\mytime{year=1970, month=1, day=1, hour=0, sec=1}{}
However, I don't know how to convert/handle th
e primitive is not correctly overloaded? Or (more likely) I'm not
doing it right to get the mkxl file being executed. :-)
Regarding the formatting, maybe this could be constructed similarly to
\date[d=25,m=4,y=2008][weekday,month,day,{,~},year]
one could specify similarly to other parsers
r (more likely) I'm not doing it right to get the mkxl file being
executed. :-)
Regarding the formatting, maybe this could be constructed similarly to
\date[d=25,m=4,y=2008][weekday,month,day,{,~},year]
one could specify similarly to other parsers where "m" is reserved for "month&qu
> On 14 May 2025, at 09:15, Michael Guravage
> wrote:
>
> Greetings,
>
> I have 365 short poems; one for each day of the year. I thought I'd wrap each
> month in an enumeration and use the item numbers as titles. My MWE raises
> several questions:
>
>
Greetings,
I have 365 short poems; one for each day of the year. I thought I'd wrap
each month in an enumeration and use the item numbers as titles. My MWE
raises several questions:
How do I center an index above its item?
How do I keep an index and its item together?
How do I keep an i
On Sun, Mar 2, 2025, 8:00 AM Hans Hagen via ntg-context
wrote:
> On 2/28/2025 11:28 PM, Mohammad Hossein Bateni wrote:
> > the following outputs "farsi" instead of "fa". is this the reason the
> > translation of jalali month does not kick in?
>
>
On 2/28/2025 11:28 PM, Mohammad Hossein Bateni wrote:
the following outputs "farsi" instead of "fa". is this the reason the
translation of jalali month does not kick in?
We have these short and long names, and originally only had short ones,
for efficiency reasons (like m
On 2/28/2025 11:30 PM, Mohammad Hossein Bateni wrote:
BTW why doesn't \setuplabeltext exist in the mtx-server-ctx-help? It
does exist in setup-en.pdf and shows that it is an instance of
\setupLABELtext.
because it's a 'defined command' ... i could probably add it but it's
not like there has b
uot;. is this the reason the
> translation of jalali month does not kick in?
>
> --
> \mainlanguage[fa]
> \currentlanguage
> --
>
> strangely either of the following two lines changes the month name.
>
> --
> \setuplabeltext[en][february:jalali=test]
> \setuplab
the following outputs "farsi" instead of "fa". is this the reason the
translation of jalali month does not kick in?
--
\mainlanguage[fa]
\currentlanguage
--
strangely either of the following two lines changes the month name.
--
\setuplabeltext[en][
tdate[#1]{\persmap{\rawdate[#1]}}
\mycurrentdate[jalali:to,dd,/,mm,/,y]
even with \mainlanguage[fa] and \language[fa] I don't get the month names
translated to persian labels. why?
--
\mainlanguage[fa]
\language[fa]
\starttext
\currentdate[month:jalali]
\stoptext
-
On Fri, Feb 21,
Am 20.02.2025 um 19:53 schrieb Mohammad Hossein Bateni:
Any thoughts why the following doesn't work?
\currentdate[d:persiannumerals]
It just outputs the normal digits.
In contrast, these work:
\currentdate[d:abjadnumerals]
\convertnumber{persiannumerals}{\normalday}
persiannumerals aren't c
-context@ntg.nl> wrote:
> On 12/6/24 15:39, Wolfgang Schuster wrote:
> > [...]
> > The \date (and \currentdate) command supports number conversion for the
> > day and year values but not the month.
> >
> > \starttext
> > \currentdate[d:R,space,space,y:R]
acode
function userdata.Ddate(str)
local year = string.sub(str,1,4)
local month = string.sub(str,5,6)
local day = string.sub(str,7,8)
context.date({d=day,m=month,y=year},{"weekday,{, },day, {.
},month,space,year"})
end
\stopluacode
\def\DDate#1{\blank\noindentatio
={footer,middle}, alternative=onesided]
onesided isn't a valid keyword for the alternative key, only singlesided
and doublesided can be used.
\setuplayout[
lines=44,
grid=yes,
]
\showgrid
\startluacode
function userdata.Ddate(str)
local year = string.sub(str,1,4)
local mo
s Hagen via ntg-context:
On 2/13/2025 10:58 AM, Thomas Meyer wrote:
\startluacode
function userdata.Ddate(str)
local year = string.sub(str,1,4)
local month = string.sub(str,5,6)
local day = string.sub(str,7,8)
context.date({d=day,m=month,y=year},{"weekday,{, },day, {.
},mont
On 2/13/2025 10:58 AM, Thomas Meyer wrote:
\startluacode
function userdata.Ddate(str)
local year = string.sub(str,1,4)
local month = string.sub(str,5,6)
local day = string.sub(str,7,8)
context.date({d=day,m=month,y=year},{"weekday,{, },day,
{. },month,space,year&qu
\setuplayout[
lines=44,
grid=yes,
]
\showgrid
\startluacode
function userdata.Ddate(str)
local year = string.sub(str,1,4)
local month = string.sub(str,5,6)
local day = string.sub(str,7,8)
context.date({d=day,m=month,y=year},{"weekday,{, },day,{.
},month,space,year"})
end
\s
Am 12.02.2025 um 12:05 schrieb Hans Hagen :
>
> Hi,
>
> Thanks to Bruce end others for providing input and testing it we managed to
> get binary that works on apple arm. Hopefully there are not more issues as we
> need to make a tex live 2025 snapshot
Hi,
Thanks to Bruce end others for providing input and testing it we managed
to get binary that works on apple arm. Hopefully there are not more
issues as we need to make a tex live 2025 snapshot this month.
Hans
ubtable
type = "error",
action = "process",
data = { filename = "test-1", message = "whatever a" }
} )
loggers.save(db, { -- variant 2: flat table
type = "warning",
action = "process",
filename = "test-2",
m
ot;,
data = { filename = "test-1", message = "whatever a" }
} )
loggers.save(db, { -- variant 2: flat table
type = "warning",
action = "process",
filename = "test-2",
message = "whatever b"
} )
local result = loggers.c
Hi,
That is amazing, thank you!
You did an amazing amount of work: user Garulfoo did 4400+ page edits in the
last month.
Best wishes,
Taco
> On 18 Jan 2025, at 15:36, garu...@azules.eu wrote:
>
> Hi all,
>
> for your information, many significant changes have been d
Am 13.01.2025 um 19:02 schrieb Hans Hagen:
On 1/13/2025 5:43 PM, Wolfgang Schuster wrote:
Am 12.01.2025 um 06:16 schrieb autumnus:
Thank you for your explanation.
Regarding the space after the month,
will it be added to the ConTeXt in the future?
I'm worried that after I patch it,
it wi
On 1/13/2025 8:09 PM, Wolfgang Schuster wrote:
Am 13.01.2025 um 19:02 schrieb Hans Hagen:
On 1/13/2025 5:43 PM, Wolfgang Schuster wrote:
Am 12.01.2025 um 06:16 schrieb autumnus:
Thank you for your explanation.
Regarding the space after the month,
will it be added to the ConTeXt in the
On 1/13/2025 5:43 PM, Wolfgang Schuster wrote:
Am 12.01.2025 um 06:16 schrieb autumnus:
Thank you for your explanation.
Regarding the space after the month,
will it be added to the ConTeXt in the future?
I'm worried that after I patch it,
it will be overwritten when I update it later.
Am 12.01.2025 um 06:16 schrieb autumnus:
Thank you for your explanation.
Regarding the space after the month,
will it be added to the ConTeXt in the future?
I'm worried that after I patch it,
it will be overwritten when I update it later.
It depends whether Hans includes the fix o
I don't know why, the text is automatically added with spaces.
The correct one should be:
\currentdate[year,年,M,月,day,日]
\currentdate[year:cn-d,年,month,day:cn,日]
___
If your question is of interest to othe
-d,年,month,day:cn,日] :
二〇二五年一月十二日
The addition of spaces should only be added between numbers and kanji.
The addition of spaces should take effect not only in the date, but in all
texts.
If you add a space it should be:
2025 年 1 月 12 日 (between numbers and kanji)
二〇二五年一月十二日 (no space
Hi autumnus,
I have got no experience with Chinese but I think it is possible to change it
for the future.
The current settings for Chinese has been defined as (file
tex/texmf-context/tex/context/base/mkxl/lang-def.mkxl, line no. 655):
\c!date={\v!year,年,\space,\v!month,\v!day,日}
You can
Thank you for your explanation.
Regarding the space after the month,
will it be added to the ConTeXt in the future?
I'm worried that after I patch it,
it will be overwritten when I update it later.
autumnus
_
Am 11.01.2025 um 06:08 schrieb autumnus:
hi,
When I try to output the Chinese date with the command below,
I find that it doesn't process the month at all. No matter how
I try any of the "month,month:cn-a,month:cn-c,month:cn-d" conversions
Unless I pre-set the labeltext for th
rt 2, but I can say I haven't seen such a thing yet.
(In about a year and a half of using Part 2 images in a monthly newsletter
I edit, I have only had one person complain once about not being able to
see the images; this person is know
hi,
When I try to output the Chinese date with the command below,
I find that it doesn't process the month at all. No matter how
I try any of the "month,month:cn-a,month:cn-c,month:cn-d" conversions
Unless I pre-set the labeltext for the Chinese month.
\definedfont[name:ad
tring-\cldcontext{document.rcount}-last, week list,
month label above left,
month text={\feature[+][smallcaps]\%mt},
]
if (Sunday,
equals=2025-04-20,
equals=2025-04-18,
equals=2025-04-19,
equal
icture
\calendar[dates=2025-01-01 to 2025-04-last,week list,
month label above centered];
\stoptikzpicture
\stoptext
Also see https://tikz.dev/library-calender and
https://texample.net/tikz/examples/feature/calendar-library/ (which, in
principle, can be translated to ConTeXt rather
ays = {"Sun ", "Mon ", "Tue ", "Wed ", "Thu ", "Fri ", "Sat "}
local z = os.date("*t", os.time())
local nn = os.date("*t", os.time{year=z.year, month=z.month,
day=z.day+dd})
--context(wdays[nn.wday] .. nn.
On 16/12/2024 21:03, Pablo Rodriguez via ntg-context wrote:
Besides, I think \normalday could be way more useful if it could
increment the whole date, not only the day number.
does this help?
https://www.lua.org/pil/22.1.html
> nn = os.date("*t", os.time{year=2024, month=
On 12/6/24 15:39, Wolfgang Schuster wrote:
> [...]
> The \date (and \currentdate) command supports number conversion for the
> day and year values but not the month.
>
> \starttext
> \currentdate[d:R,space,space,y:R]
> \stoptext
Many thanks for your fast reply, Wolfgang.
I
Pablo Rodriguez via ntg-context schrieb am 06.12.2024 um 12:35:
Dear list,
I would like to get the current month in Roman numerals (just now, it
would be XII for December).
The best I get is:
\currentdate[\cldcontext{converters['R']
(tonumber(os.date("\letterpercent m&qu
Dear list,
I would like to get the current month in Roman numerals (just now, it
would be XII for December).
The best I get is:
\currentdate[\cldcontext{converters['R']
(tonumber(os.date("\letterpercent m", os.date(os.time()}]
This strikes me as too complex (
tion => => {"第","項"}
% %%% date related
% % All Chinese months should be changed to Arabic numerals.
% % Although month originally corresponded to a long name
% % Because it is possible to switch to Chinese capital numbers
% % in its entirety by a
,space,day,space,month,space,year”}
so that I get a comma after weekday and a period after day? Where can
I find something about this?
Aside from keywords like day, weekday etc. the \date (and
\currentdate) commands allows free input which used as separator
between these keywords. To set a
Thomas Meyer schrieb am 03.10.2024 um 10:59:
Thank you very much, Wolfgang,
that helps me a lot.
But how can I change the formatting
{“weekday,space,day,space,month,space,year”}
so that I get a comma after weekday and a period after day? Where can I
find something about this?
Aside from
Thank you very much, Wolfgang,
that helps me a lot.
But how can I change the formatting
{“weekday,space,day,space,month,space,year”}
so that I get a comma after weekday and a period after day? Where can I
find something about this?
Thanks again and have a nice day
Thomas
Am 02.10.24 um 19
Thomas Meyer schrieb am 02.10.2024 um 15:44:
Hello,
what do I have to do so that the values (d1, m1, y1) from the Lua block
are returned with Return and the commented out line
\date[d=d1,m=m1,y=y1][weekday,{,~},day,{.~},month,{~},year]
works in ConTeXt.
In other words: how do I do it right
Hello,
what do I have to do so that the values (d1, m1, y1) from the Lua block
are returned with Return and the commented out line
\date[d=d1,m=m1,y=y1][weekday,{,~},day,{.~},month,{~},year]
works in ConTeXt.
In other words: how do I do it right?
Thank you in advance
Greetings
Thomas
PS
On 8/1/2024 9:21 AM, Henning Hraban Ramm wrote:
Am 31.07.24 um 19:55 schrieb Hans Hagen via ntg-context:
Hi,
end of the month update:
- we are still working on the math manual so updates there (we want
the manual to stable for the upcoming meeting)
- we also work on the export (some
Am 31.07.24 um 19:55 schrieb Hans Hagen via ntg-context:
Hi,
end of the month update:
- we are still working on the math manual so updates there (we want the
manual to stable for the upcoming meeting)
- we also work on the export (some changes and additions there but we
will conver that
Sound great, thanks!
I just don’t dare to update with printing deadlines approaching…
Hraban
Am 31.07.24 um 19:55 schrieb Hans Hagen via ntg-context:
Hi,
end of the month update:
- we are still working on the math manual so updates there (we want the
manual to stable for the upcoming
Hi,
end of the month update:
- we are still working on the math manual so updates there (we want the
manual to stable for the upcoming meeting)
- we also work on the export (some changes and additions there but we
will conver that plus some new tools later when we're done, read
pective pocketdiary directories
> Solar and Moonphase and run mtxrun --generate.
>
> Your suggestion of the Day key was the first thing I tried myself.
> Unfortunately, it has no effect.
>
> Thanks for thinking along.
The month table layout is hard-coded in line 515 of file
do
local monthname = string.lower(os.date("%B",
os.time{year=year,month=i,day=1}))
context.startplacefigure({number="",title=""})
context.externalfigure({i}, {width = "0.8\\textwidth"})
context.stopplacefigure()
context
context"1\\ier"
else
context(s)
end
end
}
\stopluacode
\def\ier{\highordinalstr{er}}
\mainlanguage[fr]
\defineconversion[frd][\FRdate]
\setuplanguage[fr][date={day:frd,\ ,month,\ ,year}]
\starttext
Conversion: \convertnumber
else
context(s)
end
end
}
\stopluacode
\def\ier{\highordinalstr{er}}
\mainlanguage[fr]
\defineconversion[frd][\FRdate]
\setuplanguage[fr][date={day:frd,\ ,month,\ ,year}]
\starttext
Conversion: \convertnumber{frd}{1}, \convertnumber{frd}{2} (OK)\\
Dates: \date[
iography...
% References database and other general settings...
\setupbibtex[database={./References}, sort=author]
% Global settings...
\setuppublications[
alternative=apa,
numbering=yes,
monthconversion=month,
autohang=yes,
sortt
Quoting a post by Philipp Kiff,
https://mastodon.social/@pkiff/11221949350928:
In amongst the release of PDF/UA-2 (PDF for Universal Accessibility) and
the new Well-Tagged PDF (WTPDF) standard last month, some PDF
professionals may have missed two other new resources that may help
upport for envelopes (penbased outlines) in metafun. This is still work in progress, some is present and discussed in the manual, and we'll come back to that sometime next month. Given the next item, we also might need to change some in the manual (different focus).-- Because we have users
in progress, some is present and discussed in the manual, and
> we'll come back to that sometime next month. Given the next item, we
> also might need to change some in the manual (different focus).
>
> -- Because we have users who have to conform to the European
> Accessibility
the (eg luametafun manual).
-- The math manual is not yet there because we were distracted by
improving support for envelopes (penbased outlines) in metafun. This is
still work in progress, some is present and discussed in the manual, and
we'll come back to that sometime next month. Give
e is no binaries and the tex tree doesn't exist.
It seems that make require a folder in which to create the
compiled files.
Any help?
Alain
Le 13-02-24 à 18:21, Henning Hraban Ramm a écrit :
Am 13.02.24 um 17:29 schrieb Alain Delmotte:
Hi,
A month or so ago Hans provided a new uplo
écrit :
Am 13.02.24 um 17:29 schrieb Alain Delmotte:
Hi,
A month or so ago Hans provided a new upload (thanks I
managed to get and install it on my Windows 10 64b). At
that time I was struggling for having my computers back
in order (that appends sometimes).
Now I'd like to have LMTX
Am 13.02.24 um 17:29 schrieb Alain Delmotte:
Hi,
A month or so ago Hans provided a new upload (thanks I managed to get
and install it on my Windows 10 64b). At that time I was struggling for
having my computers back in order (that appends sometimes).
Now I'd like to have LMTX on an ol
Hi,
A month or so ago Hans provided a new upload (thanks I
managed to get and install it on my Windows 10 64b). At that
time I was struggling for having my computers back in order
(that appends sometimes).
Now I'd like to have LMTX on an old but still used (when
travelling) portable
pload
Btw, Tomas Hala is currently working on (among some other languages)
Indonesian with his students (labels etc) so next month that will likely
show up.
Hans
-
Hans Hagen | PRAGM
potential number
conversions.
And I just realize, for Chinese date, only year section follows the as-is
pattern, for month or day, December should be represented as 十二月 instead of
一二, twenty-sixth is 二十六日 instead of 二六, we might need to consider to narrow
down the name to be year could be more p
On Wed, Nov 29 2023, Hans Hagen wrote:
> \setuplanguage[fr][date={day:++,\ ,month,\ ,year}]
Unfortunately this does not work as I need. Only the "1" should be
converted to 1er, not the other numbers.
French is a bit special:
You say "le premier novembre" but not "
\\ier"
else
context(s)
end
end
}
\stopluacode
\def\ier{\highordinalstr{er}}
\mainlanguage[fr]
\defineconversion[frd][\FRdate]
\setuplanguage[fr][date={day:frd,\ ,month,\ ,year}]
\starttext
Conversion: \convertnumber{frd}{1}, \convertnumber{frd}{2} (OK
end
end
}
\stopluacode
\def\ier{\highordinalstr{er}}
\mainlanguage[fr]
\defineconversion[frd][\FRdate]
\setuplanguage[fr][date={day:frd,\ ,month,\ ,year}]
\starttext
Conversion: \convertnumber{frd}{1}, \convertnumber{frd}{2} (OK)\\
Dates: \date[d=1], \date[d=2] (not OK)
\stoptext
--8<
elow gives a pdf with two #'s instead of only one. Why is that?
> >
> > \starttext
> >
> > \startluacode
> > context.type("#")
> > \stopluacode
> >
> > \stoptext
> because by default tex loves to duplicate hashes when it serial
es
token lists
as this seems to be "the month of the duplicate hashes" i looked it what
we did so far can also work here and i sort of managed although there
might be more cases (when im done with this we probably "have it the
other way around" which could mean adapting some
at work).
I would be happy to provide the code to implement this, but I’m
afraid this is way beyond my knowledge.
remind me in a month or so ... i'm not going to touch that part of the
code now (some other priorities)
Perfectly fine for me, Hans.
While I don’t know what’s missing unde
.
>>
>> I would be happy to provide the code to implement this, but I’m
>> afraid this is way beyond my knowledge.
> remind me in a month or so ... i'm not going to touch that part of the
> code now (som
d be extremely helpful to
access embedded documents (believe it or not, this is something I
explain almost every week at work).
I would be happy to provide the code to implement this, but I’m
afraid this is way beyond my knowledge.
remind me in a month or so ... i'm not g
there. You can
(of course) attend in person, but registration for online only attendance is
also possible!
We hope to see you next month!
NOTE: There have recently been problems with the delivery of the filled-in
registration form to the organisers. If you have registered sometime *in the
last
maybe there is some subtle error (like there was when
> we upgraded to 2.11).
>
> Unfortunately I am unable to take a closer look until the end of the
> month. In the meantime can you please try to compile the library
> yourself? Here are the instructions:
>
> https://
Hans updated ConTeXt to account for 2.12.0 already in April, so it
should work, but maybe there is some subtle error (like there was when
we upgraded to 2.11).
Unfortunately I am unable to take a closer look until the end of the
month. In the meantime can you please try to compile the library
you
is invited to wikify it.
Hans
ps. The page columns also have some improvements but that's for next month.
-
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hassel
me improvements but that's for next month.
-
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69
rmanentment inacabada. Per
aquest motiu convé saber quina versió del document esteu llegint.
28
29 \medskip
30 La versió d'aquest document és la {\bf 0.4.0-alfa.\currentdate[year,-,
mm,-,dd]}.
31
32 \bigskip
33 Aquest document ha estat generat, \currentdate[wee
uina versió del document esteu llegint.
28
29 \medskip
30 La versió d'aquest document és la {\bf 0.4.0-alfa.\currentdate[year,-,
mm,-,dd]}.
31
32 \bigskip
33 Aquest document ha estat generat, \currentdate[weekday,{ },day,{
},month,{ },year] a les \currenttime, usant prog
On 6/4/2023 11:11 AM, Jigé via ntg-context wrote:
Hi all.
I'm trying to use TiKz inside ConTeXt. It has not been working for some time...
I checked the messages from last month on the mailing list (late april, early
may). Il didn't quit actually understand what was going on but I
Hi all.
I'm trying to use TiKz inside ConTeXt. It has not been working for some time...
I checked the messages from last month on the mailing list (late april, early
may). Il didn't quit actually understand what was going on but I read that some
files had to be updated. Maybe as a
possible (after all there are not than
> > manyu math fonts) one always has to match them properly with serif and sans
> > fonts (relative scaling etc).
> >
> > When someone wants support for some commercial font, they have to buy us a
> > few copies with no constraints. (
rt for some commercial font, they have to buy us a
> few copies with no constraints. (Normally in a project we just get them
> anyway.) There are plenty of examples in the type-imp-* files that show the
> way.
>
> Hans
Thanks for the info Hans. I'll check it out again. About a
unit
> will probably
> remain in the engine for nostalgic reasons, but it will no be
> accepted in
> MWE. Instead, we will provide some more modern, culturally
> correct, kid-friendly units that we will use in examples, manuals and
> such. Because
> the four-person
ovide some more modern, culturally correct,
>kid-friendly units that we will use in examples, manuals and such. Because
>the four-person strong team dealing with this wants to avoid making
> mistakes,
>we will go through a careful and scientifically sound process of
>
we will go through a careful and scientifically sound process of
calibration
first, using a selected tex savvy audience. We expect these new
units to be
stable a month from now. Believe it or not, in the process of
documenting all
this, we found a buglet in the new math dimension spacing
\tfa},
]
\starttext
\startinterview[title={My Interview}][
author={Jane Doe},
year={2022},
month={Decembre},
bio={\input ward}
]
\dorecurse{10}{\input ward \crlf}
\stopinterview
\stoptext
On 23 Feb 2023, at 10:21, Alex Leray via ntg-context wrote:
Hello,
I'm trying to figure ou
uthor={Jane Doe},
year={2022},
month={Decembre},
bio={\input ward}
]
\dorecurse{10}{\input ward \crlf}
\stopinterview
\stoptext
> On 23 Feb 2023, at 10:21, Alex Leray via ntg-context
> wrote:
>
> Hello,
>
> I'm trying to figure out how to design a chapter
e
}
\definehead[interview][chapter]
\setuphead[interview][
page=right,
command=\MyChapter,
% insidesection={\page},
style={\tfa},
]
\starttext
\startinterview[title={My Interview}][
author={Jane Doe},
year={2022},
month={Decembre},
bio={\input ward}
]
\dorecurse{10
Hi everybody,
I uploaded a new version of the PocketDiary module to the ConTeXt garden. The
version 2.2 is providing the calendar functionality as it is presented in
PocketMods (https://pocketmod.com/). It includes day, week, month and year
tables. There are two variations of the outcome. The
We gained some performance over the last month, mostly due to using
different low level mechanisms (there are some more not yet widely used
ones). The gain depends on (extreme) usage so quite likely most goes
unnoticed unless one has many runs. After all, there are no fundamental
changes in context, w
o (ab)use the section numbering for a date (e.g. for a
> diary):
>
> -
> \definestructureconversionset[default][n,n,month,n][n]
> \definestructureseparatorset [default][-,-,-,-]
>
> \definehead[Year][chapter]
> \definehead[Month][section]
> \definehead[Day][subsection]
&g
to (ab)use the section numbering for a date (e.g. for a
diary):
-
\definestructureconversionset[default][n,n,month,n][n]
\definestructureseparatorset [default][-,-,-,-]
\definehead[Year][chapter]
\definehead[Month][section]
\definehead[Day][subsection]
\define[2]\TitleCmd{#1} % number only
1 - 100 of 790 matches
Mail list logo