emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org > tex: label and footnote make a problem
@ 2012-10-26  7:13 Nicolas Hémard
  2012-10-26  8:18 ` Giovanni Ridolfi
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Hémard @ 2012-10-26  7:13 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1321 bytes --]

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 #1.2: Type: text/html, Size: 2071 bytes --]

[-- Attachment #2: result1.jpeg --]
[-- Type: image/jpeg, Size: 4656 bytes --]

[-- Attachment #3: result2.jpeg --]
[-- Type: image/jpeg, Size: 9947 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-26  9:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-26  7:13 org > tex: label and footnote make a problem Nicolas Hémard
2012-10-26  8:18 ` Giovanni Ridolfi
2012-10-26  9:23   ` Nicolas Hémard

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).