Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

How to handle formulas which are to long for a side? #73

Open
kulla opened this issue Sep 18, 2017 · 1 comment
Open

How to handle formulas which are to long for a side? #73

kulla opened this issue Sep 18, 2017 · 1 comment
Labels
discussion This issue is for discussion, not for fixing latex Issues regarding the latex export.

Comments

@kulla
Copy link
Member

kulla commented Sep 18, 2017

Sometimes we have formulas which are to long to fit inside \textwidth. Currently our authors need to rewrite them. We might look into a solution for automatically resizing them, in case they are too big. There ist for example the package adjustbox. The command

\adjustbox{max width=0.8\textwidth}{<content>}

would resize <content> when it is too wide (it works like \resizebox of graphics). However, ` will be in text mode. We could use

\begin{adjustbox}{max width=0.9\textwidth}
\begin{center}
$\begin{aligned}
.....
\end{aligned}$
\end{center}
\end{adjustbox}

But this wouldn't work together with \allowdisplaybreaks. There is also the package resizegather for automatically resizing the environment gather, but we need a package for the command align*.

@kulla kulla added latex Issues regarding the latex export. question labels Sep 18, 2017
@vroland vroland added discussion This issue is for discussion, not for fixing and removed question labels Oct 4, 2018
@vroland
Copy link
Member

vroland commented Oct 4, 2018

May also be considered in #133.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
discussion This issue is for discussion, not for fixing latex Issues regarding the latex export.
Projects
None yet
Development

No branches or pull requests

2 participants