Which characters may appear in filenames that are included (\include)?
Are hyphens and underscores okay? Is there a dependence on the underlying filesystem or encoding of the LaTeX source that does the including? Are only ASCII characters allowed?
|
Which characters may appear in filenames that are included ( Are hyphens and underscores okay? Is there a dependence on the underlying filesystem or encoding of the LaTeX source that does the including? Are only ASCII characters allowed? |
|||
|
The filename syntax is one of the few explicitly system-dependent parts of TeX. web2c based TeX systems allow most characters allowed by the filesystem. (For example spaces are allowed if you surround the entire path with Note that LaTeX for example does not assume that the extension (to a base name) is formed by appending
But may be defined locally to be anything appropriate to the system. Note that special characters may need special handling in order to be passed to the file name reader. For example the character |
|||||||||||
|
[a-z][A-Z][0-9],-and_and limited use(often only one) of.– Hans-Peter E. Kristiansen Jun 10 '12 at 23:42