emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Suvayu Ali <fatkasuvayu+linux@gmail.com>
To: Nicolas Goaziou <n.goaziou@gmail.com>
Cc: suvayu ali <fatkasuvayu+linux@gmail.com>,
	Emacs Org mode <emacs-orgmode@gnu.org>
Subject: Re: [bug] org-e-beamer misbehaves when case-fold-search is t
Date: Wed, 25 Jul 2012 00:47:56 +0200	[thread overview]
Message-ID: <20120724224755.GA26632@kuru.dyndns-at-home.com> (raw)
In-Reply-To: <87sjcg26u5.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1682 bytes --]

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.

[-- Attachment #2: bug.org --]
[-- Type: text/plain, Size: 1040 bytes --]

#+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	other threads:[~2012-07-24 22:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-24 16:31 [bug] org-e-beamer misbehaves when case-fold-search is t Suvayu Ali
2012-07-24 16:41 ` suvayu ali
2012-07-24 21:21   ` Nicolas Goaziou
2012-07-24 22:47     ` Suvayu Ali [this message]
2012-07-25  8:16       ` Nicolas Goaziou
2012-07-27  1:13         ` Suvayu Ali

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120724224755.GA26632@kuru.dyndns-at-home.com \
    --to=fatkasuvayu+linux@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=n.goaziou@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).