- Status Closed
- Percent Complete
- Task Type Patches
- Category Manual
- Assigned To No-one
- Operating System All players
- Severity Medium
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#4945 - Modification to FM Section of Manual
Include FM radio section only on platforms with CONFIG_TUNER set, modified text to use button macros, corrected some keypress information for non Archos platforms.
One problem that I cannot figure out:
Keypress table for Non Archos hardware comes *before* the caption text, the archos version shows the table correctly *after* the text.
Closed by tucoz
2006-03-30 21:22
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2006-03-30 21:22
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
Please do not use tabs for indentation.
Use only spaces.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Merged tabularx changes from
FS#4946for chapter 3 into mine.Still have problem with H1x0 and H3x0 versions not displaying text before the FMRadio keypress table… Can someone with more LaTeX experience point me in the right direction?
Apart from the above issue, works with Player / Recorder V1 & V2 / Ondio / H1x0 / H3x0 manuals
That the tables are placed differently in different manual builds could be because the tables are (in some places) defined as floats. This means that LaTeX will place try to place them where we want them, i.e. [h!] (here!). But, if that doesn’t work it places them elsewhere. We have to agree on some guidelines how to treat tables and images. Should we treat them as floats, or place them where they are in the text.
Regarding your patch, I haven’t tried it as I noticed it will fail to build on the x5. You have defined \\ButtonOff in a table, but that key-press doesn’t exist on x5.
Fair point… Now builds for all platforms, and uses new screenshots macro
Still problem with table/screenshot - seems to be related to proximity to bottom of page..