|
From: Marcelo H. <mar...@gm...> - 2020-12-06 20:28:33
|
El dom, 6 dic 2020 a las 17:02, Gökçe Aydos (<goe...@th...>) escribió: > My case is different. For example in one document I have about 50 code > blocks, which are about 2 to 8 lines long. Creating 50 files for this > purpose would be very inconvenient. > You don't need to do that. The include directive accepts the "start-line" and "end-line" parameters which allow you to take information from a separate file. Also, if you edit the file frequently, you can add delimiter comments to the sections of code and use the :start-after: and :end-before: parameters. |