From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9139 Path: main.gmane.org!not-for-mail From: Wybo Dekker Newsgroups: gmane.comp.tex.context Subject: \par in command argument Date: Wed, 4 Sep 2002 12:01:30 +0200 (CEST) Sender: owner-ntg-context@let.uu.nl Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035399490 955 80.91.224.250 (23 Oct 2002 18:58:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:58:10 +0000 (UTC) Original-To: ntg-context Xref: main.gmane.org gmane.comp.tex.context:9139 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9139 I'm trying to write a letter style so that I can say: \input letter.sty \Address{name\\street\\city} % ... define several other things... \Letter{ Dear John, .... Love, Mary } But the paragraphs in \Letter's argument cause trouble: This is TeX, Version 3.14159 (Web2C 7.3.7x) (./t.tex Runaway argument? { .... ! Paragraph ended before \Letter was complete. Is there a solution to this? -- Wybo