Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#5450 - WPS Gallery Links in Manual

Attached to Project: Rockbox
Opened by Mark Bright (Redbreva) - Sunday, 28 May 2006, 11:20 GMT+2
Task Type Patches
Category Manual
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

There seemd to be a problem with the generated link in Main Menu - Managing Themes, there were spurious spaces inserted that broke some browsers, and the lack of http:// on the front of the link broke others...

The patch corrects this, by repeating the full text of the link for each platform... Any Latex experts who can correct the space issue without all the repetition??
(application/octet-stream)    WPS_Gallery.patch (1.3 KiB)
 main_menu/main.tex |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

This task depends upon

Closed by  Dominik Riebeling (bluebrother)
Sunday, 28 May 2006, 17:51 GMT+2
Reason for closing:  Fixed
Additional comments about closing:  fixed by introducing \\wikilink for links to wiki pages. See http://www.rockbox.org/twiki/bin/view/Main/LatexGuidelines#Hyperlinks for details.
Comment by Mark Bright (Redbreva) - Sunday, 28 May 2006, 11:51 GMT+2
I have tried one long line:
\\url{http://www.rockbox.org/twiki/bin/view/Main/\\opt{RECORDER_PAD}{WpsArchos}\\opt{h1xx}{WpsIriverH100}\\opt{h300,ipodcolor}{WpsIriverH300}\\opt{ipodvideo}{WpsIpod5g}\\opt{ipodnano}{WpsIpodNano}\\opt{ipodmini}{WpsIpodMini}\\opt{x5}{WpsIaudioX5}}

and it did work, but it looks awfull... any line breaks seem to introduce a space....

Another option is to break it with comment markers?
\\url{http://www.rockbox.org/twiki/bin/view/Main/%
\\opt{RECORDER_PAD}{WpsArchos}%
\\opt{h1xx}{WpsIriverH100}%
\\opt{h300,ipodcolor}{WpsIriverH300}%
\\opt{ipodvideo}{WpsIpod5g}%
\\opt{ipodnano}{WpsIpodNano}%
\\opt{ipodmini}{WpsIpodMini}%
\\opt{x5}{WpsIaudioX5}}

but not sure I really like that any better

Loading...