\documentclass[a4paper, 12pt,twoside=on, listof=totoc, bibliography=totoc,]{scrreprt}
\usepackage{stackengine}
\usepackage{braket}
\usepackage{mathrsfs}
\usepackage{mathtools}
\begin{document}
Intro
\newline
\begin{subequations}
\label{DualCorrespondenceKetBra}
\begin{minipage}[t]{0.25\textwidth}
\begin{equation}
\label{DualCorrespHilbSpaces}
\tilde{\mathscr{H}} \stackon{ $ \iff $ }{ \emph{DC} } \mathscr{H},
\end{equation}
\end{minipage}\hfill
\begin{minipage}[t]{0.25\textwidth}
\begin{equation}
\label{BraKetCorrPsi}
\bra{\psi} \stackon{ $ \iff $ }{ \emph{DC} } \ket{\psi},
\end{equation}
\end{minipage}\hfill
\begin{minipage}[t]{0.25\textwidth}
\begin{equation}
\label{EigenBraKetCorr}
\text{and } \bra{a'},\bra{a''},... \stackon{ $ \iff $ }{\emph{DC}} \ket{a'}, \ket{a''},... \quad ,
\end{equation}
\end{minipage}
\end{subequations}
\newline
\newline
\newline
Outro
\end{document}
I am new to latex and have used this environment for side to side subequations in my text on a number of occasions now. Usually, by tweaking the \textwidth setting, I was able to make it look ok, but now the equations are either not displayed in the same line (too small value of textwidth, it seems to me) or the line goes way beyond the page layout (too large value of textwidth). If not so much space was left in between the subequations, I think it should fit into a single line just fine. Basically the question is, how do I make this look good? :)




\braand\ketdefined? How or where is\mathscrdefined? How wide is the textblock? – Mico May 14 '20 at 10:52\newlinedirectives? – Mico May 14 '20 at 11:15\braand\ketare from thephysicspackage I think, adding this and\usepackage[scr,scaled=1.1]{rsfso}I can get it to compile. – oliversm May 14 '20 at 11:31yep. Sorry for that. Now the document works. The \newline s are somehow needed when using this \minipage construction.
– Markus Gratis May 14 '20 at 11:34