\institute 섹션의 텍스트 양쪽 맞춤

\institute 섹션의 텍스트 양쪽 맞춤

저는 Beamer Poster Format을 사용하고 있습니다. 텍스트를 정당화하기 위해 \usepackage{ragged2e}및 를 사용하고 있습니다 \justifying.

Beamer Poster Format은 및 \institute {}바로 뒤에 섹션이 있습니다 . 저는 이 특정 섹션을 사용하여 초록을 저장하고 있으며 이제 동일한 텍스트를 정당화하려고 합니다. 그러나 명령이 .\title\author\justifying\institute {\justifying .... text ....}

이 명령은 섹션 \justifying내의 텍스트에 대해 작동합니다 .\begin{document}

어떤 의견이 있나요?

답변1

최소한의 작업 예제를 제공하지 않았기 때문에 Overleaf에서 찾은 예제를 사용했습니다. 제 답변으로 문제가 해결되지 않으면 답변을 제공해 주세요.

\parbox정렬을 위해 을 ( 를) 사용할 수 있습니다 \institute. 폭을 사용했지만 .5\linewidth물론 원하는 것을 선택할 수 있습니다. 또한 \linewidth연구소 이름이 모든 선 너비를 덮도록 해야 합니다.

\documentclass{beamer}
\usepackage{beamerposter}
\usetheme{confposter}

\title{Why don't people add a MWE?} 
\author{Paulinho van Duck} 
\institute{\parbox{.5\linewidth}{Duck fan club. Duck fan club was founded by Paulo Roberto Massa Cereda many years ago, and now it spreads all over the world. I have to add some more text to have an institute name with many lines, but I don't know what to write, so I'm writing some nonsense.}}

\begin{document}
\begin{frame}[t] 
\justifying A minimal working example is always necessary!
A minimal working example is always necessary!
A minimal working example is always necessary!
A minimal working example is always necessary!
A minimal working example is always necessary!
A minimal working example is always necessary!
A minimal working example is always necessary!
\end{frame} 
\end{document}

여기에 이미지 설명을 입력하세요

관련 정보