From: Mehul Sanghvi <mehul.sanghvi@gmail.com>
To: John Hendy <jw.hendy@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: how to do footers
Date: Wed, 19 Oct 2011 11:38:18 -0400 [thread overview]
Message-ID: <CAPo9-A_KbarX5_8uivEb=shJHx2ZUZwkac5fMOCeyorYP+w7Jg@mail.gmail.com> (raw)
In-Reply-To: <CA+M2ft8Xi7J566Pms4mFLmSKAustQ=BRUFNAqc0j4tNZgJrE4w@mail.gmail.com>
On Wed, Oct 19, 2011 at 11:35, John Hendy <jw.hendy@gmail.com> wrote:
> On Wed, Oct 19, 2011 at 10:27 AM, Mehul Sanghvi <mehul.sanghvi@gmail.com> wrote:
>> I know that Org can do foot notes using fn:xxx but what I wanted to do
>> was put a
>> footer to every page that is created. It would be the same thing on each page.
>>
>> How would I do that ? Either I missed it in the manual or it is not there.
>
> If this for LaTeX, you get into that realm vs. org-specific, in my
> opinion (though some may suggest tailoring the org export innards).
> Check out the following:
> -- http://texblog.wordpress.com/2007/11/07/headerfooter-in-latex-with-fancyhdr/
> -- http://en.wikibooks.org/wiki/LaTeX/Page_Layout#Customising_with_fancyhdr
>
> Here's an example from a recent paper for work. I have this below my
> #+options lines and before the first headline:
> -----
> #+begin_latex
> \pagestyle{fancy}
> \setlength{\headheight}{0pt}
> \setlength{\footskip}{40pt}
> \renewcommand{\headrulewidth}{0pt}
> \fancyhf{}
> \cfoot{\thepage}
> \rfoot{\includegraphics[height=7.4pt]{/path/to/company-logo.jpg} Confidential}
> \newpage
> #+end_latex
> -----
>
Actually its going to be for Org -> ODT -> {PDF, DOC, RTF}
> John
>
>>
>>
>>
>>
>> --
>> Mehul N. Sanghvi
>> email: mehul.sanghvi@gmail.com
>>
>>
>
--
Mehul N. Sanghvi
email: mehul.sanghvi@gmail.com
next prev parent reply other threads:[~2011-10-19 15:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-19 15:27 how to do footers Mehul Sanghvi
2011-10-19 15:35 ` John Hendy
2011-10-19 15:38 ` Mehul Sanghvi [this message]
2011-10-19 15:57 ` Jambunathan K
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAPo9-A_KbarX5_8uivEb=shJHx2ZUZwkac5fMOCeyorYP+w7Jg@mail.gmail.com' \
--to=mehul.sanghvi@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=jw.hendy@gmail.com \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.