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

* Re: org > tex: label and footnote make a problem
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Giovanni Ridolfi @ 2012-10-26  8:18 UTC (permalink / raw)
  To: Nicolas Hémard, emacs-orgmode@gnu.org

Hi, Nicolas,

> works well. Example 2:
> \chapter{Vie politique et économique \protect\footnote{\cite{CARCERI2001}}}
>\label{sec-1-2}


Org-mode version 7.9.2 (b5aded1 @ c:/Users/ridolfi/programs/emacs-o/org/lisp/)
GNU Emacs 24.1.1 (i386-mingw-nt6.1.7601) of 2012-06-10 on MARVIN

Cannot reproduce, *with the new exporter*:
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}
other ...

# * [2012-10-26 ven 10:08] 

** Vie politique et économique [fn::\cite{CARCERI2001}]
*** Organisation administrative
---------------------------
M-x org-export-dispatch l L gives:
---------------------------------   TEX -------------
% Created 2012-10-26 ven 10:12
\documentclass[a4paper,oneside]{book}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{soul}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{latexsym}
\usepackage{amssymb}
\usepackage{hyperref}
\tolerance=1000
\usepackage[frenchb,english]{babel} \pagestyle{empty}
\usepackage[style=verbose-trad2]{biblatex} \bibliography{/home/nicopro/Documents/INFORMATIQUE/TEX/texmf/tex/latex/THESE/BIBLIOGRAPHIE/biblio.bib}
\frenchbsetup{StandardLists=true} \renewcommand\labelitemi{\textbullet} \renewcommand\labelitemiii{\diamond} \renewcommand\labelitemii{\circ}
\author{Giovanni Ridolfi}
\date{\today}
\title{test-2}
\hypersetup{
  pdfkeywords={},
  pdfsubject={},
  pdfcreator={Generated by Org mode 7.9.1 in Emacs 24.1.1.}}
\begin{document}

\maketitle
\tableofcontents
\vspace*{1cm}

other \ldots{}

\part{Vie politique et économique [fn::\cite{CARCERI2001}]}
\label{sec-1}
\chapter{Organisation administrative}
\label{sec-1-1}
% Generated by Org mode 7.9.1 in Emacs 24.1.1.
\end{document}

---------------------------------------------------------------------------------------------

Please provide: 

1. org- version
2. emacs version
3. which exporter didi you use

cheers,
Giovanni


elano

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

* Re: org > tex: label and footnote make a problem
  2012-10-26  8:18 ` Giovanni Ridolfi
@ 2012-10-26  9:23   ` Nicolas Hémard
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Hémard @ 2012-10-26  9:23 UTC (permalink / raw)
  Cc: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 2842 bytes --]

Sorry...

1. org- version*7.8.11-1*
2. emacs version*45.0*
3.1 which exporter didi you use*C-c C-e l =>  "Export as latex"
3.2 then, I compile in the terminal with pdflatex (TexLive 2012)
4- I use Linux Debian "testing"
*



Le 26/10/2012 10:18, Giovanni Ridolfi a écrit :
> Hi, Nicolas,
>
>> works well. Example 2:
>> \chapter{Vie politique et économique \protect\footnote{\cite{CARCERI2001}}}
>> \label{sec-1-2}
>
> Org-mode version 7.9.2 (b5aded1 @ c:/Users/ridolfi/programs/emacs-o/org/lisp/)
> GNU Emacs 24.1.1 (i386-mingw-nt6.1.7601) of 2012-06-10 on MARVIN
>
> Cannot reproduce, *with the new exporter*:
> 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}
> other ...
>
> # * [2012-10-26 ven 10:08]
>
> ** Vie politique et économique [fn::\cite{CARCERI2001}]
> *** Organisation administrative
> ---------------------------
> M-x org-export-dispatch l L gives:
> ---------------------------------   TEX -------------
> % Created 2012-10-26 ven 10:12
> \documentclass[a4paper,oneside]{book}
> \usepackage[utf8]{inputenc}
> \usepackage[T1]{fontenc}
> \usepackage{fixltx2e}
> \usepackage{graphicx}
> \usepackage{longtable}
> \usepackage{float}
> \usepackage{wrapfig}
> \usepackage{soul}
> \usepackage{textcomp}
> \usepackage{marvosym}
> \usepackage{wasysym}
> \usepackage{latexsym}
> \usepackage{amssymb}
> \usepackage{hyperref}
> \tolerance=1000
> \usepackage[frenchb,english]{babel} \pagestyle{empty}
> \usepackage[style=verbose-trad2]{biblatex} \bibliography{/home/nicopro/Documents/INFORMATIQUE/TEX/texmf/tex/latex/THESE/BIBLIOGRAPHIE/biblio.bib}
> \frenchbsetup{StandardLists=true} \renewcommand\labelitemi{\textbullet} \renewcommand\labelitemiii{\diamond} \renewcommand\labelitemii{\circ}
> \author{Giovanni Ridolfi}
> \date{\today}
> \title{test-2}
> \hypersetup{
>    pdfkeywords={},
>    pdfsubject={},
>    pdfcreator={Generated by Org mode 7.9.1 in Emacs 24.1.1.}}
> \begin{document}
>
> \maketitle
> \tableofcontents
> \vspace*{1cm}
>
> other \ldots{}
>
> \part{Vie politique et économique [fn::\cite{CARCERI2001}]}
> \label{sec-1}
> \chapter{Organisation administrative}
> \label{sec-1-1}
> % Generated by Org mode 7.9.1 in Emacs 24.1.1.
> \end{document}
>
> ---------------------------------------------------------------------------------------------
>
> Please provide:
>
> 1. org- version
> 2. emacs version
> 3. which exporter didi you use
>
> cheers,
> Giovanni
>
>
> elano

[-- Attachment #2: Type: text/html, Size: 3266 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).