|
|
||||||||||||
How to install LaTeXWindowsCygwinUsing Cygwin has the major advantage that it provides a Unix like environment which the Rockbox build environment assumes to be present. Building the manual on Windows natively should be possible but hasn't been tested.
teTeXteTeX and teTeX-extras are available as Cygwin packages, and this is all you need to be able to compile the manual. There seems to be no pre-built package for unicode support so you have to install the files manually, as well as theinputenx package. The teTeX distribution is outdated, consider using TeXLive.
TeXLiveTo install TeXLive for building the manual do the following:
MiKTeXMiKTeX is a native Windows distribution and comes with a nice installer. It also supports installing missing packages on the fly with a graphical confirmation dialog. To use MiKTeX in combination with Cygwin:
NativeBuilding the manual natively on Windows hasn't been tested. If you have any experience please update this section.VMWareThe VMWare image is missing only the Unicode support package. Log in as root and run "apt-get install latex-ucs" to install itLinuxLaTeX should be available as packages on all common Linux distributions. Recent distributions have support for unicode. If you use an older distribution you might need to install unicode support manually. You need to have unicode support for LaTeX to build the manual.Arch# pacman -S texlive-core texlive-latexextra texlive-htmlxml Debian / UbuntuIf you are running a recent Debian, Ubuntu or another Debian-based Linux:# apt-get install texlive-latex-base texlive-binaries texlive-latex-extra tex4htNote: "texlive-latex-extra" now also contains the previous "latex-ucs" package. If you are running an older Debian, Ubuntu or another Debian-based Linux: # apt-get install tetex-base tetex-bin tetex-extra latex-ucs tex4ht FedoraInstalltexlive. For building the HTML manual additionally install tetex-tex4ht.
Gentoo# emerge tetex latex-unicode Mac OS XMacTeXJust install the MacTeX distribution. More information about TeX and LaTeX on OS X is here.r1 - 20 Apr 2011 - 19:18:52 - DominikRiebeling
Copyright © by the contributing authors.
|