From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: [babel] language support Date: Sat, 17 Oct 2009 07:44:13 -1000 Message-ID: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: multipart/mixed; boundary="===============1000828007==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MzDKO-0004GR-82 for emacs-orgmode@gnu.org; Sat, 17 Oct 2009 13:44:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MzDKI-000473-Bb for emacs-orgmode@gnu.org; Sat, 17 Oct 2009 13:44:26 -0400 Received: from [199.232.76.173] (port=37369 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzDKI-00046u-8U for emacs-orgmode@gnu.org; Sat, 17 Oct 2009 13:44:22 -0400 Received: from outbound-mail-16.bluehost.com ([69.89.20.231]:58492) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MzDKH-00007H-G1 for emacs-orgmode@gnu.org; Sat, 17 Oct 2009 13:44:21 -0400 Received: from cpe-24-161-159-72.hawaii.res.rr.com ([24.161.159.72] helo=[192.168.1.2]) by box472.bluehost.com with esmtpa (Exim 4.69) (envelope-from ) id 1MzDKA-0004kF-Mh for emacs-orgmode@gnu.org; Sat, 17 Oct 2009 11:44:15 -0600 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --===============1000828007== Content-Type: multipart/alternative; boundary=Apple-Mail-61-468862982 --Apple-Mail-61-468862982 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Aloha all, Is it possible (or would it be useful) to leverage the literate programming facilities of org-babel to write LaTeX code? I'd like to weave a document that describes how some thesis/idea/story can be developed/elaborated/told and then tangle an instance of 'developed thesis'/'elaborated idea'/'told story' that LaTeX can make presentable. The motivation for this is a desire to have one source document that will tangle 1) a slide presentation via beamer, and 2) a print document for publication. The two share a common organization/ structure/plot but there are radically different presentation mode constraints. Org-mode is a terrific tool for organizing, structuring, and plotting. Org-babel seems to be a likely candidate for abstracting the different presentation modes. Here is some pseudo-code for illustration: * Idea 1 #+srcname: beamer-idea-1 #+begin_src latex :exports none \begin{itemize} \item first concept \item second concept \end{itemize} #+end_src #+srcname: latex-idea-1 #+begin_src latex :exports none The first concept was developed by \citet{author1}. It later became the basis for the second concept \citep{author2}. ... #+end_src #+srcname: beamer-presentation #+begin_src latex :tangle beamer-thesis :exports none # <> # <> ... #+end_src #+srcname: latex-presentation #+begin_src latex :tangle latex-thesis :exports none # <> # <> ... #+end_src Tom Thomas S. Dye, Ph.D. T. S. Dye & Colleagues, Archaeologists, Inc. Phone: (808) 529-0866 Fax: (808) 529-0884 http://www.tsdye.com --Apple-Mail-61-468862982 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Aloha = all,

Is it possible (or would it be useful) to = leverage the literate programming facilities of org-babel to write LaTeX = code?  

I'd like to weave a document that = describes how some thesis/idea/story can be developed/elaborated/told = and then tangle an instance of 'developed thesis'/'elaborated = idea'/'told story' that LaTeX can make presentable.  The motivation = for this is a desire to have one source document that will tangle 1) a = slide presentation via beamer, and 2) a print document for publication. =  The two share a common organization/structure/plot but there are = radically different presentation mode = constraints.

Org-mode is a terrific tool for = organizing, structuring, and plotting.  Org-babel seems to be a = likely candidate for abstracting the different presentation = modes.

Here is some pseudo-code for = illustration:

* Idea 1
#+srcname: =
beamer-idea-1
#+begin_src latex :exports none
\begin{itemize}
	\item =
first concept
	\item second =
concept
\end{itemize}
#+end_src
#+begin_src latex :exports =
none
The first concept was developed by =
\citet{author1}.  It later became the basis for the second concept =
\citep{author2}. ...
#+srcname: =
beamer-presentation
#+begin_src =
latex :tangle beamer-thesis :exports none
# =
<<beamer-idea-1>>
# =
<<beamer-idea-2>>
... 
#+end_src
#+begin_src =
latex :tangle latex-thesis :exports none
# =
<<latex-idea-1>>
# =
<<latex-idea-2>>
#+end_src
=
Tom
<= /font>

Thomas S. Dye, Ph.D.

T. S. Dye & Colleagues, = Archaeologists, Inc.

Phone: (808) 529-0866 Fax: (808) 529-0884

=

= --Apple-Mail-61-468862982-- --===============1000828007== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1000828007==--