summaryrefslogtreecommitdiff
path: root/manual/preamble.tex
AgeCommit message (Collapse)Author
2007-09-24Remove the full url path from links to the wiki and display the wiki name ↵Dominik Riebeling
only instead. Add a note on how to manually access wiki pages. The links itself are still pointing to the wiki. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14847 a1c6a512-1295-4272-9138-f99709370657
2007-04-07WPS tags: The player doesn't have peak meters. Fix a glitch in \nopt which ↵Dominik Riebeling
introduced a stray protected space. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13061 a1c6a512-1295-4272-9138-f99709370657
2007-02-01Make the manual use utf8 as base input encoding. This *requires* the UCS ↵Dominik Riebeling
package which is not part of standard LaTeX distributions. Fixes manual building which got broken by some extended character in the credits file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12168 a1c6a512-1295-4272-9138-f99709370657
2007-01-07Remove line numbers from code blocks and make margins for code and example ↵Dominik Riebeling
blocks identical. Add rotating package. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11938 a1c6a512-1295-4272-9138-f99709370657
2007-01-02Some more tweaks to the ipod installation:Dominik Riebeling
- introduce \download for easier linking to the download server - fix some empty lines - add a link on how to identify mini 1g/2g (FS#6372) - change the ipodpatcher links from wiki to download server - add first version of the file header to the preamble that should get added to all LaTeX sources later git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11886 a1c6a512-1295-4272-9138-f99709370657
2006-10-05prepare for index generationDominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11136 a1c6a512-1295-4272-9138-f99709370657
2006-09-17- set the default image file extension based on output typeDominik Riebeling
- don't use booktabs on html output - remove some unused packages git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10980 a1c6a512-1295-4272-9138-f99709370657
2006-08-24Set the button names using a different font face (bold for now).Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10736 a1c6a512-1295-4272-9138-f99709370657
2006-08-22prevent linebreaks between "description" and number in the reference macro.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10695 a1c6a512-1295-4272-9138-f99709370657
2006-08-18Increase the size of the screenshot for targets that have large displays. ↵Dominik Riebeling
Should make the screenshots for that targets much more readable. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10647 a1c6a512-1295-4272-9138-f99709370657
2006-08-13- kill an additional space \reference introduced for usDominik Riebeling
- don't uppercase headings to make it similar with the footer. Also use the same headings for plain style pages. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10561 a1c6a512-1295-4272-9138-f99709370657
2006-08-07HTML adjustments: make the credits table a bit nicer and add missing name ↵Dominik Riebeling
separators. Don't indent paragraphs as htlatex creates bigger parskips. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10475 a1c6a512-1295-4272-9138-f99709370657
2006-08-01rename the rockref macro to referenceMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10392 a1c6a512-1295-4272-9138-f99709370657
2006-07-31Introduce new reference command; \rockref. Use this to get references right ↵Martin Arver
in both the pdf and the html manuals git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10375 a1c6a512-1295-4272-9138-f99709370657
2006-07-19Add a description of the ipod nano controls, posted by Woody Anna Dresner on ↵Dominik Riebeling
the mailing list. Add a macro to indicate parts that are specially written for blind or visually impaired people. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10250 a1c6a512-1295-4272-9138-f99709370657
2006-07-17our \ifpdf is useless as KOMA-Script provides \ifpdfoutput. Don't output the ↵Dominik Riebeling
warn and note symbols when not generating pdf output, also don't format the rockbox title as chapter*. Fixes some issues with tex4ht (and brings us closer to the html manual) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10223 a1c6a512-1295-4272-9138-f99709370657
2006-07-17remove the pdf detecting if as it seems to break tex4ht.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10221 a1c6a512-1295-4272-9138-f99709370657
2006-06-13Fix the device name in the page footer.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10119 a1c6a512-1295-4272-9138-f99709370657
2006-06-07New super-useful command from Dominik - \nopt. Use this to exclude sections ↵Martin Arver
of text for a specific target/feature. Example of use in system options. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10089 a1c6a512-1295-4272-9138-f99709370657
2006-06-07Use playerlongtype on the frontpage. Add useful opts to the platform-files. ↵Martin Arver
Use the correct ondio-images for the key-image. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10087 a1c6a512-1295-4272-9138-f99709370657
2006-06-07Add gobble to the example environment. Adjust the advanced topics chapter to ↵Martin Arver
this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10082 a1c6a512-1295-4272-9138-f99709370657
2006-06-07Introduce new example environment. Slight adjustment of the code env. Change ↵Martin Arver
fname to use texttt. Add fname to the firmwarefilename macro in the platform files. Cleanup of the advanced topics chapter. The archos flashing still needs attention. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10081 a1c6a512-1295-4272-9138-f99709370657
2006-06-06Fix commands display in ipod installation instructions by introducing a new ↵Dominik Riebeling
code environment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10077 a1c6a512-1295-4272-9138-f99709370657
2006-06-05Sync footer with frontpageMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10065 a1c6a512-1295-4272-9138-f99709370657
2006-06-05Include the credits file. This adds a build dependency to iconv for now, but ↵Dominik Riebeling
we should consider converting the manual to utf8 completely. Also sorted the screen sizes table. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10058 a1c6a512-1295-4272-9138-f99709370657
2006-06-04Adjust screenshot macro for use of device specific images. This makes it ↵Dominik Riebeling
possible to share resolution dependent images (like plugins) and also put in device specific one. Solves the recorder vs. ondio problem as mentioned in FS#5458. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10042 a1c6a512-1295-4272-9138-f99709370657
2006-05-28Fix spurious spaces in wiki links by introducing a wiki link macro. Fixes ↵Dominik Riebeling
FS#5450 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10007 a1c6a512-1295-4272-9138-f99709370657
2006-05-08New macro: \config. Use this for tags, config file settings or in other ↵Martin Arver
places where a courier font is wanted. Adopted the wps-tag section to use this macro git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9891 a1c6a512-1295-4272-9138-f99709370657
2006-04-27Add new macro \setting for settings / menu entries. Used in tagcache section.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9819 a1c6a512-1295-4272-9138-f99709370657
2006-04-26Change the float placement to H (as in HERE) for screenshots and in-text-tables.Martin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9812 a1c6a512-1295-4272-9138-f99709370657
2006-04-24Remove two unused packages.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9793 a1c6a512-1295-4272-9138-f99709370657
2006-04-09Cleanup WPS tags appendix a bit and add macro for wps tag tables.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9587 a1c6a512-1295-4272-9138-f99709370657
2006-04-08Move hyperref options to hypersetup and add some pdf properties.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9568 a1c6a512-1295-4272-9138-f99709370657
2006-04-03Added environment to unify button mapping tables. Adjust plugins to use it.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9475 a1c6a512-1295-4272-9138-f99709370657
2006-04-03detect pdflatex mode in preparation for work on HTML generationDominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9471 a1c6a512-1295-4272-9138-f99709370657
2006-04-03change default positioning of floating tables and allow more floats per pageDominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9463 a1c6a512-1295-4272-9138-f99709370657
2006-04-02another enhancement of \screenshot -- filenames should now not include the ↵Dominik Riebeling
display size extension anymore. Old behaviour still supported. Minor code policing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9432 a1c6a512-1295-4272-9138-f99709370657
2006-04-02Add wormlet to new supported targets and add screenshots too, adds multirow ↵Nils Wallménius
package to the preamble git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9429 a1c6a512-1295-4272-9138-f99709370657
2006-04-01Extention of \screenshot to drop a warning if image not found by me. This ↵Dominik Riebeling
makes it possible to build the manual with missing image files. Use \screenshot on all remaining places. Add the \genericimg macro to some screenshots (part of FS #4981 by Mark Bright) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9409 a1c6a512-1295-4272-9138-f99709370657
2006-04-01extend note and warn macro not to fail when outside par mode. Now they also ↵Dominik Riebeling
set a new paragraph. Still has problems from within tables though git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9400 a1c6a512-1295-4272-9138-f99709370657
2006-03-31note and warnings macro from Dominik Riebeling. (Patch #4974)Martin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9389 a1c6a512-1295-4272-9138-f99709370657
2006-03-31Adds a \fixme{} macro, for parts of the text that needs attention.Martin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9384 a1c6a512-1295-4272-9138-f99709370657
2006-03-31Patch #4973 from Dominik Riebeling. Use proporsional fonts for urls.Martin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9381 a1c6a512-1295-4272-9138-f99709370657
2006-03-30Patch #4966 from Dominik Riebeling. Nicer headings!Martin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9376 a1c6a512-1295-4272-9138-f99709370657
2006-03-30Patch #4958 from Dominik Riebeling (bluebrother). Adds a new \screenshot ↵Martin Arver
macro to be used when including screenshots. Look at the rockbox_interface/main.tex for examples on how to use it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9359 a1c6a512-1295-4272-9138-f99709370657
2006-03-29Adds Mark Bright and Dominik Riebeling to the credits. Change the look of ↵Martin Arver
the manual by using the KOMA-script package git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9349 a1c6a512-1295-4272-9138-f99709370657
2006-03-29Patch #4944 from Dominik Riebeling. Introduce the tabularx package for ↵Martin Arver
better looking tables, and replaces the use of tabular with tabularx in the appendix section. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9348 a1c6a512-1295-4272-9138-f99709370657
2006-03-24Remove the malfunctioning pdfdraftcopy packageMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9236 a1c6a512-1295-4272-9138-f99709370657
2006-03-24Disable the pdfdraftcopy package for now. It does not work at the moment.Martin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9235 a1c6a512-1295-4272-9138-f99709370657
2006-03-24Adds a DRAFT watermark to the document by using the pdfdraftcopy package. ↵Martin Arver
Comment out this in the preamble on release git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9224 a1c6a512-1295-4272-9138-f99709370657