Function: org-latex-line-break

org-latex-line-break is a byte-compiled function defined in ox-latex.el.gz.

Signature

(org-latex-line-break LINE-BREAK CONTENTS INFO)

Documentation

Transcode a LINE-BREAK object from Org to LaTeX.

CONTENTS is nil. INFO is a plist holding contextual information.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-latex.el.gz
;;;; Line Break

(defun org-latex-line-break (_line-break _contents _info)
  "Transcode a LINE-BREAK object from Org to LaTeX.
CONTENTS is nil.  INFO is a plist holding contextual information."
  "\\\\\n")