emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Nicolas Hémard" <nicolas@hemard.eu>
To: emacs-orgmode@gnu.org
Subject: org > tex: label and footnote make a problem
Date: Fri, 26 Oct 2012 09:13:00 +0200	[thread overview]
Message-ID: <508A37FC.3020701@hemard.eu> (raw)


[-- 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 --]

             reply	other threads:[~2012-10-26  7:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-26  7:13 Nicolas Hémard [this message]
2012-10-26  8:18 ` org > tex: label and footnote make a problem Giovanni Ridolfi
2012-10-26  9:23   ` Nicolas Hémard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=508A37FC.3020701@hemard.eu \
    --to=nicolas@hemard.eu \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).