Posts

Showing posts with the label ArchLinux

Latex installation on Archlinux

Nowadays, if we want to use LaTeX, we have to install the texlive package for it. And it is very easy to install all of those needed packages on Archlinux. $ sudo pacman -S texlive-core texlive-langcjk texlive-latexextra texlive-pictures Then, you can enjoy it now!

My settings for X on ArchLinux

[shawn@arch2k5 ~]$ cat .xprofile #export LANG=zh_TW.utf8 export LC_CTYPE=zh_TW.utf8 export LANGUAGE=zh_TW.utf8 export GTK_IM_MODULE=ibus export XMODIFIERS=@im=ibus export QT_IM_MODULE=ibus ibus-daemon -d nm-applet & gnome-power-manager &