Dear Bob,
Gotcha! ;-)
As authored previously, you had a newline after the opening "input", followed by
a few spaces.
Since (I assume/infer) your intAndFloat.c had an initial line of content, the
spaces prepended it.
Solutions:
1. A leading blank line in intAndFloat.c. I think the resulting "no-content"
line will get stripped when I "sanitize-code".
2. What you did, remove the problematic spaces. Then what PTX sees is a "blank"
line (just the newline, then your first line of code).
3. Author as <input><xi:include text="parse" ... This means no newline, no
spaces in your *source*. This is probably the least sensitive to any
manipulation that might happen by PTX routines.
I mean to revisit the "sanitize-code" (or is it "sanitize-text") when I get
back to my literate programming hobby. Tracking indentation there will be
tricky, but I'll keep this example in mind.
Thanks,
Rob
> --
> You received this message because you are subscribed to the Google Groups
> "MathBook XML Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an email
> to
mathbook-xml-sup...@googlegroups.com
> <mailto:
mathbook-xml-sup...@googlegroups.com>.
> For more options, visit
https://groups.google.com/d/optout.