diff options
author | Martin Arver <martin.arver@gmail.com> | 2006-03-25 10:32:10 +0000 |
---|---|---|
committer | Martin Arver <martin.arver@gmail.com> | 2006-03-25 10:32:10 +0000 |
commit | 2a76843f37dc45d7a08fc7a29440b601c9cbe589 (patch) | |
tree | 879c1e0c68c58bc4600581f3da1ce258646ea72a /manual/platform/recorderv2fm.tex | |
parent | 96f898e4356d1533f2b2ed6115967a4daa68d0cc (diff) |
Add a daps macro, for use when referring to the player. E.g. the \daps\ color ...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9244 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/recorderv2fm.tex')
-rw-r--r-- | manual/platform/recorderv2fm.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manual/platform/recorderv2fm.tex b/manual/platform/recorderv2fm.tex index 361d518fde..9fc9391d17 100644 --- a/manual/platform/recorderv2fm.tex +++ b/manual/platform/recorderv2fm.tex @@ -12,6 +12,8 @@ \newcommand{\genericimg}{112x64x1} %Used to name the player, e.g. ...to the \dap \newcommand{\dap}{player} +%For use when referring to the player. E.g. the \daps\ capacity ... +\newcommand{\daps}{player's} \newcommand{\firmwarefilename}{ajbrec.ajz} \newcommand{\ButtonOn}{On} |