> 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/016-can-i-use-overleaf-with-endnote.md).

# Mohu používat Overleaf s EndNote?

Ano, svou bibliografii můžete z EndNote exportovat pro použití v Overleafu. Exportovaný soubor lze nahrát přímo do vašeho projektu v Overleafu nebo importovat z externí služby pro hostování souborů.

## Jak exportovat soubor .bib z EndNote

Zde je návod ukazující [jak exportovat `.bib` soubor z vaší knihovny EndNote](https://library.unimelb.edu.au/recite/reference-management-software/bibtex-and-latex/managing-citations2/endnote). Pokud v EndNote nevidíte možnost exportu do BibTeXu, možná budete muset stáhnout a nainstalovat potřebný styl EndNote [zásuvný modul](http://endnote.com/downloads/style/bibtex-export).

## Jak přidat soubor .bib do svého projektu v Overleafu

Poté, co budou vaše odkazy exportovány z EndNote, vyberte ikonu pro nahrání souboru (![UploadIcon.png](/files/af9b0e9e7fec872789a7e63fe264ced82beb77b8)) pro zobrazení **Přidat soubory** modálního okna. Exportovaný `.bib` soubor lze do vašeho projektu přidat pomocí **Nahrát** nebo **Z externí adresy URL**:

![Nahrávací okna Overleafu pro přidání souborů](/files/a50ade61777681cd32b05bceee8bf718ca1c304d)

### Použití možnosti Nahrát

Svůj `.bib` soubor můžete přetáhnout do **Přidat soubory** okna nebo vybrat soubor pomocí **vyberte ze svého počítače**.

**Poznámky**:

* Pokud nahrajete `.bib` soubor přímo do svého projektu, můžete jej následně upravovat v editoru Overleafu — pokud soubor nepřesahuje [limit 2 MB pro upravitelné soubory](https://github.com/ayaka-notes/overleaf-learn-wiki/tree/main/learn-scripts/index.php?title=Kb/What_is_the_maximum_compilation_time,_file_number,_and_project_size_allowed_on_free_vs_paid_plans?\&action=edit\&redlink=1/README.md).
* Pokud upravujete `.bib` soubor v Overleafu, odkazy ve vašem projektu již nemusí být synchronizovány s těmi uloženými v EndNote.

### Použití možnosti Z externí adresy URL

Předpokládejme, že jste exportovaný `.bib` soubor uložili do cloudové služby pro hostování souborů, která umožňuje přímé stahování — například Google Disk. Pomocí **Z externí adresy URL**, můžete importovat kopii externě hostovaného `.bib` souboru do svého projektu v Overleafu. Další informace naleznete v článku nápovědy Overleafu [Jak mohu nahrát soubory z Google Drive?](/latex/cs/znalostni-baze/051-how-can-i-upload-files-from-google-drive.md)

**Poznámka**:

* Pokud jste importovali `.bib` prostřednictvím Google Disku nebo podobné služby pro hostování souborů, nelze jej v Overleafu upravovat. Musíte aktualizovat `.bib` soubor mimo Overleaf a aktualizovat importovanou kopii výběrem `.bib` souboru a zvolením **Obnovit** tlačítka v horní části stránky — viz [toto video](https://learn.overleaf.com/learn/Kb/How_can_I_upload_files_from_Google_Drive%3F#Video_showing_Google_Drive_file_upload) pro ukázku.

## Použití exportovaného souboru .bib

Jakmile je váš soubor bibliografie nahrán, lze k zobrazení příslušných položek ve vašem dokumentu (jak je citujete) použít několik bibliografických balíčků. 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}
```

Další informace o přidání bibliografie do vašeho dokumentu naleznete ve 2. části našeho [Úvodu do LaTeXu](https://www.overleaf.com/blog/9).


---

# 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/016-can-i-use-overleaf-with-endnote.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.
