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.

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 | […]

Using Springer’s LNCS Layout

Here are the steps taken to add the LNCS layout to the local LyX installation:

Download the llncs2e.zip package from Springer’s LNCS author site. Unzip, and copy the folder to the local TeX installation. For Mac, this is at ~/Library/texmf/tex/latex For PC, this is at C:\Documents and Settings\All Users\Application Data\MiKTeX\2.7\tex\latex Update the local TeX installation. […]