emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* how to do footers
@ 2011-10-19 15:27 Mehul Sanghvi
  2011-10-19 15:35 ` John Hendy
  2011-10-19 15:57 ` Jambunathan K
  0 siblings, 2 replies; 4+ messages in thread
From: Mehul Sanghvi @ 2011-10-19 15:27 UTC (permalink / raw)
  To: emacs-orgmode

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.




-- 
Mehul N. Sanghvi
email: mehul.sanghvi@gmail.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: how to do footers
  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
  2011-10-19 15:57 ` Jambunathan K
  1 sibling, 1 reply; 4+ messages in thread
From: John Hendy @ 2011-10-19 15:35 UTC (permalink / raw)
  To: Mehul Sanghvi; +Cc: emacs-orgmode

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
-----

John

>
>
>
>
> --
> Mehul N. Sanghvi
> email: mehul.sanghvi@gmail.com
>
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: how to do footers
  2011-10-19 15:35 ` John Hendy
@ 2011-10-19 15:38   ` Mehul Sanghvi
  0 siblings, 0 replies; 4+ messages in thread
From: Mehul Sanghvi @ 2011-10-19 15:38 UTC (permalink / raw)
  To: John Hendy; +Cc: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: how to do footers
  2011-10-19 15:27 how to do footers Mehul Sanghvi
  2011-10-19 15:35 ` John Hendy
@ 2011-10-19 15:57 ` Jambunathan K
  1 sibling, 0 replies; 4+ messages in thread
From: Jambunathan K @ 2011-10-19 15:57 UTC (permalink / raw)
  To: Mehul Sanghvi; +Cc: emacs-orgmode

Mehul Sanghvi <mehul.sanghvi@gmail.com> writes:

> 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.

You need to create the Footer from within LibreOffice. 

For applying custom styles with footer images you can see this thread.

http://lists.gnu.org/archive/html/emacs-orgmode/2011-03/msg01460.html

Note that the odt file in that thread has a header image as opposed to a
footer image.
-- 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-10-19 15:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2011-10-19 15:57 ` Jambunathan K

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).