Hi, There's a new lmtx upload with a few fixes in publication lists (TS made some tests). For those who like fonts, there is an update of the punk font (the mkiv variants dates from 2008 which is ancient on a software timeline). You can run meta-imp-punk.mkxl to get an idea. There's also a typescript: type-imp-punk.mkxl one can create different versions and play with random variants and such. The question is: do we need more metapost font magic and infrastructure? For "pdf features that browsers implement fuzzy or not at all" lovers there is test \startalternate[text={A}] \dorecurse{10}{A } \startalternate[text={B}] \dorecurse{10}{B } \stopalternate \dorecurse{10}{A } \stopalternate test \par test \startalternate[text={e=mc^2}]!$e=mc^2$\stopalternate\par test \alternate{e=mc^2}{copy:}\nbsp$e=mc^2$\par which cheats on cut and paste (if you know where to click). (It actually will replace something more low level which is probably not used anyway.) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
On 1/19/2021 11:57 AM, Floris van Manen wrote:
On 18/01/2021 19:20, Hans Hagen wrote:
You can run
meta-imp-punk.mkxl
to get an idea. There's also a typescript:
type-imp-punk.mkxl
How to run these?
Normally with: context --global <that filename> ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
Hello,
On Tue, 19 Jan 2021 at 12:11, Hans Hagen
On 1/19/2021 11:57 AM, Floris van Manen wrote:
On 18/01/2021 19:20, Hans Hagen wrote:
You can run
meta-imp-punk.mkxl
to get an idea. There's also a typescript:
type-imp-punk.mkxl
How to run these?
Normally with:
context --global <that filename>
when file has \continueifinputfile{<file>} line. Below the command there is an example. Didn't know the --global switch. It searches the file in the distribution, but runs it in any actual folder, so one doesn't have to do a local copy of the source file. type-imp-punk.mkxl is a regular typescript file, which can be enabled by \setupbodyfont[punk] in any of your documents. Jano
Hi, I am afraid that clip stops working in current version: 2021.01.18 18:19 \setupexternalfigure[location=default] \showframe \starttext \clip[height=50mm,voffset=10mm] {\externalfigure[cow.pdf][width=\textwidth]} \stoptext juh -- Autoren-Homepage: ......... http://literatur.hasecke.com Satiren & Essays: ......... http://www.sudelbuch.de Privater Blog: ............ http://www.hasecke.eu Netzliteratur-Projekt: .... http://www.generationenprojekt.de
On 1/19/2021 8:12 PM, Jan U. Hasecke wrote:
Hi,
I am afraid that clip stops working in
current version: 2021.01.18 18:19
\setupexternalfigure[location=default] \showframe \starttext \clip[height=50mm,voffset=10mm] {\externalfigure[cow.pdf][width=\textwidth]} \stoptext hm, i access the wrong field (i removed some longer intermediate backend code)
Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
participants (4)
-
Floris van Manen
-
Hans Hagen
-
Jan U. Hasecke
-
Jano Kula