emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] org > tex: label and footnote make a problem


From: Nicolas Hémard
Subject: [O] org > tex: label and footnote make a problem
Date: Fri, 26 Oct 2012 09:13:00 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.6esrpre) Gecko/20120817 Icedove/10.0.6

Hello,

I have a problem exporting my file.org into file.tex.
file.org:
#+LaTeX_CLASS:book
#+LaTeX_CLASS_OPTIONS: [a4paper,oneside]
#+LATEX_HEADER: \usepackage[frenchb]{babel} \pagestyle{empty}   
#+LATEX_HEADER: \usepackage[style=verbose-trad2]{biblatex} \bibliography{/home/nicopro/Documents/INFORMATIQUE/TEX/texmf/tex/latex/THESE/BIBLIOGRAPHIE/biblio.bib}
#+LATEX_HEADER: \frenchbsetup{StandardLists=true} \renewcommand\labelitemi{\textbullet} \renewcommand\labelitemiii{\diamond} \renewcommand\labelitemii{\circ}
...
** Vie politique et économique [fn::\cite{CARCERI2001}]
*** Organisation administrative
...


The result of my file.tex in Example 1:
\chapter{Vie politique et économique \protect\footnote{\cite{CARCERI2001}}
\label{sec-1-2}

 }
\section{Organisation administrative}
\label{sec-1-2-1}

Then, I compile my file.tex with pdflatex: see result1 in the attached-file.





I observe, that rectifying the Example 1 like this, works well. Example 2:
\chapter{Vie politique et économique \protect\footnote{\cite{CARCERI2001}}}
\label{sec-1-2}
See result2 in the attached file.




What should I do in my file.org to obtain the same as my example 2?

Thank you for your help.

Celano

Attachment: result1.jpeg
Description: JPEG image

Attachment: result2.jpeg
Description: JPEG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]