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
% 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}
#+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*