Re: [NTG-context] Putting citations in an e-book

2011-03-14 Thread Cecil Westerhof
2011/3/8 Wolfgang Schuster schuster.wolfg...@googlemail.com 2011/3/8 Wolfgang Schuster schuster.wolfg...@googlemail.com \define[2]\epigraph {\blank \startframedtext[middle][frame=off,offset=none,width=fit,align=middle]% \color[darkgreen]{#2}\endgraf \rightaligned{\it #1}%

Re: [NTG-context] Putting citations in an e-book

2011-03-08 Thread Wolfgang Schuster
Am 08.03.2011 um 15:36 schrieb Cecil Westerhof: I am making my first e-book. And am now seriously using ConTeXt. But I have a lot to learn. In my ebook I want to use citations. In two different way. For starters I want to let every chapter start with a citation. At the moment I think

Re: [NTG-context] Putting citations in an e-book

2011-03-08 Thread Cecil Westerhof
2011/3/8 Cecil Westerhof cldwester...@gmail.com The trickier part is in the text itself. I would like to use citations near the text itself. For example: when I write that you need to set goals to fulfill your potential, I like to have nearby the citation from Abraham Lincoln: 'A goal

Re: [NTG-context] Putting citations in an e-book

2011-03-08 Thread Cecil Westerhof
2011/3/8 Wolfgang Schuster schuster.wolfg...@googlemail.com Am 08.03.2011 um 15:36 schrieb Cecil Westerhof: I am making my first e-book. And am now seriously using ConTeXt. But I have a lot to learn. In my ebook I want to use citations. In two different way. For starters I want to let

Re: [NTG-context] Putting citations in an e-book

2011-03-08 Thread Cecil Westerhof
2011/3/8 Cecil Westerhof cldwester...@gmail.com One thing I am thinking about: making the citation centered and leave the person right justified. Or is that a bad idea? I made it: \define[2]\epigraph{ \blank \startframedtext[middle][frame=off,offset=none,width=fit]%

Re: [NTG-context] Putting citations in an e-book

2011-03-08 Thread Wolfgang Schuster
Am 08.03.2011 um 18:02 schrieb Cecil Westerhof: 2011/3/8 Cecil Westerhof cldwester...@gmail.com One thing I am thinking about: making the citation centered and leave the person right justified. Or is that a bad idea? I made it: \define[2]\epigraph{ \blank

Re: [NTG-context] Putting citations in an e-book

2011-03-08 Thread Cecil Westerhof
2011/3/8 Wolfgang Schuster schuster.wolfg...@googlemail.com I made it: \define[2]\epigraph{ \blank \startframedtext[middle][frame=off,offset=none,width=fit]% \startalignment[middle] \startcolor[darkgreen]#2\stopcolor \stopalignment \startalignment[flushright] {\it #1}%

Re: [NTG-context] Putting citations in an e-book

2011-03-08 Thread Cecil Westerhof
2011/3/8 Wolfgang Schuster schuster.wolfg...@googlemail.com \define[2]\epigraph {\blank \startframedtext[middle][frame=off,offset=none,width=fit,align=middle]% \color[darkgreen]{#2}\endgraf \rightaligned{\it #1}% \stopframedtext \blank} I want to do something like:

Re: [NTG-context] Putting citations in an e-book

2011-03-08 Thread Wolfgang Schuster
Am 08.03.2011 um 19:57 schrieb Cecil Westerhof: 2011/3/8 Wolfgang Schuster schuster.wolfg...@googlemail.com \define[2]\epigraph {\blank \startframedtext[middle][frame=off,offset=none,width=fit,align=middle]% \color[darkgreen]{#2}\endgraf \rightaligned{\it #1}%

Re: [NTG-context] Putting citations in an e-book

2011-03-08 Thread Cecil Westerhof
2011/3/8 Wolfgang Schuster schuster.wolfg...@googlemail.com \define[2]\epigraph {\blank \startframedtext[middle][frame=off,offset=none,width=fit,align=middle]% \color[darkgreen]{#2}\endgraf \rightaligned{\it #1}% \stopframedtext \blank} I want to do something like: