#+TITLE: odt-export-bug.org #+AUTHOR: Jambunathan K #+EMAIL: address@hidden #+DATE: 2011-08-30 Tue #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:dvipng skip:nil d:nil todo:t pri:nil tags:not-in-toc #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+LINK_UP: #+LINK_HOME: #+XSLT: #+latex_header: \usepackage[text width=10cm]{todonotes} * COMMENT Setup #+begin_src emacs-lisp (push '(latex "%s" '((org-latex-format-inlinetask heading content todo priority tags))) org-inlinetask-export-templates) (defun org-latex-format-inlinetask (heading content todo priority tags) (let ((color (cond ((string-match "Qn" tags) "blue!40") ((string-match "Ans" tags) "yellow!40") (t "red!40")))) (concat (format "\\todo[inline,color=%s]{" color) (format "\\textbf{%s}" heading) content "}"))) #+end_src * B oscillations B lifetime oscillations is a purely QM effect. It has the functional form of an exponential decay function modulated by oscillatory phases due to interference b/w heavy and light states (cos, sin, cosh and sinh functions related to the mass and decay width differences (Δm and ΔΓ) b/w the two eigenstates). _Questions_: *************** Inline Question :Qn: 1. How is the Gaussian used for smearing of proper time resolution derived? 2. Why is the proper time error PDF needed? Why is smearing of time resolution not enough? *************** END *************** Inline Answer :Ans: This is seems to be a reasonable answer. *************** END *************** Untagged Inline task blah blah *************** END