Add maintainer macro
This commit is contained in:
parent
2f6feaa5d4
commit
406df652d8
1 changed files with 11 additions and 0 deletions
11
handbook.tex
11
handbook.tex
|
@ -18,6 +18,9 @@
|
|||
% Unicode Support
|
||||
\usepackage[utf8]{inputenc}
|
||||
|
||||
% Text
|
||||
\usepackage{seqsplit}
|
||||
|
||||
% Graphics
|
||||
\usepackage{graphicx}
|
||||
|
||||
|
@ -51,6 +54,14 @@
|
|||
% Document Specific Packages
|
||||
\usepackage{lipsum}
|
||||
|
||||
% Document Specific Macros
|
||||
\newcommand{\maintainer}[2]{%
|
||||
{\footnotesize%
|
||||
\textbf{Maintainer:} #1
|
||||
\href{mailto:#2}{\texttt{\seqsplit{<#2>}}}
|
||||
}%
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\frontmatter
|
||||
|
|
Loading…
Reference in a new issue