Reserved Characters
The /, nonbreaking space (option-space), and
% characters have a special meaning in CMacTeX and
may not be used in file or folder names.
Internally CMacTeX uses Unix notation for file paths and
a / is the character used in Unix to separate
folder and file names. Since the Macintosh OS uses a
: for this purpose, CMacTeX translates /
to : and vice versa.
Most TeX programs do not work correctly if a file or
folder name contains a space character. Since spaces in file
and folder names are quite common on a Macintosh, CMacTeX
translates a space character to a nonbreaking space (ASCII
code 202).
Dvips uses the % character as an expansion
symbol when searching for pk fonts. A % symbol in a
folder or file name will cause dvips to expand pk search
paths incorrectly.
|