|
From: | Carsten Dominik |
Subject: | Re: [Orgmode] Export to latex ignores user-mail-address |
Date: | Tue, 9 Mar 2010 17:26:00 +0100 |
Hi Jambunathan, On Mar 7, 2010, at 5:48 PM, Jambunathan K wrote:
Hi CarstenWhat can I do to get the email address automagically as in the header as below:... [Snipped from Wikibook] .... \title{How to Structure a \LaTeX{} Document} \author{Andrew Roberts\\ address@hidden \date{\today} \maketitleAscii export does plugin the email-address based on email property. Shouldn't (org-export-latex-make-header ...) test the email property and emit the required latex line?
You can do this. 1. pull again from the git repository 2. Use this code: #+AUTHOR: Andrew Roberts\\\texttt{{{{email}}}} HTH - Carsten
Btw, I would like to thank you and all other contributors for making available this wonderful module.Jambunathan K. On 3/7/2010 8:54 PM, Carsten Dominik wrote:Hi Jambunathan, that is because \maketitle does not show an email address. - Carsten On Mar 6, 2010, at 5:47 PM, Jambunathan K wrote:I am seeing latex export honors user-full-name but not user-mail- address.The document header goes something like. #+TITLE: My Title #+DESCRIPTION: #+STARTUP: showall #+LaTeX: \setlength\parindent{0.0in} #+LaTeX: \setlength\parskip{0.1in} orgmode-version is 6.33x - Emacs 23.1.91.1 (i386-mingw-nt5.1.2600). _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. address@hidden http://lists.gnu.org/mailman/listinfo/emacs-orgmode- Carsten
- Carsten
[Prev in Thread] | Current Thread | [Next in Thread] |