claus_s
11-06-2003, 00:40
Hallo!
Ich bin Linux Newbie und hatte genug, diverse Notizen, Kurzanleitungen und ähnliches auf der Platte rumfliegen zu haben. Also möchte ich all die Sachen in einem hübschem, kleinen Dokument sammeln. Das klappt auch ganz gut, nur die Definitionen von verbatim machen mir zu schaffen. Bisher sieht es so aus:
% Linux in text
\newcommand{\command}[1]{\texttt{#1}} % a Linux command in text
\newcommand{\file}[1]{\texttt{#1}} % a Linux file in text
\newcommand{\dir}[1]{\texttt{#1}} % a Linux directory in text
\newcommand{\entry}[1]{\texttt{#1}} % a Linux entry in a text file
\newcommand{\loutput}[1]{\texttt{#1}} % a Linux output in a text file
% Linux in environments
\newenvironment{lcommand}{\verbatim}{\endverbatim}
\newenvironment{listing}{\verbatim}{\endverbatim}
Während also abgesetzte Befehle wie
\begin{lcommand}
apt-get install apache php4 php4-mysql phpmyadmin mysql-server webalizer
\end{lcommand}
in Ordnung sind, muß ich bei Fließtext wie etwa \file{die_datei} von Hand ändern in \file{die\_datei}.
Kann mir da jemand helfen?
Ich bin Linux Newbie und hatte genug, diverse Notizen, Kurzanleitungen und ähnliches auf der Platte rumfliegen zu haben. Also möchte ich all die Sachen in einem hübschem, kleinen Dokument sammeln. Das klappt auch ganz gut, nur die Definitionen von verbatim machen mir zu schaffen. Bisher sieht es so aus:
% Linux in text
\newcommand{\command}[1]{\texttt{#1}} % a Linux command in text
\newcommand{\file}[1]{\texttt{#1}} % a Linux file in text
\newcommand{\dir}[1]{\texttt{#1}} % a Linux directory in text
\newcommand{\entry}[1]{\texttt{#1}} % a Linux entry in a text file
\newcommand{\loutput}[1]{\texttt{#1}} % a Linux output in a text file
% Linux in environments
\newenvironment{lcommand}{\verbatim}{\endverbatim}
\newenvironment{listing}{\verbatim}{\endverbatim}
Während also abgesetzte Befehle wie
\begin{lcommand}
apt-get install apache php4 php4-mysql phpmyadmin mysql-server webalizer
\end{lcommand}
in Ordnung sind, muß ich bei Fließtext wie etwa \file{die_datei} von Hand ändern in \file{die\_datei}.
Kann mir da jemand helfen?