Thank you, it is very usefull!
Celano
Hi celano,
celano writes:
> 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
>>
>> * Sec
Aloha Celano,
This should work. You'll need to move the \printbibliography line when
you decide to export the second or third chapters, if you want it to be
at the end of the first part.
>> #+LaTeX_CLASS:book
>> * First part
>> ** First chapter
>> #+LaTeX: \printbibliography
>>
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