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
|
% Unicode Support
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
|
|
||||||
|
% Text
|
||||||
|
\usepackage{seqsplit}
|
||||||
|
|
||||||
% Graphics
|
% Graphics
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
|
|
||||||
|
@ -51,6 +54,14 @@
|
||||||
% Document Specific Packages
|
% Document Specific Packages
|
||||||
\usepackage{lipsum}
|
\usepackage{lipsum}
|
||||||
|
|
||||||
|
% Document Specific Macros
|
||||||
|
\newcommand{\maintainer}[2]{%
|
||||||
|
{\footnotesize%
|
||||||
|
\textbf{Maintainer:} #1
|
||||||
|
\href{mailto:#2}{\texttt{\seqsplit{<#2>}}}
|
||||||
|
}%
|
||||||
|
}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\frontmatter
|
\frontmatter
|
||||||
|
|
Loading…
Reference in a new issue