[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] letterhead and signature in odt export
From: |
ckelty ckelty |
Subject: |
Re: [O] letterhead and signature in odt export |
Date: |
Tue, 30 Oct 2018 08:56:29 -0700 |
I don’t 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— for various
letters I’ve had to add other LaTeX packages….
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=1.5in,right=1.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=0.145]{Your LetterHead PNG/JPG}
\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.
\includegraphics[scale=0.4]{Your Sig PNG/JPG}
\textbf{Your Name}\\
Illustrious Title\\
Second Illustrious Title\\
Etc.\\
<
<
<
> On Oct 30, 2018, at 7:29 AM, Jeff Filipovits <address@hidden> wrote:
>
> Would you mind sharing them? This is a problem I am trying to figure out as
> well.
>
> On Tue, Oct 30, 2018, 9:29 AM Eric S Fraga <address@hidden> wrote:
> Matt,
>
> I've replied directly to you with some files.
> --
> Eric S Fraga via Emacs 27.0.50, Org release_9.1.13-783-g97fac4
>
- [O] letterhead and signature in odt export, Matt Price, 2018/10/30
- Re: [O] letterhead and signature in odt export, Eric S Fraga, 2018/10/30
- Re: [O] letterhead and signature in odt export, Matt Price, 2018/10/30
- Re: [O] letterhead and signature in odt export, Eric S Fraga, 2018/10/30
- Re: [O] letterhead and signature in odt export, Jeff Filipovits, 2018/10/30
- Re: [O] letterhead and signature in odt export,
ckelty ckelty <=
- Re: [O] letterhead and signature in odt export, Matt Price, 2018/10/30
- Re: [O] letterhead and signature in odt export, Matt Price, 2018/10/30
- Re: [O] letterhead and signature in odt export, Alan L Tyree, 2018/10/30
- Re: [O] letterhead and signature in odt export, ckelty ckelty, 2018/10/30
- Re: [O] letterhead and signature in odt export, John Kitchin, 2018/10/31
- Re: [O] letterhead and signature in odt export, Tim Cross, 2018/10/30
- Re: [O] letterhead and signature in odt export, Matt Price, 2018/10/30
Re: [O] letterhead and signature in odt export, Christian Moe, 2018/10/30