Skip to content

\ifvbox

yex.keyword.Ifvbox(box, parser) #

Source code in yex/keyword/conditional.py
410
411
412
413
414
415
@conditional
def Ifvbox(
        box: int,
        parser: yex.parse.Parser,
        ) -> bool:
    return isinstance(parser.doc[fr'\copy{box}'], yex.box.VBox)