org-export-latex.el 54 KB

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