Skip to content

Standalone documentclass gives errors #41

@pmeckoni

Description

@pmeckoni

Please extend support for standalone documentclass.
It currently gives errors.
I'm using TeX Live 2018 on Debian 10 Stable.

Below is the sample code that I used, which works well in article but not in standalone.

% \documentclass{standalone}
\documentclass{article}
\usepackage{optidef} %for optimization problems
\begin{document}
\begin{mini*}
{x}{ f (x)}{}{}
\addConstraint{x}{\le 9}{}
\addConstraint {x}{\ge 0}{}
\end{mini*}
\end{document}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions