[O] putting a element +UWa in table

2014-04-22 Thread Neal Becker
The first item in my table should say '+UWa'.  This seems to upset the
org table gods, who draw a line through my entry.

How do I put such an item in a table without org table misinterpreting it?




[O] beamer: need to add latex for footnote citation

2014-04-22 Thread Neal Becker
If I edit the latex, this will do what I want:

- Extend differential detection to exploit differences over different
  symbol intervals (spans)
\footfullcite{gpdi}

This adds a biblatex citation as a footnote on the frame.

How can I do this within emacs org?




Re: [O] beamer: need to add latex for footnote citation

2014-04-22 Thread Neal Becker
Otto Pichlhöfer wrote:

 Neal Becker ndbecker2 at gmail.com writes:
 
 
 If I edit the latex, this will do what I want:
 
 - Extend differential detection to exploit differences over different
   symbol intervals (spans)
 \footfullcite{gpdi}
 
 This adds a biblatex citation as a footnote on the frame.
 
 How can I do this within emacs org?
 
 
 
 
 #+BEAMER_HEADER: \usepackage[style=nejm, url=false, backend=biber]{biblatex}
 
 ...in the header works for me.
 
 Regards,

My problem is how to add the citation?

If I put
#+Latex: \footfullcite{gpdi}

Then the footnotemark (1) will appear on the start of a newline, not at the end 
of the previous sentence where it belongs.





Re: [O] beamer: need to add latex for footnote citation

2014-04-22 Thread Neal Becker
Neal Becker wrote:

 Otto Pichlhöfer wrote:
 
 Neal Becker ndbecker2 at gmail.com writes:
 
 
 If I edit the latex, this will do what I want:
 
 - Extend differential detection to exploit differences over different
   symbol intervals (spans)
 \footfullcite{gpdi}
 
 This adds a biblatex citation as a footnote on the frame.
 
 How can I do this within emacs org?
 
 
 
 
 #+BEAMER_HEADER: \usepackage[style=nejm, url=false, backend=biber]{biblatex}
 
 ...in the header works for me.
 
 Regards,
 
 My problem is how to add the citation?
 
 If I put
 #+Latex: \footfullcite{gpdi}
 
 Then the footnotemark (1) will appear on the start of a newline, not at the
 end of the previous sentence where it belongs.

Looks like what I needed was:

1. install emacs-bib

2. in .emacs:

(org-add-link-type ebib 'ebib)
(org-add-link-type 
 footfullcite 'ebib
 (lambda (path desc format)
   (cond
((eq format 'html)
 (format (cite%s/cite) path))
((eq format 'latex)
 (if (or (not desc) (equal 0 (search footfullcite: desc)))
 (format \\footfullcite{%s} path)
   (format \\footfullcite[%s][%s]{%s}
   (cadr (split-string desc ;))
   (car (split-string desc ;))  path))


Then I can use [[fullfootcite:gpdi]] to get my footnote citation




[O] export latex align to html?

2014-04-22 Thread Neal Becker
I have an align environment:

#+begin_latex
\begin{align*}
\Lambda=  \max_{k,l}\left|
\sum_{i=0}^{M-1}r_{i+l}x_{i}^{*}e^{j2\pi\Delta_{f}ki}+\sum_{i=M}^{2M-1}r_{i+l}x_{i}^{*}e^{j2\pi\Delta_{f}ki}+\cdots\right|
\\
\approx  \max_{k,l}\left|
\sum_{m}e^{j2\pi\Delta_{f}kmM}\sum_{i=mM}^{(m+1)M-1}r_{i+l}x_{i}^{*}\right|
\end{align*}
#+end_latex

That exports fine to latex, but not html.  Is there a way to do this?




[O] beamer options on frame

2014-04-21 Thread Neal Becker
How can I put options that would apply to a frame (e.g., \allowframebreaks)?




[O] org beamer newb TOC problem

2014-04-15 Thread Neal Becker
I'm just learning about org mode, although I've used both emacs and beamer for 
many years.

In my first attempt, I get a frame 'Contents', which is blank.  I tried various 
options, but never get anything but a blank 'Contents'.

Here is an attempt:

#+TITLE: A Test
#+startup: beamer
#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation]
#+BEAMER_THEME: default
#+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col) 
%8BEAMER_opt(Opt)
#+PROPERTY: BEAMER_col_ALL 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.0 :ETC
#+latex_header: \newcommand{\lyxdot}{.}

* First topic
- Of course, it would be a bullet chart

* Second topic
#+ATTR_LaTeX: :height 0.8\textheight
[[../hn-inroute-fixed/stuff\lyxdot 2014-04-14.pdf]]