> 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/sv/kunskapsbas/027-changing-pdf-viewer.md).

# Byta PDF-visare

Ibland kan problem med *Overleaf* PDF-visaren kan göra att typsnitt eller TikZ-ritningar visas felaktigt och att vissa bilder inte visas (även om en mer sannolik orsak är att *Återkompilera* läget är inställt på *Snabb \[utkast]*). Sådana problem kan lösas genom att ändra PDF-visaren från *Overleaf* till *Webbläsare*.

För att ändra PDF-visaren klickar du på Overleaf-menyns ikon ovanför panelen med fillistan:

![Overleaf-ikonen i huvudmenyn](/files/19f4fcf69f2940d67da98e2288b21797235f9deb)

och bläddra ned till *PDF-visare* alternativet. Följande korta videoklipp visar hur du ändrar PDF-visaren från *Overleaf* till *Webbläsare*.

{% embed url="<https://videos.ctfassets.net/nrgyaltdicpt/RTBdZx9gpLNQQd1pYfuvl/391fd39b53aba4babfc673a07b12b813/OLtoBrowser.mp4>" %}

Observera följande beteenden när du använder *Webbläsare* alternativet för PDF-visaren:

* SyncTeX-pilar [(hoppa till förhandsgranskning och hoppa till källkod)](/latex/sv/kunskapsbas/069-how-to-jump-to-the-source-code-from-the-typeset-pdf-synctex.md) fungerar inte
* varje *Återkompilera* kommer att återgå till den första sidan i den genererade PDF-filen


---

# 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/sv/kunskapsbas/027-changing-pdf-viewer.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.
