[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [ANN] ASCII back-end for new export engine
From: |
Nicolas Goaziou |
Subject: |
Re: [O] [ANN] ASCII back-end for new export engine |
Date: |
Mon, 06 Feb 2012 18:05:39 +0100 |
address@hidden (Thomas S. Dye) writes:
> The old exporter recognized LaTeX commands for accented characters. So,
> \=o in the Org mode file would yield \={o} in the LaTeX file. The new
> exporter gives $\backslash$=o for this construct.
Indeed, the parser recognizes LaTeX commands and environments, but is
more strict with other LaTeXisms.
> How does the new
> LaTeX exporter recognize accented characters?
The Org way (portable across major back-ends) to handle this is to
define an new entity, and name it for example "omacr"[1]. You can
then access it with \omacr in your buffer.
Other (but inferior) solutions could be to define a macro:
#+macro: omacr \={o}
or use an export snippet:
@e-latex{\={o}}
> I can't find a way to get creator information into \hypersetup{} without
> also having it inserted as normal text at the end of the file. Is this
> possible?
That's not possible at the moment.
There are three states for creator, on, off and comment, and two places
to insert the information (in hypersetup and at the end of the exported
data).
What would be a correct way to handle the different configurations here?
Regards,
[1] I'm a bit surprised that it doesn't exist in `org-entities', as
many national characters are already there.
--
Nicolas Goaziou
- Re: [O] [ANN] ASCII back-end for new export engine, Achim Gratz, 2012/02/01
- Re: [O] [ANN] ASCII back-end for new export engine, Jambunathan K, 2012/02/01
- Re: [O] [ANN] ASCII back-end for new export engine, Nicolas Goaziou, 2012/02/03
- Re: [O] [ANN] ASCII back-end for new export engine, Thomas S. Dye, 2012/02/04
- Re: [O] [ANN] ASCII back-end for new export engine, Thomas S. Dye, 2012/02/04
- Re: [O] [ANN] ASCII back-end for new export engine, Thomas S. Dye, 2012/02/05
- Re: [O] [ANN] ASCII back-end for new export engine, Nicolas Goaziou, 2012/02/06
- Re: [O] [ANN] ASCII back-end for new export engine, Thomas S. Dye, 2012/02/06
- Re: [O] [ANN] ASCII back-end for new export engine,
Nicolas Goaziou <=
- Re: [O] [ANN] ASCII back-end for new export engine, Thomas S. Dye, 2012/02/06
- Re: [O] [ANN] ASCII back-end for new export engine, Nicolas Goaziou, 2012/02/07
- [O] Document date and last updated date, Sebastien Vauban, 2012/02/07
- Re: [O] Document date and last updated date, Nicolas Goaziou, 2012/02/07
- Re: [O] Document date and last updated date, Sebastien Vauban, 2012/02/07
- Re: [O] [ANN] ASCII back-end for new export engine, Thomas S. Dye, 2012/02/07
- Re: [O] [ANN] ASCII back-end for new export engine, Nicolas Goaziou, 2012/02/07
- Re: [O] [ANN] ASCII back-end for new export engine, Sebastien Vauban, 2012/02/07
- Re: [O] [ANN] ASCII back-end for new export engine, Nicolas Goaziou, 2012/02/07
- Re: [O] [ANN] ASCII back-end for new export engine, Jambunathan K, 2012/02/08