Re: [O] Questions on LaTeX Exporter

2011-03-07 Thread Thomas S. Dye
Aloha Lawrence, It does indeed work nicely. Thanks! Tom On Mar 6, 2011, at 11:46 PM, Lawrence Mitchell wrote: Thomas S. Dye wrote: [...] , | * section | #+latex: \label{sec:sec} ` But there /must/ be a better way to this, eh? Good point. It would be great to leverage Or

Re: [O] Questions on LaTeX Exporter

2011-03-07 Thread Thomas S. Dye
Aloha Lawrence, This is great. Thanks! Tom On Mar 7, 2011, at 4:00 AM, Lawrence Mitchell wrote: Rasmus wrote: However, I have noticed at least one non-acceptable issue. When using using English, LaTeX (via Babel or just default) full-stops (≈double space) will be inserted after dots. How

Re: [O] Questions on LaTeX Exporter

2011-03-07 Thread Lawrence Mitchell
Rasmus wrote: > However, I have noticed at least one non-acceptable issue. When using > using English, LaTeX (via Babel or just default) full-stops (≈double > space) will be inserted after dots. However, with abbrevation one would > use an ordinary space (i.e.\ an escaped space ("\ ") in LaTeX). O

Re: [O] Questions on LaTeX Exporter

2011-03-07 Thread Suvayu Ali
Hi Rasmus On Mon, 07 Mar 2011 13:49:02 +0100 Rasmus Pank Roulund wrote: > I am in no way unthankful. Rather, I try to share criticism that might > be useful in improving the exporter, such as not being able to demand > ordinary space rather than full stop after 'e.g.'. On the other hand, > it ma

Re: [O] Questions on LaTeX Exporter

2011-03-07 Thread Rasmus Pank Roulund
I think what Eric is asking is why does the empty line matter? I just realize that the undesirable behavior is caused by the fact that the quotation rather than the quote environment is used. Sorry for the noise! All I need to do is call `C-c C-e p' and I get a publication quality pdf. But o

Re: [O] Questions on LaTeX Exporter

2011-03-07 Thread suvayu ali
Hi, On Mon, Mar 7, 2011 at 4:10 AM, Rasmus Pank Roulund wrote: > >> I am not sure what point you are trying to make in this case? > > It inserts a blank line which will cause the text to be indented. So I need > to add a \noindent to avoid the indent. I never asked for a blank line. I > apologize

Re: [O] Questions on LaTeX Exporter

2011-03-07 Thread Rasmus Pank Roulund
Hi, But Latex doesn't care? =sec:into= will still be fine so I don't see why this is not suitable *and* it is not fragile as far as I can tell. I've used this approach for a long time. No, using \label's is never fragile! The /only/ theoretical possibility is that the \label is placed on a new

Re: [O] Questions on LaTeX Exporter

2011-03-07 Thread Eric S Fraga
Rasmus Pank Roulund writes: >> (setq org-export-latex-hyperref-format "\\ref{%s}") then you can >> refer to sections by their numbers with "as we see in section >> [[section]]" and it works nicely. > > Wow; it works! Lawrence, in your experience, how fragile is this? The > bliss of LaTeX labels i

Re: [O] Questions on LaTeX Exporter

2011-03-07 Thread Rasmus Pank Roulund
> (setq org-export-latex-hyperref-format "\\ref{%s}") then you can > refer to sections by their numbers with "as we see in section > [[section]]" and it works nicely. Wow; it works! Lawrence, in your experience, how fragile is this? The bliss of LaTeX labels is that they are independent of the pr

Re: [O] Questions on LaTeX Exporter

2011-03-07 Thread Eric S Fraga
Rasmus writes: [...] > Org populates every section with a label. I would > like to \ref or \vref these. I could predict \label's, but this a rather > fragile solution. When I use "Org-links" I get a text link suitable > for e.g. html. I want to use \ref to get a number. One solution is > > ,

Re: [O] Questions on LaTeX Exporter

2011-03-07 Thread Lawrence Mitchell
Thomas S. Dye wrote: [...] >> , >> | * section >> | #+latex: \label{sec:sec} >> ` >> But there /must/ be a better way to this, eh? > Good point. It would be great to leverage Org-links to resolve cross > references to document sections. If you do: (setq org-export-latex-hyperref-

Re: [O] Questions on LaTeX Exporter

2011-03-06 Thread Thomas S . Dye
Aloha Rasmus, On Mar 6, 2011, at 3:21 AM, Rasmus wrote: Hi, This would make you an "early adopter." Well, to be fair the latex exporter have been there for years and I have used it for non-important documents for years. But papers utilizing more features have proven difficult, so far.

Re: [O] Questions on LaTeX Exporter

2011-03-06 Thread Rasmus
Hi, This would make you an "early adopter." Well, to be fair the latex exporter have been there for years and I have used it for non-important documents for years. But papers utilizing more features have proven difficult, so far. Of course, the paper doesn't have abbreviations that end with

Re: [O] Questions on LaTeX Exporter

2011-03-05 Thread Thomas S. Dye
Aloha Rasmus, On Mar 5, 2011, at 10:50 AM, Rasmus wrote: Hi, I am trying to move more seriouse text tasks from AUCTeX to Org. Mostly because it allows me to link to pdf articles, and have * COMMENT in the same file. This would make you an "early adopter." I haven't been able to solve