ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Rogers, Michael K" <mroge02@emory.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: A "Lorem ipsum" module?
Date: Thu, 19 Jul 2012 01:27:37 +0000	[thread overview]
Message-ID: <7F211FE8-9457-4D0D-AD7F-AB1C03806FD4@emory.edu> (raw)


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

On 2012-07-18 Marcin Borkowski <mbork@???> wrote:

> in LaTeX, there is quite a useful package called "lipsum", for
> typesetting varioud amounts of "Lorem ipsum" stuff. Is there anything
> like that in ConTeXt? (I know about \input knuth, \input tufte etc.,
> but that is not exactly what I have in mind, especially when giving a
> sample of some design to a customer;).)

The LaTeX lipsum seems to have been pre-download from lipsum.com<http://lipsum.com>.  ConTeXt makes this relatively easy.  The one problem that might be solved better is that the paragraphs come in a single xml node separated by single newlines.  I defined a lines environment to make these into paragraphs, which is not as pretty as I would like.

\startxmlsetups xml:Lorem:base
\xmlsetsetup{Lorem}{*}{-}
\xmlsetsetup{Lorem}{feed|lipsum}{xml:Lorem:*}
\stopxmlsetups
\xmlregisterdocumentsetup{Lorem}{xml:Lorem:base}
\startxmlsetups xml:Lorem:feed
  \xmlflush{#1}
\stopxmlsetups
\startxmlsetups xml:Lorem:lipsum
  \xmlflush{#1}
\stopxmlsetups
\definelines[LoremLines]
\def\Lorem#1{% #1 = number of paragraphs to request
  \startLoremLines
  \xmlprocessfile{Lorem}{http://www.lipsum.com/feed/xml?amount=#1&what=paras&start=yes}{}
  \stopLoremLines
}
\starttext
\setupindenting[yes,20pt]
\setuplines[LoremLines][command=\blank,indenting=yes]
\Lorem{12}
\stoptext


________________________________

This e-mail message (including any attachments) is for the sole use of
the intended recipient(s) and may contain confidential and privileged
information. If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, distribution
or copying of this message (including any attachments) is strictly
prohibited.

If you have received this message in error, please contact
the sender by reply e-mail message and destroy all copies of the
original message (including attachments).

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

[-- Attachment #2: Type: text/plain, Size: 485 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:[~2012-07-19  1:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-19  1:27 Rogers, Michael K [this message]
2012-07-19  5:30 ` Henning Hraban Ramm
2012-07-19 11:08 ` Hans Hagen
2012-07-19 14:42   ` Marco
2012-07-19 14:52     ` Wolfgang Schuster
2012-07-19 14:59       ` luigi scarso
2012-07-19 15:17   ` Marco
2012-07-19 23:20   ` Sietse Brouwer
  -- strict thread matches above, loose matches on Subject: below --
2012-07-18  9:42 Marcin Borkowski
2012-07-18 10:18 ` Marco
2012-07-18 11:33 ` Philipp Gesang

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=7F211FE8-9457-4D0D-AD7F-AB1C03806FD4@emory.edu \
    --to=mroge02@emory.edu \
    --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).