[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue with @End as part of @RawVerbatim text
From: |
slomium |
Subject: |
Issue with @End as part of @RawVerbatim text |
Date: |
Fri, 5 Sep 2014 14:55:42 -0500 |
Hi,
I'm using Lout 3.39 under Cygwin 1.7.28(0.271/5/3). I want to include
Lout code in my document, preferably with @RawVerbatim as that seems
cleaner than quoting.
When using the following Lout input sample, I get an error when @End
is part of the verbatim text.
$ cat verbatim
@SysInclude{doc} @Document
//
@Text @Begin
@LP @RawVerbatim @Begin
Text
"@"End
@End
@End @RawVerbatim
@LP "@"End
@End @Text
#:mode=lout:
address@hidden ~/test-dir
$ lout -p verbatim
lout file "verbatim":
8,1: symbol expected after @End
7,1: @End replaced by @End @RawVerbatim to match @Begin at "verbatim" 4,18
8,1: @End @RawVerbatim replaced by @End @Text to match @Begin at
"verbatim" 3,7
12,1: @End @Text replaced by @End \Start to match @Begin at
10,1: fatal error: no current font at this point
Is there a way to include @End as part of verbatim text and not
generate an error? I suppose Lout expects @End to be followed by
@RawVerbatim and, when it isn't, an error condition ensues.
Thanks,
David
- Issue with @End as part of @RawVerbatim text,
slomium <=