diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex-dev/base/texsys.cfg')
-rw-r--r-- | Master/texmf-dist/tex/latex-dev/base/texsys.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex-dev/base/texsys.cfg b/Master/texmf-dist/tex/latex-dev/base/texsys.cfg index 80f3922ced8..442e3971df8 100644 --- a/Master/texmf-dist/tex/latex-dev/base/texsys.cfg +++ b/Master/texmf-dist/tex/latex-dev/base/texsys.cfg @@ -49,14 +49,16 @@ % |{}| group. % % +% \begin{sloppypar} % \DescribeMacro{\filename@parse} % After a call of the form: |\filename@parse{|\meta{filename}|}|, the -% three macros |\filename@area|,|\filename@base|,|\filename@ext| should +% three macros |\filename@area|, |\filename@base|, |\filename@ext| should % be defined to be the `area' (or directory), basename and % extension respectively. If there was no extension specified in % \meta{filename}, |\filename@ext| should be |\let| to |\relax| (so this % case may be tested with |\@ifundefined{filename@ext}| and, perhaps a % default extension substituted). +% \end{sloppypar} % % Normally one would not need to define this macro in |texsys.cfg| as % the automatic tests can supply parsers that work with UNIX and VMS |