> 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/ja/narejjibsu/083-how-to-use-the-overleaf-layout-menu.md).

# Overleafのレイアウトメニューを使う方法

この記事ではOverleafの **レイアウト** メニューについて説明します。このメニューでは、Overleafのワークスペースを設定するための4つのオプションが用意されています。これらの各オプションは、プレゼンテーションの作成や [Overleafを2つの別々の画面で使用することに役立つ場合があります](#pdf-in-a-separate-tab).

## はじめに

次の画像は、 **レイアウト** メニューを示しています。現在アクティブなオプションの横にはチェックマークが付いています。ここでは、既定の設定である **エディタとPDF**:

![LayoutMenuDefault2.png](/files/d99ca7c7de28668009d323a4e5b42351602cd552)

この記事の残りでは、4つの各オプションと、それらが提供する機能を示します。

## エディタとPDF（既定）

この既定のオプションでは、1つのブラウザタブにLaTeXエディタとPDFプレビューを表示します。十分なスペースがある大きなディスプレイ画面で作業を整理できる場合、この構成はうまく機能します。大きな外部画面に接続したノートパソコンを使用している場合は、 [別のタブでPDFを表示](#pdf-in-a-separate-tab) オプションを使い、LaTeXエディタとPDFプレビューを別々のブラウザタブに表示するほうが、より便利な構成になる場合があります。

![LayoutDefault.png](/files/ff9c9a9e9b82eaf7f23fc662b3f49343f7089573)

## エディタのみ（PDFを非表示）とPDFのみ（エディタを非表示）

PDFプレビューまたはLaTeXテキストエディタを一時的に非表示にしたい場合は、 **エディタのみ（PDFを非表示）** または **PDFのみ（エディタを非表示）** のレイアウトモードを使って、必要に応じて簡単に切り替えることができます。次の短い動画では、これらのモードの使用方法と切り替え方を示します。

* **ヒント**：モード **エディタのみ（PDFを非表示）** では、ソースコードウィンドウの右側にある小さな矢印を使うことで、非表示のPDFプレビューペインを完全に再表示できます。これは動画で示されています。

{% embed url="<https://videos.ctfassets.net/nrgyaltdicpt/35KlXfeBzFafDkfgliOb9i/5015010ee6ba43cdc244073fbab0c054/OtherModes.mp4>" %}

## 別のタブでPDFを表示

このレイアウトオプションでは、OverleafのテキストエディタとPDFプレビューを別々のブラウザタブで使用するため、2画面でOverleafを作業できます。たとえば、ノートパソコンの画面でPDFプレビューを見ながら、2台目のはるかに大きい外部画面にLaTeXエディタを表示し、LaTeXテキストを快適に編集できます。

* **注**：どちらのタブにも **再コンパイル** ボタン。
* **ヒント**：PDFプレビューを別の画面に表示しておくと、動画プレゼンテーション中に役立つことがあります。別の（共有していない）画面にあるソースコードに気を取られることなく、参加者がPDFに集中できるようになります。

次の短い動画では、 **別のタブでPDFを表示** レイアウトを示します：

{% embed url="<https://videos.ctfassets.net/nrgyaltdicpt/4DRSQm6aUYac4aIhesJig2/378ba1486657901fc1633664b3e08772/PDFdetachtutorial10.mp4>" %}

### 別々のタブでコードまたはPDFの位置へ移動する

PDFプレビューとコードエディタが別々のタブにある場合でも、おそらく別々の画面上でも、「コードの場所へ移動」または「PDFの場所へ移動」の機能を使うことができます（ [SyncTeX](/latex/ja/sononotopikku/39-mltex-enctex-and-synctex-tex-extensions.md)によって提供されます）。この短い動画クリップで示すとおりです：

{% embed url="<https://videos.ctfassets.net/nrgyaltdicpt/1Mk8JX5yXOOMKN5pHQGVEJ/e0f6e431f0b5a2d8d341a29088f089bb/SyncTeX.mp4>" %}


---

# 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/ja/narejjibsu/083-how-to-use-the-overleaf-layout-menu.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.
