> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/cs/znalostni-baze/017-can-i-use-overleaf-with-paperpile.md).

# Mohu používat Overleaf s Paperpile?

## Aktualizováno 13. července 2022

Od prvního zveřejnění této stránky spustil Paperpile novou integraci s Overleaf, aby zjednodušil pracovní postupy pro uživatele Overleaf a Paperpile. Navštivte prosím stránku blogu [Jak vytvořit bibliografii pomocí Overleafu a Paperpile — průvodce krok za krokem](https://www.overleaf.com/blog/how-to-create-a-bibliography-using-overleaf-and-paperpile-a-step-by-step) pro nejaktuálnější informace.

## Starší obsah zachovaný z archivních důvodů

Bibliografii můžete exportovat z Paperpile pro použití v Overleafu. Navíc pokud tento exportovaný soubor uložíte na místo, které umožňuje přímé odkazování (např. Google Drive), je snadné jej udržovat synchronizovaný, když přidáte nové reference.

### Jak exportovat soubor .bib z Paperpile

Zde je [stručný návod](http://forum.paperpile.com/t/how-to-export-a-document-and-citations-to-latex-and-bibtex/784) jak exportovat `.bib` soubor z vaší knihovny Paperpile.

Nyní můžete přidat svou bibliografii do svých projektů v Overleafu, jak je popsáno níže.

### Jak přidat bibliografii do vašeho dokumentu

Nejprve je třeba nahrát `.bib` soubor, který jste právě exportovali z Paperpile, do Overleafu pomocí tlačítka Nahrát soubory. Pokud používáte cloudovou službu pro správu dokumentů, jako je Google Drive, můžete to udělat způsobem, který propojí soubory a umožní snadnou aktualizaci vašeho souboru bib v budoucnu—viz [tento článek nápovědy](/latex/cs/znalostni-baze/051-how-can-i-upload-files-from-google-drive.md) pro více podrobností.

Jakmile je váš soubor bibliografie nahrán, existuje řada balíčků pro bibliografii, které lze použít k zobrazení příslušných položek ve vašem dokumentu (jak je citujete). Jako příklad často používáme `natbib` balíček a příkazy pro  `natbib` vypadá takto:

```latex
...
\usepackage{natbib}
...
\begin{document}
...
\bibliographystyle{plainnat}
\bibliography{name-of-your-bib-file-here}
\end{document}
```

Soubor bib můžete také upravovat přímo prostřednictvím nabídky souborů. Další informace o přidání bibliografie do vašeho dokumentu naleznete v [části 2 našeho kurzu Úvod do LaTeXu](https://www.overleaf.com/blog/9), nebo se podívejte na [Wikiknihu o LaTeXu](http://en.wikibooks.org/wiki/LaTeX/Bibliography_Management).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/latex/cs/znalostni-baze/017-can-i-use-overleaf-with-paperpile.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
