|
|
Wiki > Main > LatexInstallation (compare)
| |||||||||||
Difference: LatexInstallation (r4 vs. r3)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.
teTeXThe teTeX distribution is outdated (not maintained anymore since several years, see teTeX homepage), please consider using TeXLive (recommended by the teTeX mainainer). In case you still want to use teTeX: teTeX and teTeX-extras are available as Cygwin packages. You need to install the # put it into the oberdiek folder, that should be present (global installation) cd /usr/share/texmf/tex/latex/oberdiek/ # get the package file wget http://www.tex.ac.uk/tex-archive/macros/latex/contrib/oberdiek/inputenx.dtx # extract it tex inputenx.dtx # we don't need the file anymore rm inputenx.dtx # rebuild LaTeX' ls-R database mktexlsr 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 it LinuxLaTeX 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 tex4ht texlive-fonts-recommended lmodern latex-xcolor
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 Fedora Install Gentoo# emerge tetex latex-unicode Mac OS XMacTeXJust install the MacTeX distribution. More information about TeX and LaTeX on OS X is here. r4 - 02 Feb 2013 - 12:42:34 - RafaelCarre
Revision r4 - 02 Feb 2013 - 12:42 - RafaelCarreRevision r3 - 19 Dec 2011 - 11:40 - NickPeskett Copyright © by the contributing authors.
|