Donnerstag, 3. März 2011

Microsoft Security Essentials vs. Digsby

I’m recently having problems using Digsby and the Microsoft Security Essentials (MSE) together. Whenever both programs run at the same time, MSE uses the full 50% of my dual core CPU. After investigating the problem, I found that this is not a general problem with Digsby, but rather a problem with the facebook module of Digsby. Deactivation the Facebook chat solves the problem.

Edit: Doesn’t work. Trauriges Smiley

Mittwoch, 2. Februar 2011

LaTeX: Syntax Check Only

For large documents, it can be quite cumbersome to build the whole document. But on the other hand, when you don’t compile your document for a long time, it can be quite hard to fix tons of syntax errors. I recently came across this blog posts, which kind of solves this problem. The idea is to do the syntax check only during the compilation of your document without actually building the output file. This saves a lot of time and you can fix syntax errors early.

The only thing you need to get it working is to add the following to lines to your preamble:

\usepackage{syntonly}
\syntaxonly

That’s it. Smiley