org-export-latex.el 53 KB

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