Powered by
Movable Type 3.38 mod_perl/2

2012, March 07 (Wed)

Web Dump \autoref completion in AUCTeX

you can use this code

(add-hook 'LaTeX-mode-hook
          (lambda ()
            (TeX-add-style-hook
             "hyperref"
             (lambda ()
               (TeX-add-symbols
                '("autoref" TeX-arg-label))))
            (add-to-list 'TeX-complete-list
                         '("\\\\autoref{\\([^{}\n\r\\%,]*\\)"
                           1 LaTeX-label-list "}"))))

(Complete by C-c RET RET TAB or M-TAB)


2012, February 11 (Sat)

Linux Xephyr deadlock / freeze

Xephyr suddenly freezes on you, after some random amount of 10 minutes? You might be victim of Nvidia binary crap hijacking your libGL, replacing it with a dubious one. Make sure there is no nividia in the output of ldd =Xephyr and check the ls -l /usr/lib*/libGL.so* output. The rouge nvidia library was named libGL.so.290.10 on my system


2011, December 08 (Thu)

Linux ASRock X58 Extreme3 in 2011

a little follow-up to this post from 2010

with linux 3.2-rc4

  • pm-hibernate works
  • pm-suspend works
  • W83677HG-I sensors driver has been written by Guenter Roeck
  • I bought a newer sony camera


Tag cloud