From 514178abdba0522ab4c44b6daa2cdbb80ddad9c5 Mon Sep 17 00:00:00 2001 From: Suvayu Ali Date: Mon, 12 May 2014 21:15:05 +0200 Subject: [PATCH] Minor formatting change --- exporters/beamer/beamer-dual-format.org | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/exporters/beamer/beamer-dual-format.org b/exporters/beamer/beamer-dual-format.org index 3750035..e339088 100644 --- a/exporters/beamer/beamer-dual-format.org +++ b/exporters/beamer/beamer-dual-format.org @@ -495,8 +495,8 @@ Rather than create a document class to turn top-level headings into =\part= commands, I embedded the LaTeX code for it directly into the full-article template. The trick is closing the environments for the previous sections. This requires a top-level heading, which should not start a new section. I -found that =:B_ignoreheading:= did not work for this, but an export filter -by Suvayu Ali[fn:54e951f5] did exactly what I needed. +found that =:B_ignoreheading:= did not work for this, but an [[http://stackoverflow.com/questions/10295177/is-there-an-equivalent-of-org-modes-b-ignoreheading-for-non-beamer-documents][export filter]] +by Suvayu Ali did exactly what I needed. #+name: articleParts #+caption: Part of the full-article export document, with embedded LaTeX \part syntax. @@ -535,7 +535,7 @@ are put into an =\mbox=, to suppress hyphenation.) Org's formatting markup is visual: asterisks for bold, slashes for italics and so on. -I think export macros[fn:5c80275b] could support semantic markup that could export +I think [[http://orgmode.org/manual/Macro-replacement.html#Macro-replacement][export macros]] could support semantic markup that could export to LaTeX or HTML equally well, but I didn't investigate that in this project. Here, I just embedded LaTeX commands directly into the org files: free standing for simple uses, and using export snippets[fn:448d1164] for @@ -544,10 +544,6 @@ which LaTeX export treats specially). * Footnotes -[fn:54e951f5] http://stackoverflow.com/questions/10295177/is-there-an-equivalent-of-org-modes-b-ignoreheading-for-non-beamer-documents - -[fn:5c80275b] http://orgmode.org/manual/Macro-replacement.html#Macro-replacement - [fn:448d1164] Export snippets look like this: =@@backendname:text...@@=. They will export only to that backend. You can write several of them in a row for different backends: -- 1.9.0