1
0
Fork 0
forked from len0rd/rockbox

Fix the description of the %V WPS tag (last part of FS#11117)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25349 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alexander Levin 2010-03-27 13:14:14 +00:00
parent 38c313557e
commit f2589546b3
2 changed files with 6 additions and 7 deletions

View file

@ -534,6 +534,7 @@ Jens Theeß
Alexey Nemtsev Alexey Nemtsev
Pascal Below Pascal Below
Danny Attar Danny Attar
Philipp Stephani
The libmad team The libmad team
The wavpack team The wavpack team

View file

@ -79,7 +79,6 @@
\usepackage{url} \usepackage{url}
\urlstyle{sf} \urlstyle{sf}
\usepackage{marvosym} \usepackage{marvosym}
\usepackage{ifthen}
\usepackage{rotating} \usepackage{rotating}
% pdf output: try pdf first, then png and jpg as file format % pdf output: try pdf first, then png and jpg as file format
@ -320,14 +319,13 @@
commandchars=\\\{\}% commandchars=\\\{\}%
} }
% Use the nopt command to exclude a certain defined feature from a sectio % Use the nopt command to exclude a certain defined feature from a section
% Example: % Example:
% \nopt{ondio}{This text will be excluded for ondios} % \nopt{ondio}{This text will be excluded for ondios}
\newcommand{\optnvalue}{0} \makeatletter
\newcommand{\nopt}[2]{% \newcommand*\nopt[1]{\if\Opl@notlisted{#1}\expandafter\@firstofone
\renewcommand{\optnvalue}{0}\opt{#1}{\renewcommand{\optnvalue}{1}}% \else \expandafter\@gobble \fi}
\ifthenelse{\optnvalue > 0}{}{#2}% \makeatother
}
% Use the reference to handle get a flexible reference command % Use the reference to handle get a flexible reference command
% usage \reference{ref_section} % usage \reference{ref_section}