From david.cooper at genworks.com Thu Mar 28 19:31:54 2013 From: david.cooper at genworks.com (Dave Cooper) Date: Thu, 28 Mar 2013 15:31:54 -0400 Subject: [cl-typesetting-devel] Patch to make it so cl-typesetting can be loaded without hyphenation-patterns/ directory in known location Message-ID: Dear Marc/All, In followup to my recent patch proposals for cl-pdf, here is a similar patch for cl-typesetting which allows the library to be loaded even if cl-pdf's afm/ and cl-typesetting's hyphen-patterns/ directories are not in the standard/known locations at compile and/or load time. For this case, an initialize! function is provided where you can specify these directories and have things set up at runtime initialization time. Feedback welcome (maybe Marc B is waiting for some feedback from the list before he considers going ahead and applying the patches). cl-typesetting is not in git yet, so this patch was made with diff -rupN cl-typesetting/ cl-typesetting-...patched/ so I think it would be applied to a local working directory with cd cl-typesetting/ patch -p1 < cl-typesetting-make-it-so-you-can-load-without-hyphen-patterns.patch -- My Best, Dave Cooper, Genworks Support david.cooper at genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248-330-2979(mobile) UK: 0191 645 1699 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: cl-typesetting-make-it-so-you-can-load-without-hyphen-patterns.patch Type: application/octet-stream Size: 4867 bytes Desc: not available URL: From marc.battyani at fractalconcept.com Sat Mar 30 04:47:20 2013 From: marc.battyani at fractalconcept.com (Marc Battyani) Date: Sat, 30 Mar 2013 00:47:20 -0400 Subject: [cl-typesetting-devel] Patch to make it so cl-typesetting can be loaded without hyphenation-patterns/ directory in known location In-Reply-To: References: Message-ID: <51566E58.2020600@fractalconcept.com> Hi Dave, I committed this to the svn cl-typesetting repos. Tomorrow I will move cl-typesetting to github like cl-pdf. Thanks! Marc On 28/3/13 15:31 , Dave Cooper wrote: > > Dear Marc/All, > > In followup to my recent patch proposals for cl-pdf, here is a similar > patch for cl-typesetting which allows the library to be loaded even if > cl-pdf's afm/ and cl-typesetting's hyphen-patterns/ directories are > not in the standard/known locations at compile and/or load time. For > this case, an initialize! function is provided where you can specify > these directories and have things set up at runtime initialization time. > > Feedback welcome (maybe Marc B is waiting for some feedback from the > list before he considers going ahead and applying the patches). > > cl-typesetting is not in git yet, so this patch was made with > > diff -rupN cl-typesetting/ cl-typesetting-...patched/ > > so I think it would be applied to a local working directory with > > > cd cl-typesetting/ > patch -p1 < > cl-typesetting-make-it-so-you-can-load-without-hyphen-patterns.patch > > > > -- > My Best, > > Dave Cooper, Genworks Support > david.cooper at genworks.com , > dave.genworks.com (skype) > USA: 248-327-3253(o), 1-248-330-2979(mobile) > UK: 0191 645 1699 > > > _______________________________________________ > cl-typesetting-devel site list > cl-typesetting-devel at common-lisp.net > http://common-lisp.net/mailman/listinfo/cl-typesetting-devel -------------- next part -------------- An HTML attachment was scrubbed... URL: From marc.battyani at fractalconcept.com Sun Mar 31 21:40:39 2013 From: marc.battyani at fractalconcept.com (Marc Battyani) Date: Sun, 31 Mar 2013 17:40:39 -0400 Subject: [cl-typesetting-devel] cl-typesetting has moved to github In-Reply-To: <51566E58.2020600@fractalconcept.com> References: <51566E58.2020600@fractalconcept.com> Message-ID: <5158AD57.2040400@fractalconcept.com> Dear all, cl-pdf has moved to https://github.com/mbattyani/cl-pdf cl-typesetting has moved to https://github.com/mbattyani/cl-typesetting cl-typegraph now has its own repository at https://github.com/mbattyani/cl-typegraph Marc