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

# Mohu používat Overleaf s RefWorks?

Ano, svou bibliografii můžete z RefWorks exportovat pro použití v Overleafu. Budete muset [se přihlásit do RefWorks](https://refworks.proquest.com/), vybrat odkazy, které chcete použít, a exportovat je jako data BibTeX uložená do souboru s `.bib` příponu.

Chcete-li přidat `.bib` soubor do svého projektu v Overleafu:

* [Nahrajte `.bib` soubor ručně](/latex/cs/znalostni-baze/088-including-images-on-overleaf.md) do svého projektu v Overleafu.
* Uložte jej do cloudového úložiště (např. Google Drive) a použijte jeho URL pro sdílení souboru k nahrání do Overleafu.

Následující články vysvětlují, jak nahrávat soubory do Overleafu pomocí URL pro sdílení souborů:

* [Jak mohu nahrát soubory z Google Drive?](/latex/cs/znalostni-baze/051-how-can-i-upload-files-from-google-drive.md)
* [Jak nahrát soubor pomocí externí URL](/latex/cs/znalostni-baze/081-how-to-upload-a-file-using-an-external-url.md)

### Jak přidat bibliografii do dokumentu

Po nahrání vašeho `.bib` souboru můžete použít různé balíčky pro bibliografii k citování svých zdrojů a sazbě bibliografie. Následující příklad ukazuje [`natbib` accents](https://ctan.org/pkg/natbib?lang=en), což je běžná volba:

```latex
\documentclass{article}  % Použijte standardní třídu article
\usepackage[numbers]{natbib}  % Načtěte natbib s číselnými citacemi

\begin{document}

Zde je příklad citace \citep{sample_ref}. % Citujte odkaz v závorkách

\bibliographystyle{plainnat}  % Zvolte styl bibliografie
\bibliography{references}  % Použijte soubor .bib pojmenovaný "references.bib"

\end{document}
```

## Další čtení

Pokud byste chtěli dále zkoumat témata související s používáním bibliografií v LaTeXu, mohly by vás zajímat následující články Overleafu:

* [Používání bibliografií v Overleafu](/latex/cs/znalostni-baze/145-using-bibliographies-on-overleaf.md)
* [Správa bibliografie v LaTeXu](/latex/cs/dalsi-temata/05-bibliography-management-in-latex.md)
* [Správa bibliografie s natbib](/latex/cs/odkazy-a-citace/02-bibliography-management-with-natbib.md)
* [Správa bibliografie s biblatex](/latex/cs/odkazy-a-citace/03-bibliography-management-with-biblatex.md)
* [Správa bibliografie pomocí BibTeXu](/latex/cs/odkazy-a-citace/01-bibliography-management-with-bibtex.md)
* [Jak vyhledávat reference v projektu Overleaf](/latex/cs/znalostni-baze/076-how-to-search-for-references-in-an-overleaf-project.md)
* [Jak propojit Mendeley se svým účtem Overleaf](/latex/cs/znalostni-baze/070-how-to-link-mendeley-to-your-overleaf-account.md)
* [Jak propojit Zotero se svým účtem Overleaf](/latex/cs/znalostni-baze/073-how-to-link-zotero-to-your-overleaf-account.md)


---

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