ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* complete cover example
@ 2020-04-24  6:32 jbf
  2020-05-12 18:38 ` Marcus Vinicius Mesquita
  0 siblings, 1 reply; 3+ messages in thread
From: jbf @ 2020-04-24  6:32 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 1008 bytes --]

Am wondering if anybody has a complete example (explained below) of a 
book cover: front, spine and back. It doesn't matter how simple or 
complicated the example. Am one of those people who, once he sees an 
example, can generally work out the necessary adaptations.

By a complete example I mean the kind of thing found here Creating a 
style file in ConTeXt | Random Determinism 
<https://randomdeterminism.wordpress.com/2009/10/21/creating-a-style-file-in-context/> 
where the writer explains things bit by bit but importantly, offers a 
summary of the code at the end. I probably don't need the lengthy 
explanation but the summary of code is most helpful - except that it is 
not about a book cover:-)

As a relative newcomer to ConTeXt, I have found complete examples of 
something I want/need to do very useful. Of course, many such are on the 
wiki, but from time to time I need something else, and right at the 
moment I need a bit of guidance for a book cover, and an example might help.

Julian


[-- Attachment #1.2: Type: text/html, Size: 1281 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: complete cover example
  2020-04-24  6:32 complete cover example jbf
@ 2020-05-12 18:38 ` Marcus Vinicius Mesquita
  2020-05-12 21:13   ` jbf
  0 siblings, 1 reply; 3+ messages in thread
From: Marcus Vinicius Mesquita @ 2020-05-12 18:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2369 bytes --]

Hi, Julian

I uploaded to github a cover I designed and created with ConTeXt some time
ago for a book I typesetted called “Cultivando o bem” for a buddhist
organization.
It is quite a complete example and illustrates the power of ConTeXt.
The comments in the code are sparse and not exactly detailed as you wish,
but I hope it will be useful to you.
My OS is linux and I use a Makefile to generate all the necessary files.

You can access the code at:

https://github.com/marcusviniciusmesquita/cob-cover

Greetings

Marcus Vinicius

On Fri, Apr 24, 2020 at 3:32 AM jbf <roma83537@gmail.com> wrote:
>
> Am wondering if anybody has a complete example (explained below) of a
book cover: front, spine and back. It doesn't matter how simple or
complicated the example. Am one of those people who, once he sees an
example, can generally work out the necessary adaptations.
>
> By a complete example I mean the kind of thing found here Creating a
style file in ConTeXt | Random Determinism where the writer explains things
bit by bit but importantly, offers a summary of the code at the end. I
probably don't need the lengthy explanation but the summary of code is most
helpful - except that it is not about a book cover:-)
>
> As a relative newcomer to ConTeXt, I have found complete examples of
something I want/need to do very useful. Of course, many such are on the
wiki, but from time to time I need something else, and right at the moment
I need a bit of guidance for a book cover, and an example might help.
>
> Julian
>
>
___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to
the Wiki!
>
> maillist : ntg-context@ntg.nl /
http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
>
___________________________________________________________________________________



--
Todas as coisas fatigam o corpo, salvo a música, que não fatiga nem o corpo
nem seus membros, por ser descanso da alma, primavera do coração, distração
do aflito, entretenimento do solitário, e viático do viajante.

Kunnâsh al-Hâ'ik (Cancioneiro de al-Hâ'ik)

[-- Attachment #1.2: Type: text/html, Size: 3044 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: complete cover example
  2020-05-12 18:38 ` Marcus Vinicius Mesquita
@ 2020-05-12 21:13   ` jbf
  0 siblings, 0 replies; 3+ messages in thread
From: jbf @ 2020-05-12 21:13 UTC (permalink / raw)
  To: Marcus Vinicius Mesquita; +Cc: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 3265 bytes --]

Hi Marcus,

That is very good of you, and a good example of 'cultivando o bem'! 
Parabéns!

I have downloaded the code. My OS is also Linux. I shall take a good 
look at it.

Thank you,

Julian

On 13/5/20 4:38 am, Marcus Vinicius Mesquita wrote:
> Hi, Julian
>
> I uploaded to github a cover I designed and created with ConTeXt some 
> time ago for a book I typesetted called “Cultivando o bem” for a 
> buddhist organization.
> It is quite a complete example and illustrates the power of ConTeXt.
> The comments in the code are sparse and not exactly detailed as you 
> wish, but I hope it will be useful to you.
> My OS is linux and I use a Makefile to generate all the necessary files.
>
> You can access the code at:
>
> https://github.com/marcusviniciusmesquita/cob-cover
>
> Greetings
>
> Marcus Vinicius
>
> On Fri, Apr 24, 2020 at 3:32 AM jbf <roma83537@gmail.com 
> <mailto:roma83537@gmail.com>> wrote:
> >
> > Am wondering if anybody has a complete example (explained below) of 
> a book cover: front, spine and back. It doesn't matter how simple or 
> complicated the example. Am one of those people who, once he sees an 
> example, can generally work out the necessary adaptations.
> >
> > By a complete example I mean the kind of thing found here Creating a 
> style file in ConTeXt | Random Determinism where the writer explains 
> things bit by bit but importantly, offers a summary of the code at the 
> end. I probably don't need the lengthy explanation but the summary of 
> code is most helpful - except that it is not about a book cover:-)
> >
> > As a relative newcomer to ConTeXt, I have found complete examples of 
> something I want/need to do very useful. Of course, many such are on 
> the wiki, but from time to time I need something else, and right at 
> the moment I need a bit of guidance for a book cover, and an example 
> might help.
> >
> > Julian
> >
> > 
> ___________________________________________________________________________________
> > If your question is of interest to others as well, please add an 
> entry to the Wiki!
> >
> > maillist : ntg-context@ntg.nl <mailto:ntg-context@ntg.nl> / 
> http://www.ntg.nl/mailman/listinfo/ntg-context
> > webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> > archive  : https://bitbucket.org/phg/context-mirror/commits/
> > wiki     : http://contextgarden.net
> > 
> ___________________________________________________________________________________
>
>
>
> --
> Todas as coisas fatigam o corpo, salvo a música, que não fatiga nem o 
> corpo nem seus membros, por ser descanso da alma, primavera do 
> coração, distração do aflito, entretenimento do solitário, e viático 
> do viajante.
>
> Kunnâsh al-Hâ'ik (Cancioneiro de al-Hâ'ik)
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

[-- Attachment #1.2: Type: text/html, Size: 5630 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-12 21:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24  6:32 complete cover example jbf
2020-05-12 18:38 ` Marcus Vinicius Mesquita
2020-05-12 21:13   ` jbf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).