Add a new environment for setting the changelog using a different bullet icon and smaller vertical space between items.

git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18600 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2008-09-23 20:31:52 +00:00
parent f62df613df
commit 672eb86569

View file

@ -31,6 +31,7 @@
\floatstyle{ruled} \floatstyle{ruled}
\usepackage{hyperref} \usepackage{hyperref}
\usepackage{enumitem}
\usepackage{optional} \usepackage{optional}
@ -126,6 +127,13 @@
\long\gdef\Ifbl@nk#1#2Q#3!{\ifx#3}% same as above \long\gdef\Ifbl@nk#1#2Q#3!{\ifx#3}% same as above
} }
% environment for setting the changelog.
\newenvironment{changelog}%
{\renewcommand{\labelitemi}{$\star$}\setitemize{noitemsep,topsep=0pt}%
\begin{itemize}}%
{\end{itemize}}
% add screenshot image. % add screenshot image.
% Usage: \screenshot{filename}{caption}{label} % Usage: \screenshot{filename}{caption}{label}
% By using the 'H' (HERE) placement, the screenshots are placed where % By using the 'H' (HERE) placement, the screenshots are placed where