Skip to content

\ifhmode

yex.keyword.Ifhmode(parser) #

Source code in yex/keyword/conditional.py
152
153
154
155
156
@conditional
def Ifhmode(
        parser: yex.parse.Parser,
        ) -> bool:
    return parser.doc.mode.is_horizontal