emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [BUG] New latex exporter: Not respecting author:nil and timestam


From: Nicolas Goaziou
Subject: Re: [O] [BUG] New latex exporter: Not respecting author:nil and timestamp:nil
Date: Sat, 20 Oct 2012 12:16:57 +0200

Hello,

Yagnesh Raghava Yakkala <address@hidden> writes:

>>> #+CAPTION: A wide table with tabulary
>>> #+LABEL: tbl:wide
>>
>> It should be #+NAME: tbl:wide
>
> Thanks, Manual need to be updated then.. (info "(org)Tables in LaTeX export")

Manual still applies to /current/ exporter, which is the old one. Manual
will be updated when new exporter becomes mainstream. Help will be
welcome then.

>>> #+ATTR_LaTeX: table* tabulary width=\textwidth
>>> | column 1 | column 2 |
>>> |-----------+------------------------------------------------------------------------------------|
>>> | first row | a long long long long long long long long long long long long
>>> | long long long cell |
>>>
>>
>> I don't see any author in your PDF file, so what is the problem?
>
> Sorry about that, I should have been clear what I was trying to do.
>
> I am trying to use package authblk to set author and affiliations below the
> title. But with "author:nil" an empty author field is getting exported to
> latex which is causing problems to the author entry for authblk. Please look
> into the attached pdf, there is a "author 1^1, author 2^2, and^2" instead of 
> desired
> "author 1^1 and author 2^2".

IIUC, there's a mismatch between current behaviour (author:nil =>
\author{}) and what you want (author:nil => no author command at all).
I don't mind switching to the second option if there's no unwanted side
effect.

> And also the timestamp:nil is not working also.

I don't see any timestamp at the beginning of your latex file, so it
looks like it is working. Again, am I missing something?

> BTW, not related to this bug report. how can I make that table actually look
> as a table.? (Please feel free to shout at me to start a new thread for this.)

I cannot help you since I don't know what you do expect from this table.
What LaTeX code did you want?


Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]