Hello, Grant Rettke <g...@wisdomandwonder.com> writes:
> From b12a9f806cfc218bee2cfff1e550341f5999c70d Mon Sep 17 00:00:00 2001 > From: Grant Rettke <g...@wisdomandwonder.com> > Date: Sat, 23 Jun 2018 20:08:09 -0500 > Subject: [PATCH] ox-koma-letter.el: Adds FROM_LOGO example > > FROM_LOGO uses LaTeX markup probably unfamiliar to the user. > > This example provides detailed documentation and examples of it's use. I applied it with some minor changes. > +;; Unlike other variables, FROM_LOGO uses LaTeX markup. FROM_LOGO I removed the "unlike other variables", which isn't true. > +;; provides the 'includegraphics' command to tell LaTeX where to find > +;; the logo. 'includegraphics' needs to know the logo's directory and I added two spaces after the periods. > +;; Logos specified using absolute paths on Linux or Windows: > +;; > +;; \includegraphics{/Users/you/correspondence/logo} > +;; \includegraphics{/Users/you/correspondence/logos/production/logo} I used "~/correspondence", which is more common. Thank you! Regards, -- Nicolas Goaziou