mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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:
parent
f62df613df
commit
672eb86569
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue