From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Grebenstein Subject: Bug in latex export Date: Sat, 12 Nov 2011 12:13:34 +0100 Message-ID: <4EBE54DE.8060803@mgrebenstein.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------040305040007090201040608" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPBWs-0006vQ-6O for emacs-orgmode@gnu.org; Sat, 12 Nov 2011 06:13:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RPBWq-0004M6-Nj for emacs-orgmode@gnu.org; Sat, 12 Nov 2011 06:13:46 -0500 Received: from smtprelay03.ispgateway.de ([80.67.18.15]:54859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPBWq-0004Lk-AJ for emacs-orgmode@gnu.org; Sat, 12 Nov 2011 06:13:44 -0500 Received: from [92.194.23.14] (helo=[192.168.178.22]) by smtprelay03.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1RPBWn-0007bi-Jg for emacs-orgmode@gnu.org; Sat, 12 Nov 2011 12:13:41 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org This is a multi-part message in MIME format. --------------040305040007090201040608 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Dear list, I found a problem with the latex exporter when exporting bold font: *this is a text* is exported as \textbf{this is a text\} with an extra \ which disables the }after it and causes a latex error. I use org-mode 7.7 from githhub updated on tuesday or wednesday using org-tracks. Please find the tex and the org file attached. Best, Markus --------------040305040007090201040608 Content-Type: text/x-tex; name="textbferror.tex" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="textbferror.tex" % Created 2011-11-12 Sa 12:09 \documentclass{book} \usepackage{graphicx} \usepackage{longtable} \usepackage{float}\input{Templates/book_header.tex} \input{Templates/grebi-settings-macros.tex} \usepackage[style=authoryear-comp,backend=biber]{biblatex} \bibliography{Diss-zotero} \title{A title} \author{The Author} \date{12 November 2011} \begin{document} \maketitle \setcounter{tocdepth}{4} \tableofcontents \vspace*{1cm} \part{Introduction :First Draft:} \label{sec-1} \chapter{Preface} \label{sec-1.1} \section{I. INTRODUCTION} \label{sec-1.2} Here is a text: \textbf{Here is some bold text\} \end{document} --------------040305040007090201040608 Content-Type: text/plain; name="textbferror.org" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="textbferror.org" #+STARTUP: hidestars #+STARTUP: indent #+STARTUP: oddeven #+TODO: TODO | DONE #+TODO: Missing FirstDraft RevisedDraft | final #### (only to two levels in TOC) #+OPTIONS: toc:4 *:t tags:nil H:6 ##+OPTIONS: toc:nil (no TOC at all) #+LaTeX_CMD: xelatex #+LaTeX_CLASS: book #+LaTeX_CLASS_OPTIONS: [a4paper,10pt] #+LaTeX_HEADER: \input{Templates/book_header.tex} #+LATEX_HEADER: \input{Templates/grebi-settings-macros.tex} #+LATEX_HEADER: \usepackage[style=authoryear-comp,backend=biber]{biblatex} #+LaTeX_HEADER: \bibliography{Diss-zotero} #+DRAWERS: HIDDEN PROPERTIES NOTES SYNOPSIS #+AUTHOR: The Author ###### General Shortcuts ##### End ACRONYM Shortcuts #+TITLE: A title * Introduction :First Draft: ** Preface *** I. INTRODUCTION :aTag: Here is a text: *Here is some bold text* --------------040305040007090201040608--