\centering doesn't work in plainframes
- Dominant language
- TeX
- Stars
- 17
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
This doesn't center the text:
``` latex
\begin{plainframe}{}
\centering
bla bla bla\ldots
\end{plainframe}
```
On the other hand, this does:
``` latex
\begin{frame}{}
\centering
bla bla bla\ldots
\end{frame}
```
I guess we should find out why this happens, or at least document it... :wink:
(Note that `\begin{center} ... \end{center}` works in both environments, so it is not a huge issue :smile:)
Contributor guide
No contributing guide indexed for this repository
Research direction
Compare how the plainframe and frame environments handle \centering, using the examples in the issue as the reproduction case. Determine whether plainframe should support the same behavior or whether the limitation needs documentation; done means the alignment works consistently or the behavior is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- latex
- Domain
- design
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100