LaTeX/Installation : Différence entre versions
(Installation) |
(Aucune différence)
|
Version du 23 mai 2011 à 21:56
TeXLive2010 is a common distribution for Windows, Mac OS/X and Linux. You may need to read http://www.tug.org/texlive/doc/texlive-en/texlive-en.html
- On Windows you are supposed to download the ISO file and burn it on a DVD (see http://www.tug.org/texlive/acquire-dvd.html).
- On Mac OS/X, you are supposed to get MaCTeX which includes TeXLive and run the dmg file for installation.
- On Linux, texlive is installed by default. You may need to install some additional packages.
Windows installation
Insert the DVD and install the distribution. It may take half an hour or more. See http://www.tug.org/texlive/doc/texlive-en/texlive-en.html for Post instal actions. In particular open a terminal and enter the command (copy and paste by right click)
> tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet
Follow the section 3.5 Testing the installation.
Once you are finished, you can test the editor TeXworks which works on 3 operating systems.
Click on the TeXworks icon on your Desktop and choose File => New from a template. Choose a Beamer template. Run it, look at the pdf, move to another page. Right click somewhere on the pdf text and choose sync to the source code. Your left window will sync to the corresponding tex source.
Test a XeTeX template and run it. If it runs into error because of a missing font, comment the line by adding a % in front of the line and run again.
Now you have a running instllation.