Emar Maier
Impact
Organizing
- with Kees de Schepper, Martine Zwets and Wessel Stoop: Between you and me: local pronouns across modalities [ meeting url ] 7-8 June 2010,
Nijmegen
- with Bart Geurts, Corien Bary and Janneke Huitink: Rob's Festshop [ meeting url ] 22-23 May 2006,
Nijmegen
- with Peter de Swart: SiN III [ meeting url ] 25 November 2004, Nijmegen
- with the rest of the TFL Dept. and others: Sinn und Bedeutung IX [ meeting url ] 1-3 November 2004, Nijmegen
- with Rob van der Sandt and Helen
de
Hoop: Nijmegen Semantics Colloquium [ meeting url ] 2003-2006
LaTeX
- favorite LaTeX packages
- linguex
(linguistic example numbers and glosses)
- lsalike
(my favorite bibliography style). Here's my
slight adaptation and a way to
integrate it with natbib:
\usepackage{natbib}
\bibliographystyle{em_lsalike}
\def\lsadashify#1{---\hspace*{-2pt}---}
\def\lsadashifynew#1{---\hspace*{-2pt}---}
\def\lsaand{\& }
\bibpunct[:]{(}{)}{;}{a}{}{,})
- qtree
(for trees)
- movie15
(for embedding movies in pdf, like this)
- emdrs.tex
(my DRS drawing macros, example emdrs.pdf)
- todonotes (mark things to do in the margin)
- BIBTeX
- bibtex2html (used to generate the
papers/talks section, with the help of bibgen.sh script)
- biblio.bib (a BIBTeX database I'm collecting)
- pagebackref (bibliography with page references to \cite{foo}
locations in document: \usepackage[pagebackref]{hyperref}.) Further modification based on this
post:
\renewcommand*{\backref}[1]{}
\renewcommand*{\backrefalt}[4]{%
{\footnotesize [ \ifnum#1=1 %
\ifnum#3=1 %
1 citation
on page %
\else
#3
citations on page %
\fi
\else
#3 citations on #1 pages: %
\fi
#2
]}
}
Pictures