Chapter 1:
Code: Select all
\newcommand{\keyword}[1]{\textbf{#1}}
\newcommand{\tabhead}[1]{\textbf{#1}}
\newcommand{\code}[1]{\texttt{#1}}
\newcommand{\file}[1]{\texttt{\bfseries#1}}
\newcommand{\option}[1]{\texttt{\itshape#1}}
Code: Select all
\renewcommand{\keyword}[2]{\textbf{#2}}
\renewcommand{\tabhead}[2]{\textbf{#2}}
\renewcommand{\code}[2]{\texttt{#2}}
\renewcommand{\file}[2]{\texttt{\bfseries#2}}
\renewcommand{\option}[2]{\texttt{\itshape#2}}
Code: Select all
\renewcommand{\keyword}[3]{\textbf{#3}}
\renewcommand{\tabhead}[3]{\textbf{#3}}
\renewcommand{\code}[3]{\texttt{#3}}
\renewcommand{\file}[3]{\texttt{\bfseries#3}}
\renewcommand{\option}[3]{\texttt{\itshape#3}}
Code: Select all
--------------------------------------------------------
! LaTeX Error: \keyword undefined.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.10 \renewcommand{\keyword}
[3]{\textbf{#3}}
--------------------------------------------------------
Cheers