(octave.info)Including File Content


Next: Including Graphics Prev: Numbered Lists Up: Publishing Markup
Enter node , (file) or (file)node

11.10.2.8 Including File Content
................................

To include the content of an external file, e.g., a file called
‘my_function.m’ at the same location as the published Octave script, use
the following syntax to include it with Octave syntax highlighting.

   Alternatively, you can write the full or relative path to the file.

     ##
     #
     # <include>my_function.m</include>
     #
     # <include>/full/path/to/my_function.m</include>
     #
     # <include>../relative/path/to/my_function.m</include>
     #


automatically generated by info2www version 1.2.2.9