typebuffer different from typefile
Why is there a difference in syntax between typing buffers and typing files? For files enclosure in {} for buffers in [], for files optional parameters, for buffers not. Is it possible to make the syntax of these two the same, because their usage parallels each other? Example code: \startbuffer[test] content of buffer \stopbuffer \starttext \typebuffer[test] \typefile[style=\ttx]{test.txt} \stoptext Hans van der Meer
On 04/24/2016 10:31 AM, dr. Hans van der Meer wrote:
Why is there a difference in syntax between typing buffers and typing files? For files enclosure in {} for buffers in [], for files optional parameters, for buffers not. Is it possible to make the syntax of these two the same, because their usage parallels each other?
Hi Hans, I wonder whether any of these two options may help you: \setuptyping[buffer][style=\ttx] \startbuffer[test] content of buffer \stopbuffer \starttext \typebuffer[test][style=\ss\red] \typefile[style=\ttx\blue]{test.txt} \stoptext Again, just in case it might help, Pablo -- http://www.ousia.tk
The point is not that I am without options for a practical solution here. My point is that the difference between \typebuffer and \typefile breaks the strict and so much appreciated congruence between like macro calls. Therefore my post must rather be seen as a plea to the maintainer(s) of these to consider a change in the given direction. Hans van der Meer
On 24 Apr 2016, at 17:04, Pablo Rodriguez
wrote: On 04/24/2016 10:31 AM, dr. Hans van der Meer wrote:
Why is there a difference in syntax between typing buffers and typing files? For files enclosure in {} for buffers in [], for files optional parameters, for buffers not. Is it possible to make the syntax of these two the same, because their usage parallels each other?
Hi Hans,
I wonder whether any of these two options may help you:
\setuptyping[buffer][style=\ttx] \startbuffer[test] content of buffer \stopbuffer \starttext \typebuffer[test][style=\ss\red] \typefile[style=\ttx\blue]{test.txt} \stoptext
Again, just in case it might help,
Pablo
participants (3)
-
dr. Hans van der Meer
-
Meer, Hans van der
-
Pablo Rodriguez