From mboxrd@z Thu Jan 1 00:00:00 1970 From: celano Subject: [Latex+orgmode] #+LaTeX:\printbibliography AND '(:noexport:) Date: Thu, 27 Dec 2012 09:50:39 +0100 Message-ID: <50DC0BDF.9020608@laposte.net> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------040406030809010202080506" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1To96C-0006e8-DD for emacs-orgmode@gnu.org; Thu, 27 Dec 2012 03:45:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1To96A-0001wq-1J for emacs-orgmode@gnu.org; Thu, 27 Dec 2012 03:45:56 -0500 Received: from smtpout3.laposte.net ([193.253.67.228]:40432 helo=smtpout.laposte.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1To969-0001wm-Qw for emacs-orgmode@gnu.org; Thu, 27 Dec 2012 03:45:53 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" This is a multi-part message in MIME format. --------------040406030809010202080506 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello This is my file.org (I use it then with latex: C-c C-e l): > #+LaTeX_CLASS:book > * First part > ** First chapter > ** Second chapter '(:noexport:) > ** Third chapter '(:noexport:) > #+LaTeX: \printbibliography > > * Second part > ** 4th chapter > ** 5th chapter As you see, \printbibliography is under the *noexport* tag, and will not appear in the file.tex *How should I do to export the bibliography without creating a new chapter?* Thank you for helping me Celano --------------040406030809010202080506 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hello

This is my file.org (I use it then with latex: C-c C-e l):
#+LaTeX_CLASS:book
* First part
** First chapter
** Second chapter '(:noexport:)
** Third chapter '(:noexport:)
#+LaTeX: \printbibliography

* Second part
** 4th chapter
** 5th chapter
As you see, \printbibliography is under the noexport tag, and will not appear in the file.tex

How should I do to export the bibliography without creating a new chapter?

Thank you for helping me
Celano
--------------040406030809010202080506--