> 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/vi/bai-thuyet-trinh/03-posters.md).

# Áp phích

## Giới thiệu

Các poster khoa học thường được dùng để trình bày nghiên cứu/thông tin tại các hội nghị và những hình thức họp khác, nơi chúng có thể hỗ trợ việc trình bày nghiên cứu của bạn để thảo luận với đồng nghiệp. Bài viết này giải thích những kiến thức cơ bản về việc dàn trang một poster trong LaTeX, nhưng nếu bạn muốn nhanh chóng khám phá các khả năng thì hãy truy cập vào [Thư viện Overleaf](https://www.overleaf.com/gallery) để tìm các mẫu poster làm điểm khởi đầu của bạn:

* [`beamerposter` các mẫu và ví dụ](https://www.overleaf.com/gallery?addsearch=beamerposter)
* [`tikzposter` các mẫu và ví dụ](https://www.overleaf.com/gallery?addsearch=tikzposter)

## Hai tùy chọn chính

Hai tùy chọn chính để viết poster khoa học là `tikzposter` và `beamerposter`. Cả hai đều cung cấp các lệnh đơn giản để tùy chỉnh poster và hỗ trợ khổ giấy lớn. Bên dưới, bạn có thể xem so sánh đặt cạnh nhau về đầu ra do cả hai gói tạo ra (`tikzposter` ở bên trái và `beamerposter` ở bên phải).

|                                                                        |                                                                          |
| ---------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| ![PostersEx2OLV2.png](/files/c5ab9469deabdfb4446f329958abc23d9e161999) | ![BeamerPosterDemo.png](/files/53a0dd3587502374c6a244d164c5bc7f76e5dbdf) |

## Tikzposter

`tikzposter` là một lớp tài liệu được dùng để tạo poster khoa học ở định dạng PDF. Nó sử dụng [Gói TikZ](/latex/vi/hinh-va-bang/05-tikz-package.md) TikZ

&#x20;[Mở một ví dụ của lớp `tikzposter` trong Overleaf](https://www.overleaf.com/project/new/template/20403?id=69813043\&templateName=Example+of+a+Tikz+Poster\&latexEngine=pdflatex\&texImage=texlive-full%3A2020.1\&mainFile=)

### Phần mở đầu và tiêu đề

Phần mở đầu trong một `tikzposter` lớp có cú pháp tiêu chuẩn:

```latex
\documentclass[25pt, a0paper, portrait]{tikzposter}
\title{Tikz Poster Example}
Nhóm Overleaf
\date{\today}
\institute{Overleaf Institute}
\usetheme{Board}

\begin{document}

\maketitle

\end{document}
```

&#x20;[Mở phần tối thiểu này `tikzposter` ví dụ này trong Overleaf](https://www.overleaf.com/docs?engine=\&snip_name=tikzposter+example\&snip=%5Cdocumentclass%5B25pt%2C+a0paper%2C+portrait%5D%7Btikzposter%7D%0A%5Ctitle%7BTikz+Poster+Example%7D%0A%5Cauthor%7BOverleaf+Team%7D%0A%5Cdate%7B%5Ctoday%7D%0A%5Cinstitute%7BOverleaf+Institute%7D%0A%5Cusetheme%7BBoard%7D%0A%0A%5Cbegin%7Bdocument%7D%0A%0A%5Cmaketitle%0A%0A%5Cend%7Bdocument%7D)

Hình dưới đây cho thấy đầu ra do đoạn mã trên tạo ra:

![PostersEx1.png](/files/9648d4cb8bfa48dcb0b0006c35e6c3128336d4f7)

### Phần mở đầu

Lệnh đầu tiên, `\documentclass[...]{tikzposter}` khai báo rằng tài liệu này là một `tikzposter`lớp tài liệu

Các cỡ chữ có sẵn là: `12pt, 14pt, 17pt, 20pt` và `25pt`. Các khổ giấy có thể dùng là: `a0paper`, `a1paper` và `a2paper`. Có một số tùy chọn bổ sung, hãy xem [phần đọc thêm](#further-reading) để có liên kết tới tài liệu.

Các lệnh có tính tự mô tả `title`, `author`, `date` và `institute` được dùng để đặt thông tin tác giả.

Lệnh `\usetheme{Board}` thiết lập theme hiện tại, tức là thay đổi màu sắc và phần trang trí quanh các hộp văn bản. Xem [hướng dẫn tham khảo](#reference-guide) để xem ảnh chụp màn hình của các theme có sẵn.

Lệnh `\maketitle` in tiêu đề ở phía trên poster.

Nếu bạn muốn xem một ví dụ chi tiết hơn, bạn có thể mở  [ví dụ này của lớp `tikzposter` trong Overleaf](https://www.overleaf.com/project/new/template/20403?id=69813043\&templateName=Example+of+a+Tikz+Poster\&latexEngine=pdflatex\&texImage=texlive-full%3A2020.1\&mainFile=) .

### Phần thân

Phần thân của poster được tạo bằng các khối văn bản. Có thể bật bố cục nhiều cột và chiều rộng có thể được kiểm soát rõ ràng cho từng cột; điều này mang lại nhiều linh hoạt để tùy chỉnh giao diện đầu ra cuối cùng.

```latex
\documentclass[25pt, a0paper, portrait]{tikzposter}

\title{Tikz Poster Example}
Nhóm Overleaf
\date{\today}
\institute{Overleaf Institute}

\usepackage{blindtext}
\usepackage{comment}

\usetheme{Board}

\begin{document}

\maketitle

\block{~}
{
    \blindtext
}

\begin{columns}
    \column{0.4}
    \block{More text}{Text and more text}

    \column{0.6}
    \block{Something else}{Here, \blindtext \vspace{4cm}}
    \note[
        targetoffsetx=-9cm,
        targetoffsety=-6.5cm,
        width=0.5\linewidth
        ]
        {email \texttt{welcome@overleaf.com}}
\end{columns}

\begin{columns}
    \column{0.5}
    \block{Một hình}
    {
        \begin{tikzfigure}
            \includegraphics[width=0.4\textwidth]{images/overleaf-logo}
        \end{tikzfigure}
    }
    \column{0.5}
    \block{Mô tả hình}{\blindtext}
\end{columns}

\end{document}
```

&#x20;[Mở `tikzposter` ví dụ lớp trong Overleaf](https://www.overleaf.com/project/new/template/20403?id=69813043\&templateName=Example+of+a+Tikz+Poster\&latexEngine=pdflatex\&texImage=texlive-full%3A2020.1\&mainFile=)

Hình đồ họa dưới đây cho thấy đầu ra của đoạn mã trên:

![PostersEx2OLV2.png](/files/c5ab9469deabdfb4446f329958abc23d9e161999)

Trong một tệp `tikzposter` tài liệu, văn bản được tổ chức thành các khối, mỗi khối được tạo bởi lệnh `\block{}{}` lệnh này nhận hai tham số, mỗi tham số nằm trong một cặp dấu ngoặc nhọn. Cái thứ nhất là tiêu đề của khối và cái thứ hai là văn bản thực tế sẽ được in bên trong khối.

Tính năng [môi trường](/latex/vi/cac-lenh/02-environments.md) `cột` cho phép văn bản nhiều cột, lệnh `\column{}` bắt đầu một cột mới và nhận tham số là chiều rộng tương đối của cột; 1 nghĩa là toàn bộ vùng văn bản, 0.5 nghĩa là một nửa vùng văn bản, v.v.

Lệnh `\note[]{}` được dùng để thêm các ghi chú bổ sung được hiển thị chồng lên khối văn bản. Bên trong ngoặc vuông bạn có thể đặt một số tham số bổ sung để kiểm soát vị trí của ghi chú, còn bên trong ngoặc nhọn thì phải nhập nội dung ghi chú.

#### Lưu ý về chú thích hình và tham chiếu

Như đã nêu trong [`tikzposter` tài liệu](https://mirror.ox.ac.uk/sites/ctan.org/graphics/pgf/contrib/tikzposter/tikzposter.pdf), môi trường LaTeX chuẩn `figure` không tương thích với `tikzposter` lớp tài liệu [do đó, cơ chế LaTeX để](/latex/vi/chu-de-khac/27-inserting-images.md#captioning-labelling-and-referencing) thêm chú thích và tham chiếu hình `tikzfigure` phải được dùng trong

```latex
\begin{tikzfigure}[Chú thích của hình]
\label{fig:fig1}
Hình
\end{tikzfigure}
```

## Beamerposter

Tính năng [`beamerposter` gói](https://ctan.org/tex-archive/macros/latex/contrib/beamerposter?lang=en) được xây dựng dựa trên [lớp beamer chuẩn](/latex/vi/bai-thuyet-trinh/01-beamer.md) và [`a0poster` lớp](https://ctan.org/pkg/a0poster), giúp có thể tạo poster khoa học bằng cùng cú pháp như một bài thuyết trình beamer. Mặc dù gói này có ít theme hơn, và nó kém linh hoạt hơn một chút so với [tikzposter](#tikzposter), bạn có thể không cần học nhiều lệnh mới nếu bạn quen với `beamer`.

**Lưu ý:** Tính năng `beamerposter` các ví dụ trong bài viết này sử dụng một theme tùy chỉnh `beamerposter` gọi là `RedLion`. Nó dựa trên theme `Dreuw` do Philippe Dreuw và Thomas Deselaers tạo ra, nhưng đã được sửa đổi để dễ chèn logo và in địa chỉ e-mail ở dưới cùng của poster hơn. Những điều đó được mã hóa cứng trong các theme gốc.

### Phần mở đầu

Phần mở đầu của một **beamerposter** về cơ bản giống với của một bài trình bày beamer, ngoại trừ một lệnh bổ sung.

```latex
\documentclass{beamer}
  \usepackage{times}
  \usepackage{amsmath,amsthm, amssymb}
  \boldmath
  \usetheme{RedLion}
  \usepackage[orientation=portrait,size=a0,scale=1.4]{beamerposter}

  \title[Beamer Poster]{Ví dụ Overleaf về lớp beamerposter}
  \author[welcome@overleaf.com]{Nhóm Overleaf}
  \institute[Overleaf University]
  {Viện Overleaf, khoa Learn}
  \date{\today}

  \logo{\includegraphics[height=7.5cm]{overleaf-logo}}
```

Lệnh đầu tiên trong tệp này là `\documentclass{beamer}`, tức là khai báo rằng đây là một bài trình bày beamer. Theme `RedLion` được đặt bởi `\usetheme{RedLion}`. Có một số theme beamer trên web, phần lớn có thể được tìm thấy trong [trang web của các tác giả beamerposter](http://www-i6.informatik.rwth-aachen.de/~dreuw/latexbeamerposter.php).

Lệnh

```latex
usepackage[orientation=portrait,size=a0,scale=1.4]{beamerposter}
```

Nạp `beamerposter` gói với một số tham số đặc biệt: hướng giấy được đặt thành `dọc`, khổ poster được đặt thành `a0` và cỡ chữ được tỉ lệ thành `1.4`. Các khổ poster có sẵn là a0, a1, a2, a3 và a4, nhưng kích thước có thể được đặt tùy ý bằng các tùy chọn `width=x,height=y`.

Phần còn lại của các lệnh đặt thông tin tiêu chuẩn cho poster: tiêu đề, tác giả, viện, ngày và logo. Lệnh `\logo{}` sẽ không hoạt động trong hầu hết các theme, và phải được đặt thủ công trong tệp .sty của theme. Hy vọng điều này sẽ thay đổi trong tương lai.

### Phần thân

Vì lớp tài liệu là **beamer**, để tạo poster, toàn bộ nội dung phải được nhập bên trong một `khung` môi trường.

```latex
\documentclass{beamer}
  \usepackage{times}
  \usepackage{amsmath,amsthm, amssymb}
  \boldmath
  \usetheme{RedLion}
  \usepackage[orientation=portrait,size=a0,scale=1.4]{beamerposter}

  \title[Beamer Poster]{Ví dụ Overleaf về lớp beamerposter}
  \author[welcome@overleaf.com]{Nhóm Overleaf}
  \institute[Overleaf University]
  {Viện Overleaf, khoa Learn}
  \date{\today}

  \logo{\includegraphics[height=7.5cm]{overleaf-logo}}

  \begin{document}
  \begin{frame}{}
    \vfill
    \begin{block}{\large Cỡ chữ}
      \centering
      {\tiny cực nhỏ}\par
      {\scriptsize nhỏ}\par
      {\footnotesize cỡ chú thích}\par
      {\normalsize bình thường}\par
      ...
    \end{block}

    \end{block}
    \vfill
    \begin{columns}[t]
      \begin{column}{.30\linewidth}
        \begin{block}{Giới thiệu}
          \begin{itemize}
          \item một số mục
          \item một số mục
          ...
          \end{itemize}
        \end{block}
      \end{column}
      \begin{column}{.48\linewidth}
        \begin{block}{Giới thiệu}
          \begin{itemize}
          \item một số mục và $\alpha=\gamma, \sum_{i}$
          ...
          \end{itemize}
          $$\alpha=\gamma, \sum_{i}$$
        \end{block}
        ...

      \end{column}
    \end{columns}
  \end{frame}
\end{document}
```

![BeamerPosterDemo.png](/files/53a0dd3587502374c6a244d164c5bc7f76e5dbdf)

&#x20;[Mở một ví dụ của lớp `beamerposter` gói trong Overleaf](https://www.overleaf.com/project/new/template/20436?id=69926517\&templateName=Example+of+a+Tikz+Poster\&latexEngine=pdflatex\&texImage=texlive-full%3A2020.1\&mainFile=)

Phần lớn nội dung trong poster được tạo bên trong một `khối` [môi trường](/latex/vi/cac-lenh/02-environments.md), môi trường này nhận tiêu đề của khối làm tham số.

Tính năng [môi trường](/latex/vi/cac-lenh/02-environments.md) `cột` cho phép văn bản nhiều cột, môi trường `\column` bắt đầu một cột mới và nhận chiều rộng của cột đó làm tham số. Tất cả [đơn vị LaTeX](/latex/vi/dinh-dang/01-lengths-in-latex.md) có thể được dùng ở đây; trong ví dụ, chiều rộng cột được đặt tương đối theo chiều rộng văn bản.

## Hướng dẫn tham khảo

**Các theme của Tikzposter**

|          |                                                                      |          |                                                                    |
| -------- | -------------------------------------------------------------------- | -------- | ------------------------------------------------------------------ |
| Mặc định | ![TikxDefault.png](/files/0dcb9bbbb6a2c8e0929613b9c1af8bad75bd4d46)  | Tia sáng | ![TikzRays.png](/files/b0de41818857e12017de8e510599077e53c31c4e)   |
| Cơ bản   | ![TikzBasic.png](/files/a26d66c7c0c65687bfc64f61b9fa7b8eacb9ea31)    | Đơn giản | ![TikzSimple.png](/files/e60b21f5d02a07dd59abc5b2064f91a06e3b3722) |
| Phong bì | ![TikzEnvelope.png](/files/bdaa7ccf45c6a372198a029fb2b448209ca31e93) | Sóng     | ![TikzWave.png](/files/b68786bda50d4aa7a6820d67da2d3877075d03f1)   |
| Bảng     | ![TikzBoard.png](/files/992ada7e3202d9acdcef7aa263b5590b51f77e0c)    | Mùa thu  | ![TikzAutumn.png](/files/8c59498148abbaa926abfea462ebd8d18999ddf9) |
| Sa mạc   | ![TikzDesert.png](/files/10556e7ea12702888c4693bea2f7aaa0d74b3598)   |          |                                                                    |

## Đọc thêm

Để biết thêm thông tin, xem

* [Powerdot](/latex/vi/bai-thuyet-trinh/02-powerdot.md)
* [Beamer](/latex/vi/bai-thuyet-trinh/01-beamer.md)
* [In đậm, in nghiêng và gạch chân](/latex/vi/kien-thuc-co-ban-ve-latex/03-bold-italics-and-underlining.md)
* [Kích thước phông chữ, họ phông và kiểu chữ](/latex/vi/phong-chu/01-font-sizes-families-and-styles.md)
* [Căn chỉnh văn bản](/latex/vi/dinh-dang/06-text-alignment.md)
* [Kiểu chữ](/latex/vi/phong-chu/02-font-typefaces.md)
* [Chèn hình ảnh](/latex/vi/chu-de-khac/27-inserting-images.md)
* [Sử dụng màu trong LaTeX](/latex/vi/dinh-dang/13-using-colors-in-latex.md)
* [Độ dài trong LaTeX](/latex/vi/dinh-dang/01-lengths-in-latex.md)
* [Hỗ trợ ngôn ngữ quốc tế](/latex/vi/ngon-ngu/03-international-language-support.md)
* [Gói TikZ](/latex/vi/hinh-va-bang/05-tikz-package.md)
* [Tính năng **beamerposter** tài liệu](http://get-software.net/macros/latex/contrib/beamerposter/beamerposter.pdf)
* [Tính năng **tikzposter** tài liệu gói](http://ctan.mirrors.hoobly.com/graphics/pgf/contrib/tikzposter/tikzposter.pdf)


---

# 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/vi/bai-thuyet-trinh/03-posters.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.
