From mboxrd@z Thu Jan 1 00:00:00 1970 From: ckelty ckelty Subject: Re: letterhead and signature in odt export Date: Tue, 30 Oct 2018 08:56:29 -0700 Message-ID: <6EFB79F4-F86A-4544-A10B-C8546E649EAE@gmail.com> References: <87r2g7rkkw.fsf@gmail.com> <877ehzpnrv.fsf@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHWNr-0005ez-9z for emacs-orgmode@gnu.org; Tue, 30 Oct 2018 11:56:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHWNq-0005Ij-9A for emacs-orgmode@gnu.org; Tue, 30 Oct 2018 11:56:47 -0400 Received: from mail-pg1-x52f.google.com ([2607:f8b0:4864:20::52f]:36361) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gHWNp-0004ID-UJ for emacs-orgmode@gnu.org; Tue, 30 Oct 2018 11:56:46 -0400 Received: by mail-pg1-x52f.google.com with SMTP id z17-v6so5867094pgv.3 for ; Tue, 30 Oct 2018 08:56:32 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Jeff Filipovits Cc: emacs-orgmode@gnu.org I don=E2=80=99t mess around with LibreOffice, but if you want to do it = in Org, this is what I do and it works fine. Some of the preamble is = superfluous=E2=80=94 for various letters I=E2=80=99ve had to add other = LaTeX packages=E2=80=A6.=20 ck > > > #+STARTUP: indent #+LANGUAGE: en #+OPTIONS: num:nil toc:nil ':t #+AUTHOR: Your Name Here #+EMAIL: Your Email Here #+LATEX_HEADER: \usepackage[utf8]{inputenc} #+LATEX_HEADER: \usepackage[T1]{fontenc} #+LATEX_HEADER: \usepackage{graphicx} #+LATEX_HEADER: \usepackage{float} #+LATEX_HEADER: \usepackage{wrapfig} #+LATEX_HEADER: \usepackage{rotating} #+LATEX_HEADER: \usepackage[normalem]{ulem} #+LATEX_HEADER: \usepackage{hyperref} #+LATEX_HEADER: \usepackage{setspace} #+LATEX_HEADER: \usepackage{libertine} #+LATEX_HEADER: \usepackage[left=3D1.5in,right=3D1.5in]{geometry} #+LATEX_HEADER: \setlength{\parskip}{1em} #+LATEX_HEADER: \setlength{\parindent}{0pt} # Insert your graphic here-- getting the scale right can take some work \includegraphics[scale=3D0.145]{Your LetterHead PNG/JPG}=20 \hfill \today [ Greeting Here ] # I use setspace and onehalfspacing to control line spacing \onehalfspacing [ Insert Inflated Rhetoric About Here ] Yours sincerely,\\ # Insert your sig here... ditto on scale.=20 \includegraphics[scale=3D0.4]{Your Sig PNG/JPG} \textbf{Your Name}\\ Illustrious Title\\ Second Illustrious Title\\ Etc.\\ < < < > On Oct 30, 2018, at 7:29 AM, Jeff Filipovits = wrote: >=20 > Would you mind sharing them? This is a problem I am trying to figure = out as well.=20 >=20 > On Tue, Oct 30, 2018, 9:29 AM Eric S Fraga wrote: > Matt, >=20 > I've replied directly to you with some files. > --=20 > Eric S Fraga via Emacs 27.0.50, Org release_9.1.13-783-g97fac4 >=20