Command/typefile
< Command
Jump to navigation
Jump to search
Contents
\typefile
Summary
The command \typefile typesets a file verbatim
Settings
\typefile[...][...=...,...]{...} | |
[...] | name |
...=...,... | inherits from \setuptyping |
{...} | file |
Option | Explanation |
---|---|
name | from \definetyping |
Description
Typeset a file verbatim
Examples
Example 1
\definetyping[TEX] \setuptyping[TEX][option=TEX] \starttext \typefile[TEX]{pdftex-syntax.txt} \stoptext