Lawrence Bottorff writes:
> I've got this:
>
> Date: 2018-12-17T14:47:18
> Author: me
> Created: 2018-12-17 Mon 14:51
> Validate
>
> standard "metadata" coming at the end of whatever I html-export. I'm sure I
> can change this, right?
C-h v org-html-postamble RET
--
Nick
"There are only two
Uwe Brauer writes:
>> Uwe Brauer writes:
>
>> You are probably loading ox-beamer which adds it and then loading the
>> customized version which resets it. Try changing the order.
>
> The setting in my .emacs is:
> (load-file "~/emacs/init/emacs_init.el")
> (setq custom-file "/home/oub/emacs/init
On 2018-12-17 at 15:45 -0800, Nicolas Goaziou wrote:
>> It seems to me like a^b should export as a\textsuperscript{b}.
>> Do others agree?
>
> I think you're right. I changed "ox-latex" to use \textsubscript and
> \textsuperscript in master. Could you check the result is correct now?
Seems to w
Hello,
Ken Mankoff writes:
> It seems to me like a^b should export as a\textsuperscript{b}.
> Do others agree?
I think you're right. I changed "ox-latex" to use \textsubscript and
\textsuperscript in master. Could you check the result is correct now?
Thank you.
Regards,
--
Nicolas Goaziou
I know pandoc is not the Org reference implementation, but digging into this
further I noticed that pandoc exports a^{b} from Org to LaTeX the way I
expected/hoped Org would:
$ echo "a^{b}" | pandoc -f Org -t latex
a\textsuperscript{b}
-k.
On 2018-12-17 at 14:21 -0800, Ken Mankoff wrote:
Hi,
This file:
Math mode: a\(^{b}\)
Non-math mode: a^{b}
What I'd like: a\textsuperscript{b}
Is exported to this LaTeX code:
Math mode: a\(^{b}\)
Non-math mode: a\(^{\text{b}}\)
What I'd like: a\textsuperscript{b}
When viewing a PDF from that LaTeX source, the first (Math mode) appears
corre
I've got this:
Date: 2018-12-17T14:47:18
Author: me
Created: 2018-12-17 Mon 14:51
Validate
standard "metadata" coming at the end of whatever I html-export. I'm sure I
can change this, right?
Also, does anyone have a tutorial (or in-depth discussion) of org mode CSS
lore for html export? One issu
> Uwe Brauer writes:
> You are probably loading ox-beamer which adds it and then loading the
> customized version which resets it. Try changing the order.
The setting in my .emacs is:
(load-file "~/emacs/init/emacs_init.el")
(setq custom-file "/home/oub/emacs/init/custom-init.el")
(load-file "/
Uwe Brauer writes:
> I have
> (require 'ox-beamer)
>
> In my org init file, which should via add-to-list, add beamer but somehow
> it does not.
>
> So when I call
>
> C-c C-e l b
>
> In a org file I obtain the message
>
> user-error: Unknown LaTeX class ‘beamer’
>
> Something is wrong here.
Bernt Hansen writes:
> I am working with the latest git version (master branch) on Windows
> running Emacs 25.1.1
>
> $ git describe
> release_9.1.14-1065-gdc7477070
>
> (currently 2 commits behind master since I haven't updated today)
You're a little ahead of me on Org and I am using Emacs 26.1
David Masterson writes:
> Bernt Hansen writes:
>
>> Hi David,
>>
>> Sorry my website on org-mode is stale and I don't currently have time to
>> update it. I stopped updating it in 2015 after changing jobs and moving
>> to the windows platform (at work). My main issue is lack of free time
>> to
Uwe Brauer writes:
"Ken" == Ken Mankoff writes:
>
>> On 2018-12-15 at 09:38 -0800, Uwe Brauer wrote:
>>> I am very used to the beamer style and it works on my machine quite
>>> well.
>
>> But it doesn't work quiet well according to this email. What
>> changed? Are you o
On Monday, 17 Dec 2018 at 09:02, Uwe Brauer wrote:
> Sorry misprint.
>
> I meant C-c C-e l b
>
> Which does not work.
>
> The problem is problem with custom, I thought the logic would be like this.
>
> 1. Emacs is started,
>
> 2. The customization is loaded, which in my case is
[...]
>
>>> "Eric" == Eric S Fraga writes:
> On Sunday, 16 Dec 2018 at 19:16, Uwe Brauer wrote:
> "Eric" == Eric S Fraga writes:
>>
>> > Can you be explicit about how you are exporting to beamer
>>
>> Either
>>
>> C-c C-e l l
>>
>> Or
>>
>> C-c C-e l o
14 matches
Mail list logo