org-export-latex.el 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513
  1. ;;; org-export-latex.el --- LaTeX exporter for org-mode
  2. ;;
  3. ;; Copyright (C) 2007, 2008 Free Software Foundation, Inc.
  4. ;;
  5. ;; Emacs Lisp Archive Entry
  6. ;; Filename: org-export-latex.el
  7. ;; Version: 6.14trans
  8. ;; Author: Bastien Guerry <bzg AT altern DOT org>
  9. ;; Maintainer: Bastien Guerry <bzg AT altern DOT org>
  10. ;; Keywords: org, wp, tex
  11. ;; Description: Converts an org-mode buffer into LaTeX
  12. ;; URL: http://www.cognition.ens.fr/~guerry/u/org-export-latex.el
  13. ;; This file is part of GNU Emacs.
  14. ;; GNU Emacs is free software: you can redistribute it and/or modify
  15. ;; it under the terms of the GNU General Public License as published by
  16. ;; the Free Software Foundation, either version 3 of the License, or
  17. ;; (at your option) any later version.
  18. ;; GNU Emacs is distributed in the hope that it will be useful,
  19. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  20. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  21. ;; GNU General Public License for more details.
  22. ;; You should have received a copy of the GNU General Public License
  23. ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
  24. ;;; Commentary:
  25. ;;
  26. ;; This library implements a LaTeX exporter for org-mode.
  27. ;;
  28. ;; Put this file into your load-path and the following into your ~/.emacs:
  29. ;; (require 'org-export-latex)
  30. ;;
  31. ;; The interactive functions are similar to those of the HTML exporter:
  32. ;;
  33. ;; M-x `org-export-as-latex'
  34. ;; M-x `org-export-as-pdf'
  35. ;; M-x `org-export-as-pdf-and-open'
  36. ;; M-x `org-export-as-latex-batch'
  37. ;; M-x `org-export-as-latex-to-buffer'
  38. ;; M-x `org-export-region-as-latex'
  39. ;; M-x `org-replace-region-by-latex'
  40. ;;
  41. ;;; Code:
  42. (eval-when-compile
  43. (require 'cl))
  44. (require 'footnote)
  45. (require 'org)
  46. (require 'org-exp)
  47. ;;; Variables:
  48. (defvar org-export-latex-class nil)
  49. (defvar org-export-latex-header nil)
  50. (defvar org-export-latex-append-header nil)
  51. (defvar org-export-latex-options-plist nil)
  52. (defvar org-export-latex-todo-keywords-1 nil)
  53. (defvar org-export-latex-all-targets-re nil)
  54. (defvar org-export-latex-add-level 0)
  55. (defvar org-export-latex-sectioning "")
  56. (defvar org-export-latex-sectioning-depth 0)
  57. (defvar org-export-latex-special-string-regexps
  58. '(org-ts-regexp
  59. org-scheduled-string
  60. org-deadline-string
  61. org-clock-string)
  62. "A list of regexps to convert as special keywords.")
  63. (defvar latexp) ; dynamically scoped from org.el
  64. (defvar re-quote) ; dynamically scoped from org.el
  65. (defvar commentsp) ; dynamically scoped from org.el
  66. ;;; User variables:
  67. (defgroup org-export-latex nil
  68. "Options for exporting Org-mode files to LaTeX."
  69. :tag "Org Export LaTeX"
  70. :group 'org-export)
  71. (defcustom org-export-latex-default-class "article"
  72. "The default LaTeX class."
  73. :group 'org-export-latex
  74. :type '(string :tag "LaTeX class"))
  75. (defcustom org-export-latex-classes
  76. '(("article"
  77. "\\documentclass[11pt,a4paper]{article}
  78. \\usepackage[utf8]{inputenc}
  79. \\usepackage[T1]{fontenc}
  80. \\usepackage{graphicx}
  81. \\usepackage{hyperref}"
  82. ("\\section{%s}" . "\\section*{%s}")
  83. ("\\subsection{%s}" . "\\subsection*{%s}")
  84. ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
  85. ("\\paragraph{%s}" . "\\paragraph*{%s}")
  86. ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
  87. ("report"
  88. "\\documentclass[11pt,a4paper]{report}
  89. \\usepackage[utf8]{inputenc}
  90. \\usepackage[T1]{fontenc}
  91. \\usepackage{graphicx}
  92. \\usepackage{hyperref}"
  93. ("\\part{%s}" . "\\part*{%s}")
  94. ("\\chapter{%s}" . "\\chapter*{%s}")
  95. ("\\section{%s}" . "\\section*{%s}")
  96. ("\\subsection{%s}" . "\\subsection*{%s}")
  97. ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
  98. ("book"
  99. "\\documentclass[11pt,a4paper]{book}
  100. \\usepackage[utf8]{inputenc}
  101. \\usepackage[T1]{fontenc}
  102. \\usepackage{graphicx}
  103. \\usepackage{hyperref}"
  104. ("\\part{%s}" . "\\part*{%s}")
  105. ("\\chapter{%s}" . "\\chapter*{%s}")
  106. ("\\section{%s}" . "\\section*{%s}")
  107. ("\\subsection{%s}" . "\\subsection*{%s}")
  108. ("\\subsubsection{%s}" . "\\subsubsection*{%s}")))
  109. "Alist of LaTeX classes and associated header and structure.
  110. If #+LaTeX_CLASS is set in the buffer, use its value and the
  111. associated information. Here is the structure of each cell:
  112. \(class-name
  113. header-string
  114. (numbered-section . unnumbered-section\)
  115. ...\)
  116. A %s formatter is mandatory in each section string and will be
  117. replaced by the title of the section.
  118. Instead of a cons cell (numbered . unnumbered), you can also provide a list
  119. of 2-4 elements,
  120. (numbered-open numbered-close)
  121. or
  122. (numbered-open numbered-close unnumbered-open unnumbered-close)
  123. providing opening and closing strings for an environment that should
  124. represent the document section. The opening clause should have a %s
  125. to represent the section title."
  126. :group 'org-export-latex
  127. :type '(repeat
  128. (list (string :tag "LaTeX class")
  129. (string :tag "LaTeX header")
  130. (repeat :tag "Levels" :inline t
  131. (choice
  132. (cons :tag "Heading"
  133. (string :tag "numbered")
  134. (string :tag "unnumbered)"))
  135. (list :tag "Environment"
  136. (string :tag "Opening (numbered) ")
  137. (string :tag "Closing (numbered) ")
  138. (string :tag "Opening (unnumbered)")
  139. (string :tag "Closing (unnumbered)")))))))
  140. (defcustom org-export-latex-emphasis-alist
  141. '(("*" "\\textbf{%s}" nil)
  142. ("/" "\\emph{%s}" nil)
  143. ("_" "\\underline{%s}" nil)
  144. ("+" "\\texttt{%s}" nil)
  145. ("=" "\\verb|%s|" nil)
  146. ("~" "\\verb|%s|" t))
  147. "Alist of LaTeX expressions to convert emphasis fontifiers.
  148. Each element of the list is a list of three elements.
  149. The first element is the character used as a marker for fontification.
  150. The second element is a formatting string to wrap fontified text with.
  151. The third element decides whether to protect converted text from other
  152. conversions."
  153. :group 'org-export-latex
  154. :type 'alist)
  155. (defcustom org-export-latex-title-command "\\maketitle"
  156. "The command used to insert the title just after \\begin{document}.
  157. If this string contains the formatting specification \"%s\" then
  158. it will be used as a formatting string, passing the title as an
  159. argument."
  160. :group 'org-export-latex
  161. :type 'string)
  162. (defcustom org-export-latex-date-format
  163. "%d %B %Y"
  164. "Format string for \\date{...}."
  165. :group 'org-export-latex
  166. :type 'string)
  167. (defcustom org-export-latex-tables-verbatim nil
  168. "When non-nil, tables are exported verbatim."
  169. :group 'org-export-latex
  170. :type 'boolean)
  171. (defcustom org-export-latex-tables-column-borders nil
  172. "When non-nil, group of columns are surrounded with borders."
  173. :group 'org-export-latex
  174. :type 'boolean)
  175. (defcustom org-export-latex-packages-alist nil
  176. "Alist of packages to be inserted in the header.
  177. Each cell is of the forma \( \"option\" . \"package\" \)."
  178. :group 'org-export-latex
  179. :type 'alist)
  180. (defcustom org-export-latex-low-levels 'description
  181. "How to convert sections below the current level of sectioning.
  182. This is specified by the `org-export-headline-levels' option or the
  183. value of \"H:\" in Org's #+OPTION line.
  184. This can be either nil (skip the sections), 'description (convert
  185. the sections as descriptive lists) or a string to be used instead
  186. of \\section{%s}. In this latter case, the %s stands here for the
  187. inserted headline and is mandatory."
  188. :group 'org-export-latex
  189. :type '(choice (const :tag "Ignore" nil)
  190. (symbol :tag "Convert as descriptive list" description)
  191. (string :tag "Use a section string" :value "\\subparagraph{%s}")))
  192. (defcustom org-export-latex-remove-from-headlines
  193. '(:todo t :priority t :tags t)
  194. "A plist of keywords to remove from headlines.
  195. Non-nil means remove this keyword type from the headline.
  196. Don't remove the keys, just change their values."
  197. :type 'plist
  198. :group 'org-export-latex)
  199. (defcustom org-export-latex-image-default-option "width=10em"
  200. "Default option for images."
  201. :group 'org-export-latex
  202. :type 'string)
  203. (defcustom org-export-latex-coding-system nil
  204. "Coding system for the exported LaTex file."
  205. :group 'org-export-latex
  206. :type 'coding-system)
  207. (defgroup org-export-pdf nil
  208. "Options for exporting Org-mode files to PDF, via LaTeX."
  209. :tag "Org Export LaTeX"
  210. :group 'org-export-latex
  211. :group 'org-export)
  212. (defcustom org-export-pdf-remove-logfiles t
  213. "Non-nil means, remove the logfiles produced by PDF production.
  214. These are the .aux, .log, .out, and .toc files."
  215. :group 'org-export-latex
  216. :type 'boolean)
  217. ;;; Autoload functions:
  218. ;;;###autoload
  219. (defun org-export-as-latex-batch ()
  220. "Call `org-export-as-latex', may be used in batch processing.
  221. For example:
  222. emacs --batch
  223. --load=$HOME/lib/emacs/org.el
  224. --eval \"(setq org-export-headline-levels 2)\"
  225. --visit=MyFile --funcall org-export-as-latex-batch"
  226. (org-export-as-latex org-export-headline-levels 'hidden))
  227. ;;;###autoload
  228. (defun org-export-as-latex-to-buffer (arg)
  229. "Call `org-exort-as-latex` with output to a temporary buffer.
  230. No file is created. The prefix ARG is passed through to `org-export-as-latex'."
  231. (interactive "P")
  232. (org-export-as-latex arg nil nil "*Org LaTeX Export*")
  233. (switch-to-buffer-other-window "*Org LaTeX Export*"))
  234. ;;;###autoload
  235. (defun org-replace-region-by-latex (beg end)
  236. "Replace the region from BEG to END with its LaTeX export.
  237. It assumes the region has `org-mode' syntax, and then convert it to
  238. LaTeX. This can be used in any buffer. For example, you could
  239. write an itemized list in `org-mode' syntax in an LaTeX buffer and
  240. then use this command to convert it."
  241. (interactive "r")
  242. (let (reg latex buf)
  243. (save-window-excursion
  244. (if (org-mode-p)
  245. (setq latex (org-export-region-as-latex
  246. beg end t 'string))
  247. (setq reg (buffer-substring beg end)
  248. buf (get-buffer-create "*Org tmp*"))
  249. (save-excursion
  250. (set-buffer buf)
  251. (erase-buffer)
  252. (insert reg)
  253. (org-mode)
  254. (setq latex (org-export-region-as-latex
  255. (point-min) (point-max) t 'string)))
  256. (kill-buffer buf)))
  257. (delete-region beg end)
  258. (insert latex)))
  259. ;;;###autoload
  260. (defun org-export-region-as-latex (beg end &optional body-only buffer)
  261. "Convert region from BEG to END in `org-mode' buffer to LaTeX.
  262. If prefix arg BODY-ONLY is set, omit file header, footer, and table of
  263. contents, and only produce the region of converted text, useful for
  264. cut-and-paste operations.
  265. If BUFFER is a buffer or a string, use/create that buffer as a target
  266. of the converted LaTeX. If BUFFER is the symbol `string', return the
  267. produced LaTeX as a string and leave not buffer behind. For example,
  268. a Lisp program could call this function in the following way:
  269. (setq latex (org-export-region-as-latex beg end t 'string))
  270. When called interactively, the output buffer is selected, and shown
  271. in a window. A non-interactive call will only retunr the buffer."
  272. (interactive "r\nP")
  273. (when (interactive-p)
  274. (setq buffer "*Org LaTeX Export*"))
  275. (let ((transient-mark-mode t) (zmacs-regions t)
  276. rtn)
  277. (goto-char end)
  278. (set-mark (point)) ;; to activate the region
  279. (goto-char beg)
  280. (setq rtn (org-export-as-latex
  281. nil nil nil
  282. buffer body-only))
  283. (if (fboundp 'deactivate-mark) (deactivate-mark))
  284. (if (and (interactive-p) (bufferp rtn))
  285. (switch-to-buffer-other-window rtn)
  286. rtn)))
  287. ;;;###autoload
  288. (defun org-export-as-latex (arg &optional hidden ext-plist
  289. to-buffer body-only pub-dir)
  290. "Export current buffer to a LaTeX file.
  291. If there is an active region, export only the region. The prefix
  292. ARG specifies how many levels of the outline should become
  293. headlines. The default is 3. Lower levels will be exported
  294. depending on `org-export-latex-low-levels'. The default is to
  295. convert them as description lists. When HIDDEN is non-nil, don't
  296. display the LaTeX buffer. EXT-PLIST is a property list with
  297. external parameters overriding org-mode's default settings, but
  298. still inferior to file-local settings. When TO-BUFFER is
  299. non-nil, create a buffer with that name and export to that
  300. buffer. If TO-BUFFER is the symbol `string', don't leave any
  301. buffer behind but just return the resulting LaTeX as a string.
  302. When BODY-ONLY is set, don't produce the file header and footer,
  303. simply return the content of \begin{document}...\end{document},
  304. without even the \begin{document} and \end{document} commands.
  305. when PUB-DIR is set, use this as the publishing directory."
  306. (interactive "P")
  307. ;; Make sure we have a file name when we need it.
  308. (when (and (not (or to-buffer body-only))
  309. (not buffer-file-name))
  310. (if (buffer-base-buffer)
  311. (org-set-local 'buffer-file-name
  312. (with-current-buffer (buffer-base-buffer)
  313. buffer-file-name))
  314. (error "Need a file name to be able to export")))
  315. (message "Exporting to LaTeX...")
  316. (org-update-radio-target-regexp)
  317. (org-export-latex-set-initial-vars ext-plist arg)
  318. (let* ((wcf (current-window-configuration))
  319. (opt-plist org-export-latex-options-plist)
  320. (region-p (org-region-active-p))
  321. (rbeg (and region-p (region-beginning)))
  322. (rend (and region-p (region-end)))
  323. (subtree-p
  324. (when region-p
  325. (save-excursion
  326. (goto-char rbeg)
  327. (and (org-at-heading-p)
  328. (>= (org-end-of-subtree t t) rend)))))
  329. (opt-plist (if subtree-p
  330. (org-export-add-subtree-options opt-plist rbeg)
  331. opt-plist))
  332. ;; Make sure the variable contains the updated values.
  333. (org-export-latex-options-plist opt-plist)
  334. (title (or (and subtree-p (org-export-get-title-from-subtree))
  335. (plist-get opt-plist :title)
  336. (and (not
  337. (plist-get opt-plist :skip-before-1st-heading))
  338. (org-export-grab-title-from-buffer))
  339. (file-name-sans-extension
  340. (file-name-nondirectory buffer-file-name))))
  341. (filename (concat (file-name-as-directory
  342. (or pub-dir
  343. (org-export-directory :LaTeX ext-plist)))
  344. (file-name-sans-extension
  345. (or (and subtree-p
  346. (org-entry-get rbeg "EXPORT_FILE_NAME" t))
  347. (file-name-nondirectory ;sans-extension
  348. buffer-file-name)))
  349. ".tex"))
  350. (filename (if (equal (file-truename filename)
  351. (file-truename buffer-file-name))
  352. (concat filename ".tex")
  353. filename))
  354. (buffer (if to-buffer
  355. (cond
  356. ((eq to-buffer 'string) (get-buffer-create
  357. "*Org LaTeX Export*"))
  358. (t (get-buffer-create to-buffer)))
  359. (find-file-noselect filename)))
  360. (odd org-odd-levels-only)
  361. (header (org-export-latex-make-header title opt-plist))
  362. (skip (cond (subtree-p nil)
  363. (region-p t)
  364. ;; never skip first lines when exporting a subtree
  365. (t (plist-get opt-plist :skip-before-1st-heading))))
  366. (text (plist-get opt-plist :text))
  367. (first-lines (if skip "" (org-export-latex-first-lines)))
  368. (coding-system (and (boundp 'buffer-file-coding-system)
  369. buffer-file-coding-system))
  370. (coding-system-for-write (or org-export-latex-coding-system
  371. coding-system))
  372. (save-buffer-coding-system (or org-export-latex-coding-system
  373. coding-system))
  374. (region (buffer-substring
  375. (if region-p (region-beginning) (point-min))
  376. (if region-p (region-end) (point-max))))
  377. (string-for-export
  378. (org-export-preprocess-string
  379. region :emph-multiline t
  380. :for-LaTeX t
  381. :comments nil
  382. :tags (plist-get opt-plist :tags)
  383. :priority (plist-get opt-plist :priority)
  384. :todo-keywords (plist-get opt-plist :todo-keywords)
  385. :add-text (if (eq to-buffer 'string) nil text)
  386. :skip-before-1st-heading skip
  387. :select-tags (plist-get opt-plist :select-tags)
  388. :exclude-tags (plist-get opt-plist :exclude-tags)
  389. :LaTeX-fragments nil)))
  390. (set-buffer buffer)
  391. (erase-buffer)
  392. (and (fboundp 'set-buffer-file-coding-system)
  393. (set-buffer-file-coding-system coding-system-for-write))
  394. ;; insert the header and initial document commands
  395. (unless (or (eq to-buffer 'string) body-only)
  396. (insert header))
  397. ;; insert text found in #+TEXT
  398. (when (and text (not (eq to-buffer 'string)))
  399. (insert (org-export-latex-content
  400. text '(lists tables fixed-width keywords))
  401. "\n\n"))
  402. ;; insert lines before the first headline
  403. (unless (or skip (eq to-buffer 'string))
  404. (insert first-lines))
  405. ;; handle the case where the region does not begin with a section
  406. (when region-p
  407. (insert (with-temp-buffer
  408. (insert string-for-export)
  409. (org-export-latex-first-lines))))
  410. ;; export the content of headlines
  411. (org-export-latex-global
  412. (with-temp-buffer
  413. (insert string-for-export)
  414. (goto-char (point-min))
  415. (when (re-search-forward "^\\(\\*+\\) " nil t)
  416. (let* ((asters (length (match-string 1)))
  417. (level (if odd (- asters 2) (- asters 1))))
  418. (setq org-export-latex-add-level
  419. (if odd (1- (/ (1+ asters) 2)) (1- asters)))
  420. (org-export-latex-parse-global level odd)))))
  421. ;; finalization
  422. (unless body-only (insert "\n\\end{document}"))
  423. (or to-buffer (save-buffer))
  424. (goto-char (point-min))
  425. (message "Exporting to LaTeX...done")
  426. (prog1
  427. (if (eq to-buffer 'string)
  428. (prog1 (buffer-substring (point-min) (point-max))
  429. (kill-buffer (current-buffer)))
  430. (current-buffer))
  431. (set-window-configuration wcf))))
  432. ;;;###autoload
  433. (defun org-export-as-pdf (arg &optional hidden ext-plist
  434. to-buffer body-only pub-dir)
  435. "Export as LaTeX, then process through to PDF."
  436. (interactive "P")
  437. (message "Exporting to PDF...")
  438. (let* ((wconfig (current-window-configuration))
  439. (lbuf (org-export-as-latex arg hidden ext-plist
  440. to-buffer body-only pub-dir))
  441. (file (buffer-file-name lbuf))
  442. (base (file-name-sans-extension (buffer-file-name lbuf)))
  443. (pdffile (concat base ".pdf")))
  444. (and (file-exists-p pdffile) (delete-file pdffile))
  445. (message "Processing LaTeX file...")
  446. (shell-command (format "pdflatex -interaction nonstopmode %s"
  447. (shell-quote-argument file)))
  448. (shell-command (format "pdflatex -interaction nonstopmode %s"
  449. (shell-quote-argument file)))
  450. (message "Processing LaTeX file...done")
  451. (if (not (file-exists-p pdffile))
  452. (error "PDF file was not produced")
  453. (set-window-configuration wconfig)
  454. (when org-export-pdf-remove-logfiles
  455. (dolist (ext '("aux" "log" "out" "toc"))
  456. (setq file (concat base "." ext))
  457. (and (file-exists-p file) (delete-file file))))
  458. (message "Exporting to PDF...done")
  459. pdffile)))
  460. ;;;###autoload
  461. (defun org-export-as-pdf-and-open (arg)
  462. "Export as LaTeX, then process through to PDF, and open."
  463. (interactive "P")
  464. (let ((pdffile (org-export-as-pdf arg)))
  465. (if pdffile
  466. (org-open-file pdffile)
  467. (error "PDF file was not produced"))))
  468. ;;; Parsing functions:
  469. (defun org-export-latex-parse-global (level odd)
  470. "Parse the current buffer recursively, starting at LEVEL.
  471. If ODD is non-nil, assume the buffer only contains odd sections.
  472. Return a list reflecting the document structure."
  473. (save-excursion
  474. (goto-char (point-min))
  475. (let* ((cnt 0) output
  476. (depth org-export-latex-sectioning-depth))
  477. (while (re-search-forward
  478. (concat "^\\(\\(?:\\*\\)\\{"
  479. (number-to-string (+ (if odd 2 1) level))
  480. "\\}\\) \\(.*\\)$")
  481. ;; make sure that there is no upper heading
  482. (when (> level 0)
  483. (save-excursion
  484. (save-match-data
  485. (re-search-forward
  486. (concat "^\\(\\(?:\\*\\)\\{"
  487. (number-to-string level)
  488. "\\}\\) \\(.*\\)$") nil t)))) t)
  489. (setq cnt (1+ cnt))
  490. (let* ((pos (match-beginning 0))
  491. (heading (match-string 2))
  492. (nlevel (if odd (/ (+ 3 level) 2) (1+ level))))
  493. (save-excursion
  494. (narrow-to-region
  495. (point)
  496. (save-match-data
  497. (if (re-search-forward
  498. (concat "^\\(\\(?:\\*\\)\\{"
  499. (number-to-string (+ (if odd 2 1) level))
  500. "\\}\\) \\(.*\\)$") nil t)
  501. (match-beginning 0)
  502. (point-max))))
  503. (goto-char (point-min))
  504. (setq output
  505. (append output
  506. (list
  507. (list
  508. `(pos . ,pos)
  509. `(level . ,nlevel)
  510. `(occur . ,cnt)
  511. `(heading . ,heading)
  512. `(content . ,(org-export-latex-parse-content))
  513. `(subcontent . ,(org-export-latex-parse-subcontent
  514. level odd)))))))
  515. (widen)))
  516. (list output))))
  517. (defun org-export-latex-parse-content ()
  518. "Extract the content of a section."
  519. (let ((beg (point))
  520. (end (if (re-search-forward "^\\(\\*\\)+ .*$" nil t)
  521. (progn (beginning-of-line) (point))
  522. (point-max))))
  523. (buffer-substring beg end)))
  524. (defun org-export-latex-parse-subcontent (level odd)
  525. "Extract the subcontent of a section at LEVEL.
  526. If ODD Is non-nil, assume subcontent only contains odd sections."
  527. (if (not (re-search-forward
  528. (concat "^\\(\\(?:\\*\\)\\{"
  529. (number-to-string (+ (if odd 4 2) level))
  530. "\\}\\) \\(.*\\)$")
  531. nil t))
  532. nil ; subcontent is nil
  533. (org-export-latex-parse-global (+ (if odd 2 1) level) odd)))
  534. ;;; Rendering functions:
  535. (defun org-export-latex-global (content)
  536. "Export CONTENT to LaTeX.
  537. CONTENT is an element of the list produced by
  538. `org-export-latex-parse-global'."
  539. (if (eq (car content) 'subcontent)
  540. (mapc 'org-export-latex-sub (cdr content))
  541. (org-export-latex-sub (car content))))
  542. (defun org-export-latex-sub (subcontent)
  543. "Export the list SUBCONTENT to LaTeX.
  544. SUBCONTENT is an alist containing information about the headline
  545. and its content."
  546. (let ((num (plist-get org-export-latex-options-plist :section-numbers)))
  547. (mapc (lambda(x) (org-export-latex-subcontent x num)) subcontent)))
  548. (defun org-export-latex-subcontent (subcontent num)
  549. "Export each cell of SUBCONTENT to LaTeX.
  550. If NUM, export sections as numerical sections."
  551. (let* ((heading (org-export-latex-fontify-headline
  552. (cdr (assoc 'heading subcontent))))
  553. (level (- (cdr (assoc 'level subcontent))
  554. org-export-latex-add-level))
  555. (occur (number-to-string (cdr (assoc 'occur subcontent))))
  556. (content (cdr (assoc 'content subcontent)))
  557. (subcontent (cadr (assoc 'subcontent subcontent)))
  558. (label (org-get-text-property-any 0 'target heading))
  559. (label-list (cons label (cdr (assoc label
  560. org-export-target-aliases)))))
  561. (cond
  562. ;; Normal conversion
  563. ((<= level org-export-latex-sectioning-depth)
  564. (let* ((sec (nth (1- level) org-export-latex-sectioning))
  565. start end)
  566. (if (consp (cdr sec))
  567. (setq start (nth (if num 0 2) sec)
  568. end (nth (if num 1 3) sec))
  569. (setq start (if num (car sec) (cdr sec))))
  570. (insert (format start heading) "\n")
  571. (when label
  572. (insert (mapconcat (lambda (l) (format "\\label{%s}" l))
  573. label-list "\n") "\n"))
  574. (insert (org-export-latex-content content))
  575. (cond ((stringp subcontent) (insert subcontent))
  576. ((listp subcontent) (org-export-latex-sub subcontent)))
  577. (if end (insert end "\n"))))
  578. ;; At a level under the hl option: we can drop this subsection
  579. ((> level org-export-latex-sectioning-depth)
  580. (cond ((eq org-export-latex-low-levels 'description)
  581. (insert (format "\\begin{description}\n\n\\item[%s]%s\n\n"
  582. heading
  583. (if label (format "\\label{%s}" label) "")))
  584. (insert (org-export-latex-content content))
  585. (cond ((stringp subcontent) (insert subcontent))
  586. ((listp subcontent) (org-export-latex-sub subcontent)))
  587. (insert "\\end{description}\n"))
  588. ((stringp org-export-latex-low-levels)
  589. (insert (format org-export-latex-low-levels heading) "\n")
  590. (when label (insert (format "\\label{%s}\n" label)))
  591. (insert (org-export-latex-content content))
  592. (cond ((stringp subcontent) (insert subcontent))
  593. ((listp subcontent) (org-export-latex-sub subcontent)))))))))
  594. ;;; Exporting internals:
  595. (defun org-export-latex-set-initial-vars (ext-plist level)
  596. "Store org local variables required for LaTeX export.
  597. EXT-PLIST is an optional additional plist.
  598. LEVEL indicates the default depth for export."
  599. (setq org-export-latex-todo-keywords-1 org-todo-keywords-1
  600. org-export-latex-all-targets-re
  601. (org-make-target-link-regexp (org-all-targets))
  602. org-export-latex-options-plist
  603. (org-combine-plists (org-default-export-plist) ext-plist
  604. (org-infile-export-plist))
  605. org-export-latex-class
  606. (save-excursion
  607. (goto-char (point-min))
  608. (if (and (re-search-forward "^#\\+LaTeX_CLASS:[ \t]*\\([a-zA-Z]+\\)" nil t)
  609. (assoc (match-string 1) org-export-latex-classes))
  610. (match-string 1)
  611. org-export-latex-default-class))
  612. org-export-latex-header
  613. (cadr (assoc org-export-latex-class org-export-latex-classes))
  614. org-export-latex-sectioning
  615. (cddr (assoc org-export-latex-class org-export-latex-classes))
  616. org-export-latex-sectioning-depth
  617. (or level
  618. (let ((hl-levels
  619. (plist-get org-export-latex-options-plist :headline-levels))
  620. (sec-depth (length org-export-latex-sectioning)))
  621. (if (> hl-levels sec-depth) sec-depth hl-levels)))))
  622. (defun org-export-latex-make-header (title opt-plist)
  623. "Make the LaTeX header and return it as a string.
  624. TITLE is the current title from the buffer or region.
  625. OPT-PLIST is the options plist for current buffer."
  626. (let ((toc (plist-get opt-plist :table-of-contents))
  627. (author (plist-get opt-plist :author)))
  628. (concat
  629. (if (plist-get opt-plist :time-stamp-file)
  630. (format-time-string "% Created %Y-%m-%d %a %H:%M\n"))
  631. ;; insert LaTeX custom header
  632. org-export-latex-header
  633. "\n"
  634. ;; insert information on LaTeX packages
  635. (when org-export-latex-packages-alist
  636. (mapconcat (lambda(p)
  637. (if (equal "" (car p))
  638. (format "\\usepackage{%s}" (cadr p))
  639. (format "\\usepackage[%s]{%s}"
  640. (car p) (cadr p))))
  641. org-export-latex-packages-alist "\n"))
  642. ;; insert additional commands in the header
  643. (plist-get opt-plist :latex-header-extra)
  644. org-export-latex-append-header
  645. ;; insert the title
  646. (format
  647. "\n\n\\title{%s}\n"
  648. ;; convert the title
  649. (org-export-latex-content
  650. title '(lists tables fixed-width keywords)))
  651. ;; insert author info
  652. (if (plist-get opt-plist :author-info)
  653. (format "\\author{%s}\n"
  654. (or author user-full-name))
  655. (format "%%\\author{%s}\n"
  656. (or author user-full-name)))
  657. ;; insert the date
  658. (format "\\date{%s}\n"
  659. (format-time-string
  660. (or (plist-get opt-plist :date)
  661. org-export-latex-date-format)))
  662. ;; beginning of the document
  663. "\n\\begin{document}\n\n"
  664. ;; insert the title command
  665. (if (string-match "%s" org-export-latex-title-command)
  666. (format org-export-latex-title-command title)
  667. org-export-latex-title-command)
  668. "\n\n"
  669. ;; table of contents
  670. (when (and org-export-with-toc
  671. (plist-get opt-plist :section-numbers))
  672. (cond ((numberp toc)
  673. (format "\\setcounter{tocdepth}{%s}\n\\tableofcontents\n\n"
  674. (min toc (plist-get opt-plist :headline-levels))))
  675. (toc (format "\\setcounter{tocdepth}{%s}\n\\tableofcontents\n\n"
  676. (plist-get opt-plist :headline-levels))))))))
  677. (defun org-export-latex-first-lines (&optional comments)
  678. "Export the first lines before first headline.
  679. COMMENTS is either nil to replace them with the empty string or a
  680. formatting string like %%%%s if we want to comment them out."
  681. (save-excursion
  682. (goto-char (point-min))
  683. (if (org-at-heading-p) (beginning-of-line 2))
  684. (let* ((pt (point))
  685. (end (if (and (re-search-forward "^\\* " nil t)
  686. (not (eq pt (match-beginning 0))))
  687. (goto-char (match-beginning 0))
  688. (goto-char (point-max)))))
  689. (org-export-latex-content
  690. (org-export-preprocess-string
  691. (buffer-substring (point-min) end)
  692. :for-LaTeX t
  693. :emph-multiline t
  694. :add-text nil
  695. :comments nil
  696. :skip-before-1st-heading nil
  697. :LaTeX-fragments nil)))))
  698. (defun org-export-latex-content (content &optional exclude-list)
  699. "Convert CONTENT string to LaTeX.
  700. Don't perform conversions that are in EXCLUDE-LIST. Recognized
  701. conversion types are: quotation-marks, emphasis, sub-superscript,
  702. links, keywords, lists, tables, fixed-width"
  703. (with-temp-buffer
  704. (insert content)
  705. (unless (memq 'quotation-marks exclude-list)
  706. (org-export-latex-quotation-marks))
  707. (unless (memq 'emphasis exclude-list)
  708. (when (plist-get org-export-latex-options-plist :emphasize)
  709. (org-export-latex-fontify)))
  710. (unless (memq 'sub-superscript exclude-list)
  711. (org-export-latex-special-chars
  712. (plist-get org-export-latex-options-plist :sub-superscript)))
  713. (unless (memq 'links exclude-list)
  714. (org-export-latex-links))
  715. (unless (memq 'keywords exclude-list)
  716. (org-export-latex-keywords
  717. (plist-get org-export-latex-options-plist :timestamps)))
  718. (unless (memq 'lists exclude-list)
  719. (org-export-latex-lists))
  720. (unless (memq 'tables exclude-list)
  721. (org-export-latex-tables
  722. (plist-get org-export-latex-options-plist :tables)))
  723. (unless (memq 'fixed-width exclude-list)
  724. (org-export-latex-fixed-width
  725. (plist-get org-export-latex-options-plist :fixed-width)))
  726. ;; return string
  727. (buffer-substring (point-min) (point-max))))
  728. (defun org-export-latex-protect-string (s)
  729. "Add the org-protected property to string S."
  730. (add-text-properties 0 (length s) '(org-protected t) s) s)
  731. (defun org-export-latex-protect-char-in-string (char-list string)
  732. "Add org-protected text-property to char from CHAR-LIST in STRING."
  733. (with-temp-buffer
  734. (save-match-data
  735. (insert string)
  736. (goto-char (point-min))
  737. (while (re-search-forward (regexp-opt char-list) nil t)
  738. (add-text-properties (match-beginning 0)
  739. (match-end 0) '(org-protected t)))
  740. (buffer-string))))
  741. (defun org-export-latex-keywords-maybe (remove-list)
  742. "Maybe remove keywords depending on rules in REMOVE-LIST."
  743. (goto-char (point-min))
  744. (let ((re-todo (mapconcat 'identity org-export-latex-todo-keywords-1 "\\|"))
  745. (case-fold-search nil))
  746. ;; convert TODO keywords
  747. (when (re-search-forward (concat "^\\(" re-todo "\\)") nil t)
  748. (if (plist-get remove-list :todo)
  749. (replace-match "")
  750. (replace-match (format "\\texttt{%s}" (match-string 1)) t t)))
  751. ;; convert priority string
  752. (when (re-search-forward "\\[\\\\#.\\]" nil t)
  753. (if (plist-get remove-list :priority)
  754. (replace-match "")
  755. (replace-match (format "\\texttt{%s}" (match-string 0)) t t)))
  756. ;; convert tags
  757. (when (re-search-forward "\\(:[a-zA-Z0-9_@]+\\)+:" nil t)
  758. (if (or (not org-export-with-tags)
  759. (plist-get remove-list :tags))
  760. (replace-match "")
  761. (replace-match
  762. (org-export-latex-protect-string
  763. (format "\\texttt{%s}"
  764. (save-match-data
  765. (replace-regexp-in-string
  766. "_" "\\\\_" (match-string 0)))))
  767. t t)))))
  768. (defun org-export-latex-fontify-headline (string)
  769. "Fontify special words in STRING."
  770. (with-temp-buffer
  771. ;; FIXME: org-inside-LaTeX-fragment-p doesn't work when the $...$ is at
  772. ;; the beginning of the buffer - inserting "\n" is safe here though.
  773. (insert "\n" string)
  774. (goto-char (point-min))
  775. (when (plist-get org-export-latex-options-plist :emphasize)
  776. (org-export-latex-fontify))
  777. (org-export-latex-keywords-maybe
  778. org-export-latex-remove-from-headlines)
  779. (org-export-latex-special-chars
  780. (plist-get org-export-latex-options-plist :sub-superscript))
  781. (org-export-latex-links)
  782. ; (org-trim (buffer-substring-no-properties (point-min) (point-max)))))
  783. (org-trim (buffer-string))))
  784. (defun org-export-latex-quotation-marks ()
  785. "Export quotation marks depending on language conventions."
  786. (let* ((lang (plist-get org-export-latex-options-plist :language))
  787. (quote-rpl (if (equal lang "fr")
  788. '(("\\(\\s-\\)\"" "«~")
  789. ("\\(\\S-\\)\"" "~»")
  790. ("\\(\\s-\\)'" "`"))
  791. '(("\\(\\s-\\)\"" "``")
  792. ("\\(\\S-\\)\"" "''")
  793. ("\\(\\s-\\)'" "`")))))
  794. (mapc (lambda(l) (goto-char (point-min))
  795. (while (re-search-forward (car l) nil t)
  796. (let ((rpl (concat (match-string 1) (cadr l))))
  797. (org-export-latex-protect-string rpl)
  798. (org-if-unprotected
  799. (replace-match rpl t t))))) quote-rpl)))
  800. (defun org-export-latex-special-chars (sub-superscript)
  801. "Export special characters to LaTeX.
  802. If SUB-SUPERSCRIPT is non-nil, convert \\ and ^.
  803. See the `org-export-latex.el' code for a complete conversion table."
  804. (goto-char (point-min))
  805. (mapc (lambda(c)
  806. (goto-char (point-min))
  807. (while (re-search-forward c nil t)
  808. ;; Put the point where to check for org-protected
  809. (unless (or (get-text-property (match-beginning 2) 'org-protected)
  810. (org-at-table-p))
  811. (cond ((member (match-string 2) '("\\$" "$"))
  812. (if (equal (match-string 2) "\\$")
  813. (replace-match (concat (match-string 1) "$"
  814. (match-string 3)) t t)
  815. (replace-match (concat (match-string 1) "\\$"
  816. (match-string 3)) t t)))
  817. ((member (match-string 2) '("&" "%" "#"))
  818. (if (equal (match-string 1) "\\")
  819. (replace-match (match-string 2) t t)
  820. (replace-match (concat (match-string 1) "\\"
  821. (match-string 2)) t t)))
  822. ((equal (match-string 2) "...")
  823. (replace-match
  824. (concat (match-string 1)
  825. (org-export-latex-protect-string "\\ldots{}")) t t))
  826. ((equal (match-string 2) "~")
  827. (cond ((equal (match-string 1) "\\") nil)
  828. ((eq 'org-link (get-text-property 0 'face (match-string 2)))
  829. (replace-match (concat (match-string 1) "\\~") t t))
  830. (t (replace-match
  831. (org-export-latex-protect-string
  832. (concat (match-string 1) "\\~{}")) t t))))
  833. ((member (match-string 2) '("{" "}"))
  834. (unless (save-match-data (org-inside-LaTeX-fragment-p))
  835. (if (equal (match-string 1) "\\")
  836. (replace-match (match-string 2) t t)
  837. (replace-match (concat (match-string 1) "\\"
  838. (match-string 2)) t t)))))
  839. (unless (save-match-data (org-inside-LaTeX-fragment-p))
  840. (cond ((equal (match-string 2) "\\")
  841. (replace-match (or (save-match-data
  842. (org-export-latex-treat-backslash-char
  843. (match-string 1)
  844. (match-string 3))) "") t t))
  845. ((member (match-string 2) '("_" "^"))
  846. (replace-match (or (save-match-data
  847. (org-export-latex-treat-sub-super-char
  848. sub-superscript
  849. (match-string 2)
  850. (match-string 1)
  851. (match-string 3))) "") t t)))))))
  852. '("^\\([^\n$]*?\\|^\\)\\(\\\\?\\$\\)\\([^\n$]*\\)$"
  853. "\\([a-za-z0-9]+\\|[ \t\n]\\|\\b\\|\\\\\\)\\(_\\|\\^\\)\\([a-za-z0-9]+\\|[ \t\n]\\|[:punct:]\\|{[a-za-z0-9]+}\\|([a-za-z0-9]+)\\)"
  854. "\\(.\\|^\\)\\(\\\\\\)\\([ \t\n]\\|[a-zA-Z&#%{}\"]+\\)"
  855. "\\(.\\|^\\)\\(&\\)"
  856. "\\(.\\|^\\)\\(#\\)"
  857. "\\(.\\|^\\)\\(%\\)"
  858. "\\(.\\|^\\)\\({\\)"
  859. "\\(.\\|^\\)\\(}\\)"
  860. "\\(.\\|^\\)\\(~\\)"
  861. "\\(.\\|^\\)\\(\\.\\.\\.\\)"
  862. ;; (?\< . "\\textless{}")
  863. ;; (?\> . "\\textgreater{}")
  864. )))
  865. (defun org-export-latex-treat-sub-super-char
  866. (subsup char string-before string-after)
  867. "Convert the \"_\" and \"^\" characters to LaTeX.
  868. SUBSUP corresponds to the ^: option in the #+OPTIONS line.
  869. Convert CHAR depending on STRING-BEFORE and STRING-AFTER."
  870. (cond ((equal string-before "\\")
  871. (concat string-before char string-after))
  872. ;; this is part of a math formula
  873. ((and (string-match "\\S-+" string-before)
  874. (string-match "\\S-+" string-after))
  875. (cond ((eq 'org-link (get-text-property 0 'face char))
  876. (concat string-before "\\" char string-after))
  877. ((save-match-data (org-inside-LaTeX-fragment-p))
  878. (if subsup
  879. (cond ((eq 1 (length string-after))
  880. (concat string-before char string-after))
  881. ((string-match "[({]?\\([^)}]+\\)[)}]?" string-after)
  882. (format "%s%s{%s}" string-before char
  883. (match-string 1 string-after))))))
  884. ((and (> (length string-after) 1)
  885. (or (eq subsup t)
  886. (and (equal subsup '{}) (eq (string-to-char string-after) ?\{)))
  887. (string-match "[({]?\\([^)}]+\\)[)}]?" string-after))
  888. (format "%s$%s{%s}$" string-before char
  889. (if (> (match-end 1) (1+ (match-beginning 1)))
  890. (concat "\\mathrm{" (match-string 1 string-after) "}")
  891. (match-string 1 string-after))))
  892. ((eq subsup t) (concat string-before "$" char string-after "$"))
  893. (t (org-export-latex-protect-string
  894. (concat string-before "\\" char "{}" string-after)))))
  895. (t (org-export-latex-protect-string
  896. (concat string-before "\\" char "{}" string-after)))))
  897. (defun org-export-latex-treat-backslash-char (string-before string-after)
  898. "Convert the \"$\" special character to LaTeX.
  899. The conversion is made depending of STRING-BEFORE and STRING-AFTER."
  900. (cond ((member (list string-after) org-html-entities)
  901. ;; backslash is part of a special entity (like "\alpha")
  902. (concat string-before "$\\"
  903. (or (cdar (member (list string-after) org-html-entities))
  904. string-after) "$"))
  905. ((and (not (string-match "^[ \n\t]" string-after))
  906. (not (string-match "[ \t]\\'\\|^" string-before)))
  907. ;; backslash is inside a word
  908. (org-export-latex-protect-string
  909. (concat string-before "\\textbackslash{}" string-after)))
  910. ((not (or (equal string-after "")
  911. (string-match "^[ \t\n]" string-after)))
  912. ;; backslash might escape a character (like \#) or a user TeX
  913. ;; macro (like \setcounter)
  914. (org-export-latex-protect-string
  915. (concat string-before "\\" string-after)))
  916. ((and (string-match "^[ \t\n]" string-after)
  917. (string-match "[ \t\n]\\'" string-before))
  918. ;; backslash is alone, convert it to $\backslash$
  919. (org-export-latex-protect-string
  920. (concat string-before "\\textbackslash{}" string-after)))
  921. (t (org-export-latex-protect-string
  922. (concat string-before "\\textbackslash{}" string-after)))))
  923. (defun org-export-latex-keywords (timestamps)
  924. "Convert special keywords to LaTeX.
  925. Regexps are those from `org-export-latex-special-string-regexps'.
  926. If TIMESTAMPS, convert timestamps, otherwise delete them."
  927. (let ((rg org-export-latex-special-string-regexps) r)
  928. (while (setq r (pop rg))
  929. (goto-char (point-min))
  930. (while (re-search-forward (eval r) nil t)
  931. (if (not timestamps)
  932. (replace-match (format "\\\\texttt{%s}" (match-string 0)) t)
  933. (replace-match ""))))))
  934. (defun org-export-latex-fixed-width (opt)
  935. "When OPT is non-nil convert fixed-width sections to LaTeX."
  936. (goto-char (point-min))
  937. (while (re-search-forward "^[ \t]*:" nil t)
  938. (if opt
  939. (progn (goto-char (match-beginning 0))
  940. (insert "\\begin{verbatim}\n")
  941. (while (looking-at "^\\([ \t]*\\):\\(.*\\)$")
  942. (replace-match (concat (match-string 1)
  943. (match-string 2)) t t)
  944. (forward-line))
  945. (insert "\\end{verbatim}\n\n"))
  946. (progn (goto-char (match-beginning 0))
  947. (while (looking-at "^\\([ \t]*\\):\\(.*\\)$")
  948. (replace-match (concat "%" (match-string 1)
  949. (match-string 2)) t t)
  950. (forward-line))))))
  951. (defvar org-table-last-alignment) ; defined in org-table.el
  952. (declare-function orgtbl-to-latex "org-table" (table params) t)
  953. (defun org-export-latex-tables (insert)
  954. "Convert tables to LaTeX and INSERT it."
  955. (goto-char (point-min))
  956. (while (re-search-forward "^\\([ \t]*\\)|" nil t)
  957. ;; FIXME really need to save-excursion?
  958. (save-excursion (org-table-align))
  959. (let* ((beg (org-table-begin))
  960. (end (org-table-end))
  961. (raw-table (buffer-substring beg end))
  962. fnum fields line lines olines gr colgropen line-fmt align
  963. caption label attr floatp)
  964. (if org-export-latex-tables-verbatim
  965. (let* ((tbl (concat "\\begin{verbatim}\n" raw-table
  966. "\\end{verbatim}\n")))
  967. (apply 'delete-region (list beg end))
  968. (insert (org-export-latex-protect-string tbl)))
  969. (progn
  970. (setq caption (org-find-text-property-in-string
  971. 'org-caption raw-table)
  972. attr (org-find-text-property-in-string
  973. 'org-attributes raw-table)
  974. label (org-find-text-property-in-string
  975. 'org-attributes raw-table)
  976. floatp (or caption label))
  977. (setq lines (split-string raw-table "\n" t))
  978. (apply 'delete-region (list beg end))
  979. (when org-export-table-remove-special-lines
  980. (setq lines (org-table-clean-before-export lines)))
  981. ;; make a formatting string to reflect aligment
  982. (setq olines lines)
  983. (while (and (not line-fmt) (setq line (pop olines)))
  984. (unless (string-match "^[ \t]*|-" line)
  985. (setq fields (org-split-string line "[ \t]*|[ \t]*"))
  986. (setq fnum (make-vector (length fields) 0))
  987. (setq line-fmt
  988. (mapconcat
  989. (lambda (x)
  990. (setq gr (pop org-table-colgroup-info))
  991. (format "%s%%s%s"
  992. (cond ((eq gr ':start)
  993. (prog1 (if colgropen "|" "")
  994. (setq colgropen t)))
  995. ((eq gr ':startend)
  996. (prog1 (if colgropen "|" "|")
  997. (setq colgropen nil)))
  998. (t ""))
  999. (if (memq gr '(:end :startend))
  1000. (progn (setq colgropen nil) "|")
  1001. "")))
  1002. fnum ""))))
  1003. ;; fix double || in line-fmt
  1004. (setq line-fmt (replace-regexp-in-string "||" "|" line-fmt))
  1005. ;; maybe remove the first and last "|"
  1006. (when (and (not org-export-latex-tables-column-borders)
  1007. (string-match "^\\(|\\)?\\(.+\\)|$" line-fmt))
  1008. (setq line-fmt (match-string 2 line-fmt)))
  1009. ;; format alignment
  1010. (setq align (apply 'format
  1011. (cons line-fmt
  1012. (mapcar (lambda (x) (if x "r" "l"))
  1013. org-table-last-alignment))))
  1014. ;; prepare the table to send to orgtbl-to-latex
  1015. (setq lines
  1016. (mapcar
  1017. (lambda(elem)
  1018. (or (and (string-match "[ \t]*|-+" elem) 'hline)
  1019. (split-string (org-trim elem) "|" t)))
  1020. lines))
  1021. (when insert
  1022. (insert (org-export-latex-protect-string
  1023. (concat
  1024. (if floatp "\\begin{table}[htb]\n")
  1025. (if floatp (format
  1026. "\\caption{%s%s}\n"
  1027. (if label (concat "\\\label{" label "}"))
  1028. (or caption "")))
  1029. "\\begin{center}\n"
  1030. (orgtbl-to-latex
  1031. lines `(:tstart ,(concat "\\begin{tabular}{" align "}")))
  1032. "\n\\end{center}\n"
  1033. (if floatp "\\end{table}")))
  1034. "\n\n")))))))
  1035. (defun org-export-latex-fontify ()
  1036. "Convert fontification to LaTeX."
  1037. (goto-char (point-min))
  1038. (while (re-search-forward org-emph-re nil t)
  1039. ;; The match goes one char after the *string*
  1040. (let ((emph (assoc (match-string 3)
  1041. org-export-latex-emphasis-alist))
  1042. rpl)
  1043. (unless (get-text-property (1- (point)) 'org-protected)
  1044. (setq rpl (concat (match-string 1)
  1045. (format (org-export-latex-protect-char-in-string
  1046. '("\\" "{" "}") (cadr emph))
  1047. (match-string 4))
  1048. (match-string 5)))
  1049. (if (caddr emph)
  1050. (setq rpl (org-export-latex-protect-string rpl)))
  1051. (replace-match rpl t t)))
  1052. (backward-char)))
  1053. (defun org-export-latex-links ()
  1054. ;; Make sure to use the LaTeX hyperref and graphicx package
  1055. ;; or send some warnings.
  1056. "Convert links to LaTeX."
  1057. (goto-char (point-min))
  1058. (while (re-search-forward org-bracket-link-analytic-regexp nil t)
  1059. (org-if-unprotected
  1060. (goto-char (match-beginning 0))
  1061. (let* ((re-radio org-export-latex-all-targets-re)
  1062. (remove (list (match-beginning 0) (match-end 0)))
  1063. (raw-path (org-extract-attributes (match-string 3)))
  1064. (full-raw-path (concat (match-string 1) raw-path))
  1065. (desc (match-string 5))
  1066. (type (or (match-string 2)
  1067. (if (or (file-name-absolute-p raw-path)
  1068. (string-match "^\\.\\.?/" raw-path))
  1069. "file")))
  1070. (caption (org-find-text-property-in-string 'org-caption raw-path))
  1071. (attr (org-find-text-property-in-string 'org-attributes raw-path))
  1072. (label (org-find-text-property-in-string 'org-label raw-path))
  1073. (floatp (or label caption))
  1074. imgp radiop
  1075. ;; define the path of the link
  1076. (path (cond
  1077. ((member type '("http" "https" "ftp"))
  1078. (concat type ":" raw-path))
  1079. ((and re-radio (string-match re-radio raw-path))
  1080. (setq radiop t))
  1081. ((equal type "mailto")
  1082. (concat type ":" raw-path))
  1083. ((equal type "file")
  1084. (if (and (or (org-file-image-p (expand-file-name raw-path))
  1085. (string-match "\\.\\(pdf\\|jpg\\|ps\\|eps\\)$"
  1086. raw-path))
  1087. (equal desc full-raw-path))
  1088. (setq imgp t)
  1089. (progn (when (string-match "\\(.+\\)::.+" raw-path)
  1090. (setq raw-path (match-string 1 raw-path)))
  1091. (if (file-exists-p raw-path)
  1092. (concat type "://" (expand-file-name raw-path))
  1093. (concat type "://" (org-export-directory
  1094. :LaTeX org-export-latex-options-plist)
  1095. raw-path))))))))
  1096. ;; process with link inserting
  1097. (apply 'delete-region remove)
  1098. (cond ((and imgp (plist-get org-export-latex-options-plist :inline-images))
  1099. (insert
  1100. (concat
  1101. (if floatp "\\begin{figure}[htb]\n")
  1102. (format "\\centerline{\\includegraphics[%s]{%s}}\n"
  1103. (or attr org-export-latex-image-default-option)
  1104. (expand-file-name raw-path))
  1105. (if floatp
  1106. (format "\\caption{%s%s}\n"
  1107. (if label (concat "\\label{" label "}"))
  1108. (or caption "")))
  1109. (if floatp "\\end{figure}\n"))))
  1110. (radiop (insert (format "\\hyperref[%s]{%s}"
  1111. (org-solidify-link-text raw-path) desc)))
  1112. ((not type)
  1113. (insert (format "\\hyperref[%s]{%s}"
  1114. (org-solidify-link-text raw-path) desc)))
  1115. (path (insert (format "\\href{%s}{%s}" path desc)))
  1116. (t (insert "\\texttt{" desc "}")))))))
  1117. (defvar org-latex-entities) ; defined below
  1118. (defvar org-latex-entities-regexp) ; defined below
  1119. (defun org-export-latex-preprocess ()
  1120. "Clean stuff in the LaTeX export."
  1121. ;; Preserve line breaks
  1122. (goto-char (point-min))
  1123. (while (re-search-forward "\\\\\\\\" nil t)
  1124. (add-text-properties (match-beginning 0) (match-end 0)
  1125. '(org-protected t)))
  1126. ;; Preserve latex environments
  1127. (goto-char (point-min))
  1128. (while (re-search-forward "^[ \t]*\\begin{\\([a-zA-Z]+\\)}" nil t)
  1129. (let* ((start (progn (beginning-of-line) (point)))
  1130. (end (or (and (re-search-forward
  1131. (concat "^[ \t]*\\end{" (match-string 1) "}" nil t)
  1132. (point-at-eol)))
  1133. (point-max))))
  1134. (add-text-properties start end '(org-protected t))))
  1135. ;; Convert LaTeX to \LaTeX{}
  1136. (goto-char (point-min))
  1137. (let ((case-fold-search nil) rpl)
  1138. (while (re-search-forward "\\([^+_]\\)LaTeX" nil t)
  1139. (replace-match (org-export-latex-protect-string
  1140. (concat (match-string 1) "\\LaTeX{}")) t t)))
  1141. ;; Convert blockquotes
  1142. (goto-char (point-min))
  1143. (while (search-forward "ORG-BLOCKQUOTE-START" nil t)
  1144. (replace-match "\\begin{quote}" t t))
  1145. (goto-char (point-min))
  1146. (while (search-forward "ORG-BLOCKQUOTE-END" nil t)
  1147. (replace-match "\\end{quote}" t t))
  1148. ;; Convert verse
  1149. (goto-char (point-min))
  1150. (while (search-forward "ORG-VERSE-START" nil t)
  1151. (replace-match "\\begin{verse}" t t))
  1152. (goto-char (point-min))
  1153. (while (search-forward "ORG-VERSE-END" nil t)
  1154. (replace-match "\\end{verse}" t t))
  1155. ;; Convert horizontal rules
  1156. (goto-char (point-min))
  1157. (while (re-search-forward "^----+.$" nil t)
  1158. (replace-match (org-export-latex-protect-string "\\hrule") t t))
  1159. ;; Protect LaTeX commands like \commad[...]{...} or \command{...}
  1160. (goto-char (point-min))
  1161. (while (re-search-forward "\\\\[a-zA-Z]+\\(?:\\[.*\\]\\)?{.*}" nil t)
  1162. (add-text-properties (match-beginning 0) (match-end 0)
  1163. '(org-protected t)))
  1164. ;; Protect LaTeX entities
  1165. (goto-char (point-min))
  1166. (while (re-search-forward org-latex-entities-regexp nil t)
  1167. (add-text-properties (match-beginning 0) (match-end 0)
  1168. '(org-protected t)))
  1169. ;; Replace radio links
  1170. (goto-char (point-min))
  1171. (while (re-search-forward
  1172. (concat "<<<?" org-export-latex-all-targets-re
  1173. ">>>?\\((INVISIBLE)\\)?") nil t)
  1174. (replace-match
  1175. (org-export-latex-protect-string
  1176. (format "\\label{%s}%s" (save-match-data (org-solidify-link-text
  1177. (match-string 1)))
  1178. (if (match-string 2) "" (match-string 1)))) t t))
  1179. ;; Delete @<...> constructs
  1180. ;; Thanks to Daniel Clemente for this regexp
  1181. (goto-char (point-min))
  1182. (while (re-search-forward "@<\\(?:[^\"\n]\\|\".*\"\\)*?>" nil t)
  1183. (replace-match ""))
  1184. ;; When converting to LaTeX, replace footnotes
  1185. ;; FIXME: don't protect footnotes from conversion
  1186. (when (plist-get org-export-latex-options-plist :footnotes)
  1187. (goto-char (point-min))
  1188. (while (re-search-forward "\\[[0-9]+\\]" nil t)
  1189. (when (save-match-data
  1190. (save-excursion (beginning-of-line)
  1191. (looking-at "[^:|#]")))
  1192. (let ((foot-beg (match-beginning 0))
  1193. (foot-end (match-end 0))
  1194. (foot-prefix (match-string 0))
  1195. footnote footnote-rpl)
  1196. (save-excursion
  1197. (when (search-forward foot-prefix nil t)
  1198. (replace-match "")
  1199. (let ((end (save-excursion
  1200. (if (re-search-forward "^$\\|^#.*$\\|\\[[0-9]+\\]" nil t)
  1201. (match-beginning 0) (point-max)))))
  1202. (setq footnote (concat (org-trim (buffer-substring (point) end))
  1203. " ")) ; prevent last } being part of a link
  1204. (delete-region (point) end))
  1205. (goto-char foot-beg)
  1206. (delete-region foot-beg foot-end)
  1207. (unless (null footnote)
  1208. (setq footnote-rpl (format "\\footnote{%s}" footnote))
  1209. (add-text-properties 0 10 '(org-protected t) footnote-rpl)
  1210. (add-text-properties (1- (length footnote-rpl))
  1211. (length footnote-rpl)
  1212. '(org-protected t) footnote-rpl)
  1213. (insert footnote-rpl)))))))
  1214. ;; Replace footnote section tag for LaTeX
  1215. (goto-char (point-min))
  1216. (while (re-search-forward
  1217. (concat "^" footnote-section-tag-regexp) nil t)
  1218. (replace-match ""))))
  1219. ;;; List handling:
  1220. (defun org-export-latex-lists ()
  1221. "Replace plain text lists in current buffer into LaTeX lists."
  1222. "Convert lists to LaTeX."
  1223. (goto-char (point-min))
  1224. (while (re-search-forward org-list-beginning-re nil t)
  1225. (org-if-unprotected
  1226. (beginning-of-line)
  1227. (insert (org-list-to-latex (org-list-parse-list t)) "\n"))))
  1228. (defconst org-latex-entities
  1229. '("\\!"
  1230. "\\'"
  1231. "\\+"
  1232. "\\,"
  1233. "\\-"
  1234. "\\:"
  1235. "\\;"
  1236. "\\<"
  1237. "\\="
  1238. "\\>"
  1239. "\\Huge"
  1240. "\\LARGE"
  1241. "\\Large"
  1242. "\\Styles"
  1243. "\\\\"
  1244. "\\`"
  1245. "\\addcontentsline"
  1246. "\\address"
  1247. "\\addtocontents"
  1248. "\\addtocounter"
  1249. "\\addtolength"
  1250. "\\addvspace"
  1251. "\\alph"
  1252. "\\appendix"
  1253. "\\arabic"
  1254. "\\author"
  1255. "\\begin{array}"
  1256. "\\begin{center}"
  1257. "\\begin{description}"
  1258. "\\begin{enumerate}"
  1259. "\\begin{eqnarray}"
  1260. "\\begin{equation}"
  1261. "\\begin{figure}"
  1262. "\\begin{flushleft}"
  1263. "\\begin{flushright}"
  1264. "\\begin{itemize}"
  1265. "\\begin{list}"
  1266. "\\begin{minipage}"
  1267. "\\begin{picture}"
  1268. "\\begin{quotation}"
  1269. "\\begin{quote}"
  1270. "\\begin{tabbing}"
  1271. "\\begin{table}"
  1272. "\\begin{tabular}"
  1273. "\\begin{thebibliography}"
  1274. "\\begin{theorem}"
  1275. "\\begin{titlepage}"
  1276. "\\begin{verbatim}"
  1277. "\\begin{verse}"
  1278. "\\bf"
  1279. "\\bf"
  1280. "\\bibitem"
  1281. "\\bigskip"
  1282. "\\cdots"
  1283. "\\centering"
  1284. "\\circle"
  1285. "\\cite"
  1286. "\\cleardoublepage"
  1287. "\\clearpage"
  1288. "\\cline"
  1289. "\\closing"
  1290. "\\dashbox"
  1291. "\\date"
  1292. "\\ddots"
  1293. "\\dotfill"
  1294. "\\em"
  1295. "\\fbox"
  1296. "\\flushbottom"
  1297. "\\fnsymbol"
  1298. "\\footnote"
  1299. "\\footnotemark"
  1300. "\\footnotesize"
  1301. "\\footnotetext"
  1302. "\\frac"
  1303. "\\frame"
  1304. "\\framebox"
  1305. "\\hfill"
  1306. "\\hline"
  1307. "\\hrulespace"
  1308. "\\hspace"
  1309. "\\huge"
  1310. "\\hyphenation"
  1311. "\\include"
  1312. "\\includeonly"
  1313. "\\indent"
  1314. "\\input"
  1315. "\\it"
  1316. "\\kill"
  1317. "\\label"
  1318. "\\large"
  1319. "\\ldots"
  1320. "\\line"
  1321. "\\linebreak"
  1322. "\\linethickness"
  1323. "\\listoffigures"
  1324. "\\listoftables"
  1325. "\\location"
  1326. "\\makebox"
  1327. "\\maketitle"
  1328. "\\mark"
  1329. "\\mbox"
  1330. "\\medskip"
  1331. "\\multicolumn"
  1332. "\\multiput"
  1333. "\\newcommand"
  1334. "\\newcounter"
  1335. "\\newenvironment"
  1336. "\\newfont"
  1337. "\\newlength"
  1338. "\\newline"
  1339. "\\newpage"
  1340. "\\newsavebox"
  1341. "\\newtheorem"
  1342. "\\nocite"
  1343. "\\nofiles"
  1344. "\\noindent"
  1345. "\\nolinebreak"
  1346. "\\nopagebreak"
  1347. "\\normalsize"
  1348. "\\onecolumn"
  1349. "\\opening"
  1350. "\\oval"
  1351. "\\overbrace"
  1352. "\\overline"
  1353. "\\pagebreak"
  1354. "\\pagenumbering"
  1355. "\\pageref"
  1356. "\\pagestyle"
  1357. "\\par"
  1358. "\\parbox"
  1359. "\\put"
  1360. "\\raggedbottom"
  1361. "\\raggedleft"
  1362. "\\raggedright"
  1363. "\\raisebox"
  1364. "\\ref"
  1365. "\\rm"
  1366. "\\roman"
  1367. "\\rule"
  1368. "\\savebox"
  1369. "\\sc"
  1370. "\\scriptsize"
  1371. "\\setcounter"
  1372. "\\setlength"
  1373. "\\settowidth"
  1374. "\\sf"
  1375. "\\shortstack"
  1376. "\\signature"
  1377. "\\sl"
  1378. "\\small"
  1379. "\\smallskip"
  1380. "\\sqrt"
  1381. "\\tableofcontents"
  1382. "\\telephone"
  1383. "\\thanks"
  1384. "\\thispagestyle"
  1385. "\\tiny"
  1386. "\\title"
  1387. "\\tt"
  1388. "\\twocolumn"
  1389. "\\typein"
  1390. "\\typeout"
  1391. "\\underbrace"
  1392. "\\underline"
  1393. "\\usebox"
  1394. "\\usecounter"
  1395. "\\value"
  1396. "\\vdots"
  1397. "\\vector"
  1398. "\\verb"
  1399. "\\vfill"
  1400. "\\vline"
  1401. "\\vspace")
  1402. "A list of LaTeX commands to be protected when performing conversion.")
  1403. (defconst org-latex-entities-regexp
  1404. (let (names rest)
  1405. (dolist (x org-latex-entities)
  1406. (if (string-match "[a-z][A-Z]$" x)
  1407. (push x names)
  1408. (push x rest)))
  1409. (concat "\\(" (regexp-opt (nreverse names)) "\\>\\)"
  1410. "\\|\\(" (regexp-opt (nreverse rest)) "\\)")))
  1411. (provide 'org-export-latex)
  1412. ;; arch-tag: 23c2b87d-da04-4c2d-ad2d-1eb6487bc3ad
  1413. ;;; org-export-latex.el ends here