Difference between revisions of "LaTeX"
From RobolaboWiki
| Line 5: | Line 5: | ||
Some problems have been reported when compiling TikZ with TexLive 2009. | Some problems have been reported when compiling TikZ with TexLive 2009. | ||
| − | Whether compiling you get: | + | |
| + | <h2> Whether compiling you get: </h2> | ||
<pre> | <pre> | ||
| Line 12: | Line 13: | ||
Then, it is possible you have problems with TexLive and need to install new TexLive version. | Then, it is possible you have problems with TexLive and need to install new TexLive version. | ||
| + | |||
| + | Download TexLive 2011 image: | ||
| + | |||
| + | <pre> | ||
| + | wget http://ftp.oleane.net/pub/CTAN/systems/texlive/Images/texlive2011.iso | ||
| + | </pre> | ||
| + | |||
| + | Mount the .iso image as root: | ||
| + | |||
| + | <pre> | ||
| + | mount -o loop -t iso9660 texlive2011.iso /media/cdrom | ||
| + | </pre> | ||
| + | |||
| + | Install TexLive: | ||
| + | |||
| + | <pre> | ||
| + | ./install-tl | ||
| + | </pre> | ||
| + | |||
| + | Choose the following options: | ||
| + | |||
| + | <pre> | ||
| + | Options -> Create SymLinks -> [Chose Standar Dirs] | ||
| + | Install | ||
| + | </pre> | ||
| + | |||
| + | <h2> Compilation works, but not pictures shown </h2> | ||
| + | |||
| + | Get last pgp package: | ||
| + | |||
| + | <pre> | ||
| + | |||
| + | </pre> | ||
Revision as of 23:57, 4 June 2012
TikZ
Some problems have been reported when compiling TikZ with TexLive 2009.
Whether compiling you get:
I can't find file tikzlibrary
Then, it is possible you have problems with TexLive and need to install new TexLive version.
Download TexLive 2011 image:
wget http://ftp.oleane.net/pub/CTAN/systems/texlive/Images/texlive2011.iso
Mount the .iso image as root:
mount -o loop -t iso9660 texlive2011.iso /media/cdrom
Install TexLive:
./install-tl
Choose the following options:
Options -> Create SymLinks -> [Chose Standar Dirs] Install
Compilation works, but not pictures shown
Get last pgp package: