ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Putting citations in an e-book
Date: Tue, 8 Mar 2011 18:25:15 +0100	[thread overview]
Message-ID: <777974AD-020D-4785-86EE-18D9682B0D25@gmail.com> (raw)
In-Reply-To: <AANLkTimt7CavPHA2XLcfv0mjau+0Jd4JkLc_aq0e9gjr@mail.gmail.com>


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


Am 08.03.2011 um 18:02 schrieb Cecil Westerhof:

> 2011/3/8 Cecil Westerhof <cldwesterhof@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]%
>   \startalignment[middle]
>   \startcolor[darkgreen]#2\stopcolor
>   \stopalignment
>   \startalignment[flushright]
>   {\it #1}%
>   \stopalignment
>   \stopframedtext
>   \blank
> }
> 
> I think it does not look bad. But I have to let it grow on me.

\define[2]\epigraph
  {\blank
   \startframedtext[middle][frame=off,offset=none,width=fit,align=middle]%
   \color[darkgreen]{#2}\endgraf
   \rightaligned{\it #1}%
   \stopframedtext
   \blank}

Wolfgang


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

[-- Attachment #2: Type: text/plain, Size: 486 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2011-03-08 17:25 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-08 14:36 Cecil Westerhof
2011-03-08 15:36 ` Wolfgang Schuster
2011-03-08 16:08   ` Cecil Westerhof
2011-03-08 17:02     ` Cecil Westerhof
2011-03-08 17:25       ` Wolfgang Schuster [this message]
2011-03-08 17:41         ` Cecil Westerhof
2011-03-08 18:57         ` Cecil Westerhof
2011-03-08 19:39           ` Wolfgang Schuster
2011-03-08 19:44             ` Cecil Westerhof
2011-03-14 10:43             ` Cecil Westerhof
2011-03-08 15:37 ` Cecil Westerhof

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=777974AD-020D-4785-86EE-18D9682B0D25@gmail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).