diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-19 21:54:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-19 21:54:02 +0000 |
commit | 1835f0893d7e524168015ee04ee71ad28e826e27 (patch) | |
tree | d9683c3ad2832ff973733386321a165ff91fa3cf /Master/texmf | |
parent | ff7dc2bdbd29efcbe2ac2d32ad4a5c742b10e9f0 (diff) |
use \def instead of \newcommand since something has usurped \filename
git-svn-id: svn://tug.org/texlive/trunk@19068 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rw-r--r-- | Master/texmf/doc/texlive/texlive-en/tex-live.sty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/doc/texlive/texlive-en/tex-live.sty b/Master/texmf/doc/texlive/texlive-en/tex-live.sty index 3ee1ab27a12..a46886b8a60 100644 --- a/Master/texmf/doc/texlive/texlive-en/tex-live.sty +++ b/Master/texmf/doc/texlive/texlive-en/tex-live.sty @@ -101,7 +101,7 @@ \newcommand*{\cmdname}[1]{\textsf{#1}}% command name \newcommand*{\colname}[1]{\emph{#1}}% collection name \newcommand*{\dirname}[1]{\path{#1}}% directory name -\newcommand*{\filename}[1]{\path{#1}}% file name +\def\filename#1{\path{#1}}% file name \newcommand*{\envname}[1]{\texttt{#1}}% environment variable name \newcommand{\code}[1]{\texttt{#1}} \newcommand{\file}[1]{\texttt{#1}} |