This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10774 - Dap macro not correctly used in manual/plugins/text_viewer.tex
Attached to Project:
Rockbox
Opened by Diego Herranz (pi314) - Wednesday, 11 November 2009, 20:23 GMT+2
Last edited by Dominik Riebeling (bluebrother) - Wednesday, 11 November 2009, 21:49 GMT+2
Opened by Diego Herranz (pi314) - Wednesday, 11 November 2009, 20:23 GMT+2
Last edited by Dominik Riebeling (bluebrother) - Wednesday, 11 November 2009, 21:49 GMT+2
|
Detailsdap macro is \dap{}, not \dap
This is the difference in generated manual. before: "...of your playerwithout leaving the plugin...." corrected: "...of your player without leaving the plugin...." |
This task depends upon
Closed by Dominik Riebeling (bluebrother)
Wednesday, 11 November 2009, 21:49 GMT+2
Reason for closing: Accepted
Additional comments about closing: Thanks.
Short side note: the macro by itself is \dap, but the problem is that LaTeX is in scanning mode for arguments to the plugin, thus a space afterwards is discarded. Adding {} simply stops scanning mode. If a value it put behind the macro it's put directly afterwards, which is usually intended (for example a comma following).
Wednesday, 11 November 2009, 21:49 GMT+2
Reason for closing: Accepted
Additional comments about closing: Thanks.
Short side note: the macro by itself is \dap, but the problem is that LaTeX is in scanning mode for arguments to the plugin, thus a space afterwards is discarded. Adding {} simply stops scanning mode. If a value it put behind the macro it's put directly afterwards, which is usually intended (for example a comma following).
Task Type should be "Patches" and Category should be "Manual". Sorry. I don't know how to change it.