emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Placement of \makeatletter with address@hidden


From: Gustavo Barros
Subject: Re: [O] Placement of \makeatletter with address@hidden
Date: Thu, 29 Nov 2018 11:24:15 -0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

Louis,

a hunch, which might work.
It seems that, if you try to set the length in your preamble, address@hidden is not yet defined.
So, you might try the hook `\AtBeginDocument` to see if the definition comes at a better timing.

    #+LATEX_HEADER: address@hidden

As I said, it's a hunch, for I haven't tested. But I think it may be it.

Best,
Gustavo.


On 29/11/2018 11:07, Loris Bennett wrote:
Eric S Fraga <address@hidden> writes:

On Thursday, 29 Nov 2018 at 09:38, Julius Dittmar wrote:
Am 29.11.18 um 09:13 schrieb Julius Dittmar:
Am 29.11.18 um 08:17 schrieb Loris Bennett:
#+latex_header: address@hidden
#+attr_latex: :height 0.75\mytextheight
Oh, or perhaps just a typo is involved: is it really
address@hidden or rather address@hidden you are chasing
after?
Also, you may need to define your mytextheight as a length and then use \setlength instead of \let.
After correcting the typo I followed Eric's and Julius's suggestions and
I tried adding

  #+LATEX_HEADER: address@hidden

to the beginning of the Org file, but in this case

  \the\mytextheight

is 0.0pt.  After that I tried adding the definition on the slide itself:

  #+BEGIN_SRC latex
  address@hidden
  #+END_SRC

but got the error

  ! Undefined control sequence.
  <argument> \beamer 
                     
  l.153 \end{frame}
                   
  ! Missing number, treated as zero.
  <to be read again> 
                     @
  l.153 \end{frame}

Any thoughts?

Cheers,

Loris



reply via email to

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