ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Make annotations tolerant against empty lines
@ 2013-01-07 21:25 Marco Patzer
  2013-01-07 22:12 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Marco Patzer @ 2013-01-07 21:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi,

if the first line after an annotation start is empty, a new line is
introduced. How can I make it tolerant so that the following both
examples come out equal (Content and the annotation text on the same
line)?

\usemodule
  [annotation]

\defineannotation
  [myannotation]

\setupannotation
  [myannotation]
  [alternative=myalternative]

\defineannotationalternative
  [myalternative]
  [renderingsetup=annotation:myalternative]

\startsetups [annotation:myalternative]
  Content: \placeannotationcontent
\stopsetups

\starttext

\startmyannotation

  \input knuth

\stopmyannotation
\blank

\startmyannotation
  \input knuth
\stopmyannotation

\stoptext

Marco

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 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
___________________________________________________________________________________

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

* Re: Make annotations tolerant against empty lines
  2013-01-07 21:25 Make annotations tolerant against empty lines Marco Patzer
@ 2013-01-07 22:12 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2013-01-07 22:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 07.01.2013 um 22:25 schrieb Marco Patzer <homerow@lavabit.com>:

> Hi,
> 
> if the first line after an annotation start is empty, a new line is
> introduced. How can I make it tolerant so that the following both
> examples come out equal (Content and the annotation text on the same
> line)?

I made a simple change in the module and the first line is now ignored
(can be a side effect of stripping spaces at the begin/end of the content)
but I want to run a few tests before I release it.

Still I would try to avoid such input because there can be cases where
such a input would fail because a empty line ends a paragraph.

Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________


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

end of thread, other threads:[~2013-01-07 22:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-07 21:25 Make annotations tolerant against empty lines Marco Patzer
2013-01-07 22:12 ` Wolfgang Schuster

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).