Categories

A sample text widget

Etiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa.

Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. Nulla nulla lorem, suscipit in posuere in, interdum non magna.

MacBook Air battery life/standby time…: Apple Support Communities

MacBook Air battery life/standby time…: Apple Support Communities.

This seems to reduce power consumption while a MacBook Air is in standby.

Setting up Apple wireless keyboard to work with a PC

I love the touch and feel of the Apple wireless keyboard, which I have used a few years with my iMac. Recently, my work PC was in need of a new external keyboard, so I got an Apple keyboard. Only after the connection did I find out that some of the keys were missing. Fortunately, […]

Installing new packages under mactex and texshop

Don’t put packages not coming with the main distribution there. Rather use /usr/local/texlive/texmf-local; otherwise the added file will vanish when an update to the main distribution will be done.

From the Terminal, assuming you are in the directory where the package files are:

% sudo mkdir -p /usr/local/texlive/texmf-local/tex/latex/cleveref

% sudo mv cleveref.sty /usr/local/texlive/texmf-local/tex/latex/cleveref

% …do […]

Writing Your Professional CV with LaTeX | The CV Inn

However, there is the textpos package which allows to put text and pictures at arbitrary positions in the page.The code required to put a pic next to the name, as you see in the screenshot, would be, at least in my case:

\usepackage[absolute]{textpos}

\begin{textblock}{1}11.5,0.5

\XeTeXpicfile test.png

\end{textblock}

via Writing Your Professional CV with LaTeX | […]

Sharing a USB printer from Mac OS X to Windows | redemption in a blog

Sharing a USB printer from Mac OS X to Windows | redemption in a blog.

Works very well…