<div dir="ltr"><div><div>Hi,<br><br></div>this question has nothing to do with TeX Live maintenance so this should be posted somewhere else.<br><br></div>Anyway, I am afraid that a good general answer does not exist. Although various internationalization projects exist so that you can prepare a general template containing macros as \from, \to, \cc etc., the universe is not that grey. First, there are different conventions in different countries one of them being the position of the signature. Generally it can be said that for A4 or letter size paper the font size should be 11pt or 12pt, margins should be around 1in (the old Czech standard required 25mm which is almost the same dimension). Setting of \parindent and \parskip is also a matter of convention. What is the most important is "corporate identity". I was asked to prepare letter templates for several companies. The layout was designed by a graphuical design studio. The people from the studio do not know LaTeX and the companies requested LaTeX so I have implemented it for them. In short, if you wish a professional design, ask a graphical designer. If you think that you can do it yourself. look at letters that you receive from others and try to do it in a similar way.<br><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature">Zdeněk Wagner<br><a href="http://ttsm.icpf.cas.cz/team/wagner.shtml" target="_blank">http://ttsm.icpf.cas.cz/team/wagner.shtml</a><br><a href="http://icebearsoft.euweb.cz" target="_blank">http://icebearsoft.euweb.cz</a></div></div>
<br><div class="gmail_quote">2016-06-16 17:22 GMT+02:00 Kai Hendry <span dir="ltr"><<a href="mailto:hendry@webconverger.com" target="_blank">hendry@webconverger.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi there,<br>
<br>
I created a Docker image with texlive to help generate a letter from a<br>
Web form in the very occasional times I need to.<br>
<br>
However I recently got a complaint from my wife that the template the<br>
font is too small and the borders are too wide and the signature is<br>
odd for being offset to the right.<br>
<br>
This is the current template I am using and it must be 10 years old.<br>
Can anyone offer offer pointers to a better (more modern) template?<br>
<a href="https://github.com/kaihendry/letterly/blob/master/www/pdf/letter.template" rel="noreferrer" target="_blank">https://github.com/kaihendry/letterly/blob/master/www/pdf/letter.template</a><br>
<br>
\documentclass[british,a4paper]{letter}<br>
\usepackage{fontspec}<br>
\defaultfontfeatures{Mapping=tex-text}<br>
\usepackage{xunicode}<br>
\usepackage{babel}<br>
\begin{document}<br>
<br>
<br>
Many thanks!<br>
</blockquote></div><br></div>