Hi, AFAIK there are no way to do that. You might customize LaTeX builder as an extension.
As a quick look, refsection environment makes "per chapter" bibliography in LaTeX. So it might be easily to make the extension. http://tex.stackexchange.com/questions/87414/per-chapter-bibliographies-in-biblatex Thanks, Takeshi KOMIYA 2017-03-02 14:20 GMT+09:00 vibebusiness3 <[email protected]>: > In my Sphinx documentation, I have many chapters and each chapter cites > other works. I would like to put a list of citations at the end of each > chapter, and I am doing this: > > (in chapter.rst): > > .. rubric:: References > > .. [REF1] stuff here > > This works great for the "html" target of Sphinx. However for the "latexpdf" > target, it puts ALL references from all chapters at the very end of the PDF > document in a new section called "BIBLIOGRAPHY". This is terrible since > nothing is sorted correctly or grouped together by chapter. > > Does anyone know how to modify the latexpdf output to put references where I > place them in the document text? > > I am using the "Read the Docs" theme if that helps. > > -- > You received this message because you are subscribed to the Google Groups > "sphinx-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sphinx-users. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
