|
From: Gökçe A. <goe...@th...> - 2020-12-07 22:21:04
|
On 07/12/2020 18:07, Alan G. Isaac wrote: > The include directive allows literal inclusion of fragments: Very good idea if I have a single file where I get my code blocks. I have many code snippets which are build on top of each other, or are independent. I could put all the code fragments in a single file and address them using the include directive. Then I would have to find a way to synchronize the two views. I find this still inconvenient compared to a single file solution. Does someone have a better solution? |