From: Matt Price <moptop99@gmail.com>
To: ckelty@gmail.com, Org Mode <emacs-orgmode@gnu.org>
Subject: Re: letterhead and signature in odt export
Date: Tue, 30 Oct 2018 21:30:10 -0400 [thread overview]
Message-ID: <CAN_Dec-RTfvjz_j3emLYKBwSFLQW_ScWi7=szkhHtY3o3V7Z4g@mail.gmail.com> (raw)
In-Reply-To: <CAN_Dec__pvQmmoG80y4Ru3K4HeX2i4WBci+wmGr=4mh4KPRPLg@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2196 bytes --]
Oh shoot, I meant to include my sort-of working org text. Not sending the
image file, so you will I guess need to supply your own image in the
corner -- oh, and also the signature file! - but this is what I have. It
sorta works OK and looks at least a little bit like the History Department
letterhead. Which, I realize, is just a bunch of words written i nHelvetica
with a picture of a beaver next to it.
#+STARTUP: indent
#+LANGUAGE: en
#+OPTIONS: num:nil toc:nil ':t
#+AUTHOR: Matt Price
#+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.0in,right=1.0in]{geometry}
#+LATEX_HEADER: \setlength{\parskip}{1em}
#+LATEX_HEADER: \setlength{\parindent}{0pt}
#+LATEX_HEADER:
\newenvironment{temphelvet}{\fontfamily{phv}\selectfont}{\par}
# Insert your graphic here-- getting the scale right can take some work
\begin{minipage}{0.14\textwidth}
\includegraphics[width=1.8cm]{./Pictures/1000020100000107000001CF636AB597708AB63A.png}
\end{minipage}
\begin{minipage}{0.86\textwidth}
\begin{temphelvet}
{\huge University of Toronto}
\vspace{-2pt}
\hrule
\vspace{3pt}
\textbf{\textsc{dept. of history}} \newline
{\small \textsc{ Rm. 2074 sidney smith, 100 st. george street}, TORONTO,
ONTARIO M5S 3G3 CANADA \newline
\textsc{Telephone 416-978-3363 Fax 416-978-4810} }
\end{temphelvet}
\end{minipage}
\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=1.0]{/home/matt/Pictures/my-sig-black.png}
\textbf{Your Name}\\
Illustrious Title\\
Second Illustrious Title\\
Etc.\\
* build :noexport:
:PROPERTIES:
:CUSTOM_ID: build
:END:
#+begin_src emacs-lisp
(find-file (org-latex-export-to-pdf))
#+end_src
[-- Attachment #2: Type: text/html, Size: 2505 bytes --]
next prev parent reply other threads:[~2018-10-31 1:29 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-30 5:55 letterhead and signature in odt export Matt Price
2018-10-30 6:54 ` Eric S Fraga
2018-10-30 12:34 ` Matt Price
2018-10-30 13:28 ` Eric S Fraga
2018-10-30 14:29 ` Jeff Filipovits
2018-10-30 15:56 ` ckelty ckelty
2018-10-31 1:26 ` Matt Price
2018-10-31 1:30 ` Matt Price [this message]
2018-10-31 3:04 ` Alan L Tyree
2018-10-31 3:50 ` ckelty ckelty
2018-11-01 12:47 ` getting close on latex letterheads [was: letterhead and signature in odt export] Matt Price
2018-11-01 13:58 ` Eric S Fraga
2018-11-02 2:28 ` Matt Price
2018-10-31 14:53 ` letterhead and signature in odt export John Kitchin
2018-10-30 21:41 ` Tim Cross
2018-10-31 1:21 ` Matt Price
2018-11-01 21:11 ` Tim Cross
2018-10-30 7:31 ` Christian Moe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAN_Dec-RTfvjz_j3emLYKBwSFLQW_ScWi7=szkhHtY3o3V7Z4g@mail.gmail.com' \
--to=moptop99@gmail.com \
--cc=ckelty@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).