Sunday, December 9, 2012

Flexible inline enumerate

I was asked to produce an inline enumerate with more flexibility and i quite like the solution. Just include enumitem
\usepackage[inline]{enumitem}
and then define
 
\newenvironment{my_enum}[1]{\begin{enumerate*}[itemjoin={{; }}, itemjoin*={{; #1 }}]}{\end{enumerate*}}
\begin{my_enum}{as well as}
  \item foo
  \item bar
  \item baz
\end{my_enum}
.

Saturday, December 8, 2012

How Windows development works

Or doesn't at times.
Former Windows Developer
I hope this is somewhat overstated (I am not going to push the disgruntled employee cliche), although I am inclined to believe it simply on the grounds of how the development in large projects works.
Quite sad.