From 41cbbd457e60cc7216b3d77637c5ddf6942e9989 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Fri, 28 Jul 2017 10:53:22 +0100 Subject: [PATCH] Work on letter template address --- pandoc/templates/template-letter.tex | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pandoc/templates/template-letter.tex b/pandoc/templates/template-letter.tex index f5313cfa..a4efb5c7 100644 --- a/pandoc/templates/template-letter.tex +++ b/pandoc/templates/template-letter.tex @@ -223,7 +223,16 @@ $endfor$ $if(return-address)$ \address{$for(return-address)$$return-address$$sep$\\$endfor$} $else$ -\address{Cherrydown, The Meadows,\\Station Road,\\Cotton,\\Suffolk,\\ IP14 4NZ \\ Tel: \href{tel:+447753492267}{07753 492267} \\ Email: \email} +\address{ + \textbf{Jonathan Hodgson} \\ + Cherrydown, The Meadows,\\ + Station Road,\\ + Cotton,\\ + Suffolk,\\ + IP14 4NZ \\[0.2cm] + \textbf{Tel:} \href{tel:+447753492267}{07753 492267} \\ + \textbf{Email:} \email +} $endif$