Christoffer Kjølbæk I have a blog, therefore I am…

3Dec/070

Depth / number of levels in the table of content

If you need to adjust the depth / number of levels in the table of content, use
\setcounter{tocdepth}{n}
where n is the level, starting at 0.

This must be set in the preample - i.e. before \begin{document}

Tagged som: Ingen kommentarer
28Nov/070

Ny lejlighed

Nu da det er lykkedes terroristerne fra Ungdomshuset at presse et nyt hus ud af Ritt, vil jeg bare høre, om nogle ved hvor meget man skal smadre, for at kunne gøre krav på en ny lejlighed?

21Nov/070

Xilinx Webpack and Linux

If you would like to run the floorplaner as a stand alone application, do like this:

1) Add /opt/Xilinx92i/bin/lin to /etc/ld.so.conf, and execute sudo ldconfig
2) Execute export XILINX="/opt/Xilinx92i/"
3) Execute export DISPLAY=":0"

Errors
If you get an error like this:
error while loading shared libraries: libXm.so.3
Install libmotif3
sudo apt-get install libmotif3