1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
\documentclass[a4paper]{article}
% generated by Docutils <https://docutils.sourceforge.io/>
\usepackage{cmap} % fix search and cut-and-paste in Acrobat
\usepackage[T1]{fontenc}
%%% Custom LaTeX preamble
% PDF Standard Fonts
\usepackage{mathptmx} % Times
\usepackage[scaled=.90]{helvet}
\usepackage{courier}
%%% User specified packages and stylesheets
%%% Fallback definitions for Docutils-specific commands
% hyperlinks:
\ifdefined\hypersetup
\else
\usepackage[hyperfootnotes=false,
colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref}
\usepackage{bookmark}
\urlstyle{same} % normal text font (alternatives: tt, rm, sf)
\fi
\hypersetup{
pdfauthor={Foo Fred; Bar Barney}
}
%%% Body
\begin{document}
\title{}
\author{Foo Fred\\
Food Foomatics \& Friends\\
\href{mailto:foo@food.example.info}{foo@food.example.info}\\
Fox St 13\\
Foowood \and
Bar Barney\\
Bar-BQ Bar\\
1-800-BARBQBAR\\
Barbara St 16\\
South Barwell}
\date{}
\maketitle
\end{document}
|