From 30c193b890874a6cd3065cb3f16b5845c4614e60 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 20 Aug 2017 22:13:12 +0000 Subject: chickenize (20aug17) git-svn-id: svn://tug.org/texlive/trunk@45083 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/luatex/chickenize/chickenize.lua | 2 +- Master/texmf-dist/tex/luatex/chickenize/chickenize.sty | 4 ++-- Master/texmf-dist/tex/luatex/chickenize/chickenize.tex | 7 +++++-- 3 files changed, 8 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/tex/luatex') diff --git a/Master/texmf-dist/tex/luatex/chickenize/chickenize.lua b/Master/texmf-dist/tex/luatex/chickenize/chickenize.lua index c38d14f99f6..c25aa75b75d 100644 --- a/Master/texmf-dist/tex/luatex/chickenize/chickenize.lua +++ b/Master/texmf-dist/tex/luatex/chickenize/chickenize.lua @@ -8,7 +8,7 @@ -- -- EXPERIMENTAL CODE -- --- This package is copyright © 2016 Arno L. Trautmann. It may be distributed and/or +-- This package is copyright © 2017 Arno L. Trautmann. It may be distributed and/or -- modified under the conditions of the LaTeX Project Public License, either version 1.3c -- of this license or (at your option) any later version. This work has the LPPL mainten- -- ance status ‘maintained’. diff --git a/Master/texmf-dist/tex/luatex/chickenize/chickenize.sty b/Master/texmf-dist/tex/luatex/chickenize/chickenize.sty index c4e2dcf1851..82e4b2129aa 100644 --- a/Master/texmf-dist/tex/luatex/chickenize/chickenize.sty +++ b/Master/texmf-dist/tex/luatex/chickenize/chickenize.sty @@ -8,12 +8,12 @@ %% %% EXPERIMENTAL CODE %% -%% This package is copyright © 2016 Arno L. Trautmann. It may be distributed and/or +%% This package is copyright © 2017 Arno L. Trautmann. It may be distributed and/or %% modified under the conditions of the LaTeX Project Public License, either version 1.3c %% of this license or (at your option) any later version. This work has the LPPL mainten- %% ance status ‘maintained’. \ProvidesPackage{chickenize}% - [2016/05/27 v0.2.4 chickenize package] + [2017/08/19 v0.2.5 chickenize package] \input{chickenize} \iffalse diff --git a/Master/texmf-dist/tex/luatex/chickenize/chickenize.tex b/Master/texmf-dist/tex/luatex/chickenize/chickenize.tex index 7d358057d0e..aa48c984574 100644 --- a/Master/texmf-dist/tex/luatex/chickenize/chickenize.tex +++ b/Master/texmf-dist/tex/luatex/chickenize/chickenize.tex @@ -8,7 +8,7 @@ %% %% EXPERIMENTAL CODE %% -%% This package is copyright © 2016 Arno L. Trautmann. It may be distributed and/or +%% This package is copyright © 2017 Arno L. Trautmann. It may be distributed and/or %% modified under the conditions of the LaTeX Project Public License, either version 1.3c %% of this license or (at your option) any later version. This work has the LPPL mainten- %% ance status ‘maintained’. @@ -205,6 +205,9 @@ \def\unhammertime{ \directlua{luatexbase.remove_from_callback("pre_linebreak_filter","hammertime")}} +\let\hendlnize\chickenize % homage to Hendl/Chicken +\let\unhendlnize\unchickenize % may the soldering strength always be with him + \def\kernmanipulate{ \directlua{luatexbase.add_to_callback("pre_linebreak_filter",kernmanipulate,"kernmanipulate")}} @@ -399,7 +402,7 @@ \long\def\luadraw#1#2{% \vbox to #1bp{% \vfil - \luatexlatelua{pdf_print("q") #2 pdf_print("Q")}% + \latelua{pdf_print("q") #2 pdf_print("Q")}% }% } \long\def\drawchicken{ -- cgit v1.2.3