Hi Nicolas,

On Tue, Jul 24, 2012 at 11:21:38PM +0200, Nicolas Goaziou wrote:
>
> I'm not sure to understand.  Could you show me an ECM?  Also, please
> include `org-e-latex-classes' value.
>

I did some more testing, this only happens with subtree export with
org-e-beamer. Try to export the top level tree in the attached org file
with org-e-beamer like this: M-: (org-e-beamer-export-to-LaTeX t) RET.

This works with case-fold-search set to t, however setting it to nil
makes it export with the following header:

  % Created 2012-07-25 Wed 00:40
  \documentclass[11pt]{article}

This is the value of my org-e-latex-classes:

(("beamer" "\\documentclass[presentation]{beamer}"
  ("\\section{%s}" . "\\section*{%s}")
  ("\\subsection{%s}" . "\\subsection*{%s}")
  ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
 ("article" "\\documentclass[11pt]{article}"
  ("\\section{%s}" . "\\section*{%s}")
  ("\\subsection{%s}" . "\\subsection*{%s}")
  ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
  ("\\paragraph{%s}" . "\\paragraph*{%s}")
  ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
 ("report" "\\documentclass[11pt]{report}"
  ("\\part{%s}" . "\\part*{%s}")
  ("\\chapter{%s}" . "\\chapter*{%s}")
  ("\\section{%s}" . "\\section*{%s}")
  ("\\subsection{%s}" . "\\subsection*{%s}")
  ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
 ("book" "\\documentclass[11pt]{book}"
  ("\\part{%s}" . "\\part*{%s}")
  ("\\chapter{%s}" . "\\chapter*{%s}")
  ("\\section{%s}" . "\\section*{%s}")
  ("\\subsection{%s}" . "\\subsection*{%s}")
  ("\\subsubsection{%s}" . "\\subsubsection*{%s}")))

I hope I gave enough info.

Thanks,

--
Suvayu

Open source is the future. It sets us free.
#+OPTIONS:   H:1 num:nil toc:nil \n:nil @:t ::t |:t ^:{} -:t f:t *:t <:t
#+OPTIONS:   TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:nil


* Lifetime acceptance WG update
  :PROPERTIES:
  :EXPORT_LaTeX_CLASS: beamer
  :EXPORT_LaTeX_CLASS_OPTIONS: [presentation,smaller]
  :EXPORT_FILE_NAME: WG_update.pdf
  :EXPORT_AUTHOR: Suvayu Ali (Nikhef)
  :EXPORT_DATE: 05 June, 2012
  :EXPORT_OPTIONS: H:1 num:nil toc:nil \n:nil @:t ::t |:t ^:{} -:t f:t *:t <:t
  :END:

** Lifetime acceptance fitted to powerlaw
When t \textgreater{} 0.2 ps or t - t$_0$ \textgreater{} 0
\(a_{trig}(t)\), 0 otherwise.
#+begin_latex
  \begin{equation*}
     a_{trig}(t) = 1 - \frac{1}{1+(a(t-t_0))^3}
  \end{equation*}
#+end_latex

** Issues
+ Large correlation:
  #+begin_example
    PARAMETER  CORRELATION COEFFICIENTS  
          NO.  GLOBAL      1      2
           1  0.94798   1.000  0.948
           2  0.94798   0.948  1.000
  #+end_example

+ Work in progress:
  1. Trying alternate parametrisations like Error function
  2. Try binned acceptance function

Reply via email to