From 9aa62bfb269fc718900a13a31211288f3307d080 Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Tue, 14 Apr 2009 15:01:13 +0200 Subject: [PATCH] Make \item recognise its optional argument --- dependencies.tex | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/dependencies.tex b/dependencies.tex index 9d26378..beda6f3 100644 --- a/dependencies.tex +++ b/dependencies.tex @@ -449,19 +449,19 @@ is only for package manager use and must not be used by ebuilds. A kdebuild-style use dependency consists of one of the following: \begin{description} - \item{[opt]} The flag must be enabled. - \item{[opt=]} The flag must be enabled if the flag is enabled for the package with the + \item[{[opt]}] The flag must be enabled. + \item[{[opt=]}] The flag must be enabled if the flag is enabled for the package with the dependency, or disabled otherwise. - \item{[opt!=]} The flag must be disabled if the flag is enabled for the package with the + \item[{[opt!=]}] The flag must be disabled if the flag is enabled for the package with the dependency, or enabled otherwise. - \item{[opt?]} The flag must be enabled if the flag is enabled for the package with the + \item[{[opt?]}] The flag must be enabled if the flag is enabled for the package with the dependency. - \item{[opt!?]} The flag must be enabled if the use flag is disabled for the package with the + \item[{[opt!?]}] The flag must be enabled if the use flag is disabled for the package with the dependency. - \item{[-opt]} The flag must be disabled. - \item{[-opt?]} The flag must be disabled if the flag is enabled for the package with the + \item[{[-opt]}] The flag must be disabled. + \item[{[-opt?]}] The flag must be disabled if the flag is enabled for the package with the dependency. - \item{[-opt!?]} The flag must be disabled if the flag is disabled for the package with the + \item[{[-opt!?]}] The flag must be disabled if the flag is disabled for the package with the dependency. \end{description} @@ -479,16 +479,16 @@ is only for package manager use and must not be used by ebuilds. A 2-style or 3-style use dependency consists of one of the following: \begin{description} -\item{[opt]} The flag must be enabled. -\item{[opt=]} The flag must be enabled if the flag is enabled for the package with the +\item[{[opt]}] The flag must be enabled. +\item[{[opt=]}] The flag must be enabled if the flag is enabled for the package with the dependency, or disabled otherwise. -\item{[!opt=]} The flag must be disabled if the flag is enabled for the package with the +\item[{[!opt=]}] The flag must be disabled if the flag is enabled for the package with the dependency, or enabled otherwise. -\item{[opt?]} The flag must be enabled if the flag is enabled for the package with the +\item[{[opt?]}] The flag must be enabled if the flag is enabled for the package with the dependency. -\item{[!opt?]} The flag must be disabled if the use flag is disabled for the package with the +\item[{[!opt?]}] The flag must be disabled if the use flag is disabled for the package with the dependency. -\item{[-opt]} The flag must be disabled. +\item[{[-opt]}] The flag must be disabled. \end{description} Multiple requirements may be combined using commas, e.g. \t{[first,-second,third?]}. -- 1.6.0.6